/* Locklandia landing page.
   Geometry, type scale and spacing are taken from the Framer "Capture"
   template's computed styles; the font (DM Sans) and colours are the app's own
   (App/Views/Components/Theme.swift). Template → Locklandia colour map:
   #131137 heading → ink, #6F6F93 body → muted, #5D5C70 → ink2,
   #F5F5FA band → base, #0F0E1B button / #16162E featured card → accent / deep. */
@font-face { font-family: "DM Sans"; src: url(/assets/fonts/DMSans-Regular.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url(/assets/fonts/DMSans-Medium.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url(/assets/fonts/DMSans-SemiBold.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url(/assets/fonts/DMSans-Bold.woff2) format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --ink: #121216;       /* Palette.ink */
  --ink2: #4A4A54;
  --muted: #6B6B75;     /* Palette.inkMuted */
  --base: #F4F3F6;      /* Palette.base */
  --white: #FFFFFF;
  --line: #E0DEE4;      /* Palette.hairline */
  --accent: #2576E1;    /* Palette.accent */
  --deep: #124AA6;      /* Palette.accentDeep */
  --deep-tile: #2B5DB5;
  --gold: #F2C759;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, p, figure, ul, ol { margin: 0; padding: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Type scale (template: h1 82/82, h2 48/52.8, h3 19/22.8, body 17/24.65 @500, small 15/21.75 @500, label 14/19.6 @600) */
h1 { font-size: 82px; line-height: 1; font-weight: 400; letter-spacing: -0.035em; }
h2 { font-size: 48px; line-height: 1.1; font-weight: 400; letter-spacing: -0.03em; }
h3 { font-size: 19px; line-height: 1.2; font-weight: 600; letter-spacing: -0.01em; }
.lead { font-size: 17px; line-height: 1.45; font-weight: 500; letter-spacing: -0.01em; color: var(--muted); }
.small { font-size: 15px; line-height: 1.45; font-weight: 500; color: var(--muted); }
.label { font-size: 14px; line-height: 1.4; font-weight: 600; letter-spacing: -0.005em; }

.container { width: min(1120px, 100% - 32px); margin-inline: auto; }
.head { text-align: center; display: flex; flex-direction: column; align-items: center; }
.head h2 { max-width: 800px; margin-top: 12px; }
.head .lead { max-width: 600px; margin-top: 16px; }

/* Pill label over a heading: 6px 12px, radius 12, white with a hairline. */
.pill-label { display: inline-block; padding: 6px 12px; border-radius: 12px; background: var(--white);
  box-shadow: 0 0 0 1px var(--line); font-size: 14px; font-weight: 600; line-height: 1.4; }

/* Nav: 64px tall floating pill, 32px padding and gaps, radius 26, frosted. */
.nav-wrap { position: fixed; top: 20px; left: 0; right: 0; z-index: 30; display: flex; justify-content: center; pointer-events: none; }
.nav { pointer-events: auto; height: 64px; display: flex; align-items: center; gap: 32px; padding: 0 32px; border-radius: 26px;
  background: rgb(244 243 246 / 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav a { font-size: 15px; font-weight: 500; line-height: 20px; }
.nav a:hover { color: var(--accent); }
.brand { display: flex; align-items: center; gap: 8px; font-size: 17px !important; font-weight: 600 !important; letter-spacing: -0.04em; }
.brand img { width: 24px; height: 24px; border-radius: 6px; }

/* Buttons: 44px, radius 20, 0 16px, 15px/600. */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 44px; padding: 0 18px; border-radius: 20px;
  background: var(--accent); color: var(--white); font-size: 15px; font-weight: 600; line-height: 20px; border: 0; cursor: default; }
.btn.outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); height: 41px; width: 100%; }
.btn.white { background: var(--white); color: var(--ink); height: 41px; width: 100%; }
.apple { width: 14px; height: 17px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 20'%3E%3Cpath d='M14.1 10.6c0-2.6 2.1-3.8 2.2-3.9-1.2-1.8-3.1-2-3.7-2-1.6-.2-3.1.9-3.9.9-.8 0-2-.9-3.4-.9-1.7 0-3.3 1-4.2 2.6-1.8 3.1-.5 7.7 1.3 10.2.9 1.2 1.9 2.6 3.2 2.6 1.3-.1 1.8-.8 3.3-.8 1.6 0 2 .8 3.4.8 1.4 0 2.3-1.3 3.1-2.5 1-1.4 1.4-2.8 1.4-2.9 0 0-2.7-1-2.7-4.1zM11.6 3c.7-.9 1.2-2 1-3.2-1 0-2.3.7-3 1.6-.7.8-1.2 2-1.1 3.1 1.2.1 2.3-.6 3.1-1.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 20'%3E%3Cpath d='M14.1 10.6c0-2.6 2.1-3.8 2.2-3.9-1.2-1.8-3.1-2-3.7-2-1.6-.2-3.1.9-3.9.9-.8 0-2-.9-3.4-.9-1.7 0-3.3 1-4.2 2.6-1.8 3.1-.5 7.7 1.3 10.2.9 1.2 1.9 2.6 3.2 2.6 1.3-.1 1.8-.8 3.3-.8 1.6 0 2 .8 3.4.8 1.4 0 2.3-1.3 3.1-2.5 1-1.4 1.4-2.8 1.4-2.9 0 0-2.7-1-2.7-4.1zM11.6 3c.7-.9 1.2-2 1-3.2-1 0-2.3.7-3 1.6-.7.8-1.2 2-1.1 3.1 1.2.1 2.3-.6 3.1-1.5z'/%3E%3C/svg%3E") center / contain no-repeat; }

/* Hero (template: badge at 180, h1 731 wide, sub 591 wide, button, media 981x552 at 592). */
.hero { padding: 180px 0 0; text-align: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 10px 16px; border-radius: 20px;
  box-shadow: -5px 5px 20px -2px rgb(230 230 230 / 0.6), 0 0 0 1px rgb(224 222 228 / 0.7); background: rgb(255 255 255 / 0.6);
  font-size: 14px; line-height: 19.6px; letter-spacing: -0.1px; }
.badge b { font-weight: 600; color: var(--accent); }
.badge span { font-weight: 500; color: var(--ink2); }
.hero h1 { max-width: 760px; margin: 0 auto; }
.hero .lead { max-width: 591px; margin: 20px auto 0; }
.hero .btn { margin-top: 32px; }

.media { width: min(981px, 100% - 32px); margin: 63px auto 0; padding: 2px; border-radius: 40px; background: var(--white);
  box-shadow: 0 1px 15px rgb(189 189 189 / 0.25); }
.mosaic { position: relative; height: 548px; overflow: hidden; border-radius: 38px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0 12px; background: var(--base); }
.mosaic .col { display: flex; flex-direction: column; gap: 12px; }
.mosaic .col:nth-child(2) { margin-top: -180px; }
.mosaic .col:nth-child(3) { margin-top: -60px; }
.mosaic .col:nth-child(4) { margin-top: -240px; }
.mosaic img { width: 100%; border-radius: 22px; box-shadow: 0 0 0 1px var(--line); }
.mosaic .col:first-child img, .mosaic .col:last-child img { border-radius: 16px; }
.chips-float { position: absolute; left: 27.5%; top: 43%; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 12px; background: var(--white); box-shadow: 0 6px 18px rgb(18 18 22 / 0.10);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 12px; font-weight: 600; color: var(--ink); }
.chip i { width: 10px; height: 10px; border-radius: 50%; background: var(--c); }
.select-box { position: absolute; left: 14%; top: 20%; width: 24%; height: 50%; border: 1.5px solid var(--accent); border-radius: 2px; }
.select-box::before, .select-box::after, .select-box span::before, .select-box span::after { content: ""; position: absolute; width: 7px; height: 7px;
  background: var(--white); border: 1.5px solid var(--accent); }
.select-box::before { left: -4px; top: -4px; } .select-box::after { right: -4px; top: -4px; }
.select-box span::before { left: -4px; bottom: -4px; } .select-box span::after { right: -4px; bottom: -4px; }
.lock-tile { position: absolute; left: 50%; top: 50%; width: 108px; height: 69px; margin: -34px 0 0 -54px; border-radius: 16px;
  background: var(--white); box-shadow: 0 10px 30px rgb(18 74 166 / 0.18); display: grid; place-items: center; }
.lock-tile img { width: 36px; }

.trusted { padding: 96px 0 150px; text-align: center; }
.trusted p { font-size: 14px; font-weight: 500; color: var(--muted); }
.trusted ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 56px; margin-top: 26px; }
.trusted li { display: flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 600; letter-spacing: -0.03em; color: #3E3E47; }
.trusted li::before { content: ""; width: 22px; height: 22px; border-radius: 6px; background: #3E3E47; opacity: 0.85;
  -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }

/* "What is": an inset band panel, 1064 wide, radius 40. */
.inset { width: min(1064px, 100% - 32px); margin: 0 auto; padding: 87px 0 0; border-radius: 40px; background: var(--base);
  height: 567px; position: relative; }
.steps { display: grid; grid-template-columns: 300px 333px 300px; justify-content: center; gap: 36px; margin-top: 88px; align-items: start; }
.step { background: var(--white); border-radius: 40px; padding: 12px; display: flex; flex-direction: column; gap: 16px; }
.step:nth-child(2) { margin-top: -40px; }
.step-media { height: 201px; border-radius: 20px; background: var(--base); overflow: hidden; }
.step:nth-child(2) .step-media { height: 234px; }
.step-media img { width: 100%; }
.step-body { padding: 0 12px 18px; }
.step h3 { font-size: 17px; font-weight: 600; line-height: 1.2; }
.step p { margin-top: 8px; font-size: 14px; line-height: 1.4; font-weight: 500; color: var(--muted); }
.after-inset { height: 120px; }

/* Use cases */
.section { padding: 100px 0; }
.tabs > input { position: absolute; opacity: 0; pointer-events: none; }
.tab-bar { display: flex; gap: 4px; padding: 6px; border-radius: 20px; background: var(--base); width: max-content; max-width: 100%;
  margin: 69px auto 31px; overflow-x: auto; }
.tab-bar label { padding: 10px 20px; border-radius: 14px; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; white-space: nowrap; }
#u1:checked ~ .tab-bar [for=u1], #u2:checked ~ .tab-bar [for=u2], #u3:checked ~ .tab-bar [for=u3], #u4:checked ~ .tab-bar [for=u4] {
  background: var(--white); color: var(--ink); border-radius: 16px; }
#u1:focus-visible ~ .tab-bar [for=u1], #u2:focus-visible ~ .tab-bar [for=u2], #u3:focus-visible ~ .tab-bar [for=u3], #u4:focus-visible ~ .tab-bar [for=u4] {
  outline: 2px solid var(--accent); outline-offset: 2px; }
.panel { display: none; grid-template-columns: 423px 1fr; gap: 60px; padding: 24px; border-radius: 40px; background: var(--base); min-height: 471px; }
#u1:checked ~ .panels .p1, #u2:checked ~ .panels .p2, #u3:checked ~ .panels .p3, #u4:checked ~ .panels .p4 { display: grid; }
.panel-copy { padding: 12px 0 0 12px; }
.panel-copy h3 { font-size: 32px; line-height: 1.1; font-weight: 500; letter-spacing: -0.02em; }
.panel-copy p { margin-top: 25px; font-size: 15px; line-height: 1.45; font-weight: 500; color: var(--muted); }
.panel-tag { display: inline-block; margin-top: 24px; padding: 12px; border-radius: 12px; background: var(--white); font-size: 14px; font-weight: 600; color: var(--ink2); }
.panel-media { border-radius: 24px; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; padding-top: 40px;
  background: linear-gradient(160deg, #A9C6F2, #6F9BE0); }
.panel-media img { width: 230px; border-radius: 26px 26px 0 0; box-shadow: 0 0 0 6px rgb(255 255 255 / 0.7), 0 20px 40px rgb(18 74 166 / 0.25); }

/* Features: full-bleed band, padding 100, cards 379x204, radius 40, padding 24, gap 20. */
.band { background: var(--base); padding: 100px 0; }
.features { display: grid; grid-template-columns: repeat(3, 379px); justify-content: center; gap: 24px 38px; margin-top: 90px; }
.feature { background: var(--white); border-radius: 40px; padding: 24px; display: flex; flex-direction: column; gap: 20px; min-height: 204px; }
.feature p { margin-top: -11px; }
.icon { width: 43px; height: 43px; border-radius: 14px; background: var(--base); position: relative; flex: none; }
.icon::after { content: ""; position: absolute; inset: 12px; background: var(--ink); -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }

/* Who it's for: chips 52 tall, radius 20, padding 6 20 6 6, gap 16. */
.people { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 880px; margin: 89px auto 0; }
.people li { display: flex; align-items: center; gap: 16px; height: 52px; padding: 6px 20px 6px 6px; border-radius: 20px; background: var(--base);
  font-size: 15px; font-weight: 600; letter-spacing: -0.1px; }
.people i { width: 40px; height: 40px; border-radius: 14px; background: var(--c); color: #fff; font: 700 14px/40px "DM Sans"; text-align: center; font-style: normal; }

/* Pricing: cards 320 wide, radius 28, padding 24, gap 32. */
.plans { display: grid; grid-template-columns: repeat(3, 320px); justify-content: center; gap: 20px; margin-top: 88px; }
.plan { background: var(--white); border-radius: 28px; padding: 24px; display: flex; flex-direction: column; gap: 32px; }
.plan-top h3 { font-size: 17px; font-weight: 500; margin-top: 20px; }
.plan-top p { margin-top: 9px; }
.price { font-size: 40px; line-height: 40px; font-weight: 500; letter-spacing: -0.02em; }
.price small { font-size: 15px; font-weight: 500; color: var(--ink2); letter-spacing: -0.1px; margin-left: 4px; }
.plan ul { list-style: none; display: grid; gap: 10px; flex: 1; }
.plan li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.4; font-weight: 500; color: var(--ink2); }
.plan li::before { content: ""; position: absolute; left: 0; top: 2px; width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1.3px currentColor; opacity: 0.7; }
.plan li::after { content: ""; position: absolute; left: 4.5px; top: 6.3px; width: 5px; height: 2.5px; border-left: 1.3px solid currentColor; border-bottom: 1.3px solid currentColor; transform: rotate(-45deg); opacity: 0.7; }
.plan.featured { background: var(--deep); color: var(--white); }
.plan.featured .icon { background: var(--deep-tile); }
.plan.featured .icon::after { background: var(--white); }
.plan.featured .plan-top p { color: rgb(247 247 247 / 0.8); }
.plan.featured .price small { color: var(--white); }
.plan.featured li { color: var(--base); }
.note { text-align: center; margin-top: 32px; font-size: 14px; font-weight: 500; color: var(--muted); }

/* Honestly: the template's testimonial cards (band, radius 28, padding 24 24 32). */
.honest { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; margin: 88px auto 0; }
.quote { background: var(--base); border-radius: 28px; padding: 24px 24px 32px; display: flex; flex-direction: column; gap: 24px; }
.quote p { font-size: 15px; line-height: 1.45; font-weight: 500; color: var(--muted); }
.quote b { font-size: 15px; font-weight: 600; color: var(--ink); }
.qmark { width: 22px; height: 18px; background: var(--ink);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 22'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M1 21V12C1 6 4 2 10 1l.6 2C7 4 5 7 5 10h5v11zm15 0V12c0-6 3-10 9-11l.6 2C22 4 20 7 20 10h5v11z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 22'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M1 21V12C1 6 4 2 10 1l.6 2C7 4 5 7 5 10h5v11zm15 0V12c0-6 3-10 9-11l.6 2C22 4 20 7 20 10h5v11z'/%3E%3C/svg%3E") center / contain no-repeat; }

/* FAQ: 900 wide, items radius 28, padding 24, question 17/600, answer 14/500. */
.faq { width: min(900px, 100%); margin: 115px auto 0; display: grid; gap: 20px; }
.faq details { background: var(--base); border-radius: 28px; padding: 24px; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  font-size: 17px; line-height: 1.45; font-weight: 600; letter-spacing: -0.2px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 14px; height: 14px; flex: none; background:
  linear-gradient(var(--ink), var(--ink)) center / 14px 1.6px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 1.6px 14px no-repeat; }
.faq details[open] summary::after { background: linear-gradient(var(--ink), var(--ink)) center / 14px 1.6px no-repeat; }
.faq details p { margin-top: 8px; max-width: 767px; font-size: 14px; line-height: 1.4; font-weight: 500; color: var(--muted); }

/* Final call: white panel 980x456, radius 40, over a soft image. */
.final-wrap { position: relative; width: min(1120px, 100% - 32px); margin: 0 auto; border-radius: 48px; overflow: hidden; padding: 60px;
  background: radial-gradient(60% 80% at 20% 20%, #CFE0F8, transparent 70%), radial-gradient(60% 80% at 85% 80%, #B9D1F4, transparent 70%), #E7EFFB; }
.final { background: var(--white); border-radius: 40px; min-height: 456px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 48px 24px; }
.final h2 { font-size: 64px; line-height: 1; letter-spacing: -0.035em; max-width: 660px; margin-top: 24px; }
.final .lead { color: var(--ink2); max-width: 480px; margin-top: 20px; }
.final .btn { margin-top: 32px; }

/* Footer */
.footer { padding: 120px 0 80px; }
.footer-grid { display: grid; grid-template-columns: 1fr 200px 200px; gap: 40px; width: min(856px, 100% - 32px); margin: 0 auto; }
.footer .brand { font-size: 17px; }
.footer .blurb { margin-top: 16px; max-width: 398px; }
.footer .copy { margin-top: 24px; }
.footer h4 { margin: 0; font-size: 14px; font-weight: 500; color: var(--muted); }
.footer nav { display: grid; gap: 6px; margin-top: 15px; }
.footer nav a { font-size: 15px; font-weight: 500; }
.footer nav a:hover { color: var(--accent); }

/* Glyphs (masks) */
.g-people { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2.5 20c.6-3.6 3.2-5.5 6.5-5.5s5.9 1.9 6.5 5.5'/%3E%3Cpath d='M16 4.8a3.3 3.3 0 010 6.4M18 14.8c2 .7 3.2 2.4 3.5 5.2'/%3E%3C/svg%3E"); }
.g-crown { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M3 8l4.5 4L12 5l4.5 7L21 8l-2 11H5z'/%3E%3C/svg%3E"); }
.g-hand { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 13V5.5a1.5 1.5 0 013 0V11M11 10.5V4a1.5 1.5 0 013 0v6.5M14 10.5V5.5a1.5 1.5 0 013 0V15a7 7 0 01-7 7h-.5a6 6 0 01-5-2.7L3 15.5a1.5 1.5 0 012.4-1.8L8 16'/%3E%3C/svg%3E"); }
.g-calendar { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E"); }
.g-flame { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M12 2c1 4 6 6 6 12a6 6 0 01-12 0c0-3 1.5-4.5 2.5-6 .3 2 1.5 3 2.5 3-1-3 0-6 1-9z'/%3E%3C/svg%3E"); }
.g-shield { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M12 2.5l8 3.5v6c0 5-3.4 8.7-8 10-4.6-1.3-8-5-8-10V6z'/%3E%3C/svg%3E"); }
.g-lock { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Crect x='4' y='10' width='16' height='11' rx='3'/%3E%3Cpath d='M8 10V7a4 4 0 018 0v3'/%3E%3C/svg%3E"); }
.g-bolt { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7z'/%3E%3C/svg%3E"); }
.g-card { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='2.5' y='5' width='19' height='14' rx='3'/%3E%3Cpath d='M14 9.5a3.5 3.5 0 010 5M16.8 7.5a6.5 6.5 0 010 9'/%3E%3C/svg%3E"); }
.g-apple { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 20'%3E%3Cpath d='M14.1 10.6c0-2.6 2.1-3.8 2.2-3.9-1.2-1.8-3.1-2-3.7-2-1.6-.2-3.1.9-3.9.9-.8 0-2-.9-3.4-.9-1.7 0-3.3 1-4.2 2.6-1.8 3.1-.5 7.7 1.3 10.2.9 1.2 1.9 2.6 3.2 2.6 1.3-.1 1.8-.8 3.3-.8 1.6 0 2 .8 3.4.8 1.4 0 2.3-1.3 3.1-2.5 1-1.4 1.4-2.8 1.4-2.9 0 0-2.7-1-2.7-4.1zM11.6 3c.7-.9 1.2-2 1-3.2-1 0-2.3.7-3 1.6-.7.8-1.2 2-1.1 3.1 1.2.1 2.3-.6 3.1-1.5z'/%3E%3C/svg%3E"); }
.g-hourglass { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 2h12M6 22h12M7 2c0 6 10 6 10 10S7 16 7 22M17 2c0 6-10 6-10 10s10 4 10 10'/%3E%3C/svg%3E"); }
.g-nfc { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 8a6 6 0 010 8M10 5a10 10 0 010 14M14 2.5a14 14 0 010 19'/%3E%3C/svg%3E"); }
.g-live { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='2' y='7' width='20' height='10' rx='5'/%3E%3Ccircle cx='17' cy='12' r='2.5' fill='black'/%3E%3C/svg%3E"); }

@media (max-width: 1180px) {
  .features { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .plans { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  h1 { font-size: 56px; }
  h2 { font-size: 38px; }
  .nav { gap: 20px; padding: 0 22px; height: 56px; }
  .nav a:not(.brand):nth-of-type(n+4) { display: none; }
  .hero { padding-top: 140px; }
  .mosaic { grid-template-columns: repeat(3, 1fr); height: 460px; }
  .mosaic .col:nth-child(4) { margin-top: -240px; }
  .inset { height: auto; padding: 72px 16px 24px; }
  .steps { grid-template-columns: 1fr; gap: 16px; margin-top: 48px; }
  .step:nth-child(2) { margin-top: 0; }
  .after-inset { height: 60px; }
  .panel { grid-template-columns: 1fr; gap: 24px; }
  .panel-media { height: 360px; }
  .features, .plans, .honest { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .final-wrap { padding: 16px; border-radius: 40px; }
  .final h2 { font-size: 44px; }
}
@media (max-width: 560px) {
  h1 { font-size: 44px; }
  .nav a:not(.brand):nth-of-type(n+3) { display: none; }
  .mosaic { grid-template-columns: repeat(2, 1fr); height: 400px; }
  .mosaic .col:nth-child(3) { margin-top: -60px; }
  .chips-float { left: 6%; top: 60%; }
  .select-box { display: none; }
  .trusted ul { gap: 14px 28px; }
  .trusted li { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
