:root {
  --navy: #0d2d60;
  --navy-deep: #071f49;
  --ink: #10204a;
  --orange: #ff7547;
  --orange-soft: #fff0ea;
  --paper: #f3f5fb;
  --white: #fff;
  --muted: #5c6478;
  --line: rgba(13, 45, 96, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff9a78; outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 78px; padding: 12px clamp(20px, 4.5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--white); transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { background: rgba(248, 249, 253, .93); border-bottom: 1px solid var(--line); box-shadow: 0 10px 35px rgba(7, 31, 73, .08); color: var(--navy); backdrop-filter: blur(18px); }
.brand { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.025em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 7px 20px rgba(0, 0, 0, .16); }
.site-header nav, .nav-primary { display: flex; align-items: center; }
.site-header nav { gap: 16px; }
.nav-primary { gap: clamp(18px, 2.2vw, 34px); }
.nav-primary a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 650; }
.nav-primary a:hover { text-decoration: underline; text-underline-offset: 5px; }
.language-switch { min-height: 42px; padding: 4px; display: inline-flex; align-items: center; gap: 2px; border-radius: 24px; background: rgba(255, 255, 255, .12); }
.site-header.scrolled .language-switch { background: #e8ecf5; }
.language-switch a, .language-switch strong { width: 36px; height: 34px; display: grid; place-items: center; border-radius: 18px; font-size: 10px; }
.language-switch strong { background: var(--white); color: var(--navy); box-shadow: 0 2px 8px rgba(7, 31, 73, .1); }
.nav-cta { min-height: 44px; padding: 11px 17px; display: inline-flex; align-items: center; justify-content: center; background: var(--orange); color: var(--navy-deep); font-size: 12px; font-weight: 800; white-space: nowrap; }
.nav-cta:hover, .button-primary:hover { background: #ff916d; transform: translateY(-2px); }
.short-label { display: none; }

.hero { min-height: 860px; max-width: 1600px; margin: 0 auto; padding: 125px clamp(24px, 7vw, 110px) 72px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(50px, 7vw, 110px); background: var(--navy); color: var(--white); }
.pin-home { background: var(--navy); overflow-x: hidden; }
.hero-copy { max-width: 770px; }
.eyebrow, .section-label { margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #c6d7f3; }
.eyebrow span { width: 8px; height: 8px; margin-right: 9px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 117, 71, .16); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, .section-heading h2, .privacy h2, .tour-copy h2, .final-cta h2, .studio-copy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 790px; margin: 0; font-size: clamp(66px, 7.3vw, 112px); line-height: .91; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #d7e2f6; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.62; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { min-height: 50px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--orange); color: var(--navy-deep); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-deep); transform: translateY(-2px); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255, 255, 255, .54); color: var(--white); font-size: 13px; font-weight: 700; }
.hero-facts { list-style: none; margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .16); }
.hero-facts li { padding: 18px 18px 0 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 12px; }
.hero-facts span { margin-top: 7px; color: #adc2e6; font-size: 11px; line-height: 1.45; }
.hero-product { min-height: 680px; position: relative; display: grid; place-items: center; }
.hero-product::before { content: ""; position: absolute; width: min(108%, 620px); aspect-ratio: 1; border: 1px solid rgba(255, 117, 71, .3); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255, 117, 71, .06), 0 0 0 150px rgba(255, 255, 255, .025); }
.phone-frame { position: relative; z-index: 2; width: min(72%, 365px); padding: 8px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 48px; background: #081d43; box-shadow: 0 42px 90px rgba(0, 0, 0, .4); transform: rotate(2.2deg); overflow: hidden; }
.phone-frame img { width: 100%; height: auto; display: block; border-radius: 39px; }
.product-note { position: absolute; z-index: 3; min-height: 42px; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, .24); background: rgba(7, 31, 73, .84); color: var(--white); font-size: 11px; font-weight: 750; backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(0, 0, 0, .22); }
.note-offline { top: 18%; left: -3%; }
.note-private { right: -2%; bottom: 19%; }

.section { padding: 82px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 1120px; }
.section-label { color: #68728a; }
.section-heading h2, .tour-copy h2 { margin: 0; color: var(--ink); font-size: clamp(50px, 6.1vw, 88px); line-height: .97; }
.section-heading > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.use-cases { background: var(--paper); }
.use-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-grid article { min-height: 220px; padding: 25px clamp(20px, 2.8vw, 38px); border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.use-grid article:last-child { border-right: 0; }
.use-grid span { color: #a34a2c; font-size: 10px; font-weight: 800; }
.use-grid h3, .benefit-grid h3, .steps h3, .price-cards h3 { margin: auto 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; letter-spacing: -.035em; }
.use-grid p, .benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.benefits { padding: 82px clamp(24px, 7vw, 110px); background: var(--navy-deep); color: var(--white); }
.section-heading-light .section-label { color: #a8bddf; }
.section-heading-light h2 { color: var(--white); }
.benefit-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .16); }
.benefit-grid article { min-height: 255px; padding: 26px clamp(20px, 3vw, 44px) 20px 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255, 255, 255, .16); }
.benefit-grid article + article { padding-left: clamp(20px, 3vw, 44px); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--orange); color: var(--navy-deep); font-size: 22px; font-weight: 850; }
.benefit-grid h3 { color: var(--white); }
.benefit-grid p { color: #b8c9e8; }

.how { background: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(60px, 10vw, 160px); }
.steps { list-style: none; margin: 4px 0 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { min-height: 155px; padding: 24px 0; display: grid; grid-template-columns: 50px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.steps > li > span { padding-top: 8px; color: #a34a2c; font-size: 10px; font-weight: 800; }
.steps h3 { margin: 0 0 12px; color: var(--ink); }
.steps p, .tour-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.product-tour { background: var(--paper); display: grid; grid-template-columns: minmax(290px, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(55px, 8vw, 125px); }
.tour-shot { width: min(100%, 370px); max-height: 650px; justify-self: center; padding: 8px; border: 1px solid var(--line); border-radius: 48px; background: var(--white); box-shadow: 0 35px 80px rgba(13, 45, 96, .16); overflow: hidden; }
.tour-shot img { width: 100%; height: auto; display: block; border-radius: 39px; }
.tour-copy > p { margin: 25px 0 0; }
.feature-list { list-style: none; margin: 45px 0 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.feature-list > li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--orange-soft); color: #9e3d20; font-weight: 850; }
.feature-list strong { display: block; color: var(--ink); font-size: 15px; }
.feature-list p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.privacy { padding: 80px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 8vw, 120px); background: var(--orange); color: #27110b; }
.privacy .section-label { color: #6b2815; }
.privacy h2 { max-width: 770px; margin: 0; font-size: clamp(50px, 6vw, 88px); line-height: .97; }
.privacy > div:last-child { align-self: end; }
.privacy > div:last-child p { max-width: 630px; margin: 0 0 30px; color: #572416; font-size: 17px; line-height: 1.7; }

.pricing { background: var(--white); }
.price-cards { max-width: 940px; margin: 50px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.price-cards article { min-height: 430px; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; }
.price-cards article > p { margin: 0; color: #69738a; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-cards h3 { margin: 35px 0 8px; color: var(--ink); font-size: 42px; }
.price-cards article > strong { color: #9e3d20; font-size: 16px; }
.price-cards ul { list-style: none; margin: 36px 0; padding: 0; border-top: 1px solid var(--line); }
.price-cards li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.price-cards li::before { content: "✓"; margin-right: 9px; color: #25734b; font-weight: 850; }
.price-featured { background: var(--navy) !important; color: var(--white); }
.price-featured > p, .price-featured h3 { color: var(--white) !important; }
.price-featured > strong { color: #ff9a78 !important; }
.price-featured ul { border-color: rgba(255, 255, 255, .17); }
.price-featured li { border-color: rgba(255, 255, 255, .17); color: #c6d5ef; }
.price-featured li::before { color: #ff9a78; }
.price-featured .button { margin-top: auto; }
.price-featured small { margin-top: 14px; color: #aebfdf; font-size: 10px; line-height: 1.45; }

.faq { background: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 70px; padding: 18px 42px 18px 0; position: relative; display: flex; align-items: center; color: var(--ink); font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: #9e3d20; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 82px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; background: var(--navy); color: var(--white); }
.final-cta .section-label { color: #acc0e2; }
.final-cta h2 { max-width: 900px; margin: 0; font-size: clamp(54px, 6.8vw, 98px); line-height: .96; }
.final-cta p:not(.section-label) { max-width: 650px; margin: 28px 0 0; color: #c2d2ed; font-size: 17px; line-height: 1.65; }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.text-link-light { width: max-content; }

.studio-bridge { padding: 68px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px, 9vw, 140px); background: #f2efe6; color: #11120f; }
.studio-identity { display: flex; align-items: center; gap: 18px; }
.lla-mark { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #11120f; color: #b8df5a; font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.studio-identity .section-label { margin-bottom: 7px; color: #667246; }
.studio-identity strong { display: block; font-size: 17px; letter-spacing: -.025em; }
.studio-copy h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.6vw, 80px); line-height: .97; }
.studio-copy p { max-width: 680px; margin: 26px 0 30px; color: #55584f; font-size: 16px; line-height: 1.7; }
.button-studio { width: max-content; min-width: 260px; background: #11120f; color: #fff; }
.button-studio:hover { background: #293018; transform: translateY(-2px); }

footer { padding: 55px clamp(24px, 7vw, 110px) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px 80px; background: #0e0f0d; color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 15px; }
.footer-brand span { margin-top: 4px; color: #989d9c; font-size: 11px; }
footer > p { margin: 0; color: #a3a7a5; font-size: 11px; line-height: 1.65; }
footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 25px; }
footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: #d8d9d5; font-size: 11px; }
footer nav a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .12); }

@media (max-width: 1120px) {
  .nav-primary { display: none; }
  .hero { grid-template-columns: 1fr 410px; gap: 40px; }
  .hero-product { min-height: 660px; }
  .use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-grid article:nth-child(2) { border-right: 0; }
  .use-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 720px; }
  .hero-product { min-height: 680px; }
  .phone-frame { width: min(65%, 360px); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article + article { min-height: 210px; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .how, .product-tour, .privacy, .faq, .final-cta, .studio-bridge { grid-template-columns: 1fr; }
  .product-tour { gap: 65px; }
  .tour-shot { order: 2; }
  .privacy > div:last-child { align-self: auto; }
  .faq { gap: 50px; }
  .final-actions { flex-direction: row; flex-wrap: wrap; align-items: center; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 8px 16px; gap: 8px; }
  .brand { min-height: 44px; gap: 8px; font-size: 14px; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  .site-header nav { gap: 8px; }
  .language-switch { min-height: 38px; }
  .language-switch a, .language-switch strong { width: 30px; height: 30px; }
  .nav-cta { min-height: 40px; padding: 9px 11px; font-size: 11px; }
  .wide-label { display: none; }
  .short-label { display: inline; }
  .hero { padding: 100px 20px 44px; gap: 28px; }
  .eyebrow, .section-label { margin-bottom: 20px; font-size: 9px; }
  h1 { font-size: clamp(48px, 13vw, 60px); line-height: .94; }
  .hero-lead { margin-top: 25px; font-size: 17px; }
  .hero-actions { margin-top: 28px; gap: 14px; }
  .button { width: 100%; min-height: 52px; }
  .hero-actions .text-link { width: max-content; }
  .hero-facts { margin-top: 38px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts li { padding: 14px 7px 4px 0; }
  .hero-facts span { display: none; }
  .hero-product { min-height: 440px; }
  .phone-frame { width: min(64%, 238px); padding: 6px; border-radius: 39px; }
  .phone-frame img { border-radius: 32px; }
  .hero-product::before { width: 95%; box-shadow: 0 0 0 40px rgba(255, 117, 71, .05); }
  .product-note { min-height: 38px; padding: 10px 12px; font-size: 10px; }
  .note-offline { left: 0; top: 15%; }
  .note-private { right: 0; bottom: 15%; }
  .section, .benefits { padding: 52px 20px; }
  .section-heading h2, .tour-copy h2, .privacy h2 { font-size: clamp(44px, 12vw, 58px); }
  .section-heading > p:last-child { margin-top: 22px; font-size: 15px; }
  .use-grid { margin-top: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-grid article { min-height: 185px; padding: 18px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .use-grid article:nth-child(2n) { border-right: 0; }
  .use-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .use-grid h3, .benefit-grid h3, .steps h3 { font-size: 27px; }
  .benefit-grid { margin-top: 34px; }
  .benefit-grid article, .benefit-grid article + article { min-height: 145px; }
  .how { gap: 34px; }
  .steps li { min-height: 130px; grid-template-columns: 38px 1fr; gap: 14px; }
  .product-tour { gap: 36px; }
  .tour-shot { width: min(88%, 330px); max-height: 390px; padding: 6px; border-radius: 40px; }
  .tour-shot img { border-radius: 33px; }
  .feature-list { margin-top: 28px; }
  .feature-list li { padding: 16px 0; }
  .privacy { padding: 52px 20px; gap: 28px; }
  .privacy > div:last-child p { font-size: 15px; }
  .price-cards { margin-top: 34px; grid-template-columns: 1fr; }
  .price-cards article { min-height: 0; padding: 24px; }
  .price-cards h3 { font-size: 38px; }
  .faq { gap: 26px; }
  .faq-list summary { min-height: 62px; font-size: 14px; }
  .final-cta { padding: 54px 20px; gap: 32px; }
  .final-cta h2 { font-size: clamp(48px, 13vw, 62px); }
  .final-cta p:not(.section-label) { font-size: 15px; }
  .final-actions { align-items: flex-start; flex-direction: column; }
  .final-actions .text-link { width: max-content; }
  .studio-bridge { padding: 52px 20px; gap: 34px; }
  .studio-copy h2 { font-size: clamp(44px, 12vw, 58px); }
  .studio-copy p { margin: 22px 0 26px; font-size: 15px; }
  .button-studio { width: 100%; min-width: 0; }
  footer { padding: 48px 20px 26px; grid-template-columns: 1fr; gap: 26px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 390px) { .nav-cta { padding-inline: 9px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
