@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap";:root{--onyx: #151611;--alice: #d9eafa;--caramel: #f6bc7c;--primary: #f6bc7c;--primary-dark: #e3a45f;--primary-light: #ffd7a8;--secondary: #9cb3c7;--accent: #d9eafa;--background: #10110f;--surface: #191b17;--surface-soft: #1f221d;--text-main: #eef6ff;--text-muted: #b8c8d8;--border: rgba(217, 234, 250, .12);--radius: 14px;--shadow: 0 12px 30px -16px rgb(0 0 0 / .7);--shadow-lg: 0 26px 42px -22px rgb(0 0 0 / .8);--font-display: "DM Serif Display", "Georgia", serif;--font-heading: "Sora", "Manrope", sans-serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:#0c0d0a;color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.15;color:var(--text-main)}a{text-decoration:none;color:inherit;transition:all .2s ease}button{cursor:pointer;border:none;outline:none;font-family:inherit}.glass{background:linear-gradient(145deg,#d9eafa0f,#d9eafa04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);box-shadow:var(--shadow)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:100px 0}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.45rem;border-radius:var(--radius);font-weight:600;letter-spacing:.01em;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-primary{background:linear-gradient(140deg,var(--primary),var(--primary-dark));color:var(--onyx);border:1px solid rgba(21,22,17,.35)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 32px -8px #f6bc7c73}.btn-outline{background-color:transparent;border:1px solid var(--accent);color:var(--accent)}.btn-outline:hover{background-color:var(--accent);color:var(--onyx)}::selection{background:#f6bc7c59;color:var(--text-main)}.text-gradient{background:linear-gradient(130deg,var(--caramel),var(--alice));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.02;background:repeating-conic-gradient(rgba(217,234,250,.08) 0%,transparent .5%) 0 0 / 4px 4px;mix-blend-mode:overlay}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.8rem;margin-bottom:1rem;letter-spacing:-.5px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:560px;margin:0 auto;line-height:1.7}@media (max-width: 768px){.section{padding:70px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.brand-mark{display:inline-flex;align-items:center;gap:.6rem}.brand-symbol{width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.55rem;background:#d9eafa0f;border:1px solid rgba(217,234,250,.1);padding:.2rem}.brand-icon{width:100%;height:100%}.brand-wordmark{display:inline-flex;flex-direction:column;line-height:1}.brand-name{font-family:Sora,sans-serif;font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.brand-ai{color:var(--caramel)}.brand-rest{color:var(--alice)}.brand-tld{color:#d9eafa80;font-weight:500}.brand-tagline{margin-top:.26rem;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;display:flex;align-items:center;transition:all .3s ease;background:linear-gradient(to bottom,#151611d9,#15161100)}.navbar.scrolled{height:70px;box-shadow:var(--shadow);background:#151611e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:inline-flex;align-items:center}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-weight:500;color:#d9eafad1;font-size:.95rem}.nav-links a:hover{color:var(--caramel)}.nav-links .btn{color:var(--onyx)}.nav-links .btn-primary{background:linear-gradient(145deg,var(--caramel),#e8ab66);border:1px solid rgba(246,188,124,.7);box-shadow:0 10px 24px -14px #f6bc7cd9}.nav-links .btn-primary:hover{color:var(--onyx);transform:translateY(-2px)}.btn-sm{padding:.5rem 1.25rem;font-size:.9rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;z-index:1100}.hamburger-line{display:block;width:100%;height:2px;background:var(--alice);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:0;width:100%;height:100dvh;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;background:#10110ff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1050}.nav-links.open{opacity:1;visibility:visible}.nav-links a{font-size:1.25rem}.nav-links .btn{margin-top:1rem;font-size:1.1rem;padding:.75rem 2rem}.navbar.menu-open{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;box-shadow:none}}.hero-section{padding:160px 0 120px;position:relative;overflow:visible}.hero-container{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--caramel);margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s .2s cubic-bezier(.16,1,.3,1) forwards}.hero-title{font-family:var(--font-display);font-size:4rem;font-weight:400;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px;opacity:0;animation:fadeUp .8s .35s cubic-bezier(.16,1,.3,1) forwards}.hero-italic{font-style:italic;background:linear-gradient(130deg,var(--caramel),var(--alice));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:480px;line-height:1.75;margin-bottom:2.5rem;opacity:0;animation:fadeUp .8s .5s cubic-bezier(.16,1,.3,1) forwards}.hero-actions{display:flex;gap:1rem;opacity:0;animation:fadeUp .8s .65s cubic-bezier(.16,1,.3,1) forwards}.hero-visual{display:flex;flex-direction:column;gap:1.25rem;justify-content:center;opacity:0;animation:fadeUp .8s .5s cubic-bezier(.16,1,.3,1) forwards}.hero-card{padding:1.5rem 2rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(155deg,#d9eafa0f,#d9eafa04);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;gap:1.25rem;transition:transform .3s ease,border-color .3s ease}.hero-card:hover{transform:translate(8px);border-color:#f6bc7c59}.hero-card-number{font-family:var(--font-display);font-size:2rem;color:var(--caramel);line-height:1;min-width:80px}.hero-card-label{font-size:.95rem;color:var(--text-muted);font-weight:500}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);z-index:1;pointer-events:none}.hero-orb-1{width:600px;height:600px;background:#f6bc7c1a;top:-200px;right:-150px}.hero-orb-2{width:700px;height:700px;background:#f6bc7c0f;bottom:-350px;left:-200px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.8rem}.hero-subtitle{max-width:100%}.hero-actions{flex-direction:column}.hero-section{padding:140px 0 80px}}@media (max-width: 480px){.hero-title{font-size:2.2rem}.hero-card-number{font-size:1.6rem;min-width:60px}}.about-section{background:transparent}.about-wrapper{display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:center;padding:2rem;border-radius:calc(var(--radius) * 1.2)}.about-photo-wrap{width:100%;max-width:260px;margin:0 auto}.about-photo{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:top center;border-radius:20px;border:1px solid var(--border);background:#d9eafa0d}.about-content .section-title{margin-bottom:1rem}.about-lead{font-size:1.07rem;color:var(--text-main);margin-bottom:.9rem}.about-text{color:var(--text-muted);margin-bottom:1rem}.about-points{display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem}.about-points span{display:inline-flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:500;color:var(--text-muted);line-height:1.4}.about-points span:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--caramel);flex-shrink:0}.about-links{margin-top:1.5rem}.about-linkedin{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--caramel);padding:.5rem 1rem;border:1px solid rgba(246,188,124,.25);border-radius:8px;transition:all .2s ease}.about-linkedin:hover{background:#f6bc7c14;border-color:#f6bc7c80}.about-linkedin svg{width:18px;height:18px}@media (max-width: 900px){.about-wrapper{grid-template-columns:1fr;text-align:left}.about-photo-wrap{max-width:240px}}.services-section{background:transparent;position:relative}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{padding:2.5rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(155deg,#d9eafa0d,#d9eafa03);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--caramel),transparent);opacity:0;transition:opacity .4s ease}.service-card:hover{transform:translateY(-4px);border-color:#f6bc7c4d;box-shadow:0 20px 40px -16px #00000080}.service-card:hover:before{opacity:1}.service-number{font-family:var(--font-display);font-size:2rem;color:#f6bc7c2e;line-height:1;margin-bottom:1.2rem;display:block;transition:color .35s ease,text-shadow .35s ease}.service-card:hover .service-number{color:#f6bc7cd9;text-shadow:0 0 28px rgba(246,188,124,.45)}.service-card-body{flex:1;display:flex;flex-direction:column}.service-title{font-size:1.25rem;margin-bottom:.6rem;color:var(--alice);letter-spacing:-.01em}.service-description{color:var(--text-muted);font-size:.92rem;margin-bottom:0;line-height:1.7;flex:1}.service-divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0 0;flex-shrink:0}.service-benefit{font-size:.85rem;font-weight:600;letter-spacing:.01em;color:var(--caramel);line-height:1.45;padding-top:1rem}.comparison-block{margin-top:4rem;padding:3rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(155deg,#d9eafa0a,#d9eafa03)}.comparison-title{font-size:1.5rem;margin-bottom:.75rem;color:var(--alice)}.comparison-subtitle{color:var(--text-muted);font-size:.92rem;max-width:600px;margin:0 auto 2rem;line-height:1.6}.comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.comparison-table th,.comparison-table td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid rgba(217,234,250,.08);white-space:nowrap}.comparison-table th{font-family:var(--font-heading);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#d9eafa80;border-bottom:1px solid rgba(217,234,250,.15);padding-bottom:1rem}.comparison-table td{color:var(--text-muted)}.comparison-table td:first-child{font-weight:600;color:var(--alice)}.comparison-table tbody tr:last-child td{border-bottom:none}.highlight-col{background:#f6bc7c0d;color:var(--alice)!important;font-weight:500}.comparison-table th.highlight-col{color:var(--caramel)!important}.comparison-cards{display:none;flex-direction:column;gap:.6rem}.comparison-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid rgba(217,234,250,.08);border-radius:10px;overflow:hidden}.comparison-card-param{padding:.7rem .9rem;font-size:.82rem;font-weight:600;color:var(--alice);background:#d9eafa0a;display:flex;align-items:center;border-right:1px solid rgba(217,234,250,.08)}.comparison-card-value{padding:.7rem .9rem;font-size:.82rem;color:var(--alice);background:#f6bc7c0d;display:flex;align-items:center;font-weight:500}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}.comparison-block{padding:2rem 1.25rem}.comparison-title{font-size:1.2rem}.comparison-table-wrap{display:none}.comparison-cards{display:flex}.comparison-cards-note{font-size:.78rem;color:#d9eafa66;text-align:center;margin-top:.5rem;line-height:1.5}}.starter-section{background:transparent;position:relative}.starter-badge{display:inline-block;padding:.35rem 1rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--caramel);border:1px solid rgba(246,188,124,.35);border-radius:999px;margin-bottom:1.25rem;background:#f6bc7c14}.starter-included{max-width:900px;margin:0 auto 4rem;padding:2.5rem;border-radius:calc(var(--radius) * 1.2)}.starter-included-title{font-size:1.3rem;margin-bottom:1.5rem;color:var(--alice);text-align:center}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.included-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:10px;background:#d9eafa0a;border:1px solid rgba(217,234,250,.1)}.included-icon{font-size:1.3rem;flex-shrink:0;line-height:1}.included-label{font-size:.95rem;color:var(--text-main);font-weight:500}.starter-workflow{max-width:800px;margin:0 auto 4rem}.workflow-heading{font-size:1.8rem;margin-bottom:.75rem}.workflow-subheading{color:var(--text-muted);font-size:1.05rem;margin-bottom:3rem}.workflow-timeline{position:relative;padding-left:55px}.workflow-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--caramel),rgba(246,188,124,.5) 40%,rgba(217,234,250,.25) 100%)}.workflow-step{position:relative;margin-bottom:2rem}.workflow-step:last-child{margin-bottom:0}.workflow-number{position:absolute;left:-55px;width:42px;height:42px;background:linear-gradient(140deg,var(--caramel),var(--primary-dark));color:var(--onyx);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border:4px solid var(--surface);z-index:2;box-shadow:0 4px 16px -4px #f6bc7c66}.workflow-card{padding:1.5rem;border-radius:var(--radius);transition:transform .25s ease,border-color .25s ease}.workflow-card:hover{transform:translateY(-2px);border-color:var(--caramel)}.workflow-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.workflow-title{font-size:1.15rem;color:var(--alice)}.workflow-duration{font-size:.82rem;font-weight:600;color:var(--caramel);background:#f6bc7c1a;padding:.25rem .7rem;border-radius:999px;border:1px solid rgba(246,188,124,.2);white-space:nowrap}.workflow-description{color:var(--text-muted);font-size:.95rem;line-height:1.65}.starter-cta{max-width:600px;margin:0 auto;padding:3rem 2rem;border-radius:calc(var(--radius) * 1.2);background:linear-gradient(155deg,#f6bc7c14,#d9eafa08);border:1px solid rgba(246,188,124,.2)}.starter-cta-text{font-size:1.15rem;color:var(--text-main);margin-bottom:1.5rem;font-weight:500}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.starter-cta-note{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}@media (max-width: 768px){.starter-included{padding:1.5rem}.included-grid{grid-template-columns:1fr}.workflow-heading{font-size:1.5rem}.workflow-card-header{flex-direction:column;align-items:flex-start}.starter-cta{padding:2rem 1.5rem}.starter-cta-text{font-size:1.05rem}.btn-lg{padding:.85rem 1.5rem;font-size:.95rem}}.contact-section{padding-bottom:120px}.contact-container{padding:4rem;border-radius:calc(var(--radius) * 2);border:1px solid var(--border);background:linear-gradient(160deg,#d9eafa14,#d9eafa05)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-title{font-size:2.5rem;margin-bottom:1.5rem}.contact-description{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;font-weight:500}.contact-icon{font-size:1.25rem}.contact-form{background:#1516118c;padding:2rem;border-radius:var(--radius);border:1px solid var(--border);display:grid;gap:.65rem}.contact-form label{font-size:.9rem;font-weight:600;color:var(--text-main);margin-top:.35rem}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid var(--border);border-radius:10px;background:#d9eafa0d;padding:.75rem .85rem;font-family:inherit;font-size:.95rem;color:var(--text-main)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#d9eafa8f}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--caramel);box-shadow:0 0 0 3px #f6bc7c33}.btn-block{display:flex;width:100%}.btn-block:disabled{opacity:.6;cursor:not-allowed}.contact-success{background:#1516118c;padding:2rem;border-radius:var(--radius);border:1px solid rgba(246,188,124,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-height:300px}.contact-success-icon{width:56px;height:56px;border-radius:50%;background:#f6bc7c26;border:1px solid rgba(246,188,124,.4);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--caramel)}.contact-success h3{font-size:1.4rem;color:var(--alice);margin:0}.contact-success p{color:var(--text-muted);font-size:.95rem;margin:0}.contact-error{font-size:.88rem;color:#f87171;background:#f8717114;border:1px solid rgba(248,113,113,.2);border-radius:8px;padding:.75rem 1rem;margin:0}.btn-outline{background:transparent;border:1px solid rgba(246,188,124,.35);color:var(--caramel);padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-outline:hover{background:#f6bc7c14;border-color:#f6bc7c99}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-container{padding:2rem}}.testimonials-section{padding-top:0}.testimonials-grid{max-width:700px;margin:0 auto}.testimonial-card{padding:2.5rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(155deg,#d9eafa0d,#d9eafa03);position:relative}.testimonial-stars{font-size:1.1rem;color:var(--caramel);letter-spacing:2px;margin-bottom:1.25rem}.testimonial-quote{font-size:1.05rem;line-height:1.75;color:var(--text-main);font-style:italic;margin-bottom:1.5rem}.testimonial-footer{display:flex;align-items:center;gap:1rem;padding-top:1.25rem;border-top:1px solid var(--border)}.testimonial-author-info{display:flex;flex-direction:column;gap:.2rem}.testimonial-author{font-style:normal;font-weight:700;font-size:1rem;color:var(--alice)}.testimonial-role{font-size:.85rem;color:var(--caramel);font-weight:500;transition:opacity .2s ease}.testimonial-role:hover{opacity:.75}@media (max-width: 768px){.testimonial-card{padding:2rem}}.faq-section{padding:6rem 0}.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(217,234,250,.08)}.faq-item:first-child{border-top:1px solid rgba(217,234,250,.08)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.4rem 0;background:none;border:none;cursor:pointer;text-align:left;color:var(--alice);transition:color .2s ease}.faq-question:hover{color:var(--caramel)}.faq-question-text{font-family:var(--font-body);font-size:1.05rem;font-weight:600;line-height:1.5;margin:0}.faq-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:300;color:var(--caramel);border:1px solid rgba(246,188,124,.25);border-radius:50%;transition:transform .3s ease,background .3s ease}.faq-item.open .faq-icon{background:#f6bc7c1a;transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s ease;padding:0}.faq-item.open .faq-answer{max-height:500px;padding:0 0 1.5rem}.faq-answer p{font-size:.95rem;line-height:1.75;color:#d9eafab3;margin:0;padding-right:3rem}.faq-cta{margin-top:3rem}.faq-cta-text{font-size:1rem;color:#d9eafa99;margin-bottom:1rem}@media (max-width: 600px){.faq-question-text{font-size:.95rem}.faq-answer p{padding-right:0;font-size:.9rem}}.chatbot-trigger{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;display:flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:999px;border:1px solid rgba(246,188,124,.3);background:linear-gradient(145deg,#f6bc7c26,#f6bc7c0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--caramel);cursor:pointer;font-family:var(--font-body);font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 32px -8px #f6bc7c40;animation:triggerPulse 3s ease-in-out infinite}.chatbot-trigger:hover{transform:translateY(-3px);box-shadow:0 12px 40px -8px #f6bc7c59;border-color:#f6bc7c80}.chatbot-trigger.hidden{opacity:0;pointer-events:none;transform:scale(.8) translateY(20px)}.chatbot-trigger svg{width:20px;height:20px}.chatbot-trigger-label{letter-spacing:.02em}@keyframes triggerPulse{0%,to{box-shadow:0 8px 32px -8px #f6bc7c40}50%{box-shadow:0 8px 40px -4px #f6bc7c59}}.chatbot-window{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1100;width:380px;height:560px;border-radius:20px;border:1px solid var(--border);background:#10110ef5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 24px 64px -16px #000000b3;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.16,1,.3,1)}.chatbot-window.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#d9eafa08}.chatbot-header-info{display:flex;align-items:center;gap:.75rem}.chatbot-avatar{width:36px;height:36px;border-radius:10px;background:#d9eafa0f;border:1px solid rgba(217,234,250,.1);display:flex;align-items:center;justify-content:center;padding:4px}.chatbot-avatar-icon{width:100%;height:100%}.chatbot-header-name{display:block;font-weight:700;font-size:.92rem;color:var(--alice)}.chatbot-header-status{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#6fcf7c;font-weight:500}.chatbot-header-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#6fcf7c;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.4}}.chatbot-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.chatbot-close:hover{background:#d9eafa14;color:var(--alice)}.chatbot-close svg{width:16px;height:16px}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#d9eafa26;border-radius:4px}.chatbot-msg{display:flex;flex-direction:column;max-width:85%}.chatbot-msg-bot{align-self:flex-start}.chatbot-msg-user{align-self:flex-end}.chatbot-bubble{padding:.75rem 1rem;border-radius:14px;font-size:.88rem;line-height:1.55}.chatbot-msg-bot .chatbot-bubble{background:#d9eafa12;border:1px solid rgba(217,234,250,.08);color:var(--text-main);border-bottom-left-radius:4px}.chatbot-msg-user .chatbot-bubble{background:linear-gradient(145deg,#f6bc7c33,#f6bc7c1a);border:1px solid rgba(246,188,124,.2);color:var(--alice);border-bottom-right-radius:4px}.chatbot-typing{display:flex;align-items:center;gap:4px;padding:.85rem 1.1rem}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chatbot-quick-replies{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.chatbot-quick-btn{padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(246,188,124,.25);background:#f6bc7c0f;color:var(--caramel);font-family:var(--font-body);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.chatbot-quick-btn:hover{background:#f6bc7c26;border-color:#f6bc7c66}.chatbot-input-area{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:#d9eafa05}.chatbot-input{flex:1;border:1px solid var(--border);border-radius:10px;background:#d9eafa0a;padding:.6rem .85rem;font-family:var(--font-body);font-size:.88rem;color:var(--text-main);outline:none;transition:border-color .2s ease}.chatbot-input::placeholder{color:#d9eafa66}.chatbot-input:focus{border-color:#f6bc7c59}.chatbot-send{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,var(--caramel),var(--primary-dark));color:var(--onyx);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chatbot-send:disabled{opacity:.4;cursor:default}.chatbot-send:not(:disabled):hover{transform:scale(1.05)}.chatbot-send svg{width:16px;height:16px}@media (max-width: 480px){.chatbot-window{bottom:0;right:0;left:0;top:0;width:100%;height:100dvh;border-radius:0;z-index:1100}.chatbot-trigger{bottom:1rem;right:1rem}}.ambient-orb{position:fixed;border-radius:50%;pointer-events:none;z-index:0;filter:blur(120px)}.ambient-orb-top{width:700px;height:700px;background:radial-gradient(circle,rgba(246,188,124,.09),transparent 70%);top:-200px;right:-150px}.ambient-orb-mid{width:800px;height:800px;background:radial-gradient(circle,rgba(246,188,124,.05),transparent 70%);top:40vh;left:-300px}.footer{padding:4rem 0 0;border-top:1px solid var(--border);background:#0c0d0ad9;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.footer-brand-col{display:flex;flex-direction:column;gap:1rem}.footer-brand .brand-name{font-size:1.3rem}.footer-brand .brand-tagline{font-size:.6rem}.footer-brand-col .footer-text{color:var(--text-muted);font-size:.9rem;line-height:1.6;max-width:280px}.footer-links-col{display:flex;flex-direction:column;gap:.55rem}.footer-heading{font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--alice);margin-bottom:.4rem}.footer-links-col a,.footer-links-col .footer-text{font-size:.9rem;color:var(--text-muted);transition:color .2s ease;line-height:1.4}.footer-links-col a:hover{color:var(--caramel)}.footer-bottom{padding:1.5rem 0}.footer-meta{font-size:.8rem;color:#d9eafa59;margin-top:-.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copyright{font-size:.8rem;color:#d9eafa66}.footer-update{font-size:.75rem;color:#d9eafa4d}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 520px){.footer-grid{grid-template-columns:1fr;gap:2rem}}
