:root{--color-sea: #0E5A6F;--color-sea-deep: #083B4A;--color-sea-mid: #16889E;--color-sunset: #E0A458;--color-terracotta: #C0613D;--color-olive: #6F7D52;--color-white: #FBF6EC;--color-paper: #F3EAD8;--color-white-true: #FFFFFF;--color-ink: #143038;--color-text: #1B2A2E;--color-text-muted: #5C6B6E;--color-on-dark: #FBF6EC;--color-on-dark-muted: rgba(251, 246, 236, .74);--color-border: rgba(20, 48, 56, .14);--color-line: rgba(251, 246, 236, .16);--color-ink-2: #0F2A33;--color-ink-3: #1C3A42;--color-panel: var(--color-white-true);--color-panel-soft: var(--color-paper);--color-body: var(--color-text);--color-muted: var(--color-text-muted);--color-blue: var(--color-sea);--color-blue-deep: var(--color-sea-deep);--color-mint: var(--color-olive);--color-lime: var(--color-sunset);--color-coral: var(--color-terracotta);--color-orange: var(--color-sunset);--color-violet: var(--color-sea-mid);--color-cyan: var(--color-sea);--color-warm-white: var(--color-white);--color-linen: var(--color-paper);--color-graphite: var(--color-text);--color-graphite-mid:var(--color-text-muted);--color-navy: var(--color-ink);--color-charcoal: var(--color-text);--color-gold: var(--color-sunset);--color-limestone: var(--color-paper);--color-stone: var(--color-text-muted);--color-aegean: var(--color-sea-mid);--color-sky: #DAEAF0;--color-olive-soft: #E8EDD8;--color-rose-stone: #D9977B;--color-sand: #D8C3A5;--color-sand-deep: var(--color-text-muted);--font-heading: "Plus Jakarta Sans", system-ui, sans-serif;--font-display: var(--font-heading);--font-body: "Inter", system-ui, sans-serif;--text-display: clamp(3.4rem, 7vw, 6.2rem);--text-heading: clamp(2.4rem, 4.6vw, 4.4rem);--text-section: clamp(2rem, 3.6vw, 3.6rem);--text-subhead: 1.125rem;--text-body: 1rem;--text-caption: .75rem;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--space-7: 64px;--space-8: 96px;--space-9: 128px;--content-width: 760px;--wide-width: 1240px;--radius-card: 16px;--radius-soft: 10px;--shadow-subtle: 0 1px 3px rgba(20, 48, 56, .08);--shadow-lift: 0 26px 70px rgba(20, 48, 56, .16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--text-body);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-width:320px;font-family:var(--font-body);line-height:1.65;color:var(--color-text);background:var(--color-white)}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 14% 4%,rgba(14,90,111,.08),transparent 32%),radial-gradient(circle at 88% 8%,rgba(224,164,88,.1),transparent 28%),var(--color-white)}h1,h2,h3{font-family:var(--font-heading);color:var(--color-ink);line-height:1;letter-spacing:-.025em}h1{font-size:var(--text-display);font-weight:800}h2{font-size:var(--text-heading);font-weight:800;max-width:20ch}h3{font-size:1.6rem;font-weight:800;line-height:1.12;letter-spacing:-.015em}p{margin-bottom:var(--space-3)}p:last-child{margin-bottom:0}a{color:inherit;text-underline-offset:4px}strong{font-weight:800}img{display:block;max-width:100%;height:auto}main{overflow:clip}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(14,90,111,.55);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto}}.container{width:min(var(--wide-width),calc(100% - 40px));margin:0 auto}.section{padding:clamp(72px,9vw,132px) 0}.section-light{background:var(--color-paper);color:var(--color-text)}.section-light h1,.section-light h2,.section-light h3{color:var(--color-ink)}.section-dark,.section-darker{background:var(--color-sea-deep);color:var(--color-on-dark)}.section-darker{background:#06303d}.section-dark h1,.section-dark h2,.section-dark h3,.section-darker h1,.section-darker h2,.section-darker h3{color:var(--color-on-dark)}.section-dark .lede,.section-darker .lede{color:var(--color-on-dark-muted)}.kicker{display:inline-block;margin-bottom:var(--space-3);color:var(--color-olive);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.section-dark .kicker,.section-darker .kicker{color:var(--color-sunset)}.lede{max-width:60ch;color:var(--color-text-muted);font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.55}.intro{display:grid;gap:var(--space-3)}.intro--center{justify-items:center;text-align:center}.intro--center h2{max-width:22ch}.button-row{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 24px;border:1px solid transparent;border-radius:var(--radius-soft);font-size:.95rem;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--color-sea);border-color:var(--color-sea);box-shadow:0 16px 40px #0e5a6f38}.button-primary:hover{background:var(--color-sea-deep);border-color:var(--color-sea-deep)}.button-ghost{color:var(--color-ink);background:transparent;border-color:#14303840}.button-ghost:hover{background:#1430380d;border-color:var(--color-sea)}.section-dark .button-ghost,.section-darker .button-ghost{color:var(--color-on-dark);border-color:var(--color-line)}.section-dark .button-ghost:hover,.section-darker .button-ghost:hover{background:#ffffff14;border-color:var(--color-sunset)}.text-link{color:var(--color-sea);font-weight:800;text-decoration:none}.text-link:hover{text-decoration:underline}.section-dark .text-link,.section-darker .text-link{color:var(--color-sunset)}.site-header{position:sticky;top:0;z-index:100;height:74px;border-bottom:1px solid var(--color-border);background:#fbf6ecd1;backdrop-filter:blur(18px)}.header-inner{width:min(var(--wide-width),calc(100% - 40px));height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.wordmark{display:inline-flex;align-items:center;gap:12px;min-width:max-content;color:var(--color-ink);text-decoration:none}.wordmark-mark{color:var(--color-sea)}.wordmark-text{display:flex;flex-direction:column;gap:2px;line-height:1}.wordmark-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;letter-spacing:-.01em}.wordmark-section{color:var(--color-olive);font-size:.62rem;font-weight:900;letter-spacing:.16em}.header-right{display:flex;align-items:center;gap:var(--space-5)}.header-nav{display:flex;align-items:center;gap:var(--space-5);font-size:.92rem;font-weight:700}.header-nav a{color:var(--color-text);text-decoration:none;transition:color .15s ease}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--color-sea)}.header-cta{display:inline-flex;min-height:42px;align-items:center;padding:9px 18px;border-radius:var(--radius-soft);color:#fff;background:var(--color-sea);font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .15s ease,background-color .15s ease}.header-cta:hover{transform:translateY(-1px);background:var(--color-sea-deep)}.lang-switch{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;font-size:.76rem;font-weight:800;letter-spacing:.04em}.lang-switch a,.lang-switch span{padding:6px 11px;text-decoration:none;line-height:1;color:var(--color-text)}.lang-switch [aria-current=true]{color:#fff;background:var(--color-sea)}.lang-switch .lang-disabled{color:var(--color-text-muted);opacity:.55;cursor:not-allowed}.nav-toggle,.mobile-lang-row{display:none}.header-overlay{position:fixed;left:0;right:0;border-bottom-color:transparent;background:transparent;backdrop-filter:none;transition:background-color .35s ease,border-color .35s ease}.header-overlay:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(rgba(8,59,74,.42),transparent);opacity:1;transition:opacity .35s ease;pointer-events:none}.header-overlay:not(.header-solid) .wordmark,.header-overlay:not(.header-solid) .header-nav a,.header-overlay:not(.header-solid) .lang-switch a,.header-overlay:not(.header-solid) .lang-switch span{color:var(--color-on-dark)}.header-overlay:not(.header-solid) .wordmark-mark{color:var(--color-on-dark)}.header-overlay:not(.header-solid) .wordmark-section{color:var(--color-sunset)}.header-overlay:not(.header-solid) .header-nav a:hover{color:var(--color-sunset)}.header-overlay:not(.header-solid) .lang-switch{border-color:#fbf6ec59}.header-overlay:not(.header-solid) .lang-switch [aria-current=true]{color:var(--color-sea-deep);background:var(--color-sunset)}.header-overlay.header-solid{background:#fbf6ecd1;backdrop-filter:blur(18px);border-bottom-color:var(--color-border)}.header-overlay.header-solid:before{opacity:0}.site-footer{color:var(--color-on-dark);background:var(--color-sea-deep);border-top:1px solid var(--color-line)}.footer-inner{width:min(var(--wide-width),calc(100% - 40px));margin:0 auto;padding:var(--space-7) 0;display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:var(--space-6);align-items:start}.footer-brand .wordmark{margin-bottom:var(--space-3);color:var(--color-on-dark)}.footer-brand .wordmark-mark{color:var(--color-sunset)}.footer-brand p{color:var(--color-on-dark-muted);font-size:.92rem;max-width:38ch}.footer-col h4{color:var(--color-on-dark);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-3)}.footer-col a{display:block;margin-bottom:10px;color:var(--color-on-dark-muted);font-size:.92rem;font-weight:700;text-decoration:none}.footer-col a:hover{color:var(--color-sunset)}.footer-bottom{width:min(var(--wide-width),calc(100% - 40px));margin:0 auto;padding:var(--space-4) 0;border-top:1px solid var(--color-line);display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-3);color:var(--color-on-dark-muted);font-size:.86rem}.hero{position:relative;padding:clamp(56px,8vw,112px) 0 clamp(48px,6vw,88px)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(40px,5vw,76px);align-items:center}.hero h1{margin:var(--space-4) 0 var(--space-4);font-size:clamp(2.8rem,6vw,6rem);line-height:.96}.hero .lede{font-size:clamp(1.12rem,1.6vw,1.34rem);margin-bottom:var(--space-5)}.hero-eyebrow{display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 16px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-paper);font-size:.82rem;font-weight:700;color:var(--color-text-muted)}.hero-eyebrow strong{color:var(--color-sea);font-weight:800}.proof-band{border-block:1px solid var(--color-border);background:var(--color-paper)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border)}.proof-grid div{min-height:140px;padding:var(--space-5);background:var(--color-paper)}.proof-grid strong{display:block;color:var(--color-sea);font-size:clamp(2.1rem,4vw,3.6rem);line-height:1;font-family:var(--font-heading);font-weight:800}.proof-grid span{display:block;margin-top:var(--space-3);color:var(--color-text-muted);font-weight:700}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-top:var(--space-7)}.pillar-card{display:flex;flex-direction:column;min-height:100%;padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-white-true);box-shadow:var(--shadow-subtle);transition:transform .18s ease,box-shadow .18s ease}.pillar-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}.pillar-card>span{color:var(--color-terracotta);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pillar-card h3{margin:var(--space-3) 0;font-size:clamp(1.6rem,2.4vw,2.2rem)}.pillar-card p{color:var(--color-text-muted)}.pillar-card ul{display:grid;gap:10px;margin:var(--space-4) 0 var(--space-5);list-style:none}.pillar-card li{position:relative;padding-left:20px;color:var(--color-text);font-weight:600;font-size:.95rem}.pillar-card li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:var(--color-sunset)}.pillar-card .text-link{margin-top:auto}.section-dark .pillar-card,.section-darker .pillar-card{background:#ffffff0f;border-color:var(--color-line)}.section-dark .pillar-card p,.section-darker .pillar-card p{color:var(--color-on-dark-muted)}.section-dark .pillar-card li,.section-darker .pillar-card li{color:var(--color-on-dark)}.feature-stack{display:grid;gap:var(--space-8);margin-top:var(--space-7)}.feature-row{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(32px,5vw,72px);align-items:center}.feature-row--flip .feature-copy{order:2}.feature-copy h3{margin-bottom:var(--space-3);font-size:clamp(1.8rem,3.2vw,3rem)}.feature-copy p{max-width:56ch;color:var(--color-text-muted);font-size:1.1rem}.feature-copy ul{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--space-4);list-style:none}.feature-copy li{padding:8px 13px;border-radius:999px;background:var(--color-olive-soft);color:var(--color-olive);font-size:.84rem;font-weight:800}.feature-visual{position:relative;min-height:360px;border-radius:var(--radius-card);overflow:hidden;background:var(--color-paper);box-shadow:var(--shadow-lift)}.feature-visual img{width:100%;height:100%;min-height:360px;object-fit:cover}.feature-visual figcaption{position:absolute;left:var(--space-4);right:var(--space-4);bottom:var(--space-4);padding:14px 16px;border-radius:12px;background:#083b4ac7;backdrop-filter:blur(12px)}.feature-visual figcaption strong{display:block;color:var(--color-on-dark)}.feature-visual figcaption span{color:var(--color-on-dark-muted);font-size:.9rem}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-top:var(--space-7)}.package-card{display:flex;flex-direction:column;min-height:100%;padding:var(--space-5);border:1px solid var(--color-border);border-radius:18px;background:var(--color-white-true);box-shadow:var(--shadow-subtle)}.package-card--featured{border-color:var(--color-sea);box-shadow:0 24px 70px #0e5a6f29}.package-scope{color:var(--color-terracotta);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.package-card h3{margin:var(--space-3) 0 4px;font-size:clamp(1.6rem,2.4vw,2.2rem)}.package-tagline{color:var(--color-text-muted);font-size:.92rem}.package-price{display:block;margin:var(--space-4) 0;color:var(--color-sea);font-size:2.2rem;font-weight:800;line-height:1;font-family:var(--font-heading)}.package-price small{font-size:.9rem;color:var(--color-text-muted);font-weight:700}.package-card ul{display:grid;gap:9px;margin-bottom:var(--space-5);list-style:none}.package-card li{position:relative;padding-left:20px;color:var(--color-text-muted);font-size:.92rem}.package-card li:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:var(--color-sunset)}.package-card .button,.package-card .status-label{margin-top:auto}.status-label{color:var(--color-text-muted);font-weight:800}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);margin-top:var(--space-7)}.process-card{min-height:260px;padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-white-true);box-shadow:var(--shadow-subtle)}.process-card .num{color:var(--color-sunset);font-size:2.4rem;font-weight:800;line-height:1;font-family:var(--font-heading)}.process-card h3{margin:var(--space-4) 0 var(--space-3);color:var(--color-ink)}.process-card p{color:var(--color-text-muted)}.ref-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4);margin-top:var(--space-7)}.ref-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-white-true);box-shadow:var(--shadow-subtle)}.ref-card figure{aspect-ratio:3 / 2;background:var(--color-paper)}.ref-card figure img{width:100%;height:100%;object-fit:cover}.ref-card-body{display:flex;flex-direction:column;flex:1;padding:var(--space-5)}.ref-card-body .tag{color:var(--color-terracotta);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ref-card-body h3{margin:8px 0 var(--space-3)}.ref-card-body p{color:var(--color-text-muted)}.ref-card-body .text-link{margin-top:auto;padding-top:var(--space-4)}.section-dark .ref-card,.section-darker .ref-card{background:#ffffff0f;border-color:var(--color-line)}.section-dark .ref-card-body p,.section-darker .ref-card-body p{color:var(--color-on-dark-muted)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:var(--space-7);align-items:start}.faq-list{display:grid;gap:var(--space-3)}.faq-list article{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-white-true);box-shadow:var(--shadow-subtle)}.faq-list h3{font-size:1.3rem;margin-bottom:8px}.faq-list p{color:var(--color-text-muted)}.section-dark .faq-list article,.section-darker .faq-list article{background:#ffffff0f;border-color:var(--color-line)}.section-dark .faq-list p,.section-darker .faq-list p{color:var(--color-on-dark-muted)}.final-cta{padding:clamp(60px,8vw,104px) 0}.final-cta-inner{display:grid;grid-template-columns:1fr auto;gap:var(--space-6);align-items:center;padding:clamp(34px,5vw,62px);border-radius:20px;background:var(--color-sea-deep);color:var(--color-on-dark);box-shadow:var(--shadow-lift)}.final-cta-inner h2{max-width:20ch;font-size:clamp(2rem,3.6vw,3.6rem);color:var(--color-on-dark)}.final-cta-inner p{margin-top:var(--space-3);color:var(--color-on-dark-muted)}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:var(--space-7);align-items:start}.scope-list{display:grid;gap:var(--space-3);margin-top:var(--space-5);list-style:none}.scope-list li{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-white-true);font-weight:700}.prose{max-width:68ch}.prose p{color:var(--color-text-muted);margin-bottom:var(--space-4)}.prose h2{font-size:clamp(1.6rem,2.4vw,2.1rem);margin:var(--space-6) 0 var(--space-3);max-width:none}.prose h2:first-child{margin-top:0}.prose a{color:var(--color-sea);font-weight:800}.prose strong{color:var(--color-ink)}.section-dark .prose p,.section-darker .prose p{color:var(--color-on-dark-muted)}.section-dark .prose a,.section-darker .prose a{color:var(--color-sunset)}.section-dark .prose strong,.section-darker .prose strong{color:var(--color-on-dark)}.number-list{counter-reset:step;display:grid;gap:0;list-style:none}.number-list li{counter-increment:step;display:grid;grid-template-columns:52px minmax(0,1fr);gap:var(--space-4);padding:var(--space-5) 0;border-top:1px solid var(--color-border)}.section-dark .number-list li,.section-darker .number-list li{border-color:var(--color-line)}.number-list li:before{content:counter(step,decimal-leading-zero);width:52px;height:52px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--color-sea);font-weight:800}.number-list h3{margin-bottom:6px}.number-list p{color:var(--color-text-muted)}.section-dark .number-list p,.section-darker .number-list p{color:var(--color-on-dark-muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.form-field{display:grid;gap:8px}.form-field-wide{grid-column:1 / -1}label{color:var(--color-ink);font-size:.9rem;font-weight:800}input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-soft);color:var(--color-text);background:var(--color-white-true);font:inherit}textarea{resize:vertical}@media(max-width:1080px){.hero-grid,.feature-row,.faq-layout,.split,.final-cta-inner{grid-template-columns:1fr}.hero-grid{gap:var(--space-6)}.feature-row--flip .feature-copy{order:0}.pillar-grid,.package-grid,.proof-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:720px){.header-nav,.lang-switch{display:none}.header-right{gap:var(--space-3)}.header-nav.open{display:flex;position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;padding:var(--space-3) 20px var(--space-4);background:#fbf6ecfa;border-bottom:1px solid var(--color-border)}.header-nav.open a{padding:12px 0;width:100%;border-bottom:1px solid var(--color-border)}.header-nav.open .mobile-lang-row{display:flex;gap:10px;width:100%;padding-top:12px}.header-nav.open .mobile-lang-row a{width:auto;min-width:44px;padding:8px 12px;border:1px solid var(--color-border);border-radius:999px;text-align:center}.header-nav.open .mobile-lang-row a[aria-current=page]{color:#fff;background:var(--color-sea);border-color:var(--color-sea)}.nav-toggle{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-paper);color:var(--color-ink)}.nav-toggle span{width:18px;height:2px;background:currentColor;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor}.hero h1{font-size:clamp(2.5rem,11vw,3.6rem)}.pillar-grid,.package-grid,.proof-grid,.process-grid,.ref-grid,.form-grid{grid-template-columns:1fr}.final-cta-inner{text-align:left}.number-list li{grid-template-columns:44px minmax(0,1fr);gap:var(--space-3)}}:root{--purchat-sea: #0E5A6F;--purchat-sea-deep: #083B4A;--purchat-sun: #E0A458;--purchat-cream: #FBF6EC;--purchat-shadow: 0 4px 24px rgba(8, 59, 74, .18)}#purchat-trigger{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:var(--purchat-sea);border:none;border-radius:50%;cursor:pointer;box-shadow:var(--purchat-shadow);display:flex;align-items:center;justify-content:center;z-index:2147483646;transition:transform .2s,background .2s}#purchat-trigger:hover{background:var(--purchat-sea-deep);transform:scale(1.08)}#purchat-trigger svg{width:26px;height:26px}#purchat-window{position:fixed;bottom:90px;right:24px;width:360px;max-width:calc(100vw - 32px);max-height:520px;display:none;flex-direction:column;background:#fff;border-radius:12px;box-shadow:var(--purchat-shadow);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;color:#222;overflow:hidden;z-index:2147483647}#purchat-window.open{display:flex}.purchat-header{background:var(--purchat-sea);color:var(--purchat-cream);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.purchat-header-title{display:flex;align-items:center;gap:8px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:700;font-size:15px;letter-spacing:.3px}.purchat-header-title .dot{width:8px;height:8px;background:#5ecb5e;border-radius:50%;animation:purchat-pulse 2s infinite}@keyframes purchat-pulse{0%,to{opacity:1}50%{opacity:.4}}.purchat-close{background:none;border:none;color:var(--purchat-cream);cursor:pointer;font-size:20px;line-height:1;padding:0;opacity:.7}.purchat-close:hover{opacity:1}.purchat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--purchat-cream);min-height:220px}.purchat-msg{max-width:85%;padding:9px 13px;border-radius:10px;line-height:1.5;word-break:break-word}.purchat-msg.bot{background:#fff;align-self:flex-start;border:1px solid #e8e0d0;border-bottom-left-radius:3px}.purchat-msg.user{background:var(--purchat-sea);color:var(--purchat-cream);align-self:flex-end;border-bottom-right-radius:3px}.purchat-msg.typing span{display:inline-block;width:6px;height:6px;margin:0 2px;background:var(--purchat-sun);border-radius:50%;animation:purchat-bounce .9s infinite}.purchat-msg.typing span:nth-child(2){animation-delay:.15s}.purchat-msg.typing span:nth-child(3){animation-delay:.3s}@keyframes purchat-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.purchat-input-row{display:flex;border-top:1px solid #e8e0d0;background:#fff;flex-shrink:0}.purchat-input{flex:1;border:none;padding:12px 14px;font-size:14px;outline:none;resize:none;background:transparent;font-family:inherit;line-height:1.4;max-height:80px}.purchat-send{background:var(--purchat-sea);border:none;color:var(--purchat-sun);padding:0 16px;cursor:pointer;font-size:18px;transition:background .15s;flex-shrink:0}.purchat-send:hover{background:var(--purchat-sea-deep)}.purchat-send:disabled{opacity:.4;cursor:default}.purchat-footer{text-align:center;font-size:11px;color:#aaa;padding:4px 8px 6px;background:#fff;border-top:1px solid #f0ebe2}@media(max-width:480px){#purchat-window{right:0;left:0;bottom:0;width:100%;max-height:75vh;border-radius:12px 12px 0 0;padding-bottom:env(safe-area-inset-bottom)}#purchat-trigger{bottom:16px;right:16px}}
