:root{--warm-white: #fffaf6;--sand: #f6ede3;--coral: #ff6f61;--soft-coral: #fad6cf;--charcoal: #1a1a1a;--muted: #6b625c;--sage: #a8c5a1;--blue: #a7bedd;--white: #ffffff;--max: 1120px;--radius: 28px;--shadow: 0 24px 70px rgba(26, 26, 26, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--warm-white);color:var(--charcoal);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.serif{font-family:"DM Serif Display",Georgia,serif;font-weight:500;letter-spacing:-.035em;line-height:.98}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:#fffaf6d1;border-bottom:1px solid rgba(26,26,26,.06)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{color:var(--coral);font-family:"DM Serif Display",Georgia,serif;font-size:34px;letter-spacing:-.04em}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--muted)}.nav-actions{display:flex;gap:10px;align-items:center}.mobile-menu{display:none}.mobile-menu summary{list-style:none;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary{width:46px;height:46px;border-radius:50%;border:1px solid rgba(26,26,26,.1);background:#ffffffb3;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.mobile-menu summary span{width:18px;height:2px;background:var(--charcoal);border-radius:999px}.mobile-menu-panel{position:absolute;top:68px;left:14px;right:14px;background:#fffaf6fa;border:1px solid rgba(26,26,26,.08);border-radius:28px;box-shadow:var(--shadow);padding:20px}.mobile-menu-panel nav{display:grid;gap:4px;margin-bottom:18px}.mobile-menu-panel nav a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 6px;color:var(--charcoal);font-weight:650;border-bottom:1px solid rgba(26,26,26,.06)}.mobile-menu-panel nav a:after{content:"→";color:var(--coral)}.mobile-login{display:block;text-align:center;margin-top:14px;color:var(--muted);font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:650;font-size:15px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--coral);color:var(--white);box-shadow:0 12px 28px #ff6f6138}.button-secondary{background:var(--sand);color:var(--charcoal)}.button-ghost{color:var(--muted)}.hero{padding:80px 0 42px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{color:var(--coral);font-weight:750;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.hero h1{font-size:clamp(54px,8vw,96px);margin:0 0 24px}.lead{font-size:clamp(20px,2.4vw,26px);color:var(--muted);max-width:650px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}.micro-proof{color:var(--muted);font-size:14px;max-width:520px}.hero-card{background:linear-gradient(180deg,var(--sand),#fff3ec);border-radius:40px;min-height:590px;padding:26px;box-shadow:var(--shadow);display:flex;align-items:flex-end;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:28px 28px auto auto;width:170px;height:170px;background:var(--soft-coral);border-radius:50%;opacity:.75}.photo-placeholder{position:relative;width:100%;background:#ffffffb8;border-radius:30px;padding:26px;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}.photo-label{font-size:14px;color:var(--muted);margin:0 0 10px}.photo-title{font-size:34px;margin:0}section{padding:86px 0}.section-soft{background:var(--sand)}.section-header{max-width:760px;margin-bottom:36px}.section-header h2{font-size:clamp(42px,6vw,72px);margin:0 0 18px}.section-header p{color:var(--muted);font-size:20px;margin:0}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#ffffffb3;border:1px solid rgba(26,26,26,.06);border-radius:var(--radius);padding:28px;box-shadow:0 10px 35px #1a1a1a0a}.card h3{margin:0 0 12px;font-size:24px;letter-spacing:-.02em}.card p{margin:0;color:var(--muted)}.number{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--soft-coral);color:var(--charcoal);font-weight:800;margin-bottom:22px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.quote-box{background:var(--charcoal);color:#fff;border-radius:36px;padding:36px;box-shadow:var(--shadow)}.quote-box p{font-size:26px;margin:0 0 18px;line-height:1.3}.quote-box span{color:#ffffffb3}.values-list{display:grid;gap:14px}.value-row{display:flex;gap:16px;align-items:flex-start;background:#ffffff94;padding:18px;border-radius:22px}.dot{width:12px;height:12px;border-radius:50%;background:var(--coral);margin-top:8px;flex:0 0 12px}.value-row strong{display:block;margin-bottom:2px}.value-row p{margin:0;color:var(--muted)}.cta-band{background:var(--charcoal);color:#fff;border-radius:42px;padding:56px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.cta-band h2{margin:0;font-size:clamp(40px,6vw,72px)}.cta-band p{color:#ffffffb8;margin:14px 0 0;font-size:20px}.page-hero{padding:78px 0 44px;max-width:900px}.page-hero h1{font-size:clamp(52px,8vw,92px);margin:0 0 22px}.page-hero p{color:var(--muted);font-size:22px;margin:0}.content-block{max-width:820px}.content-block h2{font-size:42px;margin:0 0 14px}.content-block p,.content-block li{color:var(--muted);font-size:19px}.faq-item{border-top:1px solid rgba(26,26,26,.12);padding:24px 0}.faq-item h2{font-size:24px;margin:0 0 8px}.faq-item p{color:var(--muted);margin:0;font-size:18px}.site-footer{padding:54px 0;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(26,26,26,.08);padding-top:30px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:880px){.nav{height:68px;position:relative}.nav-links,.nav-actions{display:none}.mobile-menu{display:block}.button-ghost{display:none}.hero{padding-top:52px}.hero-grid,.split{grid-template-columns:1fr;gap:34px}.hero-card{min-height:420px;border-radius:34px}.cards-3{grid-template-columns:1fr}section{padding:64px 0}.cta-band{grid-template-columns:1fr;padding:34px;border-radius:32px}.footer-grid{flex-direction:column}}@media(max-width:520px){.container{width:min(100% - 28px,var(--max))}.logo{font-size:30px}.nav-actions .button-primary{padding:0 14px;font-size:14px}.hero h1{font-size:54px}.lead{font-size:20px}.button,.hero-actions{width:100%}.hero-card{padding:16px;min-height:360px}.photo-title{font-size:28px}}.nav-actions .button-primary{min-width:132px}.hero h1{overflow-wrap:normal;word-break:normal;max-width:760px}.hero-mockup-card{align-items:center;justify-content:center;padding:32px}.hero-mockup-card:before{inset:34px 34px auto auto;width:190px;height:190px}.hero-mockup-stack{position:relative;width:100%;min-height:510px;display:flex;align-items:center;justify-content:center}.hero-phone{display:block;border-radius:34px;filter:drop-shadow(0 26px 44px rgba(26,26,26,.18))}.hero-phone-main{width:min(68%,370px);position:relative;z-index:2}.hero-phone-secondary{width:min(45%,255px);position:absolute;right:2%;bottom:5%;z-index:3;transform:rotate(3deg)}.section-image{overflow:hidden;border-radius:34px;box-shadow:var(--shadow);background:var(--sand)}.section-image img{width:100%;height:100%;min-height:390px;object-fit:cover}.section-image-small{max-width:500px;margin-top:24px}.section-image-small img{min-height:300px}.compact-values{margin-top:24px}.trusted-card{padding:0;overflow:hidden}.trusted-card h3,.trusted-card p{padding-left:28px;padding-right:28px}.trusted-card h3{margin-top:26px}.trusted-card p{padding-bottom:28px}.trusted-image{border-radius:0;box-shadow:none}.trusted-image img{min-height:320px}.cards-stacked{grid-template-columns:1fr}@media(max-width:880px){.hero-mockup-stack{min-height:390px}.hero-phone-main{width:min(76%,310px)}.hero-phone-secondary{width:min(45%,185px);right:0;bottom:8px}.section-image img{min-height:340px}.section-image-small{max-width:none}}@media(max-width:520px){.hero h1{font-size:clamp(46px,13vw,58px)}.hero-mockup-stack{min-height:335px}.hero-phone-main{width:min(78%,270px)}.hero-phone-secondary{width:min(44%,155px)}.section-image img{min-height:300px}}.hero-single-mockup{align-items:center;justify-content:center;padding:0;min-height:620px;background:linear-gradient(180deg,#fff5f0,#f6ede3)}.hero-single-mockup:before{display:none}.hero-app-large{width:min(92%,520px);max-height:92%;object-fit:contain;display:block;border-radius:34px;filter:drop-shadow(0 30px 55px rgba(26,26,26,.16))}@media(max-width:980px){.hero-single-mockup{min-height:500px}.hero-app-large{width:min(90%,420px)}}@media(max-width:620px){.hero-single-mockup{min-height:390px}.hero-app-large{width:min(92%,330px)}}
