*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#F4F1EB;--bg2:#EAE7DF;--card:#FFFFFF;--ink:#18180F;--ink2:#64625A;--ink3:#A09D96;--green:#1A6E48;--green-light:#E6F2EC;--green-mid:#2D9462;--accent:#D4571A;--border:rgba(24,24,15,0.09);--border-med:rgba(24,24,15,0.15);--radius:16px;--radius-sm:10px}body{background:var(--bg);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh;flex-direction:column}body,nav{display:flex}nav{align-items:center;justify-content:space-between;padding:22px 52px;position:-webkit-sticky;position:sticky;top:0;background:rgba(244,241,235,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100;border-bottom:.5px solid var(--border)}.logo{font-family:"Instrument Serif",serif;font-size:22px;color:var(--ink);text-decoration:none;letter-spacing:-.4px;cursor:pointer}.logo span{color:var(--green)}nav ul{display:flex;gap:36px;list-style:none;align-items:center}nav ul a{font-size:14px;color:var(--ink2);text-decoration:none;transition:color .15s;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}nav ul a.active,nav ul a:hover{color:var(--ink)}.nav-cta,nav ul a.active{font-weight:500}.nav-cta{background:var(--ink);color:#fff!important;padding:9px 22px;border-radius:24px;font-size:14px;text-decoration:none;transition:opacity .15s;cursor:pointer}.nav-cta:hover{opacity:.82}.page{display:none;animation:fadeUp .45s ease both}.page.active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero{text-align:center;padding:88px 24px 72px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(ellipse 70% 50% at 50% 0,rgba(26,110,72,.08) 0,transparent 70%);pointer-events:none}.yc-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,90,0,.07);border:1px solid rgba(255,90,0,.22);border-radius:100px;padding:6px 14px 6px 10px;margin-bottom:18px;animation:fadeUp .45s ease both}.yc-badge span{font-size:11px;font-weight:600;color:#CC4800;text-transform:uppercase;letter-spacing:.06em}.yc-logo{height:17px;width:auto}.hero-label{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:var(--green-light);padding:6px 16px;border-radius:24px;margin-bottom:28px}.hero-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-mid);display:inline-block}.hero h1{font-family:"Instrument Serif",serif;font-size:clamp(42px,6.5vw,80px);font-weight:400;line-height:1.05;letter-spacing:-2px;color:var(--ink);max-width:840px;margin:0 auto 20px}.hero h1 em{font-style:italic;color:var(--green)}.hero-sub{font-size:17px;font-weight:300;color:var(--ink2);max-width:540px;margin:0 auto 12px;line-height:1.65}.search-wrap{max-width:620px;margin:0 auto 16px;position:relative;z-index:2}.search-box{display:flex;background:var(--card);border:1.5px solid var(--border-med);border-radius:18px;overflow:hidden;box-shadow:0 4px 32px rgba(24,24,15,.1),0 1px 4px rgba(24,24,15,.06);transition:box-shadow .2s,border-color .2s}.search-box:focus-within{border-color:var(--green-mid);box-shadow:0 4px 32px rgba(24,24,15,.13),0 0 0 3px rgba(26,110,72,.1)}.search-icon{display:flex;align-items:center;padding:0 16px 0 22px;color:var(--ink3);flex-shrink:0}.search-icon svg{width:18px;height:18px}.search-input{flex:1 1;border:none;outline:none;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;color:var(--ink);background:transparent;padding:18px 8px 18px 0}.search-input::placeholder{color:var(--ink3);font-weight:300}.search-btn{background:var(--green);color:white;border:none;padding:12px 28px;margin:8px 8px 8px 0;border-radius:12px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s;flex-shrink:0}.search-btn:hover{background:var(--green-mid)}.search-btn:active{transform:scale(.97)}.search-hint{font-size:13px;color:var(--ink3);margin-top:10px}.search-hint a{color:var(--ink2);text-decoration:underline;-webkit-text-decoration-color:var(--ink3);text-decoration-color:var(--ink3);text-underline-offset:2px;cursor:pointer}.results-dropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--card);border:.5px solid var(--border-med);border-radius:var(--radius-sm);box-shadow:0 8px 40px rgba(24,24,15,.13);overflow:hidden;z-index:10;text-align:left}.result-item{display:flex;align-items:center;gap:14px;padding:13px 18px;cursor:pointer;transition:background .1s;border-bottom:.5px solid var(--border)}.result-item:last-child{border-bottom:none}.result-item:hover{background:var(--bg)}.result-avatar{width:38px;height:38px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.result-info{flex:1 1}.result-name{font-size:14px;font-weight:500;color:var(--ink)}.result-meta{font-size:12px;color:var(--ink3);margin-top:1px}.social-proof{justify-content:center;gap:20px;margin-top:40px;flex-wrap:wrap}.proof-item,.social-proof{display:flex;align-items:center}.proof-item{gap:6px;font-size:13px;color:var(--ink2)}.proof-dot{width:4px;height:4px;border-radius:50%;background:var(--ink3)}.generated-section{padding:96px 52px 104px;background:var(--ink);position:relative;overflow:hidden}.generated-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(ellipse 70% 50% at 50% 110%,rgba(26,110,72,.22) 0,transparent 65%),radial-gradient(ellipse 40% 30% at 20% 0,rgba(26,110,72,.07) 0,transparent 60%);pointer-events:none}.gen-inner{max-width:1060px;margin:0 auto;position:relative;z-index:1}.gen-header{text-align:center;margin-bottom:56px}.gen-header .section-eyebrow{color:var(--green-mid);margin-bottom:20px}.gen-title{font-family:"Instrument Serif",serif;font-size:clamp(32px,4vw,52px);font-weight:400;letter-spacing:-1.5px;line-height:1.08;color:white;margin-bottom:18px}.gen-title em{font-style:italic;color:#8ECFAD}.gen-subtitle{font-size:15px;font-weight:300;color:rgba(255,255,255,.5);line-height:1.65;max-width:420px;margin:0 auto 28px}.gen-stats{display:inline-flex;align-items:center;gap:14px;background:rgba(255,255,255,.05);border:.5px solid rgba(255,255,255,.1);border-radius:40px;padding:8px 18px}.gen-stat-num{font-size:15px;font-weight:600;color:white;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gen-stat-label{font-size:12px;color:rgba(255,255,255,.4)}.gen-stat-divider{width:1px;height:14px;background:rgba(255,255,255,.12)}.feed-live{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:500;color:var(--green-mid);letter-spacing:.05em;text-transform:uppercase}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green-mid);animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.how-section{padding:96px 52px;max-width:1060px;margin:0 auto}.section-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.section-title{font-family:"Instrument Serif",serif;font-size:clamp(32px,4vw,48px);font-weight:400;letter-spacing:-1px;line-height:1.1;margin-bottom:56px}.section-title em{font-style:italic;color:var(--green)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;background:var(--border);border-radius:var(--radius);overflow:hidden}.step-card{background:var(--card);padding:32px 28px}.step-num{font-family:"Instrument Serif",serif;font-size:52px;font-weight:400;color:var(--bg2);line-height:1;margin-bottom:16px;letter-spacing:-2px}.step-title{font-size:16px;font-weight:500;color:var(--ink);margin-bottom:8px}.step-desc{font-size:13.5px;color:var(--ink2);line-height:1.6;font-weight:300}.trust-section{background:var(--green);padding:80px 52px}.trust-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.trust-item{padding:0 48px;position:relative}.trust-item+.trust-item{border-left:1px solid rgba(255,255,255,.12)}.trust-item:first-child{padding-left:0}.trust-item:last-child{padding-right:0}.trust-icon{width:48px;height:48px;background:rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.9);margin-bottom:20px}.trust-item h3{font-family:"Instrument Serif",serif;font-size:22px;font-weight:400;letter-spacing:-.3px;color:#fff;margin-bottom:10px;line-height:1.2}.trust-item p{font-size:14px;color:rgba(255,255,255,.68);line-height:1.65;font-weight:300}.features-page{max-width:1060px;margin:0 auto;padding:72px 52px 96px}.page-hero{text-align:center;margin-bottom:72px}.page-hero h1{font-family:"Instrument Serif",serif;font-size:clamp(38px,5vw,64px);font-weight:400;letter-spacing:-2px;line-height:1.05;margin-bottom:16px}.page-hero h1 em{font-style:italic;color:var(--green)}.page-hero p{font-size:17px;font-weight:300;color:var(--ink2);max-width:520px;margin:0 auto;line-height:1.65}.feat-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;background:var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:72px}.fh-card{background:var(--card);padding:32px 28px;transition:background .15s}.fh-card:hover{background:var(--bg)}.fh-icon{width:40px;height:40px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:16px}.fh-title{font-size:15px;font-weight:500;color:var(--ink);margin-bottom:8px}.fh-desc{font-size:13.5px;color:var(--ink2);line-height:1.6;font-weight:300}.feat-new-pill{display:inline-block;font-size:10px;font-weight:600;background:var(--green-light);color:var(--green);padding:2px 7px;border-radius:4px;margin-left:6px;vertical-align:middle;letter-spacing:.04em}.compare-section{margin-bottom:72px}.compare-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.compare-title{font-family:"Instrument Serif",serif;font-size:clamp(28px,3.5vw,42px);font-weight:400;letter-spacing:-1px;line-height:1.1;margin-bottom:8px}.compare-title em{font-style:italic;color:var(--green)}.compare-sub{font-size:15px;font-weight:300;color:var(--ink2);margin-bottom:40px;line-height:1.6}.compare-table-wrap{border-radius:var(--radius);overflow:hidden;border:.5px solid var(--border-med);box-shadow:0 2px 24px rgba(24,24,15,.06)}.compare-table{width:100%;border-collapse:collapse;background:var(--card)}.compare-table thead tr{background:var(--ink)}.compare-table thead th{padding:20px 24px;font-size:13px;font-weight:500;text-align:left;color:rgba(255,255,255,.6);letter-spacing:.04em}.compare-table thead th:first-child{color:rgba(255,255,255,.4);font-weight:400}.compare-table thead th.th-favurl{color:#8ECFAD;font-weight:600}.compare-table thead th.th-favurl:after{content:" ✦";font-size:11px;opacity:.7}.compare-table tbody tr{border-bottom:.5px solid var(--border);transition:background .1s}.compare-table tbody tr:last-child{border-bottom:none}.compare-table tbody tr:hover{background:var(--bg)}.compare-table tbody td{padding:18px 24px;font-size:13.5px;color:var(--ink2);vertical-align:top;line-height:1.5}.compare-table tbody td:first-child{color:var(--ink);font-weight:500;font-size:13px}.compare-table tbody td.col-favurl{background:rgba(26,110,72,.04)}.compare-table tbody tr:hover td.col-favurl{background:rgba(26,110,72,.07)}.cell-yes{color:var(--green);font-weight:500}.cell-no,.cell-yes{display:inline-flex;align-items:center;gap:6px;font-size:13px}.cell-no{color:var(--ink3)}.cell-partial{display:inline-flex;align-items:center;gap:6px;color:#B07C2A;font-size:13px}.check-ico{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.ico-y{background:var(--green-light);color:var(--green)}.ico-n{background:var(--bg2);color:var(--ink3)}.ico-p{background:#FEF3E8;color:#B07C2A}.row-section td{background:var(--bg2)!important;padding:10px 24px 6px!important;border-bottom:.5px solid var(--border-med)}.row-section td span{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink3)}.feat-cta{background:var(--ink);border-radius:var(--radius);padding:56px 48px;text-align:center;position:relative;overflow:hidden}.feat-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 110%,rgba(26,110,72,.25) 0,transparent 70%)}.feat-cta h2{font-family:"Instrument Serif",serif;font-size:clamp(28px,4vw,44px);font-weight:400;letter-spacing:-1px;color:white;margin-bottom:14px;position:relative}.feat-cta h2 em{font-style:italic;color:#8ECFAD}.feat-cta p{font-weight:300;color:rgba(255,255,255,.5);margin-bottom:32px}.feat-cta p,.feat-cta-btn{font-size:15px;position:relative}.feat-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:white;text-decoration:none;padding:14px 32px;border-radius:12px;font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:background .15s,transform .1s}.feat-cta-btn:hover{background:var(--green-mid)}.feat-cta-btn:active{transform:scale(.97)}.pricing-page{max-width:1140px;margin:0 auto;padding:72px 40px 96px}.pricing-hero{text-align:center;margin-bottom:48px}.pricing-hero h1{font-family:"Instrument Serif",serif;font-size:clamp(38px,5vw,64px);font-weight:400;letter-spacing:-2px;line-height:1.05;margin-bottom:16px}.pricing-hero h1 em{font-style:italic;color:var(--green)}.pricing-hero p{font-size:17px;font-weight:300;color:var(--ink2);max-width:480px;margin:0 auto;line-height:1.65}.pricing-toggle-wrap{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:40px}.ptgl-label{font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;color:var(--ink2);cursor:pointer;transition:color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ptgl-label-active{color:var(--ink);font-weight:600}.ptgl-switch{position:relative;width:48px;height:28px;border:none;border-radius:14px;background:var(--ink);cursor:pointer;padding:0;flex-shrink:0;transition:background .2s}.ptgl-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.2)}.ptgl-thumb.ptgl-thumb-on{transform:translateX(20px)}.save-chip{font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--green);white-space:nowrap}.plan-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:64px;align-items:stretch}.plan-card{background:var(--card);border:1px solid var(--border-med);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s}.plan-card:hover{box-shadow:0 6px 28px rgba(0,0,0,.07);transform:translateY(-2px)}.plan-card.pro{border:2px solid var(--green);background:linear-gradient(160deg,#edf7f2 0,var(--card) 52%);box-shadow:0 4px 20px rgba(26,110,72,.1)}.plan-card.pro:hover{box-shadow:0 8px 32px rgba(26,110,72,.15);transform:translateY(-2px)}.pro-bar{background:var(--green);color:white;text-align:center;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 8px}.plan-body{padding:22px 20px 18px;flex:1 1}.plan-tier{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink3);margin-bottom:10px}.plan-tier.g{color:var(--green)}.plan-price{display:flex;align-items:baseline;gap:3px;margin-bottom:6px}.p-amt{font-family:"Instrument Serif",serif;font-size:46px;font-weight:400;letter-spacing:-1.5px;line-height:1;color:var(--ink)}.p-per{font-size:13px;color:var(--ink3);font-weight:300}.plan-billing-note{font-size:11px;color:var(--green);font-weight:500;margin-top:1px;margin-bottom:2px}.plan-tagline{font-size:12.5px;color:var(--ink2);line-height:1.5;font-weight:300;margin-bottom:18px;margin-top:8px}.plan-btn{display:block;width:100%;padding:11px;border-radius:var(--radius-sm);font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:opacity .15s,transform .1s;text-decoration:none}.plan-btn:disabled{opacity:.55;cursor:default}.plan-btn:not(:disabled):active{transform:scale(.98)}.btn-ghost{background:transparent;border:1px solid var(--border-med);color:var(--ink)}.btn-ghost:not(:disabled):hover{background:var(--bg)}.btn-dark{background:var(--ink);color:white}.btn-dark:not(:disabled):hover{opacity:.85}.btn-green{background:var(--green);color:white}.btn-green:not(:disabled):hover{opacity:.88}.plan-divider{height:.5px;background:var(--border);margin:0 0 18px}.plan-feats{padding:0 20px 22px}.feats-lbl{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink3);margin-bottom:13px}.fi{align-items:flex-start;gap:8px;margin-bottom:9px;font-size:12.5px;color:var(--ink2);line-height:1.4}.fi,.fi-ico{display:flex}.fi-ico{width:16px;height:16px;border-radius:50%;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;margin-top:1px}.ico-on{background:var(--green-light);color:var(--green)}.ico-off{background:var(--bg2);color:var(--ink3)}.fi strong{color:var(--ink);font-weight:500}.faq-section{margin-top:72px}.faq-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.faq-title{font-family:"Instrument Serif",serif;font-size:clamp(28px,3.5vw,40px);font-weight:400;letter-spacing:-1px;margin-bottom:40px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;background:var(--border);border-radius:var(--radius);overflow:hidden}.faq-item{background:var(--card);padding:28px}.faq-q{font-size:15px;font-weight:500;color:var(--ink);margin-bottom:10px;line-height:1.35}.faq-a{font-size:13.5px;color:var(--ink2);line-height:1.65;font-weight:300}footer{padding:56px 52px 40px;border-top:.5px solid var(--border-med);font-size:13px;color:var(--ink3);background:var(--bg)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.footer-col-brand .logo{display:inline-block;margin-bottom:10px}.footer-brand-desc{font-size:13px;color:var(--ink3);line-height:1.6;margin-bottom:16px;max-width:220px}.footer-version{font-size:11.5px;color:var(--ink3);opacity:.7}.footer-col h4{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink2);margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col ul li a{font-size:13px;color:var(--ink2);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:180px;transition:color .15s}.footer-col ul li a:hover{color:var(--ink)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:.5px solid var(--border-med);font-size:12px;color:var(--ink3)}.footer-bottom a{color:var(--ink3);text-decoration:none}.footer-bottom a:hover{color:var(--ink)}.footer-links{display:flex;gap:20px}footer a{color:var(--ink2);text-decoration:none}footer a:hover{color:var(--ink)}.hero-label{animation:fadeUp .5s ease both}.hero h1{animation:fadeUp .55s ease .08s both}.hero-sub{animation:fadeUp .55s ease .16s both}.search-wrap{animation:fadeUp .6s ease .22s both}.search-hint{animation:fadeUp .55s ease .3s both}.social-proof{animation:fadeUp .55s ease .38s both}@media (max-width:900px){nav{padding:16px 20px}nav ul{display:none}.hero{padding:56px 20px 48px}.how-section{padding:64px 20px}.generated-section{padding:64px 20px 72px}.feed-grid{gap:10px}.feed-grid,.steps-grid{grid-template-columns:1fr 1fr}.trust-section{padding:56px 24px}.trust-inner{grid-template-columns:1fr;gap:40px}.trust-item{padding:0;border-left:none!important}.trust-item+.trust-item{border-top:1px solid rgba(255,255,255,.12);padding-top:40px}.features-page{padding:48px 20px 72px}.feat-highlight-grid{grid-template-columns:1fr 1fr}.compare-table td,.compare-table th{padding:14px 16px}.pricing-page{padding:48px 20px 72px}.plan-cards{grid-template-columns:repeat(2,1fr);gap:10px}.plan-card.pro{transform:none}.faq-grid{grid-template-columns:1fr}footer{padding:40px 20px 28px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand-col,.footer-col-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media (max-width:640px){.feat-highlight-grid,.plan-cards,.steps-grid{grid-template-columns:1fr}.hero h1{letter-spacing:-1px}.compare-table{font-size:12px}.compare-table td:nth-child(3),.compare-table th:nth-child(3){display:none}}.privacy-page{max-width:760px;margin:0 auto;padding:64px 32px 96px}.privacy-meta{font-size:.85rem;color:var(--ink3,#94a3b8);margin-top:.25rem}.privacy-body{margin-top:2.5rem}.privacy-body section{margin-bottom:2.25rem}.privacy-body h2{font-family:"Instrument Serif",serif;font-size:1.35rem;margin-bottom:.65rem;color:var(--ink)}.privacy-body li,.privacy-body p{font-size:.95rem;line-height:1.75;color:var(--ink2,#374151)}.privacy-body ul{padding-left:1.35rem;margin:.4rem 0}.privacy-body li{margin-bottom:.35rem}.contact-page{max-width:960px;margin:0 auto;padding:64px 32px 96px}.contact-wrap{display:grid;grid-template-columns:1fr 340px;grid-gap:3rem;gap:3rem;margin-top:2.5rem;align-items:start}.contact-form{gap:1.2rem}.contact-field,.contact-form{display:flex;flex-direction:column}.contact-field{gap:.4rem}.contact-field label{font-size:.85rem;font-weight:600;color:var(--ink)}.contact-field input,.contact-field textarea{border:1.5px solid var(--border,#e2e8f0);border-radius:8px;padding:.65rem .85rem;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--ink);background:#fff;resize:vertical;transition:border-color .15s}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--green)}.contact-error{font-size:.85rem;color:#dc2626;margin:0}.contact-submit{background:var(--green);color:#fff;border:none;border-radius:8px;padding:.75rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:opacity .15s}.contact-submit:hover:not(:disabled){opacity:.88}.contact-submit:disabled{opacity:.55;cursor:default}.contact-success{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.contact-success-icon{width:48px;height:48px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:1.35rem;display:flex;align-items:center;justify-content:center;font-weight:700}.contact-success h2{font-family:"Instrument Serif",serif;font-size:1.5rem;margin:0}.contact-success p{color:var(--ink2,#374151);font-size:.95rem;margin:0}.contact-back-btn{margin-top:.5rem;background:transparent;border:1.5px solid var(--green);color:var(--green);border-radius:8px;padding:.6rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.contact-back-btn:hover{background:rgba(34,197,94,.07)}.contact-aside{display:flex;flex-direction:column;gap:1rem}.contact-info-card{display:flex;align-items:flex-start;gap:.85rem;background:var(--card-bg,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:10px;padding:1rem 1.1rem}.contact-info-icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}.contact-info-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink3,#94a3b8);margin:0 0 .15rem}.contact-info-value{font-size:.88rem;color:var(--ink);text-decoration:none;line-height:1.5}a.contact-info-value:hover{color:var(--green)}@media (max-width:760px){.contact-wrap{grid-template-columns:1fr}.contact-page,.privacy-page{padding:48px 20px 72px}}.world-page{min-height:100vh;background:var(--bg);color:var(--ink)}.world-header{padding:72px 24px 48px;text-align:center;background:linear-gradient(180deg,#f0faf2 0,var(--bg) 100%);border-bottom:1px solid var(--border)}.world-header-inner{max-width:560px;margin:0 auto}.world-eyebrow{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin:0 0 12px}.world-title{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(36px,6vw,56px);font-weight:400;line-height:1.1;margin:0 0 16px;color:var(--ink)}.world-subtitle{font-size:17px;color:var(--ink2);margin:0 0 32px;line-height:1.6}.world-stats{display:inline-flex;align-items:center;gap:24px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px 32px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.world-stat{text-align:center}.world-stat-num{display:block;font-size:28px;font-weight:700;color:var(--green);line-height:1}.world-stat-label{display:block;font-size:12px;color:var(--ink2);margin-top:4px;text-transform:uppercase;letter-spacing:.06em}.world-stat-divider{width:1px;height:40px;background:var(--border)}.world-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:0;gap:0;max-width:1280px;margin:0 auto;padding:48px 24px 72px;align-items:start}.world-globe-col{position:-webkit-sticky;position:sticky;top:80px}.world-globe-wrap{position:relative;width:100%;aspect-ratio:1;max-width:580px;margin:0 auto}.world-canvas{width:100%!important;height:100%!important;border-radius:50%;transition:opacity .4s ease}.world-globe-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f0faf2;border-radius:50%}.world-globe-spinner{width:40px;height:40px;border:3px solid #d1fae5;border-top:3px solid var(--green);border-radius:50%;animation:world-spin .8s linear infinite}@keyframes world-spin{to{transform:rotate(1turn)}}.world-drag-hint{text-align:center;font-size:12px;color:var(--ink2);margin-top:12px;letter-spacing:.04em}.world-sidebar{padding-left:40px}.world-sidebar-track-wrap{height:calc(8 * 68px);overflow:hidden;position:relative;mask-image:linear-gradient(180deg,transparent 0,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 8%,black 92%,transparent)}.world-sidebar-ticker{display:flex;flex-direction:column;gap:8px;animation:world-ticker-scroll linear infinite;animation-duration:calc(var(--ticker-count, 20) * 2.4s)}.world-sidebar-ticker:hover{animation-play-state:paused}@keyframes world-ticker-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.world-sidebar-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink2);margin:0 0 16px}.world-sidebar-list{display:flex;flex-direction:column;gap:8px}.world-hub-card{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--ink);transition:border-color .15s,box-shadow .15s,transform .15s}.world-hub-card:hover{border-color:var(--green);box-shadow:0 2px 12px rgba(22,163,74,.12);transform:translateX(2px)}.world-hub-photo{object-fit:cover}.world-hub-photo,.world-hub-photo--placeholder{width:40px;height:40px;border-radius:8px;flex-shrink:0}.world-hub-photo--placeholder{background:#d1fae5;color:var(--green);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center}.world-hub-photo-skeleton{width:40px;height:40px;border-radius:8px;background:#e9f5ec;flex-shrink:0;animation:world-pulse 1.4s ease-in-out infinite}.world-hub-info{flex:1 1;min-width:0}.world-hub-name{font-size:13px;font-weight:600;margin:0;color:var(--ink)}.world-hub-city,.world-hub-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.world-hub-city{font-size:11px;color:var(--ink2);margin:2px 0 0}.world-hub-arrow{font-size:14px;color:var(--green);flex-shrink:0;opacity:0;transition:opacity .15s}.world-hub-card:hover .world-hub-arrow{opacity:1}.world-hub-card--skeleton{pointer-events:none;animation:world-pulse 1.4s ease-in-out infinite}.world-skeleton-line{height:10px;background:#e9f5ec;border-radius:6px}@keyframes world-pulse{0%,to{opacity:1}50%{opacity:.5}}.world-tooltip{position:fixed;z-index:9999;background:var(--ink);color:#fff;border-radius:8px;padding:8px 12px;font-size:13px;pointer-events:none;display:flex;flex-direction:column;gap:2px;box-shadow:0 4px 16px rgba(0,0,0,.2);max-width:220px}.world-tooltip strong{font-weight:600;font-size:13px}.world-tooltip span{font-size:11px;color:#9ca3af}.world-cta{text-align:center;padding:64px 24px;background:linear-gradient(180deg,var(--bg) 0,#f0faf2 100%);border-top:1px solid var(--border)}.world-cta-text{font-size:22px;font-weight:600;color:var(--ink);margin:0 0 20px}.world-cta-btn{display:inline-block;background:var(--green);color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .15s}.world-cta-btn:hover{opacity:.9;transform:translateY(-1px)}@media (max-width:900px){.world-layout{grid-template-columns:1fr;padding:32px 16px 56px;gap:32px}.world-globe-col{position:static}.world-globe-wrap{max-width:380px}.world-sidebar{padding-left:0}}@media (max-width:480px){.world-header{padding:48px 16px 32px}.world-stats{padding:12px 20px;gap:16px}.world-stat-num{font-size:22px}}.world-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.world-sidebar-header .world-sidebar-label{margin:0}.world-sidebar-count{font-size:11px;color:var(--ink2)}@keyframes world-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.world-hub-card--animate{animation:world-card-in .35s ease both}.world-click-overlay{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;animation:world-card-in .2s ease}.world-click-card{background:#fff;border-radius:20px;padding:24px;width:min(340px,90vw);position:relative;box-shadow:0 20px 60px rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;gap:16px}.world-click-close{position:absolute;top:14px;right:14px;background:#f3f4f6;border:none;border-radius:50%;width:28px;height:28px;font-size:12px;cursor:pointer;color:var(--ink2);display:flex;align-items:center;justify-content:center;transition:background .15s}.world-click-close:hover{background:#e5e7eb}.world-click-photo{width:80px;height:80px;border-radius:16px;object-fit:cover}.world-click-photo--placeholder{width:80px;height:80px;border-radius:16px;background:#d1fae5;color:var(--green);font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center}.world-click-info{text-align:center}.world-click-name{font-size:17px;font-weight:700;color:var(--ink);margin:0 0 6px}.world-click-city{font-size:13px;color:var(--ink2);margin:0 0 16px}.world-click-btn{display:inline-block;background:var(--green);color:#fff;text-decoration:none;border-radius:10px;padding:10px 22px;font-size:14px;font-weight:600;transition:opacity .15s}.world-click-btn:hover{opacity:.88}.alt-hub-page,.alt-page{max-width:860px;margin:0 auto;padding:48px 32px 96px}.alt-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink3);margin-bottom:36px}.alt-breadcrumb a{color:var(--green);text-decoration:none}.alt-breadcrumb a:hover{text-decoration:underline}.alt-hero-badge{display:inline-block;background:var(--green-light);color:var(--green);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:5px 14px;margin-bottom:20px}.alt-hero{margin-bottom:64px}.alt-hero-title{font-family:"Instrument Serif",serif;font-size:clamp(28px,5vw,44px);font-weight:400;line-height:1.2;color:var(--ink);margin-bottom:18px;max-width:700px}.alt-hero-desc{font-size:16px;color:var(--ink2);line-height:1.65;max-width:620px;margin-bottom:28px}.alt-hero-cta{display:inline-block;background:var(--green);color:#fff;text-decoration:none;border-radius:12px;padding:13px 28px;font-size:15px;font-weight:600;transition:opacity .15s}.alt-hero-cta:hover{opacity:.88}.alt-section-title{font-family:"Instrument Serif",serif;font-size:clamp(20px,3.5vw,28px);font-weight:400;color:var(--ink);margin-bottom:28px}.alt-wins{margin-bottom:64px}.alt-wins-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.alt-win-card{background:var(--card,#fff);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.alt-win-icon{display:block;font-size:18px;color:var(--green);margin-bottom:12px}.alt-win-title{font-size:15px;font-weight:650;color:var(--ink);margin-bottom:10px;line-height:1.3}.alt-win-desc{font-size:13.5px;color:var(--ink2);line-height:1.6}.alt-compare{margin-bottom:64px}.alt-table-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.alt-table{width:100%;border-collapse:collapse;font-size:14px}.alt-table thead tr{background:var(--bg2)}.alt-th-favurl,.alt-th-feature,.alt-th-them{padding:14px 20px;text-align:left;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink2);border-bottom:1px solid var(--border)}.alt-th-favurl,.alt-th-logo span{color:var(--green)}.alt-table tbody tr{border-bottom:1px solid var(--border)}.alt-table tbody tr:last-child{border-bottom:none}.alt-tr-even{background:var(--bg2)}.alt-td-feature{padding:13px 20px;color:var(--ink);font-size:13.5px}.alt-td-val{padding:13px 20px;text-align:center;width:130px}.alt-cell-no,.alt-cell-yes{display:flex;justify-content:center}.alt-cell-partial{font-size:12px;color:var(--ink3)}.alt-cta-banner{text-align:center;background:var(--green);border-radius:var(--radius);padding:48px 32px;margin-top:16px}.alt-cta-line{font-family:"Instrument Serif",serif;font-size:clamp(20px,3.5vw,28px);color:#fff;margin-bottom:24px}.alt-cta-banner .alt-hero-cta{background:#fff;color:var(--green)}.alt-cta-sub{margin-top:14px;font-size:12px;color:rgba(255,255,255,.65)}.alt-hub-hero{text-align:center;margin-bottom:56px}.alt-hub-title{font-family:"Instrument Serif",serif;font-size:clamp(30px,5vw,48px);font-weight:400;color:var(--ink);margin-bottom:18px}.alt-hub-desc{font-size:16px;color:var(--ink2);line-height:1.65;max-width:560px;margin:0 auto}.alt-hub-grid-section{margin-bottom:72px}.alt-hub-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.alt-hub-card{display:flex;flex-direction:column;gap:12px;background:var(--card,#fff);border:1px solid var(--border);border-radius:var(--radius);padding:28px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.alt-hub-card:hover{border-color:var(--green);box-shadow:0 4px 20px rgba(26,110,72,.08)}.alt-hub-card-top{display:flex;align-items:center;gap:8px}.alt-hub-emoji{font-size:22px}.alt-hub-vs{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink3)}.alt-hub-name{font-size:18px;font-weight:650;color:var(--ink)}.alt-hub-summary{font-size:13.5px;color:var(--ink2);line-height:1.6;flex:1 1}.alt-hub-tags{display:flex;flex-wrap:wrap;gap:6px}.alt-hub-tag{font-size:11px;background:var(--bg2);color:var(--ink3);border-radius:100px;padding:3px 10px}.alt-hub-link{font-size:13px;font-weight:600;color:var(--green)}.alt-hub-why{margin-bottom:56px}.alt-hub-pillars{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.alt-hub-pillar{background:var(--card,#fff);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.alt-hub-pillar-icon{font-size:24px;display:block;margin-bottom:12px}.alt-hub-pillar-title{font-size:15px;font-weight:650;color:var(--ink);margin-bottom:8px}.alt-hub-pillar-desc{font-size:13.5px;color:var(--ink2);line-height:1.6}@media (max-width:700px){.alt-hub-page,.alt-page{padding:32px 20px 72px}.alt-hub-grid,.alt-hub-pillars,.alt-wins-grid{grid-template-columns:1fr}.alt-td-val{width:90px}}.sw-page{max-width:900px;margin:0 auto;padding:56px 32px 96px}.sw-hero{margin-bottom:80px}.sw-hero-inner{text-align:center;margin-bottom:40px}.sw-badge{display:inline-block;background:var(--green-light);color:var(--green);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:5px 16px;margin-bottom:24px}.sw-title{font-family:"Instrument Serif",serif;font-size:clamp(36px,6vw,64px);font-weight:400;line-height:1.1;letter-spacing:-2px;color:var(--ink);margin-bottom:20px}.sw-title em{font-style:italic;color:var(--green)}.sw-subtitle{font-size:17px;color:var(--ink2);line-height:1.7;margin-bottom:32px}.sw-hero-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.sw-btn-primary{display:inline-block;background:var(--green);color:#fff;text-decoration:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;transition:opacity .15s}.sw-btn-primary:hover{opacity:.88}.sw-hero-note{font-size:13px;color:var(--ink3)}.sw-hero-stats{justify-content:center;gap:0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 40px}.sw-hero-stats,.sw-stat{display:flex;align-items:center}.sw-stat{flex-direction:column;gap:4px;padding:0 40px}.sw-stat-num{font-family:"Instrument Serif",serif;font-size:36px;font-weight:400;color:var(--ink);letter-spacing:-1px}.sw-stat-label{font-size:12px;color:var(--ink3);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.sw-stat-divider{width:1px;height:48px;background:var(--border-med)}.sw-steps{display:flex;flex-direction:column;margin-bottom:72px}.sw-step{display:grid;grid-template-columns:64px 1fr;grid-gap:28px;gap:28px;position:relative;align-items:flex-start}.sw-step-deconum{position:absolute;right:-8px;top:-20px;font-family:"Instrument Serif",serif;font-size:120px;font-weight:400;line-height:1;opacity:.35;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.sw-step-left{flex-direction:column;position:relative;z-index:1}.sw-step-icon,.sw-step-left{display:flex;align-items:center}.sw-step-icon{width:56px;height:56px;border-radius:16px;justify-content:center;font-size:26px;flex-shrink:0;box-shadow:0 2px 12px rgba(24,24,15,.08)}.sw-step-line{width:2px;flex:1 1;min-height:40px;background:linear-gradient(to bottom,var(--border-med),transparent);margin:10px 0 0}.sw-step-content{padding-bottom:48px;position:relative;z-index:1}.sw-step-num-label{font-family:DM Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.sw-step-title{font-family:"Instrument Serif",serif;font-size:clamp(20px,3vw,28px);font-weight:400;color:var(--ink);margin-bottom:12px;line-height:1.25}.sw-step-desc{font-size:15px;color:var(--ink2);line-height:1.7;margin-bottom:14px;max-width:640px}.sw-agents{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.sw-agent-pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;border-radius:100px;padding:5px 14px;letter-spacing:.01em}.sw-step-detail{font-size:13px;color:var(--ink3);line-height:1.6;display:flex;gap:8px;align-items:flex-start}.sw-detail-ico{font-size:16px;color:var(--ink3);flex-shrink:0;margin-top:-1px}.sw-cta{background:var(--green);border-radius:var(--radius);overflow:hidden}.sw-cta-inner{text-align:center;padding:64px 40px}.sw-cta-title{font-family:"Instrument Serif",serif;font-size:clamp(24px,4vw,40px);font-weight:400;color:#fff;margin-bottom:14px;letter-spacing:-.5px}.sw-cta-sub{font-size:16px;color:rgba(255,255,255,.72);max-width:460px;margin:0 auto 32px;line-height:1.65}.sw-btn-white{display:inline-block;background:#fff;color:var(--green);text-decoration:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;transition:opacity .15s}.sw-btn-white:hover{opacity:.9}@media (max-width:680px){.sw-page{padding:32px 20px 72px}.sw-step{grid-template-columns:48px 1fr;gap:16px}.sw-step-deconum{font-size:72px;top:-10px;right:-4px}.sw-step-icon{width:44px;height:44px;font-size:20px;border-radius:12px}.sw-hero-stats{padding:20px 16px;gap:0}.sw-stat{padding:0 20px}.sw-stat-num{font-size:28px}.sw-cta-inner{padding:48px 24px}}.about-page{max-width:860px;margin:0 auto;padding:56px 32px 96px}.about-badge{display:inline-block;background:var(--green-light);color:var(--green);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:5px 16px;margin-bottom:20px}.about-hero{margin-bottom:56px}.about-title{font-family:"Instrument Serif",serif;font-size:clamp(32px,5.5vw,56px);font-weight:400;line-height:1.15;letter-spacing:-1.5px;color:var(--ink)}.about-title em{font-style:italic;color:var(--green)}.about-story{margin-bottom:80px}.about-story-pull{font-family:"Instrument Serif",serif;font-size:clamp(18px,3vw,24px);font-style:italic;color:var(--ink2);line-height:1.55;border-left:3px solid var(--green);padding-left:24px;margin-bottom:40px}.about-story-body{display:flex;flex-direction:column;gap:18px;margin-bottom:40px}.about-story-body p{font-size:16px;color:var(--ink2);line-height:1.75}.about-story-body p strong{color:var(--ink);font-weight:650}.about-story-body p em{font-style:italic;color:var(--ink)}.about-founders{display:flex;gap:16px;flex-wrap:wrap}.about-founder-card{display:flex;align-items:center;gap:14px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;flex:1 1;min-width:240px}.about-founder-avatar{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",serif;font-size:20px;flex-shrink:0}.about-founder-avatar-alt{background:var(--ink)}.about-founder-name{font-size:15px;font-weight:650;color:var(--ink);margin-bottom:3px}.about-founder-role{font-size:12px;color:var(--ink3);line-height:1.4}.about-agents-section{margin-bottom:72px}.about-agents-header{margin-bottom:36px}.about-agents-title{font-family:"Instrument Serif",serif;font-size:clamp(24px,4vw,36px);font-weight:400;color:var(--ink);margin-bottom:12px;letter-spacing:-.5px}.about-agents-sub{font-size:15px;color:var(--ink2);line-height:1.65;max-width:560px}.about-agents-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.about-agent-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px;transition:box-shadow .15s,border-color .15s}.about-agent-card:hover{border-color:var(--green);box-shadow:0 4px 20px rgba(26,110,72,.07)}.about-agent-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.about-agent-emoji{font-size:24px;line-height:1;flex-shrink:0;margin-top:2px}.about-agent-name{font-size:14px;font-weight:650;color:var(--ink);margin-bottom:3px;line-height:1.3}.about-agent-role{display:inline-block;font-size:11px;font-weight:600;color:var(--green);background:var(--green-light);border-radius:100px;padding:2px 10px;letter-spacing:.04em}.about-agent-desc{font-size:13.5px;color:var(--ink2);line-height:1.65}.about-honest{margin-bottom:72px}.about-honest-title{font-family:"Instrument Serif",serif;font-size:clamp(20px,3vw,28px);font-weight:400;color:var(--ink);margin-bottom:20px}.about-honest-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.about-honest-card{border-radius:var(--radius);padding:24px;font-size:14px;color:var(--ink2);line-height:1.65}.about-honest-works{background:var(--green-light);border:1px solid rgba(26,110,72,.15)}.about-honest-not{background:var(--bg2);border:1px solid var(--border)}.about-honest-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:10px}.about-cta{text-align:center;background:var(--green);border-radius:var(--radius);padding:56px 40px}.about-cta-title{font-family:"Instrument Serif",serif;font-size:clamp(22px,4vw,36px);font-weight:400;color:#fff;margin-bottom:12px;letter-spacing:-.5px}.about-cta-sub{font-size:15px;color:rgba(255,255,255,.72);margin-bottom:28px;line-height:1.6}.about-cta-btn{display:inline-block;background:#fff;color:var(--green);text-decoration:none;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:600;transition:opacity .15s}.about-cta-btn:hover{opacity:.9}@media (max-width:680px){.about-page{padding:32px 20px 72px}.about-agents-grid,.about-honest-grid{grid-template-columns:1fr}.about-founder-card{min-width:100%}}