@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,700;0,9..144,900;1,9..144,300;1,9..144,400;1,9..144,700&family=DM+Mono:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}:root{--black:#0a0a0a;--white:#fff;--bg:#fff;--bg2:#f5f5f5;--grey:#888;--grey-mid:silver;--grey-light:#e8e8e8;--border:#e0e0e0;--green:#1a7a4a;--green-bg:#edf7f2}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--black);font-family:-apple-system,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.container{max-width:1100px;margin:0 auto}.section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--grey-mid);text-align:center;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.section-title{letter-spacing:-.04em;color:var(--black);text-align:center;margin-bottom:16px;font-family:Fraunces,serif;font-size:clamp(36px,5vw,52px);font-weight:700;line-height:1.1}.section-title em{font-style:italic;font-weight:300}.section-sub{color:var(--grey);text-align:center;letter-spacing:-.01em;max-width:480px;margin:0 auto;font-size:17px;line-height:1.6}.hero{background:var(--black);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(700px 500px at 50% 40%,#ffffff08 0%,#0000 70%);position:absolute;inset:0}.hero-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#888;margin-bottom:28px;font-family:DM Mono,monospace;font-size:11px;animation:.9s cubic-bezier(.25,.46,.45,.94) .1s both fadeUp}.hero-title{letter-spacing:-.04em;color:var(--white);margin-bottom:32px;font-family:Fraunces,serif;font-size:clamp(38px,5.8vw,78px);font-weight:900;line-height:1.08;animation:.9s cubic-bezier(.25,.46,.45,.94) .15s both fadeUp}.hero-title .problem{color:#9e9e9e}.hero-title em{color:#9e9e9e;font-style:italic;font-weight:300}.hero-workflow{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:44px;animation:.9s cubic-bezier(.25,.46,.45,.94) .3s both fadeUp;display:flex}.wf-step{color:#aaa;letter-spacing:-.01em;white-space:nowrap;background:#111;border:1px solid #1e1e1e;border-radius:980px;padding:9px 18px;font-size:13px}.wf-arrow{color:#555;font-size:16px}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;animation:.9s cubic-bezier(.25,.46,.45,.94) .4s both fadeUp;display:flex}.btn-white{background:var(--white);color:var(--black);letter-spacing:-.02em;border-radius:980px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-white:hover{opacity:.9}.btn-ghost{color:#aaa;letter-spacing:-.01em;padding:16px 20px;font-size:15px;text-decoration:none;transition:color .2s}.btn-ghost:hover{color:#888}.btn-ghost-outlined{border:1px solid #2a2a2a;border-radius:980px;color:#9e9e9e!important}.hero-tagline{color:#888;letter-spacing:-.02em;border-top:1px solid #1a1a1a;margin-top:56px;padding-top:36px;font-family:Fraunces,serif;font-size:36px;font-style:italic;font-weight:300;animation:.9s cubic-bezier(.25,.46,.45,.94) .5s both fadeUp}.hero-tagline strong{color:#aaa;font-style:normal;font-weight:700}.hero-comics{justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:900px;margin-bottom:44px;display:flex}.comic-panel{background:#fff;border:2px solid #222;border-radius:20px;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.comic-label{letter-spacing:-.03em;color:#0a0a0a;text-align:left;padding:16px 18px 10px;font-family:Fraunces,serif;font-size:clamp(13px,1.5vw,18px);font-weight:900;line-height:1.2}.comic-highlight{color:#1a7a4a}.comic-img{background:#f9f9f9;flex:1;justify-content:center;align-items:center;min-height:160px;display:flex;overflow:hidden}.comic-img img{object-fit:contain;width:100%;height:100%;padding:8px;display:block}.comic-img img[src=""]{display:none}.comic-img:has(img[src=""]){display:none}.comic-img:empty:after{content:"Image placeholder";color:#ccc;font-family:DM Mono,monospace;font-size:12px}.comic-img:has(img:not([src])):after{content:"Image placeholder";color:#ccc;font-family:DM Mono,monospace;font-size:12px}@media (width<=700px){.hero-comics{flex-direction:column;max-width:360px}.comic-img{min-height:140px}}.how-section{background:var(--bg2);padding:100px 48px}.how-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;display:grid}.how-card{background:var(--white);border:1.5px solid var(--border);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.how-card-img{aspect-ratio:4/3;border-bottom:1.5px solid var(--border);background:#f9f9f9;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.how-card-img img{object-fit:contain;width:100%;height:100%;padding:0}.how-card-bottom{flex-direction:column;gap:10px;padding:28px 28px 32px;display:flex}.how-card-num{letter-spacing:3px;color:var(--grey-mid);text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.how-card-title{letter-spacing:-.03em;color:var(--black);font-family:Fraunces,serif;font-size:22px;font-weight:700;line-height:1.2}.how-card-desc{color:var(--grey);font-size:14px;line-height:1.65}.how-card-tag{background:var(--bg2);border:1px solid var(--border);color:var(--grey);letter-spacing:.5px;border-radius:980px;align-self:flex-start;margin-top:4px;padding:6px 14px;font-family:DM Mono,monospace;font-size:11px;display:inline-block}@media (width<=900px){.how-cards{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media (width<=600px){.how-section{padding:72px 24px}}.demo-section{background:var(--black);padding:100px 48px}.demo-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:grid}.demo-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#888;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.demo-title{letter-spacing:-.04em;color:var(--white);margin-bottom:20px;font-family:Fraunces,serif;font-size:clamp(34px,4vw,50px);font-weight:700;line-height:1.05}.demo-title em{color:#888;font-style:italic;font-weight:300}.demo-desc{color:#aaa;letter-spacing:-.01em;margin-bottom:32px;font-size:16px;line-height:1.7}.demo-steps{flex-direction:column;gap:16px;margin-bottom:36px;list-style:none;display:flex}.demo-step{align-items:flex-start;gap:14px;display:flex}.demo-dot{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.demo-dot svg{stroke:#aaa;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.demo-step-text{color:#aaa;letter-spacing:-.01em;font-size:15px;line-height:1.5}.demo-step-text strong{color:var(--white);font-weight:500}.demo-cta{background:var(--white);color:var(--black);letter-spacing:-.02em;border-radius:980px;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.demo-cta:hover{opacity:.9}.phone-mockup{background:#1a1a1a;border-radius:36px;max-width:295px;margin:0 auto;padding:4px;box-shadow:0 40px 100px #00000080,0 4px 20px #0000004d}.phone-inner{background:var(--white);border-radius:32px;overflow:hidden}.phone-bar{border-bottom:1px solid var(--border);background:#f5f5f5;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.phone-shop{color:var(--black);font-size:12px;font-weight:600}.phone-logo{color:var(--black);font-family:Fraunces,serif;font-size:12px;font-weight:700}.phone-logo em{font-style:italic;font-weight:300}.phone-screen{padding:20px 18px 24px}.phone-dots{gap:6px;margin-bottom:16px;display:flex}.phone-dot-pill{background:#e0e0e0;border-radius:50%;width:8px;height:8px}.phone-dot-pill.on{background:var(--black)}.phone-step-label{color:var(--grey);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-family:DM Mono,monospace;font-size:10px}.phone-heading{letter-spacing:-.03em;color:var(--black);margin-bottom:16px;font-family:Fraunces,serif;font-size:22px;font-weight:700;line-height:1.15}.phone-chips{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.phone-chip{color:var(--black);border:1.5px solid var(--border);background:#f5f5f5;border-radius:980px;padding:7px 13px;font-size:12px}.phone-chip.on{background:var(--black);color:var(--white);border-color:var(--black);font-style:italic}.phone-review-box{background:#f9f9f9;border-radius:14px;margin-bottom:14px;padding:14px}.phone-review-text{color:var(--black);margin-bottom:8px;font-size:13px;line-height:1.55}.phone-review-stars{color:#f59e0b;font-size:13px}.phone-cta-btn{background:var(--black);color:var(--white);text-align:center;letter-spacing:-.02em;border-radius:980px;margin-bottom:12px;padding:12px;font-size:13px;font-weight:600}.phone-powered{color:var(--grey);text-align:center;font-size:11px}.phone-powered strong{color:var(--black)}.biz-section{padding:100px 48px}.biz-accordion{border:1px solid var(--border);border-radius:20px;margin-top:56px;overflow:hidden}.biz-item{border-bottom:1px solid var(--border)}.biz-item:last-child{border-bottom:none}.biz-trigger{background:var(--white);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 32px;font-family:inherit;transition:background .2s;display:flex}.biz-trigger:hover{background:#fafafa}.biz-trigger-left{flex-direction:column;gap:4px;display:flex}.biz-cat{letter-spacing:2px;text-transform:uppercase;color:var(--grey);font-family:DM Mono,monospace;font-size:10px}.biz-name{letter-spacing:-.03em;color:var(--black);font-family:Fraunces,serif;font-size:20px;font-weight:700}.biz-trigger-right{align-items:center;gap:12px;display:flex}.biz-hint{color:var(--grey);font-family:DM Mono,monospace;font-size:12px}.biz-icon{border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.biz-icon svg{width:14px;height:14px;stroke:var(--black);stroke-width:2px;fill:none;transition:transform .3s}.biz-item.open .biz-icon svg{transform:rotate(45deg)}.biz-body{background:#fafafa;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.biz-item.open .biz-body{max-height:200px}.biz-desc{color:var(--grey);padding:0 32px 12px;font-size:15px;line-height:1.7}.biz-examples{color:var(--grey-mid);letter-spacing:.3px;padding:0 32px 24px;font-family:DM Mono,monospace;font-size:13px}.reviews-section{padding:80px 0;overflow:hidden}.reviews-section .container{padding:0 48px}.reviews-wrapper{margin-top:48px;overflow:hidden}.reviews-track{gap:20px;width:max-content;animation:30s linear infinite marquee;display:flex}.reviews-track:hover{animation-play-state:paused}.review-card{background:var(--white);border:1.5px solid var(--border);border-radius:18px;flex-shrink:0;width:280px;padding:24px}.review-stars{color:#f59e0b;letter-spacing:1px;margin-bottom:10px;font-size:14px}.review-text{color:var(--black);margin-bottom:16px;font-size:14px;line-height:1.6}.review-meta{flex-direction:column;gap:2px;display:flex}.review-author{color:var(--black);font-size:13px;font-weight:600}.review-biz{color:var(--grey);font-size:12px}.pricing-section{background:var(--bg2);padding:100px 48px}.trial-banner{background:var(--white);border:1.5px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;padding:28px 32px;display:flex}.trial-label{letter-spacing:2px;text-transform:uppercase;color:var(--grey);margin-bottom:6px;font-family:DM Mono,monospace;font-size:10px}.trial-text{letter-spacing:-.03em;color:var(--black);margin-bottom:4px;font-family:Fraunces,serif;font-size:20px;font-weight:700}.trial-sub{color:var(--grey);font-size:13px}.trial-btn{background:var(--black);color:var(--white);white-space:nowrap;letter-spacing:-.01em;border-radius:980px;flex-shrink:0;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.trial-btn:hover{opacity:.85}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.price-card{background:var(--white);border:1.5px solid var(--border);border-radius:20px;flex-direction:column;padding:32px;display:flex;position:relative}.price-card.featured{background:var(--black);border-color:var(--black)}.price-badge{background:var(--green);color:var(--white);white-space:nowrap;letter-spacing:1px;text-transform:uppercase;border-radius:980px;padding:5px 14px;font-family:DM Mono,monospace;font-size:11px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-tier{letter-spacing:2px;text-transform:uppercase;color:var(--grey);margin-bottom:12px;font-family:DM Mono,monospace;font-size:11px}.price-card.featured .price-tier{color:#666}.price-amount{letter-spacing:-.05em;color:var(--black);margin-bottom:4px;font-family:Fraunces,serif;font-size:40px;font-weight:900}.price-card.featured .price-amount{color:var(--white)}.price-period{color:var(--grey);margin-bottom:8px;font-size:13px}.price-eff{margin-bottom:24px;font-family:DM Mono,monospace;font-size:12px}.price-eff.neutral{color:var(--grey)}.price-eff.good{color:var(--green)}.price-card.featured .price-eff{color:#aaa}.price-features{flex-direction:column;flex:1;gap:10px;margin-bottom:28px;list-style:none;display:flex}.price-features li{color:var(--grey);padding-left:16px;font-size:14px;line-height:1.4;position:relative}.price-features li:before{content:"–";color:var(--grey-light);position:absolute;left:0}.price-card.featured .price-features li{color:#888}.price-card.featured .price-features li:before{color:#333}.price-cta{text-align:center;letter-spacing:-.01em;border-radius:980px;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.price-cta:hover{opacity:.85}.price-cta-dark{background:var(--black);color:var(--white)}.price-cta-light{background:var(--white);color:var(--black)}.pricing-note{text-align:center;color:var(--grey);margin-top:24px;font-family:DM Mono,monospace;font-size:13px}.chain-section{background:var(--black);padding:100px 48px}.chain-inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1100px;margin:0 auto;display:grid}.chain-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#555;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.chain-title{letter-spacing:-.04em;color:var(--white);margin-bottom:20px;font-family:Fraunces,serif;font-size:clamp(40px,5vw,60px);font-weight:700;line-height:1.05}.chain-title em{color:#888;font-style:italic;font-weight:300}.chain-desc{color:#aaa;margin-bottom:32px;font-size:16px;line-height:1.7}.chain-features{flex-direction:column;gap:16px;list-style:none;display:flex}.chain-features li{color:#aaa;align-items:flex-start;gap:14px;font-size:15px;line-height:1.5;display:flex}.chain-check{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.chain-check svg{stroke:#aaa;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.chain-card{background:#111;border:1px solid #1e1e1e;border-radius:24px;padding:40px}.chain-card-title{letter-spacing:-.03em;color:var(--white);margin-bottom:12px;font-family:Fraunces,serif;font-size:24px;font-weight:700}.chain-card-desc{color:#888;margin-bottom:24px;font-size:15px;line-height:1.65}.chain-card-features{flex-direction:column;gap:10px;margin-bottom:32px;list-style:none;display:flex}.chain-card-features li{color:#666;padding-left:16px;font-size:14px;position:relative}.chain-card-features li:before{content:"•";color:#333;position:absolute;left:0}.chain-contact-btn{background:var(--white);color:var(--black);text-align:center;letter-spacing:-.01em;border-radius:980px;margin-top:36px;margin-bottom:12px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.chain-contact-btn:hover{opacity:.9}.chain-note{color:#555;text-align:center;font-family:DM Mono,monospace;font-size:12px}.testi-section{background:var(--bg2);padding:100px 48px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.testi-card{background:var(--white);border:1.5px solid var(--border);border-radius:20px;flex-direction:column;gap:24px;padding:32px;display:flex}.testi-quote{color:var(--black);letter-spacing:-.02em;flex:1;font-family:Fraunces,serif;font-size:16px;font-style:italic;font-weight:300;line-height:1.65}.testi-meta{align-items:center;gap:12px;display:flex}.testi-avatar{background:var(--black);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.testi-name{color:var(--black);font-size:14px;font-weight:600}.testi-biz{color:var(--grey);font-size:12px}.faq-section{padding:100px 48px}.faq-list{border:1px solid var(--border);border-radius:20px;margin-top:48px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border);cursor:pointer;padding:24px 32px;transition:background .2s}.faq-item:last-child{border-bottom:none}.faq-item:hover{background:#fafafa}.faq-q{color:var(--black);letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:16px;font-size:17px;font-weight:500;display:flex}.faq-icon{color:var(--grey);flex-shrink:0;font-size:20px;font-weight:300;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{color:var(--grey);max-height:0;font-size:15px;line-height:1.7;transition:max-height .4s cubic-bezier(.4,0,.2,1),margin-top .3s;overflow:hidden}.faq-item.open .faq-a{max-height:200px;margin-top:16px}.cta-section{background:var(--black);text-align:center;padding:120px 48px;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(700px 400px,#ffffff08 0%,#0000 70%);position:absolute;inset:0}.cta-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#555;margin-bottom:20px;font-family:DM Mono,monospace;font-size:11px}.cta-title{letter-spacing:-.04em;color:var(--white);margin-bottom:24px;font-family:Fraunces,serif;font-size:clamp(40px,6vw,72px);font-weight:900;line-height:1.05}.cta-title em{color:#888;font-style:italic;font-weight:300}.cta-sub{color:#666;letter-spacing:-.01em;max-width:480px;margin:0 auto 36px;font-size:17px;line-height:1.65}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.cta-tagline{color:#555;letter-spacing:-.02em;font-family:Fraunces,serif;font-size:20px;font-style:italic;font-weight:300}.cta-tagline strong{color:#888;font-style:normal;font-weight:700}@media (width<=960px){.how-cards{grid-template-columns:1fr}.how-card{border-right:none;border-bottom:1px solid var(--border)}.how-card:last-child{border-bottom:none}.demo-inner{grid-template-columns:1fr;gap:48px}.demo-right{justify-content:center;display:flex}.testi-grid,.pricing-grid{grid-template-columns:1fr}.chain-inner{grid-template-columns:1fr;gap:48px}}@media (width<=768px){.how-section,.biz-section,.pricing-section,.testi-section,.faq-section,.demo-section,.chain-section{padding:72px 24px}.cta-section{padding:80px 24px}.hero{padding:100px 24px 60px}.hero-workflow{gap:8px}.wf-step{padding:8px 14px;font-size:12px}.hero-actions{flex-direction:column;gap:8px;width:100%}.btn-white,.btn-ghost{text-align:center;width:100%}.trial-banner{flex-direction:column;align-items:flex-start}.trial-btn{text-align:center;width:100%}.biz-trigger{padding:18px 20px}.biz-desc,.biz-examples{padding-left:20px;padding-right:20px}.faq-item{padding:20px}.reviews-section{padding:56px 0}.reviews-section .container{padding:0 24px}}.contact-page{padding-top:60px}.contact-hero{background:var(--black);text-align:center;padding:80px 48px}.contact-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#555;margin-bottom:20px;font-family:DM Mono,monospace;font-size:11px}.contact-title{letter-spacing:-.04em;color:var(--white);margin-bottom:20px;font-family:Fraunces,serif;font-size:clamp(40px,6vw,68px);font-weight:900;line-height:1.08}.contact-title em{color:#888;font-style:italic;font-weight:300}.contact-sub{color:#666;letter-spacing:-.01em;max-width:520px;margin:0 auto;font-size:17px;line-height:1.65}.contact-body{padding:80px 48px 100px}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:72px;max-width:1000px;margin:0 auto;display:grid}.contact-form-wrap{background:var(--white);border:1.5px solid var(--border);border-radius:24px;padding:40px}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-label{color:var(--black);letter-spacing:.02em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:12px;font-weight:600}.form-opt{color:var(--grey);text-transform:none;font-weight:400}.form-input{border:1.5px solid var(--border);color:var(--black);background:var(--bg);border-radius:12px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.form-input:focus{border-color:var(--black)}.form-input::placeholder{color:var(--grey-mid)}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-submit{background:var(--black);color:var(--white);cursor:pointer;letter-spacing:-.01em;border:none;border-radius:980px;padding:16px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .2s}.form-submit:hover:not(:disabled){opacity:.85}.form-submit:disabled{opacity:.6;cursor:not-allowed}.submit-loading{justify-content:center;align-items:center;gap:10px;display:flex}.submit-spinner{border:2px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}.contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex}.success-icon{background:var(--green-bg);width:56px;height:56px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.success-title{letter-spacing:-.03em;color:var(--black);font-family:Fraunces,serif;font-size:28px;font-weight:700}.success-sub{color:var(--grey);max-width:300px;font-size:15px;line-height:1.6}.contact-info{flex-direction:column;gap:32px;padding-top:8px;display:flex}.info-block{border-bottom:1px solid var(--border);flex-direction:column;gap:14px;padding-bottom:32px;display:flex}.info-block:last-of-type{border-bottom:none;padding-bottom:0}.info-title{letter-spacing:-.03em;color:var(--black);font-family:Fraunces,serif;font-size:18px;font-weight:700}.info-text{color:var(--grey);font-size:14px;line-height:1.7}.inline-link{color:var(--black);text-underline-offset:3px;text-decoration:underline}.contact-methods{flex-direction:column;gap:16px;display:flex}.contact-method{align-items:center;gap:14px;display:flex}.method-icon{background:var(--bg2);border:1.5px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex}.method-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--grey);margin-bottom:2px;font-family:DM Mono,monospace;font-size:11px}.method-value{color:var(--black);font-size:15px;font-weight:500;text-decoration:none}a.method-value:hover{text-underline-offset:3px;text-decoration:underline}.contact-location{background:var(--bg2);border:1.5px solid var(--border);border-radius:16px;align-items:center;gap:14px;padding:20px;display:flex}.location-city{color:var(--black);font-size:15px;font-weight:600}.location-sub{color:var(--grey);margin-top:2px;font-size:12px}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:40px}.contact-body{padding:56px 48px 80px}}@media (width<=600px){.contact-hero{padding:60px 24px}.contact-body{padding:40px 24px 72px}.contact-form-wrap{padding:28px 24px}.form-row{grid-template-columns:1fr}}.navbar{-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:999;background:#ffffffeb;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:60px;padding:0 48px;transition:border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom-color:var(--border)}.nav-logo{letter-spacing:-.04em;color:var(--black);font-family:Fraunces,serif;font-size:20px;font-weight:900;text-decoration:none}.nav-logo em{font-style:italic;font-weight:300}.nav-center{align-items:center;gap:28px;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:var(--grey);letter-spacing:-.01em;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--black)}.nav-right{align-items:center;gap:10px;display:flex}.nav-login{color:var(--grey);letter-spacing:-.01em;border-radius:980px;padding:8px 16px;font-size:14px;text-decoration:none;transition:color .2s}.nav-login:hover{color:var(--black)}.nav-signup{background:var(--black);color:var(--white);letter-spacing:-.01em;border-radius:980px;padding:9px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-signup:hover{opacity:.85}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--black);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--white);border-bottom:1px solid var(--border);z-index:998;opacity:0;pointer-events:none;flex-direction:column;gap:4px;padding:20px 24px 28px;transition:all .25s;display:none;position:fixed;top:60px;left:0;right:0;transform:translateY(-10px)}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-link{color:var(--black);border-bottom:1px solid var(--grey-light);cursor:pointer;text-align:left;letter-spacing:-.01em;background:0 0;border-top:none;border-left:none;border-right:none;width:100%;padding:12px 0;font-family:inherit;font-size:16px;text-decoration:none}.mobile-actions{flex-direction:column;gap:10px;margin-top:16px;display:flex}.mobile-login{color:var(--grey);text-align:center;padding:12px;font-size:15px;text-decoration:none}.mobile-signup{background:var(--black);color:var(--white);text-align:center;letter-spacing:-.01em;border-radius:980px;padding:14px;font-size:15px;font-weight:600;text-decoration:none}@media (width<=768px){.navbar{padding:0 24px}.nav-center,.nav-right{display:none}.hamburger,.mobile-menu{display:flex}}.footer{background:var(--black);padding:64px 48px 0}.footer-inner{border-bottom:1px solid #1a1a1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1100px;margin:0 auto;padding-bottom:56px;display:grid}.footer-logo{letter-spacing:-.04em;color:var(--white);margin-bottom:12px;font-family:Fraunces,serif;font-size:22px;font-weight:900}.footer-logo em{font-style:italic;font-weight:300}.footer-tagline{color:#666;letter-spacing:-.01em;max-width:260px;margin-bottom:20px;font-size:13px;line-height:1.65}.footer-legal{color:#444;font-family:DM Mono,monospace;font-size:12px}.footer-col-title{letter-spacing:2px;text-transform:uppercase;color:#444;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-a,.footer-btn{color:#666;letter-spacing:-.01em;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;text-decoration:none;transition:color .2s}.footer-a:hover,.footer-btn:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:20px 0;display:flex}.footer-copy{color:#333;letter-spacing:.5px;font-family:DM Mono,monospace;font-size:12px}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.footer{padding:48px 24px 0}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}
