@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700&family=Caveat:wght@400;500&display=swap";
:root{--black:#0a0a0a;--black-soft:#1a1a1a;--gray:#555;--gray-light:#888;--gray-line:#e5e5e5;--surface:#f6f6f6;--white:#fff;--green:#19523e;--green-mid:#1e6b50;--green-light:#247a5c;--green-pale:#edf5f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--black);background-color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}nav{z-index:200;justify-content:space-between;align-items:center;padding:1.25rem 3rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-line);background:#ffffffeb}.nav-logo{color:var(--black);letter-spacing:-.02em;font-family:DM Serif Display,serif;font-size:1.4rem;text-decoration:none}.nav-logo span{color:var(--green)}.hero{text-align:center;flex-direction:column;align-items:center;min-height:100vh;padding:140px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#00000012 1px,#0000 1px),linear-gradient(90deg,#00000012 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 20%,#000000a6 55%,#000000d9 88%,#0000 100%);mask-image:linear-gradient(#0000 20%,#000000a6 55%,#000000d9 88%,#0000 100%)}.hero>*{z-index:1;position:relative}@keyframes pip{0%,to{opacity:1}50%{opacity:.3}}.hero-headline{color:var(--black);letter-spacing:-.04em;white-space:nowrap;margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:clamp(2rem,3.2vw,3.4rem);font-weight:500;line-height:1.1}.hero-headline em{color:var(--green);font-style:italic;font-weight:500}.discovery-wrap{display:inline-block;position:relative}.discovery-star{color:var(--green);margin-left:.15em;font-style:normal;font-weight:500}.hw-note{letter-spacing:.08em;color:var(--green);white-space:nowrap;pointer-events:none;font-family:Caveat,cursive;font-size:1.5rem;font-weight:400;line-height:1;position:absolute;top:-2.6rem;left:50%;transform:translate(-30%)rotate(-4deg)}.hw-note:after{content:"↓";font-size:.9rem;position:absolute;bottom:-1.1rem;left:38%;transform:rotate(8deg)}.hero-tagline{color:var(--gray);letter-spacing:-.01em;white-space:nowrap;margin-bottom:1.4rem;font-family:Inter,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400}.hero-sub{color:var(--gray-light);max-width:400px;margin-bottom:1.75rem;font-size:.78rem;font-weight:400;line-height:1.7}.hero-cta{background:var(--black);color:#fff;letter-spacing:.01em;border-radius:6px;align-items:center;gap:6px;margin-bottom:3rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hero-cta:hover{background:var(--black-soft);transform:translateY(-1px);box-shadow:0 6px 20px #0003}.hero-cta svg{width:14px;height:14px;transition:transform .2s}.hero-cta:hover svg{transform:translate(3px)}.device-scene{z-index:1;width:100%;max-width:1100px;margin:0 auto;animation:.9s cubic-bezier(.22,1,.36,1) .25s both win-rise;position:relative}@keyframes win-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.mac-window{background:#fff;border:1px solid #00000021;border-radius:12px;overflow:hidden;box-shadow:0 2px 6px #0000000d,0 12px 40px #0000001c,0 40px 80px #00000012}.mac-chrome{background:linear-gradient(#f2f2f2,#e8e8e8);border-bottom:1px solid #0000001a;flex-shrink:0;align-items:center;height:36px;padding:0 14px;display:flex;position:relative}.mac-dots{flex-shrink:0;gap:7px;display:flex}.mac-dots span{border-radius:50%;width:12px;height:12px;box-shadow:inset 0 0 0 .5px #00000026}.mac-dots span:first-child{background:#ff5f57}.mac-dots span:nth-child(2){background:#febc2e}.mac-dots span:nth-child(3){background:#28c840}.mac-url{color:#888;white-space:nowrap;background:#ffffffbf;border:1px solid #0000001f;border-radius:6px;padding:3px 14px;font-size:.72rem;position:absolute;left:50%;transform:translate(-50%)}.mac-content{line-height:0;position:relative;overflow:hidden}.mac-content iframe{pointer-events:none;border:none;width:100%;height:660px;display:block}.device-shadow{filter:blur(6px);background:radial-gradient(at 50% 0,#00000024 0%,#0000 70%);height:20px;margin:0 8%;transform:translateY(-4px)}.mac-desktop{display:block}.mac-mobile{background:#fff;display:none}.md-root{background:#fff;flex-direction:column;height:100%;font-family:Inter,sans-serif;display:flex;overflow:hidden}.md-header{background:#fafafa;border-bottom:1px solid #ebebeb;flex-shrink:0;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.md-title{color:#222;letter-spacing:-.01em;font-size:.72rem;font-weight:600}.md-live{color:var(--green);align-items:center;gap:5px;font-size:.65rem;font-weight:500;display:flex}.md-pip{background:var(--green);border-radius:50%;width:5px;height:5px;animation:1.8s infinite pip}.md-stats{border-bottom:1px solid #ebebeb;flex-shrink:0;grid-template-columns:repeat(4,1fr);display:grid}.md-stat{text-align:center;border-right:1px solid #ebebeb;padding:7px 4px}.md-stat:last-child{border-right:none}.md-stat-val{color:#111;font-size:1rem;font-weight:700;line-height:1}.md-stat-lbl{color:#999;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:.58rem}.md-agents{flex-shrink:0;grid-template-columns:1fr 1fr;gap:8px;padding:10px;display:grid}.md-agent{border:1px solid #ebebeb;border-radius:8px;padding:0;overflow:hidden}.md-agent-bar{background:var(--green);height:3px}.md-agent-bar.b2{background:#247a5c}.md-agent-bar.b3{background:#1a3d2e}.md-agent-bar.b4{background:#0d1f18}.md-agent-body{padding:8px 10px 9px}.md-agent-num{color:#bbb;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px;font-family:Inter,monospace;font-size:.58rem;font-weight:600}.md-agent-name{color:#111;margin-bottom:4px;font-size:.75rem;font-weight:600}.md-status{align-items:center;gap:4px;margin-bottom:3px;display:flex}.md-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.8s infinite pip}.md-dot.amber{background:#555;animation-duration:1.1s}.md-status-text{color:#666;font-size:.65rem}.md-act{color:#999;font-size:.65rem;line-height:1.4;transition:opacity .3s}.md-act.fading{opacity:0}.md-insight{border:1px solid #ebebeb;border-radius:8px;flex-shrink:0;margin:0 10px;overflow:hidden}.md-insight-head{background:#fafafa;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.md-insight-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:600}.md-insight-badge{color:var(--green);font-size:.6rem;font-weight:600}.md-insight-body{padding:6px 10px}.md-insight-text{color:#333;font-size:.72rem;font-style:italic;line-height:1.45;transition:opacity .3s}.md-insight-text.fading{opacity:0}.md-bar-track{background:#ebebeb;border-radius:99px;height:3px;margin-top:5px;overflow:hidden}.md-bar-fill{background:var(--green);border-radius:99px;height:100%}.md-activity{border:1px solid #ebebeb;border-radius:8px;flex-direction:column;flex-shrink:0;gap:0;margin:8px 10px 10px;display:flex;overflow:hidden}.md-act-row{color:#666;border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:6px;padding:5px 10px;font-size:.64rem;line-height:1.4;display:flex}.md-act-row:last-child{border-bottom:none}.md-act-arrow{color:#ccc;flex-shrink:0;padding-top:1px}.md-act-text{flex:1}.md-act-text strong{color:#333;font-weight:500}@media (max-width:900px){nav{padding:1rem 1.5rem}.hero{padding:110px 1.5rem 48px}.hero-headline{white-space:normal;font-size:clamp(1.4rem,5vw,2.4rem)}.hero-tagline{white-space:normal;font-size:.88rem}.device-scene{max-width:100%}.mac-content iframe{height:420px}.how-section{padding:60px 1.5rem}.steps-grid{grid-template-columns:1fr 1fr}.step{border-bottom:1px solid var(--gray-line)}.step:nth-child(3),.step:nth-child(4){border-bottom:none}footer{padding:1.5rem}}@media (max-width:520px){.steps-grid{border-radius:10px;grid-template-columns:1fr 1fr!important}.step{border-right:none;border-bottom:1px solid var(--gray-line);min-width:0;padding:1.1rem 1rem}.step:nth-child(odd){border-right:1px solid var(--gray-line)!important}.step:nth-child(3),.step:nth-child(4){border-bottom:none}.step-num{margin-bottom:.5rem;font-size:1.4rem}.step-desc,.mac-desktop{display:none}.mac-mobile{display:block}.mac-url{display:none}.hero-headline{font-size:1.5rem}.hero-tagline{font-size:.82rem}}.how-section{border-top:1px solid var(--gray-line);background:0 0;max-width:1100px;margin:0 auto;padding:100px 3rem;position:relative}.section-title{color:var(--black);letter-spacing:-.025em;max-width:480px;margin-bottom:3.5rem;font-family:DM Serif Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.steps-grid{border:1px solid var(--gray-line);border-radius:12px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.step{border-right:1px solid var(--gray-line);min-width:0;padding:2rem 1.75rem;transition:background .2s}.step:last-child{border-right:none}.step:hover{background:var(--green-pale)}.step-num{color:var(--gray-line);margin-bottom:.9rem;font-family:DM Serif Display,serif;font-size:1.8rem;line-height:1}.step:hover .step-num{color:#19523e33}.step-title{color:var(--black);margin-bottom:.5rem;font-size:.92rem;font-weight:600}.step-desc{color:var(--gray);font-size:.8rem;font-weight:400;line-height:1.65}.step-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--green);margin-top:1rem;font-size:.68rem;font-weight:500;display:inline-block}.page-section{border-top:1px solid var(--gray-line)}.page-section-inner{max-width:1100px;margin:0 auto;padding:100px 3rem}.s5-head{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3.5rem;display:grid}.s5-intro{color:var(--gray);font-size:.875rem;line-height:1.85}.s5-steps{border:1px solid var(--gray-line);border-radius:12px;overflow:hidden}.s5-step{border-bottom:1px solid var(--gray-line);grid-template-columns:72px 1fr 1.8fr;min-width:0;transition:background .18s;display:grid}.s5-step:last-child{border-bottom:none}.s5-step:hover{background:var(--green-pale)}.s5-n{color:var(--gray-line);border-right:1px solid var(--gray-line);align-items:flex-start;padding:2.25rem 1.5rem;font-family:DM Serif Display,serif;font-size:1.8rem;line-height:1;transition:color .18s;display:flex}.s5-step:hover .s5-n{color:#19523e38}.s5-t{color:var(--black);border-right:1px solid var(--gray-line);align-items:flex-start;padding:2.25rem 2rem;font-size:.92rem;font-weight:600;display:flex}.s5-d{color:var(--gray);align-items:flex-start;padding:2.25rem 2rem;font-size:.82rem;line-height:1.7;display:flex}@media (max-width:900px){.page-section-inner{padding:72px 2rem}.s5-head{grid-template-columns:1fr;gap:1.5rem}.s5-step{grid-template-columns:56px 1fr}.s5-d{display:none}}@media (max-width:520px){.page-section-inner{padding:56px 1.5rem}.s5-step{grid-template-columns:48px 1fr}.s5-n{padding:1.5rem 1rem;font-size:1.4rem}.s5-t{padding:1.5rem 1rem;font-size:.85rem}}footer{border-top:1px solid var(--gray-line);justify-content:space-between;align-items:center;padding:1.75rem 3rem;display:flex}.footer-logo{color:var(--black);letter-spacing:-.02em;font-family:DM Serif Display,serif;font-size:1.1rem;text-decoration:none}.footer-logo span{color:var(--green)}.footer-copy{color:var(--gray-light);font-size:.75rem}.fade-up{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(20px)}.fade-up.visible{opacity:1;transform:none}.fade-up.d1{transition-delay:.1s}.fade-up.d2{transition-delay:.2s}.fade-up.d3{transition-delay:.3s}#dsc-overlay{z-index:900;-webkit-backdrop-filter:blur(10px);background:#0a0a0a8c;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}#dsc-overlay.dsc-open{display:flex}#dsc-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 28px 90px #00000038}.dsc-step{padding:2.75rem 2.5rem}.dsc-step.hidden{display:none!important}.dsc-close{cursor:pointer;color:#aaa;z-index:2;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:1.4rem;line-height:1;transition:color .15s;position:absolute;top:1.1rem;right:1.25rem}.dsc-close:hover{color:#333}.dsc-signin-title{color:var(--black);letter-spacing:-.03em;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.45rem;font-weight:600;line-height:1.2}.dsc-signin-title em{color:var(--green);font-style:italic;font-weight:600}.dsc-signin-sub{color:var(--gray);margin-bottom:1.75rem;font-size:.875rem;line-height:1.6}.dsc-google-btn{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .18s;display:flex;box-shadow:0 1px 3px #00000012}.dsc-google-btn:hover{background:#f8f8f8;border-color:#bbb;box-shadow:0 2px 8px #0000001a}.dsc-google-btn svg{flex-shrink:0}@media (max-width:640px){#dsc-modal{border-radius:16px;max-width:100%}.dsc-step{padding:2rem 1.5rem}}@keyframes spin{to{transform:rotate(360deg)}}
:root{--green-deep:#19523e;--green-mid:#1e6b50;--green-light:#247a5c;--green-pale:#e8f5ee;--green-wash:#f4faf7;--cream:#faf8f5;--cream-dark:#f0ece6;--gold:#c8a84e;--gold-light:#e8d69c;--text-dark:#0d1f18;--text-mid:#3a5a4c;--text-light:#6b8a7c;--white:#fff;--border:#19523e1f}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{color:var(--text-dark);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:10000;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}nav{z-index:100;justify-content:space-between;align-items:center;padding:1.25rem 3rem;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(24px);box-shadow:0 1px 0 var(--border);background:#faf8f5e0;padding:.9rem 3rem}.nav-logo{color:var(--green-deep);letter-spacing:-.02em;font-family:DM Serif Display,serif;font-size:1.6rem;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-mid);font-size:.9rem;font-weight:400;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--green-deep)}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:var(--text-mid);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.nav-dropdown-trigger:hover{color:var(--green-deep)}.nav-dropdown-trigger svg{width:12px;height:12px;transition:transform .3s}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--white);border:1px solid var(--border);opacity:0;visibility:hidden;z-index:200;border-radius:12px;min-width:220px;padding:.5rem;transition:all .3s cubic-bezier(.22,1,.36,1);position:absolute;top:calc(100% + 12px);right:0;transform:translateY(10px);box-shadow:0 12px 40px #19523e1f}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{border-radius:8px;padding:.65rem .85rem;text-decoration:none;transition:all .2s;display:block}.nav-dropdown-item:hover{background:var(--green-pale)}.nav-dropdown-item h4{color:var(--green-deep);margin-bottom:.15rem;font-family:DM Serif Display,serif;font-size:.85rem}.nav-dropdown-item p{color:var(--text-mid);font-size:.7rem;font-weight:300;line-height:1.4}.nav-cta{background:var(--green-deep);color:var(--white);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.nav-cta:hover{background:var(--green-mid);transform:translateY(-1px);box-shadow:0 4px 20px #19523e40}section{padding:7rem 2rem}.container{max-width:1200px;margin:0 auto}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;padding-left:2rem;font-size:.7rem;font-weight:600;display:inline-block;position:relative}.section-label:before{content:"";background:var(--gold);width:1.2rem;height:1px;position:absolute;top:50%;left:0}.section-title{color:var(--green-deep);letter-spacing:-.02em;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,3.5vw,3rem);line-height:1.15}.section-desc{color:var(--text-mid);max-width:550px;font-size:1.05rem;font-weight:300;line-height:1.7}.page-hero{background:var(--cream);padding:10rem 2rem 5rem;position:relative;overflow:hidden}.page-hero .container{z-index:2;position:relative}.page-hero-gradient{background:radial-gradient(80% 60% at 20% 30%,#19523e0f 0%,#0000 70%),radial-gradient(60% 80% at 80% 70%,#c8a84e0a 0%,#0000 70%);position:absolute;inset:0}.page-hero .section-title{max-width:700px;margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3.2rem)}.page-hero .section-desc{max-width:600px;font-size:1.15rem}.breadcrumb{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--text-light);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--green-deep)}.breadcrumb span{color:var(--text-mid)}.content-section{padding:5rem 2rem}.content-section.white{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.content-section.cream{background:var(--cream)}.content-section.green{background:var(--green-deep)}.content-section.green .section-label{color:var(--gold-light)}.content-section.green .section-title{color:var(--white)}.content-section.green .section-desc{color:#ffffffb3}.content-section.green p{color:#fffc}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.22,1,.36,1)}.feature-card:hover{border-color:#19523e33;transform:translateY(-4px);box-shadow:0 16px 48px #19523e14}.feature-icon{background:var(--green-pale);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.feature-icon svg{width:24px;height:24px;color:var(--green-deep)}.feature-card h3{color:var(--green-deep);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:1.2rem}.feature-card p{color:var(--text-mid);font-size:.92rem;font-weight:300;line-height:1.6}.process-steps{margin-top:3rem}.process-step{border-bottom:1px solid var(--border);gap:2rem;padding:2rem 0;display:flex}.process-step:last-child{border-bottom:none}.process-number{background:var(--green-deep);width:56px;height:56px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:DM Serif Display,serif;font-size:1.2rem;display:flex}.process-content h3{color:var(--green-deep);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.3rem}.process-content p{color:var(--text-mid);font-size:1rem;font-weight:300;line-height:1.7}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.two-col.reverse{direction:rtl}.two-col.reverse>*{direction:ltr}.two-col-content h2{color:var(--green-deep);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(1.8rem,3vw,2.4rem)}.two-col-content p{color:var(--text-mid);margin-bottom:1rem;font-size:1.05rem;font-weight:300;line-height:1.7}.two-col-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #19523e1a}.two-col-image img{width:100%;height:auto;display:block}.cta-section{background:var(--green-deep);text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta-section .section-title{color:var(--white);max-width:600px;margin:0 auto 1rem}.cta-section .section-desc{color:#ffffffb3;max-width:500px;margin:0 auto 2rem}.cta-button{background:var(--gold);color:var(--green-deep);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.22,1,.36,1);display:inline-flex}.cta-button:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px #c8a84e4d}.bullet-list{margin-top:1.5rem;list-style:none}.bullet-list li{color:var(--text-mid);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:1rem;font-weight:300;display:flex}.bullet-list li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}footer{background:#0d2e22;padding:4rem 2rem 3rem}.footer-content{grid-template-columns:1fr 1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto 3rem;display:grid}.footer-brand{text-align:left}.footer-logo{color:#ffffffb3;margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.3rem}.footer-logo span{color:var(--gold)}.footer-tagline{color:#fff6;font-size:.85rem;font-weight:300}.footer-links{text-align:left}.footer-links h4{color:#ffffffb3;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:.95rem;font-weight:400}.footer-links a{color:#ffffff80;margin-bottom:.6rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover{color:var(--gold)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}footer p{color:#ffffff4d;font-size:.8rem;font-weight:300}.footer-bottom a{color:#fff6;margin-left:1rem;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:var(--gold)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:all .8s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.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}@media (max-width:1024px){nav{padding:1rem 2rem}nav.scrolled{padding:.75rem 2rem}.feature-grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr;gap:2rem}.two-col.reverse{direction:ltr}}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:.5rem;display:none}.mobile-menu-toggle svg{width:24px;height:24px;color:var(--green-deep)}.mobile-menu{background:var(--cream);z-index:999;opacity:0;visibility:hidden;padding:5rem 2rem 2rem;transition:all .3s;display:none;position:fixed;inset:0}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-close{cursor:pointer;background:0 0;border:none;padding:.5rem;position:absolute;top:1rem;right:1.25rem}.mobile-menu-close svg{width:24px;height:24px;color:var(--green-deep)}.mobile-menu-links{flex-direction:column;gap:.5rem;display:flex}.mobile-menu-links a{color:var(--text-dark);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1.1rem;text-decoration:none;transition:color .2s}.mobile-menu-links a:hover{color:var(--green-deep)}.mobile-menu-section{margin-top:1.5rem}.mobile-menu-section h4{color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:.85rem}.mobile-menu-cta{background:var(--green-deep);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.mobile-menu-cta:hover{background:var(--green-mid)}@media (max-width:768px){nav{padding:.85rem 1.25rem}nav.scrolled{padding:.7rem 1.25rem}.nav-logo{font-size:1.35rem}.nav-links,.nav-cta{display:none}.mobile-menu-toggle,.mobile-menu{display:block}section,.content-section{padding:4rem 1.25rem}.page-hero{padding:7rem 1.25rem 4rem}.page-hero .section-title{font-size:clamp(1.8rem,6vw,2.4rem)}.page-hero .section-desc{font-size:1rem}.feature-grid{grid-template-columns:1fr}.process-step{flex-direction:column;gap:1rem}.process-number{width:48px;height:48px;font-size:1rem}.cta-section{padding:4rem 1.25rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-brand,.footer-links{text-align:center}}@media (max-width:380px){.page-hero .section-title{font-size:1.6rem}}.signal-map-container{background:var(--green-wash);border:1px solid var(--border);border-radius:20px;max-width:900px;height:420px;margin:3rem auto;position:relative;overflow:hidden}.signal-bubble{text-align:center;cursor:default;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:absolute}.signal-bubble:hover{transform:scale(1.08);box-shadow:0 12px 32px #19523e33}.signal-bubble span{color:var(--white);padding:0 .5rem;font-size:.72rem;font-weight:600;line-height:1.3}.signal-bubble.enterprise{background:#19523ed9}.signal-bubble.end-user{background:#c8a84ed9}.signal-bubble.end-user span{color:var(--text-dark)}.signal-bubble.prospect{background:#247a5cbf}.signal-bubble.churned{background:#b43c32bf}.signal-map-mobile{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:none}.signal-mobile-item{color:var(--white);border-radius:100px;padding:.6rem 1rem;font-size:.8rem;font-weight:600}.signal-mobile-item.large{padding:.75rem 1.25rem;font-size:.9rem}.signal-mobile-item.enterprise{background:#19523ed9}.signal-mobile-item.end-user{color:var(--text-dark);background:#c8a84ed9}.signal-mobile-item.prospect{background:#247a5cbf}.signal-mobile-item.churned{background:#b43c32bf}.signal-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.legend-item{color:var(--text-mid);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.legend-dot.enterprise{background:#19523ed9}.legend-dot.end-user{background:#c8a84ed9}.legend-dot.prospect{background:#247a5cbf}.legend-dot.churned{background:#b43c32bf}@media (max-width:768px){.signal-bubble{display:none}.signal-map-mobile{display:flex}.signal-map-container{height:auto;min-height:unset}}.contradiction-container{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1.5rem;margin-top:3rem;display:grid}.contradiction-panel{border:1px solid var(--border);border-radius:16px;padding:2rem}.contradiction-panel h4{margin-bottom:1.25rem;font-family:DM Serif Display,serif;font-size:1rem}.contradiction-panel.enterprise-buyers{background:#19523e0a;border-color:#19523e26}.contradiction-panel.enterprise-buyers h4{color:var(--green-deep)}.contradiction-panel.end-users{background:#c8a84e0d;border-color:#c8a84e33}.contradiction-panel.end-users h4{color:#7a6020}.quote-item{color:var(--text-mid);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:.9rem;font-style:italic;font-weight:300;line-height:1.6}.quote-item:last-child{border-bottom:none;padding-bottom:0}.conflict-highlight{color:var(--green-deep);font-style:normal;font-weight:600}.contradiction-panel.end-users .conflict-highlight{color:#7a6020}.vs-divider{flex-shrink:0;justify-content:center;align-items:center;display:flex}.vs-badge{background:var(--green-deep);width:44px;height:44px;color:var(--white);letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}@media (max-width:768px){.contradiction-container{grid-template-columns:1fr}.vs-divider{padding:.5rem 0}}.multimodal-timeline{margin-top:3rem;position:relative}.multimodal-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.source-card{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid;position:relative}.source-icon{background:var(--white);border:2px solid var(--border);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 4px 12px #19523e14}.source-icon svg{width:20px;height:20px;color:var(--green-deep)}.source-content{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.source-content.placeholder{opacity:0;pointer-events:none}.source-type{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.65rem;font-weight:700;display:inline-block}.source-content h4{color:var(--green-deep);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1rem}.source-content p{color:var(--text-mid);font-size:.88rem;font-style:italic;font-weight:300;line-height:1.6}.insight-merge{background:var(--green-deep);text-align:center;border-radius:16px;margin-top:2rem;padding:2rem}.insight-merge h4{color:var(--white);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.1rem}.insight-merge p{color:#ffffffbf;font-size:.95rem;font-weight:300;line-height:1.6}@media (max-width:768px){.multimodal-timeline:before{display:none}.source-card{grid-template-rows:auto;grid-template-columns:auto 1fr}.source-content.placeholder{display:none}.source-content.right{grid-area:1/2}.source-icon{grid-area:1/1}}.brief-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.brief-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:box-shadow .3s}.brief-card:hover{box-shadow:0 8px 32px #19523e14}.brief-card-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.brief-card-header h4{color:var(--green-deep);font-family:DM Serif Display,serif;font-size:1.1rem}.brief-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.brief-icon svg{width:18px;height:18px}.brief-icon.themes{color:var(--green-deep);background:#19523e1a}.brief-icon.risks{color:#b43c32;background:#b43c321a}.brief-icon.opportunities{color:#7a6020;background:#c8a84e26}.brief-icon.recommendations{color:var(--green-light);background:#247a5c1a}.brief-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.brief-list li{color:var(--text-mid);padding-left:1rem;font-size:.9rem;font-weight:300;line-height:1.5;position:relative}.brief-list li:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}@media (max-width:768px){.brief-grid{grid-template-columns:1fr}}.pipeline-container{margin-top:3rem;padding-bottom:.5rem;overflow-x:auto}.pipeline{justify-content:center;align-items:center;gap:0;min-width:600px;display:flex}.pipeline-step{flex-direction:column;align-items:center;gap:.75rem;display:flex}.pipeline-node{background:var(--green-deep);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex;box-shadow:0 4px 16px #19523e33}.pipeline-node:hover{transform:scale(1.08)}.pipeline-node svg{width:24px;height:24px;color:var(--white)}.pipeline-label{color:var(--text-mid);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.pipeline-arrow{justify-content:center;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;display:flex}.pipeline-arrow svg{width:20px;height:20px;color:var(--border)}@media (max-width:768px){.pipeline-container{padding:0 1rem}}
