
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{--ink:#102f4d;--ink-soft:#42586d;--muted:#6e7d8d;--line:#eadfd8;--cream:#fffaf6;--white:#fff;--pink:#f51d69;--coral:#f65b4e;--orange:#ff9d2f;--shadow:0 18px 50px rgba(44,32,25,.10);--shadow-soft:0 8px 28px rgba(44,32,25,.065)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,246,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,223,216,.82)}
.nav{max-width:1200px;margin:auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{display:block;width:150px;height:auto;max-height:none;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:500}.nav-links a{text-decoration:none;white-space:nowrap}.nav-links a:hover{color:var(--pink)}.nav-cta{color:#fff!important;padding:9px 16px;border-radius:999px;background:linear-gradient(100deg,var(--pink),var(--orange));box-shadow:0 7px 18px rgba(245,29,105,.18)}.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--ink)}
.hero{height:600px;max-height:600px;overflow:hidden;background:radial-gradient(circle at 75% 10%,rgba(255,201,77,.28),transparent 21%),linear-gradient(135deg,#fffaf6 0%,#fff5ee 52%,#ffece5 100%)}
.hero-inner{max-width:1200px;height:600px;margin:auto;padding:45px 22px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:34px}.eyebrow{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid #f0ddd4;color:#d84d4b;font-size:11px;font-weight:600}
h1{font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-2.5px;margin:15px 0}.gradient-text{background:linear-gradient(100deg,var(--pink),var(--coral) 52%,var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy{font-size:16px;color:var(--ink-soft);max-width:570px;margin:0 0 22px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.btn{min-height:44px;padding:10px 17px;border-radius:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.btn-primary{color:#fff;background:linear-gradient(100deg,var(--pink),var(--orange));box-shadow:0 10px 23px rgba(245,29,105,.18)}.btn-secondary{background:#fff;border:1px solid var(--line)}
.hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hero-points span{background:rgba(255,255,255,.76);border:1px solid #f0dfd7;border-radius:999px;padding:6px 10px;font-size:11px;color:var(--ink-soft)}
.hero-phones{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.phone{background:#111;border:6px solid #171717;border-radius:30px;padding:2px;box-shadow:0 20px 42px rgba(30,20,15,.20);overflow:hidden}.phone img{display:block;width:100%;height:auto;border-radius:23px}.phone-main{width:300px;max-height:500px;z-index:2}.phone-main img{max-height:488px;object-fit:cover;object-position:top}.phone-side{position:absolute;width:205px;z-index:1}.phone-side img{max-height:390px;object-fit:cover;object-position:top}.phone-left{left:5px;bottom:20px;transform:rotate(-6deg)}.phone-right{right:5px;top:18px;transform:rotate(6deg)}.hero-tag{position:absolute;right:20px;bottom:0;z-index:5;background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:14px;box-shadow:var(--shadow-soft);font-size:11px;font-weight:600}
.section{max-width:1200px;margin:auto;padding:68px 22px}.section-head{text-align:center;max-width:720px;margin:0 auto 32px}.section-head h2{font-size:34px;line-height:1.15;letter-spacing:-1.1px;margin:0 0 10px}.section-head p{color:var(--muted);margin:0;font-size:14px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature{background:#fff;border:1px solid var(--line);border-radius:19px;padding:22px;box-shadow:var(--shadow-soft)}.icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#ffe1e7,#ffefd2);font-size:19px;margin-bottom:14px}.feature h3{margin:0 0 5px;font-size:16px}.feature p{margin:0;color:var(--muted);font-size:12.5px}
.soft-section{background:linear-gradient(135deg,#fff0e9,#fffaf6);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.explore-grid{display:grid;grid-template-columns:1fr .75fr;gap:40px;align-items:center}.explore-copy h2{font-size:37px;line-height:1.12;letter-spacing:-1.2px;margin:15px 0 10px}.explore-copy p{color:var(--muted);font-size:14px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chips span{background:#fff;border:1px solid #efcfc5;border-radius:999px;padding:7px 12px;font-size:11.5px}
.screen-single{max-width:360px;max-height:540px;margin:auto;background:#fff;border:1px solid var(--line);padding:8px;border-radius:25px;box-shadow:var(--shadow);overflow:hidden}.screen-single img{display:block;width:100%;max-height:522px;object-fit:cover;object-position:top;border-radius:18px}
.personalize-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.gallery-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:8px;box-shadow:var(--shadow-soft);overflow:hidden}.gallery-card img{width:100%;height:410px;display:block;object-fit:cover;object-position:top;border-radius:15px}.gallery-card figcaption{padding:12px 10px 7px;font-weight:600;font-size:13px}.gallery-card small{display:block;color:var(--muted);font-weight:400;margin-top:2px;font-size:11px}.personalize-note{max-width:860px;margin:22px auto 0;padding:14px 18px;background:#fff6f0;border:1px solid #f0d8ce;border-radius:14px;text-align:center;color:var(--ink-soft);font-size:12.5px}
.share-layout{display:grid;grid-template-columns:1fr .7fr;gap:48px;align-items:center}.share-bullets{display:grid;gap:11px;margin:20px 0}.share-bullet{display:flex;gap:11px;align-items:flex-start}.share-bullet .dot{width:31px;height:31px;flex:0 0 31px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffe0e6,#ffe9c9);font-size:13px}.share-bullet strong{display:block;font-size:13.5px}.share-bullet span{display:block;color:var(--muted);font-size:11.5px}
.app-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.app-gallery figure{margin:0}.gallery-tile{background:#fff;border:1px solid var(--line);border-radius:19px;padding:7px;box-shadow:var(--shadow-soft);overflow:hidden}.gallery-tile img{width:100%;height:auto;max-height:390px;display:block;object-fit:contain;object-position:center;border-radius:14px}.gallery-tile figcaption{padding:9px 7px 4px;font-size:12px;font-weight:600}
.wide-feature{margin-top:42px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:8px;box-shadow:var(--shadow-soft);height:300px;overflow:hidden}.wide-feature img{display:block;width:100%;height:282px;object-fit:contain;object-position:center;border-radius:15px}
.final-cta{margin-top:42px;border-radius:26px;padding:40px 25px;text-align:center;color:#fff;background:linear-gradient(120deg,#ef256e,#f65b4e 52%,#ffad31);box-shadow:var(--shadow)}.final-cta .btn-secondary{font-size:14px;font-weight:700;color:var(--ink);background:#fff;padding:11px 22px;min-width:150px}.final-cta h2{font-size:30px;line-height:1.15;margin:0 0 7px}.final-cta p{margin:0 auto 18px;max-width:620px;opacity:.93;font-size:13px}
.site-footer{background:#132f4b;color:#dfe9f1}.footer-inner{max-width:1200px;margin:auto;padding:30px 22px;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-brand img{width:105px;height:auto;max-height:36px;object-fit:contain;display:block;margin-bottom:7px}.footer-copy{font-size:11px;color:#9fb2c3}.footer-links{display:flex;flex-wrap:wrap;gap:15px;font-size:12px}.footer-links a{color:#dfe9f1;text-decoration:none}
.faq-list{max-width:880px;margin:0 auto;display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 19px;box-shadow:0 5px 20px rgba(50,35,25,.04)}.faq-list summary{cursor:pointer;list-style:none;padding:16px 30px 16px 0;font-size:14px;font-weight:600;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:2px;top:10px;font-size:23px;color:var(--coral)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 0 17px;color:var(--muted);font-size:12.5px}.faq-list a{color:#d94b49}
.legal-shell{max-width:920px;margin:auto;padding:38px 22px 65px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px 38px;box-shadow:0 12px 40px rgba(50,35,25,.06)}.legal-card h1{font-size:32px;letter-spacing:-1px;margin:0 0 8px}.legal-card h2{font-size:20px;line-height:1.3;margin:30px 0 9px}.legal-card h3{font-size:16px;margin:21px 0 6px}.legal-card .meta{color:var(--muted);font-size:13px}.legal-card a{color:#d94b49}.legal-card table{width:100%;border-collapse:collapse;margin:15px 0;font-size:13px}.legal-card th,.legal-card td{text-align:left;padding:9px 10px;border:1px solid var(--line);vertical-align:top}.legal-card th{background:#fff4ec}.legal-card .box{background:#fffaf7;border:1px solid var(--line);border-radius:12px;padding:17px 19px;margin:18px 0}.legal-card .alert{background:#fdf0ee;border:1px solid #f0c9c3;border-left:4px solid #c4372c;padding:14px 16px;border-radius:9px;margin:20px 0}
@media(max-width:1050px){.nav-links{gap:11px;font-size:11px}.hero-inner{grid-template-columns:1fr .95fr}.features{grid-template-columns:1fr 1fr}.explore-grid,.share-layout{grid-template-columns:1fr .8fr}.app-gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.nav{padding:11px 16px}.brand img{width:130px;height:auto}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:10px;right:10px;top:62px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links a{padding:7px 9px}.nav-cta{text-align:center}.hero{height:600px;max-height:600px}.hero-inner{height:600px;padding:34px 18px;grid-template-columns:1fr;gap:8px}.hero-copy{font-size:14px}.hero-phones{height:315px;min-height:315px}.phone-main{width:210px;max-height:310px}.phone-main img{max-height:298px}.phone-side{width:145px}.phone-side img{max-height:255px}.phone-left{left:0;bottom:6px}.phone-right{right:0;top:0}.hero-tag{right:7px;bottom:-2px;font-size:9px;padding:7px 9px}.section{padding:55px 17px}.section-head h2,.explore-copy h2{font-size:29px}.features,.explore-grid,.share-layout,.personalize-grid{grid-template-columns:1fr}.screen-single{max-width:340px;max-height:510px}.screen-single img{max-height:492px}.gallery-card img{height:500px}.app-gallery{grid-template-columns:1fr 1fr}.gallery-tile img{height:auto;max-height:430px}.wide-feature{height:230px}.wide-feature img{height:212px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{gap:12px}.legal-shell{padding:22px 11px 45px}.legal-card{padding:23px 19px;border-radius:18px}.legal-card h1{font-size:27px}}
@media(max-width:430px){.hero-phones{height:295px;min-height:295px}.phone-main{width:190px}.phone-side{width:128px}.app-gallery{grid-template-columns:1fr}.gallery-tile img{height:auto;max-height:500px}}
