:root {
  --ink: #211a38;
  --ink-2: #302548;
  --paper: #f7f2ec;
  --paper-2: #eee6df;
  --white: #fffaf5;
  --lime: #ff8f70;
  --lime-2: #f7795d;
  --blue: #7764ff;
  --red: #e25757;
  --amber: #f4aa4a;
  --line: rgba(33, 26, 56, .12);
  --muted: #756d7d;
  --dark-muted: #b8adc4;
  --danger: #bd3d4d;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shadow: 0 24px 70px rgba(33, 26, 56, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.hidden { display: none !important; }
.button-reset { border: 0; background: transparent; padding: 0; cursor: pointer; }
.section-wrap { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.panel-shell { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(33,26,56,.07); }
.ambient { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(100px); opacity: .08; pointer-events: none; z-index: -1; }
.ambient-one { top: 10%; left: -18rem; background: var(--lime); }
.ambient-two { right: -20rem; top: 50%; background: var(--blue); }

h1, h2, h3, .brand, .price { font-family: Manrope, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
.kicker { margin: 0 0 14px; font-size: .69rem; font-weight: 800; letter-spacing: .17em; color: #625774; }
.subtle { color: var(--muted); }
.muted-title { color: #9ca29d; }
.gradient-text { color: var(--lime); background: linear-gradient(100deg, var(--lime), #b8a6ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.site-header { position: relative; z-index: 50; background: rgba(247,242,236,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(33,26,56,.07); }
.header-inner { width: min(1220px, calc(100% - 40px)); min-height: 78px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 800; white-space: nowrap; width: fit-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--lime); background: var(--ink); transform: rotate(-4deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 8px 24px rgba(33,26,56,.13); }
.brand-mark span { font-family: Manrope; font-size: .86rem; font-weight: 800; letter-spacing: -.06em; }
.brand-mark.large { width: 56px; height: 56px; border-radius: 17px; margin-inline: auto; }
.brand-mark.large span { font-size: 1rem; }
.landing-nav { display: flex; align-items: center; gap: 30px; font-size: .82rem; font-weight: 600; color: #5f566a; }
.landing-nav a { transition: color .2s; }
.landing-nav a:hover { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }

.button { min-height: 46px; border: 1px solid transparent; border-radius: 999px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button.primary { background: var(--lime); color: var(--ink); box-shadow: 0 10px 30px rgba(247,121,93,.2); }
.button.primary:hover { background: var(--lime-2); }
.button.secondary { background: transparent; border-color: var(--line); }
.button.secondary:hover { background: rgba(7,18,15,.04); border-color: rgba(7,18,15,.22); }
.button.text-button { min-height: 40px; padding-inline: 12px; background: transparent; }
.button.compact { min-height: 40px; padding-inline: 16px; font-size: .82rem; }
.button.large-button { min-height: 54px; padding-inline: 24px; }
.button.full { width: 100%; }
.button.ink-button { background: var(--ink); color: var(--white); }

.shop-section { padding-top: 115px; }
.shop-intro { margin-bottom: 38px; }
.shop-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.shop-card { min-width: 0; border: 1px solid var(--line); border-radius: 28px; padding: 18px; background: rgba(255,255,255,.7); box-shadow: 0 18px 60px rgba(7,18,15,.06); }
.shop-card:not(.bulk-card) { display: grid; grid-template-columns: minmax(180px,.88fr) 1.12fr; gap: 24px; align-items: stretch; }
.shop-card-visual { min-height: 310px; padding: 25px; border-radius: 21px; display: flex; flex-direction: column; color: white; background: radial-gradient(circle at 80% 18%,rgba(201,255,74,.18),transparent 9rem),linear-gradient(145deg,#06110e,#142d24); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.shop-card-visual > b { margin-left: auto; font-size: 1.3rem; letter-spacing: -5px; transform: rotate(90deg); }
.shop-card-visual > small { margin-top: auto; max-width: 110px; color: #9bad9f; font-size: .55rem; font-weight: 800; letter-spacing: .15em; }
.shop-card-copy { padding: 15px 12px 8px 0; display: flex; flex-direction: column; align-items: flex-start; }
.shop-card-copy h3,.bulk-card h3 { margin: 17px 0 9px; font-size: clamp(1.65rem,2.8vw,2.35rem); letter-spacing: -.055em; }
.shop-card-copy > p,.bulk-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.product-pill { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(7,18,15,.06); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.lime-pill { color: var(--ink); background: var(--lime); }
.shop-price { margin: auto 0 17px; padding-top: 28px; display: flex; align-items: baseline; gap: 8px; }
.shop-price strong,.bulk-price strong { font: 800 clamp(2.2rem,4vw,3.5rem)/1 Manrope,sans-serif; letter-spacing: -.07em; }
.shop-price small,.bulk-price small { color: var(--muted); font-size: .7rem; font-weight: 700; }
.custom-example { color: var(--ink); background: radial-gradient(circle at 70% 30%,rgba(255,255,255,.7),transparent 11rem),linear-gradient(145deg,#b8ef32,#dffb9d); }
.custom-example > small { color: rgba(7,18,15,.55); }
.example-logo { font: 800 1.9rem/.85 Manrope,sans-serif; letter-spacing: -.08em; }
.bulk-card { grid-column: 1 / -1; padding: 32px; display: grid; grid-template-columns: 1.4fr auto 230px; align-items: center; gap: 36px; background: linear-gradient(120deg,#edf3e7,#fff); }
.bulk-card h3 { margin-top: 12px; }
.bulk-price { display: grid; text-align: center; }
.store-trust-strip { margin-top: 18px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; color: var(--muted); background: rgba(255,255,255,.5); font-size: .72rem; font-weight: 700; }
.store-trust-strip b { margin-right: 6px; color: #548000; }
.use-case-section { padding: 20px 0 125px; }
.use-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.use-case-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 25px; display: flex; flex-direction: column; background: var(--white); }
.use-case-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #4d7300; background: rgba(201,255,74,.25); font: 800 1.2rem Manrope; }
.use-case-grid h3 { margin: auto 0 8px; font-size: 1.45rem; }
.use-case-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .82rem; }
.store-faq { padding: 80px; margin-bottom: 120px; border-radius: var(--radius-lg); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; color: white; background: var(--ink); }
.store-faq h2 { margin: 0; font-size: clamp(3rem,5vw,5rem); line-height: .95; }
.store-faq .kicker { color: var(--lime); }
.faq-list { display: grid; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-list summary { cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--lime); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 13px 25px 0 0; color: var(--dark-muted); line-height: 1.65; font-size: .82rem; }

.hero { min-height: 730px; margin-top: 18px; padding: clamp(52px, 7vw, 92px); border-radius: var(--radius-lg); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 77% 48%, rgba(201,255,74,.13), transparent 19rem), linear-gradient(140deg, #06110e, #0c201a 68%, #0d271d); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, black); }
.hero-copy { position: relative; z-index: 3; }
.pill { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #d9e2de; font-size: .75rem; font-weight: 700; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,255,74,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(201,255,74,0); } }
.hero h1 { margin: 24px 0 24px; font-size: clamp(4rem, 7vw, 7rem); line-height: .89; letter-spacing: -.075em; }
.hero-lede { max-width: 600px; color: #b8c3be; line-height: 1.7; font-size: clamp(.98rem, 1.5vw, 1.12rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero .button.secondary { color: var(--white); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.trust-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 22px; color: #84928c; font-size: .77rem; }
.trust-row b { color: #e9efec; }
.hero-stage { min-height: 560px; position: relative; display: grid; place-items: center; z-index: 2; }
.orbit { position: absolute; border: 1px solid rgba(201,255,74,.14); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; animation: spin 32s linear infinite; }
.orbit-two { width: 370px; height: 370px; border-style: dashed; animation: spin 25s linear infinite reverse; }
.tap-phone { width: 242px; height: 488px; position: relative; border: 8px solid #0a0b0b; border-radius: 42px; background: #131b18; box-shadow: 0 38px 80px rgba(0,0,0,.44), inset 0 0 0 1px #404a46; transform: rotate(5deg); z-index: 3; overflow: hidden; }
.phone-top { height: 38px; padding: 8px 14px 0; display: flex; justify-content: space-between; color: #dbe1de; font-size: .55rem; }
.phone-top i { width: 67px; height: 18px; background: #030605; border-radius: 999px; }
.phone-screen { height: calc(100% - 38px); display: flex; flex-direction: column; align-items: center; padding: 74px 22px 22px; text-align: center; background: radial-gradient(circle at 50% 37%, rgba(201,255,74,.12), transparent 8rem); }
.phone-success { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 1.4rem; box-shadow: 0 0 0 12px rgba(201,255,74,.06); }
.phone-screen small { margin-top: 28px; color: #83908b; font-size: .55rem; font-weight: 800; letter-spacing: .16em; }
.phone-screen h3 { margin: 10px 0 24px; font-size: 1.65rem; line-height: 1.05; }
.phone-screen h3 span { color: var(--lime); }
.loading-line { width: 120px; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.loading-line i { display: block; width: 55%; height: 100%; border-radius: inherit; background: var(--lime); animation: loading 2s ease-in-out infinite; }
@keyframes loading { 50% { transform: translateX(100%); } }
.phone-screen p { margin-top: auto; color: #54615c; font-size: .62rem; }
.nfc-product-card, .physical-card-preview { aspect-ratio: 1.586; border-radius: 22px; padding: 24px; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.nfc-product-card { width: 280px; position: absolute; left: -18px; bottom: 54px; z-index: 5; color: var(--white); background: radial-gradient(circle at 90% 0, rgba(201,255,74,.22), transparent 9rem), linear-gradient(145deg, #1b2723, #07120f); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 35px 70px rgba(0,0,0,.42); transform: rotate(-9deg); }
.card-shine { position: absolute; width: 210px; height: 400px; top: -210px; left: 30px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); transform: rotate(35deg); }
.product-card-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 2; }
.mini-logo { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 10px; font-family: Manrope; font-weight: 800; font-size: .66rem; letter-spacing: -.08em; }
.contactless { color: var(--lime); letter-spacing: -.16em; transform: rotate(-90deg); font-family: Manrope; font-weight: 800; }
.product-card-copy { margin-top: auto; position: relative; z-index: 2; }
.product-card-copy small { display: block; margin-bottom: 6px; color: #86938d; font-size: .49rem; font-weight: 700; letter-spacing: .14em; }
.product-card-copy strong { display: block; font: 800 1.6rem/1 Manrope; letter-spacing: -.06em; }
.floating-chip { position: absolute; z-index: 7; padding: 10px 14px; border-radius: 12px; display: flex; gap: 8px; align-items: center; border: 1px solid rgba(255,255,255,.12); background: rgba(23,37,32,.8); backdrop-filter: blur(14px); color: #e8eeeb; font-size: .72rem; font-weight: 700; box-shadow: 0 12px 25px rgba(0,0,0,.2); animation: hover 4s ease-in-out infinite; }
.floating-chip span { color: var(--lime); }
.chip-youtube { right: -12px; top: 95px; }
.chip-review { right: -38px; bottom: 100px; animation-delay: -1.3s; }
.chip-whatsapp { left: -3px; top: 190px; animation-delay: -2.5s; }
@keyframes hover { 50% { transform: translateY(-8px); } }
@keyframes spin { to { transform: rotate(360deg); } }
.reveal { animation: reveal .75s ease both; }
.reveal-delay { animation-delay: .15s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } }

.logo-ribbon { padding: 31px 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.ribbon-track { min-width: max-content; display: flex; align-items: center; justify-content: center; gap: 24px; padding-inline: 25px; color: #747d78; font: 800 .67rem Manrope; letter-spacing: .13em; }
.ribbon-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime-2); }
.content-section { padding-top: clamp(90px, 11vw, 150px); padding-bottom: clamp(90px, 11vw, 150px); }
.section-intro h2, .business-copy h2, .closing-cta h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.split-intro > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.destination-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.destination-feature { min-height: 360px; position: relative; padding: 24px; border-radius: 27px; display: flex; flex-direction: column; color: var(--white); overflow: hidden; }
.destination-feature::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; top: -90px; right: -80px; }
.color-red { background: #f25e49; }
.color-green { background: #163d31; }
.color-blue { background: #596ee9; }
.feature-number { font: 700 .7rem Manrope; opacity: .68; }
.feature-icon { width: 80px; height: 80px; margin: 50px 0 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font: 800 1.6rem Manrope; }
.destination-feature h3 { margin: auto 0 10px; font-size: 1.55rem; }
.destination-feature p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; font-size: .85rem; }
.destination-feature .arrow { position: absolute; right: 24px; bottom: 24px; font-size: 1.2rem; }
.destination-feature > div:last-of-type { padding-right: 35px; }
.destination-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 26px; }
.destination-chips span { padding: 10px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 700; }
.centered-intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.centered-intro p:last-child { margin-top: 18px; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.step-card { min-height: 500px; padding: 22px; border: 1px solid var(--line); border-radius: 27px; background: var(--white); }
.featured-step { background: var(--ink); color: var(--white); transform: translateY(-12px); }
.step-visual { height: 245px; margin-bottom: 30px; border-radius: 18px; background: var(--paper-2); display: flex; align-items: center; justify-content: center; }
.claim-visual span { padding: 14px 16px; border-radius: 10px 0 0 10px; background: white; color: #69736e; font: 700 .8rem monospace; letter-spacing: .1em; }
.claim-visual button { height: 44px; border: 0; border-radius: 0 10px 10px 0; background: var(--lime); font: 700 .75rem Manrope; }
.choose-visual { flex-direction: column; gap: 8px; background: #12251f; }
.choose-visual span { width: 68%; padding: 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,.09); color: #97a49e; font-size: .72rem; }
.choose-visual span.selected { border-color: var(--lime); background: rgba(201,255,74,.08); color: var(--lime); }
.tap-visual { gap: 18px; }
.mini-card { width: 120px; aspect-ratio: 1.586; padding: 14px; border-radius: 10px; color: var(--lime); background: var(--ink); font: 800 .7rem Manrope; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-7deg); box-shadow: 0 15px 25px rgba(7,18,15,.2); }
.mini-card b { align-self: flex-end; transform: rotate(-90deg); }
.tap-visual > span { padding: 7px 11px; border-radius: 999px; color: #245d3e; background: #d8f5d9; font-size: .66rem; font-weight: 700; }
.step-count { color: var(--lime-2); font: 800 .7rem Manrope; }
.step-card h3 { margin: 9px 0; font-size: 1.45rem; }
.step-card > p { color: var(--muted); line-height: 1.6; font-size: .86rem; }
.featured-step > p { color: var(--dark-muted); }

.business-section { min-height: 780px; padding: clamp(60px, 8vw, 105px); border-radius: var(--radius-lg); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; color: var(--ink); background: var(--lime); overflow: hidden; position: relative; }
.business-section::before { content: ""; position: absolute; inset: -30% -40% auto auto; width: 650px; height: 650px; border: 1px solid rgba(7,18,15,.12); border-radius: 50%; }
.business-copy { position: relative; z-index: 2; }
.dark-pill { color: var(--ink); border-color: rgba(7,18,15,.14); background: rgba(255,255,255,.22); }
.dark-pill .pulse-dot { background: var(--ink); box-shadow: none; }
.business-copy .kicker { margin-top: 40px; }
.business-copy > p:not(.kicker) { margin: 23px 0; line-height: 1.7; color: #405036; }
.check-list { list-style: none; padding: 0; margin: 25px 0 32px; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: center; font-size: .88rem; font-weight: 600; }
.check-list li span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(7,18,15,.2); border-radius: 50%; font-size: .65rem; }
.analytics-preview { min-width: 0; padding: 28px; border-radius: 28px; background: #f9faf5; box-shadow: 0 40px 70px rgba(19,54,36,.18); transform: rotate(1.5deg); position: relative; z-index: 2; }
.analytics-toolbar, .analytics-toolbar > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dark-logo { width: 30px; height: 30px; }
.analytics-toolbar b { font-size: .88rem; }
.range-chip { padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: .65rem; }
.preview-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0; }
.preview-metrics > div { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.preview-metrics small, .analytics-summary small { display: block; color: var(--muted); font-size: .63rem; }
.preview-metrics strong { display: block; margin: 7px 0; font: 800 1.5rem Manrope; letter-spacing: -.05em; }
.preview-metrics em { color: #2b8b5b; font-size: .63rem; font-style: normal; }
.preview-chart { height: 245px; display: grid; grid-template-columns: 30px 1fr; border-block: 1px solid var(--line); padding: 24px 0; }
.chart-y { display: flex; flex-direction: column; justify-content: space-between; color: #a1aaa5; font-size: .55rem; }
.chart-area { display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; gap: 8px; padding: 0 8px 20px; position: relative; background-image: linear-gradient(to bottom, transparent 24%, var(--line) 25%, transparent 26%, transparent 49%, var(--line) 50%, transparent 51%, transparent 74%, var(--line) 75%, transparent 76%); }
.chart-area > i { height: var(--bar); border-radius: 6px 6px 2px 2px; background: linear-gradient(var(--lime-2), #76be31); }
.chart-labels { position: absolute; inset: auto 8px 0; display: grid; grid-template-columns: repeat(7,1fr); text-align: center; color: #9ca59f; font-size: .55rem; }
.preview-ranking { padding-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 10px; font-size: .68rem; }
.preview-ranking span { display: flex; align-items: center; gap: 8px; color: #63706a; }
.rank-dot { width: 7px; height: 7px; border-radius: 50%; }
.rank-dot.lime { background: var(--lime-2); }.rank-dot.blue { background: var(--blue); }

.pricing-section { max-width: 1050px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.price-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); position: relative; }
.business-price { color: var(--white); background: var(--ink); }
.recommended { position: absolute; top: 20px; right: 20px; padding: 7px 10px; border-radius: 99px; color: var(--ink); background: var(--lime); font-size: .56rem; font-weight: 800; letter-spacing: .08em; }
.price-tag { font-size: .65rem; font-weight: 800; letter-spacing: .16em; color: var(--lime-2); }
.price-card h3 { max-width: 330px; margin: 18px 0 45px; font-size: 1.8rem; }
.price { margin-bottom: 28px; font-size: 2.7rem; font-weight: 800; }
.price small { display: block; margin-top: 5px; color: var(--muted); font: 500 .74rem "DM Sans"; }
.price-card ul { list-style: none; margin: 0 0 35px; padding: 0; border-top: 1px solid currentColor; border-color: var(--line); }
.price-card li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.business-price li { border-color: rgba(255,255,255,.1); }
.business-price .price small { color: var(--dark-muted); }
.business-price .button.primary { border-color: transparent; }
.closing-cta { min-height: 570px; margin-bottom: 30px; border-radius: var(--radius-lg); padding: 85px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); background: var(--ink); overflow: hidden; position: relative; }
.closing-cta .kicker { color: var(--dark-muted); }
.closing-cta > p:not(.kicker) { color: var(--dark-muted); margin: 25px 0; }
.closing-orbit { width: 700px; height: 700px; position: absolute; top: -300px; border: 1px solid rgba(201,255,74,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(201,255,74,.025), 0 0 0 180px rgba(201,255,74,.02); }
.closing-cta > *:not(.closing-orbit) { position: relative; z-index: 1; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding: 45px 0 30px; align-items: center; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--muted); font-size: .78rem; }
.site-footer > div:nth-of-type(2) { display: flex; gap: 20px; font-size: .75rem; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; padding-top: 20px; color: #8b938f; border-top: 1px solid var(--line); }

/* Authentication */
.auth-layout { width: min(1120px, calc(100% - 40px)); min-height: calc(100vh - 120px); margin: 35px auto 70px; display: grid; grid-template-columns: 1fr 480px; align-items: stretch; border-radius: var(--radius-lg); overflow: hidden; color: var(--white); background: var(--ink); }
.auth-story { padding: clamp(35px,6vw,75px); position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: radial-gradient(circle at 20% 90%, rgba(255,143,112,.2), transparent 19rem), radial-gradient(circle at 92% 8%, rgba(119,100,255,.16), transparent 20rem); }
.auth-story::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,143,112,.15); border-radius: 50%; bottom: -280px; left: -160px; }
.auth-story h1 { margin: 0 0 20px; font-size: clamp(3.6rem,6vw,6.5rem); line-height: .9; }
.auth-story > div > p:last-child { max-width: 500px; color: var(--dark-muted); line-height: 1.7; }
.back-home { width: fit-content; margin-left: -12px; color: #d2dad6; }
.auth-card-mini { width: 260px; aspect-ratio: 1.586; padding: 22px; position: absolute; right: 40px; bottom: -8px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; display: flex; flex-direction: column; background: radial-gradient(circle at 86% 12%,rgba(255,143,112,.25),transparent 7rem),linear-gradient(145deg,#382b55,#19142b); transform: rotate(-8deg); box-shadow: var(--shadow); }
.auth-card-mini b { margin: auto 0 15px; color: var(--lime); transform: rotate(-90deg); width: fit-content; }
.auth-card-mini small { color: #82918a; font-size: .5rem; letter-spacing: .13em; }
.auth-panel { align-self: center; margin: 30px; padding: 42px; color: var(--ink); }
.auth-panel h2 { margin: 0 0 9px; font-size: 2.2rem; }
.form-stack { display: grid; gap: 20px; margin-top: 28px; }
label, fieldset legend { color: #443a53; font-size: .78rem; font-weight: 700; }
label { display: grid; gap: 8px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fbf7f3; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
input { height: 50px; padding: 0 15px; }
select { height: 42px; padding: 0 12px; }
textarea { min-height: 84px; padding: 13px 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--lime-2); box-shadow: 0 0 0 3px rgba(255,143,112,.18); }
.auth-switch { width: 100%; margin-top: 6px; color: var(--muted); font-size: .8rem; }
.auth-switch b { color: var(--ink); }
.message { min-height: 1.2em; margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.message.error { color: var(--danger); }.message.success { color: #408126; }

/* Dashboard */
.app-shell, .editor-shell { width: min(1150px, calc(100% - 40px)); margin: 60px auto 120px; }
.plan-badge, .admin-badge { padding: 7px 10px; border-radius: 999px; background: rgba(255,143,112,.16); color: #9b3e31; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-heading, .editor-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.dashboard-heading h1, .editor-heading h1 { margin: 0 0 7px; font-size: clamp(3rem,6vw,5.5rem); line-height: .95; }
.dashboard-heading p, .editor-heading p { margin-bottom: 0; }
.dashboard-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 54px; }
.metric-grid article { min-height: 120px; padding: 22px; display: flex; align-items: center; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 19px; }
.metric-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,143,112,.2); color: #a44234; font-weight: 800; }
.blue-icon { background: rgba(97,121,255,.13); color: var(--blue); }.amber-icon { background: rgba(255,189,60,.17); color: #a66a00; }
.metric-grid small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .7rem; }
.metric-grid strong { font: 800 1.8rem Manrope; letter-spacing: -.05em; }
.action-panel { margin-bottom: 45px; padding: 25px; display: grid; grid-template-columns: 1fr auto; gap: 15px 35px; align-items: center; }
.action-panel h3 { margin: 0 0 6px; font-size: 1.35rem; }.action-panel p { color: var(--muted); margin-bottom: 0; font-size: .82rem; }
.claim-form { display: flex; gap: 8px; }.claim-form input { width: 190px; text-transform: uppercase; font: 700 .85rem monospace; letter-spacing: .1em; }
.action-panel > .message { grid-column: 1 / -1; margin: 0; }
.dashboard-section-head { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.dashboard-section-head h2 { margin: 0; font-size: 2rem; }
.dashboard-section-head > span { color: var(--muted); font-size: .75rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 80px; }
.card-tile { min-width: 0; min-height: 285px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: var(--white); cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s; }
.card-tile:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,18,15,.08); border-color: rgba(7,18,15,.25); }
.card-tile-head { display: flex; justify-content: space-between; align-items: flex-start; }
.card-tile-icon { width: 47px; height: 47px; border-radius: 14px; display: grid; place-items: center; background: var(--ink); color: var(--lime); font: 800 .88rem Manrope; }
.destination-label { padding: 6px 9px; border-radius: 99px; color: #59635e; background: var(--paper); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.card-tile-body { margin: auto 0 24px; }
.card-tile h3 { margin: 0 0 8px; font-size: 1.25rem; }
.card-tile p { max-width: 100%; margin: 0; color: var(--muted); font-size: .76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-tile footer { padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #63706a; font-size: .72rem; }
.card-tile footer b { color: var(--ink); }
.empty-state { padding: 70px 25px; margin-bottom: 70px; border: 1px dashed rgba(7,18,15,.2); border-radius: 25px; text-align: center; }
.empty-card-visual { width: 100px; aspect-ratio: 1.586; margin: 0 auto 24px; padding: 12px; border-radius: 10px; display: flex; align-items: flex-start; justify-content: space-between; color: var(--lime); background: var(--ink); transform: rotate(-6deg); box-shadow: 0 16px 30px rgba(7,18,15,.17); font: 800 .62rem Manrope; }
.empty-card-visual b { font-size: 1.4rem; font-weight: 400; }.empty-state h3 { margin-bottom: 9px; font-size: 1.6rem; }.empty-state p { max-width: 520px; margin: 0 auto 22px; color: var(--muted); line-height: 1.6; }
.analytics-section, .admin-section { padding: 30px; margin-bottom: 35px; }
.analytics-head { align-items: center; }.analytics-head select { width: auto; }
.analytics-locked { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 17px; background: radial-gradient(circle at 50% 120%, rgba(201,255,74,.16), transparent 18rem), var(--paper); }
.lock-badge { width: 46px; height: 46px; margin-bottom: 17px; display: grid; place-items: center; border-radius: 14px; color: #4e7210; background: rgba(174,233,45,.22); }
.analytics-locked h3 { margin: 0 0 8px; font-size: 1.5rem; }.analytics-locked p { max-width: 460px; margin-bottom: 20px; color: var(--muted); }
.analytics-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.analytics-summary article { padding: 17px; border: 1px solid var(--line); border-radius: 14px; }
.analytics-summary strong { display: block; margin-top: 7px; font: 800 1.3rem Manrope; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live-chart { min-height: 270px; padding: 20px 12px 8px; display: grid; grid-template-columns: repeat(var(--days, 30), minmax(5px,1fr)); align-items: end; gap: 4px; border-block: 1px solid var(--line); }
.live-bar-wrap { height: 220px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 6px; min-width: 0; }
.live-bar { min-height: 3px; height: var(--height); border-radius: 4px 4px 1px 1px; background: linear-gradient(to top,#83bc2c,var(--lime)); position: relative; }
.live-bar:hover::after { content: attr(data-value); position: absolute; left: 50%; top: -27px; transform: translateX(-50%); padding: 4px 7px; border-radius: 5px; color: white; background: var(--ink); font-size: .55rem; }
.live-bar-label { text-align: center; color: #9aa19d; font-size: .45rem; overflow: hidden; }
.ranking-list { display: grid; margin-top: 20px; }
.rank-row { padding: 12px 4px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); font-size: .75rem; }
.rank-track { height: 6px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }.rank-track i { display: block; width: var(--width); height: 100%; background: var(--blue); }
.admin-section { border-color: rgba(174,233,45,.6); }.admin-badge { background: var(--ink); color: var(--lime); }
.inventory-form { display: grid; grid-template-columns: 150px 1fr auto; gap: 12px; align-items: end; padding-top: 10px; }.inventory-form label { gap: 6px; }
.inventory-results { margin-top: 25px; }.inventory-result-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }.table-scroll { max-width: 100%; overflow-x: auto; } table { width: 100%; border-collapse: collapse; font-size: .72rem; } th, td { padding: 11px 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; } th { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; } td code { font-size: .65rem; }
.admin-shell { width: min(1180px,calc(100% - 40px)); margin: 55px auto 120px; }
.admin-page-head { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.admin-page-head h1 { margin: 4px 0 10px; font-size: clamp(3rem,6vw,5.5rem); line-height: .94; }
.admin-page-head .back-to-dashboard { margin-bottom: 32px; }
.admin-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 28px; }
.admin-metrics article { min-height: 150px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; background: var(--white); }
.admin-metrics small { color: var(--muted); font-size: .7rem; }
.admin-metrics strong { margin: auto 0 4px; font: 800 2.5rem Manrope; letter-spacing: -.06em; }
.admin-metrics span { color: #87908b; font-size: .65rem; }
.admin-status { padding: 6px 9px; border-radius: 999px; background: #eef0e9; font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.admin-status.good { color: #39702e; background: #def1d8; }
.admin-status.waiting { color: #8a6515; background: #fff0c9; }

/* Editor */
.back-to-dashboard { margin: -15px 0 24px -12px; }.save-status { margin-bottom: 8px; padding: 8px 11px; border-radius: 99px; color: #39702e; background: #def1d8; font-size: .65rem; font-weight: 700; }.save-status.dirty { color: #8a6515; background: #fff0c9; }
.editor-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 22px; align-items: start; }.editor-main { padding: clamp(24px,4vw,40px); }.editor-main .form-stack { margin-top: 0; }
fieldset { min-width: 0; margin: 4px 0 0; padding: 0; border: 0; }.destination-picker > p { color: var(--muted); font-size: .75rem; }.type-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.type-btn { min-height: 82px; padding: 12px 8px; border: 1px solid var(--line); border-radius: 13px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; background: #fbf7f3; cursor: pointer; transition: .2s; }
.type-btn span { min-height: 21px; font: 800 .94rem Manrope; color: #756d7d; }.type-btn b { font-size: .68rem; }.type-btn:hover { border-color: rgba(33,26,56,.3); transform: translateY(-2px); }.type-btn.active { color: var(--ink); border-color: var(--lime-2); background: rgba(255,143,112,.13); box-shadow: 0 0 0 2px rgba(255,143,112,.1); }.type-btn.active span { color: #ad493a; }
.smart-field { margin-top: 5px; }.smart-field-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }.smart-field-head label { display: block; }.smart-field-head span { color: #718069; font-size: .56rem; font-weight: 800; letter-spacing: .1em; }.field-hint { margin: 7px 0 0; color: var(--muted); font-size: .68rem; }
.how-to-box { margin-top: 13px; padding: 15px; border-radius: 13px; display: flex; gap: 12px; background: #f0f2e9; }.how-icon { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #53740f; background: rgba(201,255,74,.5); font-weight: 800; font-size: .75rem; }.how-to-box strong { font-size: .75rem; }.how-to-box p { margin: 5px 0 9px; color: var(--muted); font-size: .69rem; line-height: 1.55; }.how-to-box code { color: #4d5b54; font-size: .65rem; word-break: break-all; }
.theme-options { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 9px; }.theme-btn { padding: 9px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 7px; background: transparent; cursor: pointer; font-size: .65rem; font-weight: 700; }.theme-btn.active { border-color: #75a919; background: rgba(201,255,74,.12); }.theme-btn i { width: 17px; height: 17px; border-radius: 5px; border: 1px solid rgba(7,18,15,.12); }.theme-midnight { background: #07120f; }.theme-citrus { background: var(--lime); }.theme-cobalt { background: var(--blue); }.theme-pearl { background: #f7f4e8; }
.save-button { margin-top: 5px; }.editor-side { position: sticky; top: 24px; display: grid; gap: 12px; }.physical-card-preview { width: 100%; min-height: 230px; transition: background .25s, color .25s; box-shadow: 0 25px 55px rgba(33,26,56,.22); }.physical-card-preview .product-card-copy strong { max-width: 85%; font-size: 1.4rem; }.physical-card-preview .product-card-copy span { display: block; margin-top: 7px; color: currentColor; opacity: .68; font-size: .6rem; font-weight: 800; letter-spacing: .08em; }
.theme-midnight-card { color: var(--white); background: radial-gradient(circle at 90% 0, rgba(255,143,112,.27), transparent 10rem), linear-gradient(145deg,#34294e,#19142b); }.theme-citrus-card { color: var(--ink); background: radial-gradient(circle at 90% 0, rgba(255,255,255,.6), transparent 10rem), var(--lime); }.theme-cobalt-card { color: var(--white); background: radial-gradient(circle at 90% 0, rgba(255,255,255,.2), transparent 10rem), var(--blue); }.theme-pearl-card { color: var(--ink); background: radial-gradient(circle at 90% 0, #fff, transparent 10rem), #f7f4ee; border: 1px solid rgba(33,26,56,.12); }
.theme-citrus-card .contactless, .theme-pearl-card .contactless { color: var(--ink); }.side-box, .side-stat, .print-tip { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }.side-box > span, .side-stat span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .65rem; }.side-box code { display: block; color: #45524c; font-size: .65rem; word-break: break-all; }.side-actions { display: flex; gap: 7px; margin-top: 13px; }.side-stat { display: flex; align-items: end; justify-content: space-between; }.side-stat strong { font: 800 2rem Manrope; }.stat-spark { height: 38px; display: flex; align-items: end; gap: 4px; }.stat-spark i { width: 7px; border-radius: 3px 3px 0 0; background: var(--lime-2); }.stat-spark i:nth-child(1){height:30%}.stat-spark i:nth-child(2){height:55%}.stat-spark i:nth-child(3){height:42%}.stat-spark i:nth-child(4){height:80%}.stat-spark i:nth-child(5){height:67%}.print-tip { display: flex; gap: 12px; background: #e8efff; border-color: rgba(97,121,255,.15); }.print-tip > span { color: var(--blue); }.print-tip strong { font-size: .75rem; }.print-tip p { margin: 5px 0 0; color: #66718d; font-size: .67rem; line-height: 1.5; }

/* Admin production workflow */
.admin-create-section { border-color: rgba(247,121,93,.4); }
.admin-inventory-form { display: grid; grid-template-columns: 1fr; gap: 18px; }
.admin-form-grid, .admin-design-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.admin-design-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.admin-inventory-form label { min-width: 0; }
.admin-inventory-form label small { color: var(--muted); font-size: .65rem; }
.admin-inventory-form input[type="file"] { padding: 12px; background: #fbf7f3; }
.logo-upload-field { display: grid; gap: 6px; max-width: 520px; }
.admin-create-actions { display: flex; align-items: center; gap: 14px; }
.inline-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.inventory-result-head { align-items: flex-start; gap: 12px; }
.inventory-result-head > div:first-child, .batch-detail-head > div:first-child { display: grid; gap: 4px; }
.inventory-result-head .subtle, .batch-detail-head .subtle { font-size: .68rem; }
.admin-batch-list { display: grid; gap: 8px; }
.admin-batch-row { width: 100%; padding: 16px 18px; display: grid; grid-template-columns: 1fr auto auto; gap: 15px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 15px; background: #fffaf5; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.admin-batch-row:hover, .admin-batch-row.active { border-color: rgba(247,121,93,.7); transform: translateY(-1px); box-shadow: 0 10px 25px rgba(33,26,56,.07); }
.admin-batch-row strong, .admin-batch-row span { display: block; }
.admin-batch-row small { color: var(--muted); font-size: .68rem; }
.admin-batch-stat { text-align: right; font-size: .75rem; font-weight: 800; }
.empty-inline { padding: 25px; margin: 0; color: var(--muted); text-align: center; border: 1px dashed var(--line); border-radius: 15px; }
.admin-batch-detail { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.batch-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 16px; }
.batch-detail-toolbar { display: flex; align-items: end; gap: 18px; margin-bottom: 14px; padding: 13px 15px; border-radius: 13px; background: #f0f2e9; }
.batch-detail-toolbar label { display: grid; gap: 6px; min-width: 170px; font-size: .72rem; font-weight: 800; }
.batch-detail-toolbar input { width: 100%; min-height: 40px; }
.batch-detail-toolbar > span { color: var(--muted); font-size: .68rem; line-height: 1.5; }
.batch-qr-cell img { width: 44px; height: 44px; display: block; background: #fff; }
.qr-thumb-button { padding: 2px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.qr-thumb-button:hover { border-color: var(--lime-2); }
.table-subline { display: block; margin-top: 3px; color: var(--muted); font-size: .62rem; }
.admin-url-cell { max-width: 220px; display: block; overflow: hidden; text-overflow: ellipsis; }
.batch-tools { display: flex; gap: 5px; flex-wrap: wrap; }
.mini-tool { min-height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .65rem; font-weight: 800; }
.mini-tool:hover { background: rgba(247,121,93,.12); border-color: rgba(247,121,93,.45); }
.status-select { min-height: 32px; padding: 0 8px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf5; font-size: .65rem; }
.design-preview-strip { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(320px, 1.2fr); gap: 22px; align-items: center; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.design-preview-strip h3 { margin: 0 0 7px; font-size: 1.3rem; }
.design-preview-strip canvas { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 16px 35px rgba(33,26,56,.16); background: #fff; }
.sensor-help-inline { margin: 45px 0 25px; padding: 27px; display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 25px; border: 1px solid rgba(247,121,93,.24); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,143,112,.08)); }
.sensor-help-inline h2 { margin: 0 0 9px; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.sensor-help-inline p { color: var(--muted); line-height: 1.6; }
.sensor-help-diagrams, .sensor-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }
.sensor-guide-card { padding: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.8); }
.compact-guide { padding: 16px; grid-template-columns: 36px 1fr; gap: 12px; }
.sensor-guide-card h3 { margin: 0 0 5px; font-size: .9rem; }
.sensor-guide-card p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.sensor-guide-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #fffaf5; background: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .04em; }
.compact-guide .sensor-guide-number { width: 32px; height: 32px; border-radius: 10px; }
.admin-help-section { border-color: rgba(97,121,255,.22); }

/* Redirect and modal */
.screen { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at center, #40335e, var(--ink)); }.redirect-card { width: min(430px,100%); padding: 45px; text-align: center; }.redirect-card h1 { margin: 8px 0 10px; font-size: 2.2rem; }.redirect-card > p:not(.kicker) { color: var(--muted); }.spinner { width: 30px; height: 30px; margin: 26px auto; border: 3px solid var(--paper-2); border-top-color: var(--lime-2); border-radius: 50%; animation: spin .8s linear infinite; }
.modal-backdrop { position: fixed; inset: 0; z-index: 90; padding: 20px; display: grid; place-items: center; background: rgba(7,18,15,.7); backdrop-filter: blur(8px); }.modal { width: min(460px,100%); padding: 35px; position: relative; }.modal-close { position: absolute; right: 20px; top: 14px; font-size: 1.7rem; }.modal h2 { margin: 7px 0 12px; font-size: 2rem; }.modal > p:not(.kicker,.message) { color: var(--muted); line-height: 1.6; }.compact-list { margin-block: 20px; }.toast { position: fixed; right: 20px; bottom: 20px; z-index: 120; max-width: min(360px,calc(100% - 40px)); padding: 13px 17px; border-radius: 12px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); font-size: .78rem; font-weight: 700; }
.billing-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 22px 0 8px; }
.billing-option { min-height: 92px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; background: #f8f9f4; cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.billing-option:hover { transform: translateY(-2px); border-color: #79a91e; }
.billing-option:disabled { opacity: .55; cursor: wait; transform: none; }
.billing-option span, .billing-option strong { display: grid; gap: 4px; }
.billing-option b { font: 800 .82rem Manrope; }
.billing-option small { color: var(--muted); font: 500 .6rem "DM Sans"; }
.billing-option strong { justify-items: end; font: 800 1.25rem Manrope; }
.billing-option strong small { color: inherit; font-size: .55rem; }
.featured-billing { border-color: #86b82a; background: rgba(201,255,74,.15); }
.secure-checkout-note { margin: 0; color: var(--muted); text-align: center; font-size: .65rem; line-height: 1.5; }
.store-modal { width: min(980px,100%); max-height: calc(100vh - 32px); overflow: auto; position: relative; }
.store-modal-grid { display: grid; grid-template-columns: 340px 1fr; }
.order-summary { min-height: 100%; padding: 38px; color: white; background: radial-gradient(circle at 30% 12%,rgba(201,255,74,.15),transparent 13rem),var(--ink); }
.order-summary .kicker { color: var(--lime); }
.order-mini-card { aspect-ratio: 1.586; margin: 24px 0 30px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 19px; display: flex; justify-content: space-between; color: var(--lime); background: linear-gradient(145deg,#183128,#08130f); box-shadow: 0 25px 45px rgba(0,0,0,.25); transform: rotate(-3deg); }
.order-mini-card b { align-self: flex-start; transform: rotate(90deg); letter-spacing: -5px; }
.order-summary h2 { margin-bottom: 8px; font-size: 2rem; }
.order-summary > p:not(.kicker) { color: var(--dark-muted); line-height: 1.55; font-size: .82rem; }
.order-totals { margin-top: 28px; display: grid; }
.order-totals span,.order-totals > strong { padding: 11px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.order-totals > strong { padding-top: 17px; border: 0; font-size: 1rem; }
.order-totals b { font-family: Manrope; }
.checkout-trust { margin-top: 24px; display: grid; gap: 9px; color: #9faea7; font-size: .64rem; }
.checkout-trust span::first-letter { color: var(--lime); }
.store-order-form { padding: 38px 42px 34px; display: grid; gap: 14px; }
.store-order-form h2 { margin: -4px 0 6px; font-size: 2.2rem; }
.store-order-form label { display: grid; gap: 6px; font-size: .72rem; font-weight: 700; }
.store-order-form label > span { color: var(--muted); font-weight: 500; }
.store-order-form input,.store-order-form select { height: 45px; }
.form-grid.two { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.logo-upload { padding: 13px; border: 1px dashed rgba(7,18,15,.22); border-radius: 13px; background: #f4f6ed; }
.logo-upload input { height: auto; padding: 8px; background: white; }
.logo-upload small { color: var(--muted); font-weight: 500; }
.shipping-result { padding: 13px 15px; border: 1px solid #9fcd46; border-radius: 13px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: rgba(201,255,74,.12); font-size: .72rem; }
.shipping-result span { display: grid; gap: 3px; }
.shipping-result small { color: var(--muted); }
.shipping-result strong { font: 800 1rem Manrope; }
.payment-honesty { color: var(--muted); text-align: center; line-height: 1.55; }
.store-success { max-width: 620px; margin: auto; padding: 65px 45px; text-align: center; }
.success-check { width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: #2f651e; background: rgba(201,255,74,.45); font-size: 1.6rem; }
.store-success h2 { margin: 5px 0 12px; font-size: 3.5rem; }
.store-success > p:not(.kicker) { color: var(--muted); line-height: 1.65; }
.success-next { margin: 28px 0; padding: 22px; border-radius: 17px; display: grid; grid-template-columns: auto 1fr; gap: 16px 12px; text-align: left; background: var(--paper); }
.success-next > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #47670c; background: rgba(201,255,74,.45); font: 800 .7rem Manrope; }
.success-next div { display: grid; gap: 3px; }
.success-next small { color: var(--muted); }

@media (max-width: 1050px) {
  .shop-card:not(.bulk-card) { grid-template-columns: 1fr; }
  .shop-card-visual { min-height: 240px; }
  .bulk-card { grid-template-columns: 1fr auto; }
  .bulk-card .button { grid-column: 1 / -1; }
  .store-trust-strip { grid-template-columns: repeat(2,1fr); }
  .store-faq { grid-template-columns: 1fr; gap: 35px; }
  .admin-metrics { grid-template-columns: repeat(2,1fr); }
  .landing-nav { display: none; }.header-inner { grid-template-columns: 1fr auto; }.hero { grid-template-columns: 1fr; padding-inline: 55px; }.hero-copy { max-width: 730px; }.hero-stage { min-height: 520px; }.business-section { grid-template-columns: 1fr; }.business-copy { max-width: 660px; }.analytics-preview { width: 100%; }.auth-layout { grid-template-columns: 1fr 430px; }.auth-card-mini { display: none; }.cards-grid { grid-template-columns: repeat(2,1fr); }.editor-layout { grid-template-columns: minmax(0,1fr) 330px; }.type-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  .shop-section { padding-top: 80px; }
  .shop-grid { grid-template-columns: 1fr; }
  .bulk-card { grid-column: auto; grid-template-columns: 1fr; gap: 24px; }
  .bulk-price { text-align: left; }
  .store-trust-strip { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: 1fr; }
  .store-faq { padding: 48px 22px; margin-bottom: 80px; }
  .admin-shell { width: min(100% - 24px,1180px); margin-top: 35px; }
  .admin-page-head { align-items: stretch; flex-direction: column; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-metrics article { min-height: 125px; padding: 18px; }
  .store-modal { max-height: calc(100vh - 16px); }
  .store-modal-grid { grid-template-columns: 1fr; }
  .order-summary { padding: 30px 24px; }
  .order-mini-card { max-width: 260px; }
  .store-order-form { padding: 30px 20px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .store-success { padding: 55px 24px; }
  .section-wrap, .header-inner, .app-shell, .editor-shell, .auth-layout { width: min(100% - 24px, 1220px); }.site-header { position: sticky; top: 0; }.header-inner { min-height: 68px; }.brand-mark { width: 34px; height: 34px; }.header-actions .text-button { display: none; }
  .hero { min-height: auto; margin-top: 8px; padding: 50px 22px 30px; border-radius: 27px; gap: 25px; }.hero h1 { font-size: clamp(3.2rem,15vw,5rem); }.hero-lede { font-size: .95rem; }.hero-actions .button { width: 100%; }.trust-row { gap: 12px; }.hero-stage { min-height: 450px; transform: scale(.9); margin: -15px; }.tap-phone { height: 425px; width: 210px; }.nfc-product-card { width: 235px; left: 0; }.floating-chip { font-size: .62rem; }.chip-review { right: -8px; }.chip-youtube { right: 0; }.logo-ribbon { padding-block: 24px; }
  .content-section { padding-block: 85px; }.split-intro { grid-template-columns: 1fr; gap: 25px; }.section-intro h2, .business-copy h2, .closing-cta h2 { font-size: clamp(3rem,14vw,5rem); }.destination-showcase, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }.destination-feature { min-height: 330px; }.featured-step { transform: none; }.step-card { min-height: 450px; }.business-section { width: calc(100% - 24px); min-height: auto; padding: 60px 20px; gap: 50px; border-radius: 28px; }.analytics-preview { padding: 17px; transform: none; }.preview-metrics { grid-template-columns: 1fr; }.chart-area { gap: 4px; }.price-card { padding: 30px 22px; }.recommended { position: static; width: fit-content; margin: -8px 0 20px; }.closing-cta { min-height: 500px; border-radius: 28px; }.site-footer { grid-template-columns: 1fr; }.site-footer > div:nth-of-type(2) { flex-wrap: wrap; }.site-footer small { grid-column: auto; }
  .auth-layout { min-height: auto; margin-top: 15px; grid-template-columns: 1fr; background: transparent; overflow: visible; }.auth-story { min-height: 390px; border-radius: 25px; padding: 30px 23px; }.auth-story h1 { font-size: 3.7rem; }.auth-panel { margin: 12px 0 0; padding: 30px 22px; }.app-shell, .editor-shell { margin-top: 35px; }.dashboard-heading, .editor-heading { align-items: stretch; flex-direction: column; }.dashboard-actions { display: grid; grid-template-columns: 1fr 1fr; }.dashboard-heading .button { width: 100%; }.metric-grid { grid-template-columns: 1fr; margin-bottom: 40px; }.metric-grid article { min-height: 95px; }.action-panel { grid-template-columns: 1fr; }.claim-form { flex-direction: column; }.claim-form input { width: 100%; }.cards-grid { grid-template-columns: 1fr; margin-bottom: 55px; }.card-tile { min-height: 250px; }.analytics-section, .admin-section { padding: 20px 15px; }.analytics-head { align-items: stretch; }.analytics-head select { width: 100%; }.analytics-summary { grid-template-columns: 1fr; }.live-chart { min-height: 230px; gap: 2px; }.live-bar-wrap { height: 180px; }.rank-row { grid-template-columns: 1fr auto; }.rank-track { grid-row: 2; grid-column: 1 / -1; }.inventory-form { grid-template-columns: 1fr; }.inventory-form .button { width: 100%; }
  .editor-layout { grid-template-columns: 1fr; }.editor-side { position: static; grid-row: 1; }.editor-main { grid-row: 2; }.type-grid { grid-template-columns: repeat(3,1fr); }.theme-options { grid-template-columns: repeat(2,1fr); }.physical-card-preview { max-width: 430px; margin: auto; }.side-actions { flex-direction: column; }.site-footer { padding-inline: 8px; }.billing-options { grid-template-columns: 1fr; }
}

@media (max-width: 410px) {
  .brand > span:last-child { display: none; }.hero-stage { transform: scale(.8); margin: -50px; }.type-grid { grid-template-columns: repeat(2,1fr); }.dashboard-heading h1, .editor-heading h1 { font-size: 2.8rem; }.auth-story h1 { font-size: 3.1rem; }.analytics-summary { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .admin-form-grid, .admin-design-grid, .sensor-help-inline, .design-preview-strip { grid-template-columns: 1fr; }
  .sensor-help-diagrams, .sensor-guide-grid { grid-template-columns: 1fr; }
  .admin-batch-row { grid-template-columns: 1fr auto; }
  .admin-batch-row .admin-batch-stat:last-child { grid-column: 2; grid-row: 1; }
  .batch-detail-head, .batch-detail-toolbar { align-items: stretch; flex-direction: column; }
  .batch-detail-toolbar label { min-width: 0; }
  .inventory-result-head { flex-direction: column; }
}

@media print {
  .site-header, .toast, .button, .sensor-help-inline { display: none !important; }
}

/* Living profile product direction */
.profile-home { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr); align-items: center; gap: clamp(48px,8vw,120px); padding-top: clamp(64px,9vw,120px); padding-bottom: clamp(72px,10vw,140px); }
.profile-home-copy h1 { max-width: 820px; margin: 20px 0 24px; }
.profile-home .hero-lede { color: var(--muted); }
.profile-home .trust-row { color: #7e7488; }
.profile-home .trust-row b { color: var(--ink); }
.living-profile-demo { position: relative; max-width: 440px; width: 100%; justify-self: center; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; padding: 0 28px 30px; overflow: hidden; color: #fffaf8; text-align: center; background: #211a38; box-shadow: 0 40px 100px rgba(33,26,56,.3); }
.demo-profile-cover { height: 150px; margin: 0 -28px; background: radial-gradient(circle at 20% 20%,rgba(255,143,112,.6),transparent 30%),radial-gradient(circle at 86% 26%,rgba(119,100,255,.45),transparent 35%),linear-gradient(135deg,#4b385f,#211a38 68%,#382853); }
.demo-avatar { width: 92px; height: 92px; margin: -46px auto 18px; display: grid; place-items: center; position: relative; border: 6px solid #211a38; border-radius: 28px; background: var(--lime); color: var(--ink); font: 800 28px/1 var(--display); }
.demo-status { color: #d5cadc; font-size: .68rem; letter-spacing: .14em; font-weight: 800; }
.demo-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(255,143,112,.14); }
.living-profile-demo h2 { margin: 12px 0 4px; font-size: 2rem; }
.living-profile-demo > p:not(.demo-status) { color: #b9aec4; }
.demo-primary-actions,.demo-socials { display: grid; gap: 10px; margin-top: 24px; }
.demo-primary-actions { grid-template-columns: repeat(3,1fr); }
.demo-socials { grid-template-columns: repeat(3,1fr); margin-top: 10px; }
.demo-primary-actions span,.demo-socials span { padding: 12px 7px; border-radius: 13px; font-size: .76rem; font-weight: 750; }
.demo-primary-actions span { background: var(--lime); color: var(--ink); }
.demo-socials span { border: 1px solid #493d60; color: #eee6f3; }
.living-profile-demo > small { display: block; margin-top: 22px; color: #a398af; }
.profile-promise { padding-top: 72px; padding-bottom: 110px; display: grid; grid-template-columns: .75fr 1fr; gap: 60px; border-top: 1px solid var(--line); }
.profile-promise h2 { margin-top: 14px; }
.profile-promise > div { display: grid; grid-template-columns: 54px 1fr; gap: 24px 18px; align-items: start; }
.profile-promise > div span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--ink); color: var(--lime); font-weight: 800; }
.profile-promise > div p { margin: 8px 0; color: var(--muted); font-weight: 600; }

@media (max-width: 900px) { .profile-home { grid-template-columns: 1fr; } .living-profile-demo { max-width: 500px; } .profile-promise { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 560px) { .profile-home { padding-top: 42px; gap: 52px; } .living-profile-demo { border-radius: 24px; padding-left: 18px; padding-right: 18px; } .demo-profile-cover { margin-left: -18px; margin-right: -18px; } .demo-primary-actions { grid-template-columns: 1fr; } .demo-socials { grid-template-columns: 1fr 1fr; } }

/* Account profile builder */
.profile-builder-section { margin: 72px 0 96px; }
.profile-section-head { margin-bottom: 26px; align-items: end; }
.profile-section-head p,.cards-section-head p { max-width: 620px; margin: 8px 0 0; color: var(--muted); }
.profile-completion-badge { padding: 9px 13px; border: 1px solid rgba(247,121,93,.25); border-radius: 999px; color: #a74437; background: rgba(255,143,112,.15); font-size: .72rem; font-weight: 800; }
.profile-builder-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 24px; align-items: start; }
.profile-form { padding: 32px; display: grid; gap: 30px; }
.profile-form-section { display: grid; gap: 16px; }
.profile-form-section + .profile-form-section { padding-top: 28px; border-top: 1px solid var(--line); }
.profile-form-title { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.profile-form-title > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #9f3e32; background: rgba(255,143,112,.28); font: 800 .68rem Manrope; }
.profile-form-title h3 { margin: 1px 0 3px; font-size: 1.08rem; }
.profile-form-title p { margin: 0; color: var(--muted); font-size: .77rem; }
.profile-form label { display: grid; gap: 7px; color: #443a53; font-size: .74rem; font-weight: 750; }
.profile-form label > small { margin-top: -4px; color: var(--muted); justify-self: end; font-weight: 500; }
.profile-form input,.profile-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fffdfa; outline: none; transition: border-color .2s,box-shadow .2s; }
.profile-form textarea { min-height: 102px; resize: vertical; }
.profile-form input:focus,.profile-form textarea:focus { border-color: var(--lime-2); box-shadow: 0 0 0 4px rgba(255,143,112,.18); }
.profile-preview-panel { position: sticky; top: 98px; }
.preview-label { margin: 0 3px 11px; display: flex; justify-content: space-between; color: var(--muted); font-size: .64rem; }
.preview-label span { color: var(--ink); font-weight: 850; letter-spacing: .13em; }
.mini-public-profile { overflow: hidden; min-height: 500px; padding: 0 24px 26px; border-radius: 28px; color: #fffaf8; text-align: center; background: #211a38; box-shadow: 0 30px 70px rgba(33,26,56,.25); }
.mini-profile-cover { height: 130px; margin: 0 -24px; background: radial-gradient(circle at 22% 18%,rgba(255,143,112,.55),transparent 32%),radial-gradient(circle at 86% 28%,rgba(119,100,255,.45),transparent 34%),linear-gradient(135deg,#4b385f,#211a38 68%,#382853); }
.mini-profile-avatar { width: 84px; height: 84px; margin: -42px auto 18px; position: relative; display: grid; place-items: center; border: 6px solid #211a38; border-radius: 26px; color: var(--ink); background: var(--lime); font: 800 1.5rem Manrope; }
.mini-public-profile h3 { margin: 0 0 6px; font-size: 1.55rem; }
.mini-public-profile > p { min-height: 20px; color: #b9aec4; font-size: .78rem; }
.mini-profile-actions { margin-top: 25px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.mini-profile-actions b,.mini-profile-actions span { min-height: 40px; padding: 10px; border-radius: 11px; display: grid; place-items: center; font-size: .67rem; }
.mini-profile-actions b { color: var(--ink); background: var(--lime); }
.mini-profile-actions span { grid-column: 1 / -1; border: 1px dashed #514568; color: #a99db6; }
.mini-profile-socials { margin-top: 9px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.mini-profile-socials span { padding: 10px 7px; border: 1px solid #493d60; border-radius: 11px; color: #eee6f3; font-size: .66rem; }
.preview-privacy-note { margin: 16px 4px 0; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.preview-privacy-note span { color: #ad493a; font-weight: 900; }
.cards-section-head { margin: 0 0 24px; }

/* Two clear card routes */
.two-route-picker .type-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.two-route-picker .type-btn { min-height: 124px; align-items: flex-start; text-align: left; }
.two-route-picker .type-btn small { display: block; margin-top: 4px; color: var(--muted); font-size: .66rem; font-weight: 500; }
.two-route-picker .type-btn.active small { color: rgba(33,26,56,.7); }
.profile-route-notice { padding: 20px; border: 1px solid rgba(247,121,93,.25); border-radius: 16px; display: grid; grid-template-columns: auto 1fr; gap: 13px; background: rgba(255,143,112,.11); }
.profile-route-notice > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: #963a2e; background: rgba(255,143,112,.45); font-weight: 900; }
.profile-route-notice strong { display: block; margin-bottom: 4px; }
.profile-route-notice p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

/* Public living contact page */
.public-profile-screen { min-height: 100vh; padding: clamp(24px,5vw,64px) 18px; display: grid; place-items: center; position: relative; color: #fffaf8; background: radial-gradient(circle at 18% 0,rgba(255,143,112,.17),transparent 34rem),radial-gradient(circle at 88% 80%,rgba(119,100,255,.17),transparent 30rem),#110d1d; }
.public-profile-shell { width: min(100%,520px); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 34px; background: #211a38; box-shadow: 0 42px 120px rgba(8,5,18,.52); }
.public-profile-cover { height: 190px; background: radial-gradient(circle at 20% 18%,rgba(255,143,112,.62),transparent 33%),radial-gradient(circle at 84% 24%,rgba(119,100,255,.5),transparent 35%),linear-gradient(135deg,#513a65,#211a38 65%,#3d2a58); }
.public-profile-body { padding: 0 clamp(22px,6vw,38px) 30px; text-align: center; }
.public-profile-avatar { width: 108px; height: 108px; margin: -54px auto 18px; position: relative; display: grid; place-items: center; border: 7px solid #211a38; border-radius: 32px; color: var(--ink); background: var(--lime); font: 800 2rem Manrope; }
.public-profile-eyebrow { margin: 0 0 13px; color: #c4b8cd; font-size: .64rem; letter-spacing: .15em; font-weight: 850; }
.public-profile-eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(255,143,112,.13); }
.public-profile-body h1 { margin: 0; font-size: clamp(2rem,8vw,3rem); }
.public-profile-headline { margin: 7px 0 0; color: #d4c8dc; }
.public-profile-bio { margin: 19px auto 0; max-width: 410px; color: #b3a7bf; line-height: 1.65; font-size: .88rem; }
.public-primary-actions { margin-top: 27px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.public-action { min-height: 64px; padding: 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; display: grid; place-items: center; gap: 4px; color: var(--ink); background: var(--lime); font-size: .72rem; font-weight: 750; transition: transform .2s,border-color .2s; }
.public-action:hover { transform: translateY(-2px); }
.public-action b { font-size: .95rem; }
.public-social-links { margin-top: 10px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.public-action.social-link { min-height: 56px; grid-template-columns: auto 1fr; justify-items: start; padding-inline: 16px; color: #f0e9f3; background: #302548; }
.public-action.social-link b { min-width: 25px; color: var(--lime); }
.public-details { margin: 25px 0 0; border-top: 1px solid rgba(255,255,255,.09); text-align: left; }
.public-details > div { padding: 15px 2px; display: grid; grid-template-columns: 90px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.public-details dt { color: #978ba6; font-size: .68rem; font-weight: 700; }
.public-details dd { margin: 0; color: #e7deeb; font-size: .76rem; overflow-wrap: anywhere; }
.public-profile-footer { margin-top: 27px; display: flex; justify-content: center; align-items: center; gap: 10px; color: #978ba6; font-size: .65rem; }
.public-profile-footer .brand-mark { width: 29px; height: 29px; border-radius: 9px; background: #302548; }
.public-profile-footer .brand-mark span { font-size: .55rem; }
.public-share-button { position: fixed; top: 20px; right: 20px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--lime); background: rgba(33,26,56,.88); backdrop-filter: blur(12px); cursor: pointer; font-size: 1.1rem; }

@media (max-width: 960px) { .profile-builder-layout { grid-template-columns: 1fr; } .profile-preview-panel { position: static; max-width: 450px; width: 100%; margin: auto; } }
@media (max-width: 760px) { .profile-form { padding: 24px 18px; } .profile-section-head { align-items: flex-start; } .two-route-picker .type-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .public-profile-screen { padding: 0; display: block; } .public-profile-shell { min-height: 100vh; border: 0; border-radius: 0; } .public-profile-cover { height: 170px; } .public-share-button { top: 13px; right: 13px; } .public-primary-actions,.public-social-links { grid-template-columns: 1fr 1fr; } }

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