/* 2de2 — City hunt. Responsive visual system, September 2026. */
:root {
    --bg-primary:#121212;
    --bg-secondary:#121212;
    --bg-card:#121212;
    --text-primary:#ECECEC;
    --text-secondary:rgba(236,236,236,.68);
    --accent-primary:#ff003d;
    --accent-secondary:#00ffc4;
    --paper:#ECECEC;
    --ink:#121212;
    --page-pad:clamp(22px,5.4vw,88px);
    --radius-panel:20px;
    --radius-pill:100px;
    --ease-out-expo:cubic-bezier(.16,1,.3,1);
}
html {
    scroll-behavior:smooth;
    scroll-padding-top:110px;
    -webkit-text-size-adjust:100%;
}
body {
    font-family:'Plus Jakarta Sans',Arial,sans-serif;
    font-size:15px;
    line-height:1.7;
    background:var(--bg-primary);
    color:var(--text-primary);
    overflow-x:clip;
}
h1,h2,h3,h4,h5,h6,button,input {
    font-family:inherit;
}
h1,h2,h3 {
    font-weight:700;
}
button,a,input {
    -webkit-tap-highlight-color:transparent;
}
button {
    cursor:pointer;
}
button:disabled {
    cursor:wait;
}
button, a {
    touch-action:manipulation;
}
* {
    box-sizing:border-box;
}
::selection {
    background:var(--accent-secondary);
    color:var(--ink);
}
img,svg,canvas {
    max-width:100%;
}
img {
    height:auto;
}
a {
    color:inherit;
}
button {
    font:inherit;
}
section {
    scroll-margin-top:110px;
}
main {
    display:block;
}
:focus-visible {
    outline:3px solid #009779;
    outline-offset:5px;
}
input:focus-visible {
    outline-offset:0;
}
.sr-only,.skip-link:not(:focus) {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip-path:inset(50%);
    white-space:nowrap;
}
.skip-link:focus {
    position:fixed;
    z-index:20000;
    top:12px;
    left:12px;
    background:var(--paper);
    color:var(--ink);
    padding:12px 20px;
    border-radius:8px;
}
.scroll-progress {
    position:fixed;
    inset:0 0 auto;
    height:2px;
    background:var(--accent-secondary);
    transform-origin:left;
    z-index:1100;
    pointer-events:none;
}
/* Navigation */
.navbar,.navbar.scrolled {
    top:18px;
    left:var(--page-pad);
    right:var(--page-pad);
    padding:10px 20px;
    border:1px solid #ffffff20;
    border-radius:14px;
    background:#101413dc;
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    box-shadow:0 8px 28px #0002;
}
.navbar.scrolled {
    top:10px;
    background:#101413f2;
}
.nav-container {
    display:flex;
    gap:28px;
    max-width:1400px;
    padding:0;
    margin:auto;
    justify-content:space-between;
}
.navbar .logo {
    height:32px;
    padding:0;
    order:-1;
    flex-shrink:0;
}
.navbar .logo img {
    filter:none;
}
.nav-left,.nav-right {
    gap:24px;
    align-items:center;
}
.nav-left {
    margin-right:auto;
    margin-left:20px;
}
.nav-link,.navbar .nav-link {
    font-size:11px;
    letter-spacing:.06em;
    font-weight:600;
    color:var(--text-primary);
    text-transform:uppercase;
    white-space:nowrap;
}
.nav-link:hover,.navbar .nav-link:hover {
    color:var(--accent-secondary);
    transform:none;
}
.nav-cta,.navbar .nav-cta {
    background:var(--accent-primary);
    color:#fff;
    border:0;
    border-radius:8px;
    padding:12px 18px;
    font-size:11px;
    letter-spacing:.03em;
    white-space:nowrap;
    box-shadow:none;
}
.nav-cta:hover {
    background:#d90034;
    transform:translateY(-2px);
}
.navbar .lang-dropbtn {
    color:var(--text-primary);
    font-size:11px;
    gap:8px;
    padding:10px 0;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.lang-dropdown-content,.navbar .lang-dropdown-content {
    background:#1e2723;
    border:1px solid #ffffff20;
    border-radius:10px;
    min-width:150px;
    padding:6px;
    display:none;
}
.lang-dropdown:hover .lang-dropdown-content {
    display:none;
}
.lang-dropdown.open .lang-dropdown-content {
    display:block;
}
.lang-dropdown-content button {
    display:block;
    width:100%;
    background:none;
    border:0;
    color:#f3f3e9;
    text-align:left;
    padding:10px 12px;
    font-size:13px;
    border-radius:6px;
}
.lang-dropdown-content button:hover,.lang-dropdown-content button:focus-visible {
    background:#ffffff12;
    color:var(--accent-secondary);
}
.mobile-menu-btn {
    display:none;
    min-height:44px;
    min-width:44px;
    justify-content:center;
    align-items:center;
}
.mobile-menu-btn span {
    background:var(--paper)!important;
    width:22px;
}
.nav-links {
    display:none;
}
/* Hero */
.hero {
    min-height:760px;
    padding:155px var(--page-pad) 0;
    display:flex;
    justify-content:center;
    overflow:hidden;
    background:#101413;
    isolation:isolate;
}
.hero-bg {
    background:radial-gradient(ellipse at 79% 40%,#14382b55,transparent 48%);
}
.hero-grid {
    position:absolute;
    inset:0;
    opacity:.1;
    background-image:radial-gradient(#b6d8c6 1px,transparent 1px);
    background-size:24px 24px;
    mask-image:linear-gradient(90deg,transparent 30%,#000);
}
.hero .hero-content {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);
    grid-template-areas:none;
    gap:24px;
    width:100%;
    max-width:1400px;
    margin:auto;
    align-items:center;
    text-align:left;
    z-index:2;
}
.hero .hero-text-wrapper {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    max-width:none;
}
.hero .hero-badge {
    margin:0 0 27px;
    padding:0;
    border:0;
    background:none;
    box-shadow:none;
    font-size:10px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:#c7d7ce;
    animation:none;
    white-space:normal;
}
.hero-badge::before {
    background:var(--accent-secondary);
    box-shadow:none;
    width:6px;
    height:6px;
    animation:none;
}
.hero .hero-title {
    margin:0;
    max-width:10ch;
    padding:0;
    font-size:clamp(56px,6.4vw,99px);
    line-height:1.01;
    font-weight:800;
    letter-spacing:-.075em;
    text-transform:uppercase;
    text-wrap:initial;
    overflow-wrap:normal;
    color:var(--paper);
}
.hero .hero-title .highlight {
    display:block;
    color:var(--accent-primary);
    line-height:1.08;
    margin:0;
    padding:0;
    animation:none;
    text-shadow:none;
    transform:none;
    -webkit-text-stroke:0;
}
.hero .hero-subtitle {
    max-width:43ch;
    margin:24px 0 0;
    font-size:14px;
    line-height:1.85;
    color:#abb8b0;
}
.hero .hero-cta-group {
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    gap:12px;
    margin-top:28px;
}
.btn-primary,.btn-secondary {
    border-radius:8px;
    font-size:11px;
    font-weight:700;
    text-transform:none;
    letter-spacing:0;
    min-height:48px;
    padding:13px 18px;
    gap:10px;
    box-shadow:none;
}
.btn-primary {
    background:var(--accent-primary);
    color:white;
}
.btn-primary:hover {
    background:#dc0035;
    box-shadow:0 8px 24px #ff003d28;
    transform:translateY(-2px);
}
.btn-secondary {
    border:1px solid #ffffff30;
    background:transparent;
    color:var(--paper);
}
.btn-secondary:hover {
    background:#ffffff0c;
    color:white;
    transform:translateY(-2px);
}
.btn-primary svg,.btn-secondary svg {
    width:16px;
    height:16px;
    flex-shrink:0;
}
.hero-manual {
    display:flex;
    align-items:center;
    gap:8px;
    flex-basis:100%;
    margin-top:5px;
    color:#9daaa2;
    font-size:11px;
    text-decoration:none;
}
.hero-manual:hover {
    color:var(--paper);
}
.hero-manual svg {
    width:14px;
    height:14px;
}
.hero-visual {
    position:relative;
    min-width:0;
    height:510px;
    border:1px solid #bde9d51a;
    border-radius:20px;
    background:radial-gradient(ellipse at 50% 46%,#17312870,transparent 70%);
    isolation:isolate;
}
.scene-meta {
    position:absolute;
    z-index:3;
    left:24px;
    right:24px;
    top:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    font-size:9px;
    font-weight:600;
    letter-spacing:.1em;
    color:#7c9b8a;
}
.scene-meta>span:first-child {
    display:flex;
    align-items:center;
    gap:8px;
}
.scene-meta i {
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--accent-secondary);
}
.city-scene {
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:inherit;
}
.city-scene canvas {
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    inset:0;
    opacity:0;
    transition:opacity 1s;
}
.city-scene[data-renderer="ready"] canvas {
    opacity:1;
}
.scene-caption {
    position:absolute;
    left:24px;
    right:24px;
    bottom:50px;
    display:flex;
    align-items:center;
    gap:13px;
    z-index:3;
    pointer-events:none;
}
.scene-caption strong {
    display:block;
    font-size:13px;
    font-weight:500;
    color:var(--paper);
}
.scene-caption div>span {
    display:block;
    font-size:10px;
    color:#8aa394;
    margin-top:2px;
}
.scene-cross {
    font-size:30px;
    color:var(--accent-secondary);
    font-weight:400;
}
.scene-arrow {
    margin-left:auto;
    font-size:26px;
    color:#5d796b;
}
.motion-toggle {
    position:absolute;
    bottom:16px;
    left:24px;
    z-index:4;
    background:none;
    border:0;
    border-bottom:1px solid #76938344;
    font-size:9px;
    padding:3px 0;
    color:#8aa394;
}
.motion-toggle:hover {
    color:white;
}
.hero-bottom {
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    border-top:1px solid #ffffff19;
    width:100%;
    max-width:1400px;
    margin:52px auto 0;
    padding:22px 0;
    color:#91a196;
    font-size:9px;
    letter-spacing:.12em;
    font-weight:500;
}
.hero-bottom a {
    display:flex;
    gap:28px;
    text-decoration:none;
    color:#dce5df;
}
.hero-bottom a span:last-child {
    color:var(--accent-secondary);
    font-size:16px;
}
/* Fallback remains visible with JavaScript/WebGL unavailable. */
.scene-fallback {
    position:absolute;
    inset:18% 6% 23%;
    display:grid;
    place-items:center;
    transition:opacity .4s;
}
.fallback-grid {
    position:absolute;
    inset:12%;
    background:repeating-linear-gradient(0deg,transparent 0 35px,#00ffc435 36px 37px),repeating-linear-gradient(90deg,transparent 0 35px,#00ffc435 36px 37px);
    border:1px solid #00ffc440;
    transform:rotateX(55deg) rotateZ(-30deg);
    border-radius:8px;
    box-shadow:15px 25px 80px #00ffc418;
}
.fallback-pin {
    position:relative;
    font-size:110px;
    color:var(--accent-primary);
    text-shadow:0 15px 60px #ff003d70;
}
.city-scene[data-renderer="ready"] .scene-fallback {
    opacity:0;
}
.kinetic-strip {
    background:var(--accent-secondary);
    color:var(--ink);
    border:0;
}
.kinetic-strip-track {
    padding:17px 0;
    animation-duration:40s;
}
.kinetic-strip span {
    font-size:11px;
    letter-spacing:.09em;
    font-weight:700;
    gap:40px;
    padding-right:40px;
}
.kinetic-strip span::after {
    color:#121212;
}
/* Shared sections */
.section-header {
    max-width:1240px;
    margin:0 auto 44px;
    text-align:left;
}
.section-tag {
    display:inline-flex;
    padding:0;
    border:0;
    background:none;
    border-radius:0;
    font-size:10px;
    letter-spacing:.14em;
    font-weight:700;
    text-transform:uppercase;
    color:inherit;
    margin-bottom:18px;
}
.section-tag::before {
    content:'';
    display:inline-block;
    height:6px;
    width:6px;
    margin-right:9px;
    background:var(--accent-primary);
    align-self:center;
    border-radius:50%;
}
.section-title,.qr-content h2,.contact-content h2,.pre-register-container h2 {
    font-size:clamp(36px,4.5vw,64px);
    line-height:1.08;
    letter-spacing:-.055em;
    text-transform:none;
    text-wrap:balance;
    overflow-wrap:normal;
}
.section-desc {
    margin-top:20px;
    max-width:58ch;
    font-size:14px;
    line-height:1.8;
}
.fade-in {
    opacity:1;
    transform:none;
    filter:none;
}
.motion-ready .fade-in:not(.visible) {
    opacity:0;
    transform:translateY(24px);
}
.motion-ready .fade-in {
    transition:opacity .75s ease,transform .9s var(--ease-out-expo);
}
.pre-register-section {
    padding:70px var(--page-pad);
    background:#1a2520;
    border-bottom:1px solid #ffffff12;
    color:var(--paper);
}
.pre-register-section::before {
    display:none;
}
.pre-register-container {
    max-width:1240px;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
    grid-template-areas:'heading badge' 'description form' '. message';
    column-gap:75px;
    align-items:center;
    text-align:left;
    margin:0 auto;
}
.pre-register-container h2 {
    grid-area:heading;
    max-width:18ch;
    font-size:clamp(28px,3.1vw,42px);
    color:var(--paper);
    margin:0 0 14px;
}
.pre-register-container>p {
    grid-area:description;
    max-width:49ch;
    margin:0!important;
    font-size:12px;
    color:#acbab0;
}
.pre-register-container>.hero-badge {
    grid-area:badge;
    justify-self:start;
    margin:0 0 12px!important;
    padding:0;
    border:0;
    background:none;
    box-shadow:none;
    color:#b2c4b8;
    font-size:9px;
    letter-spacing:.08em;
    animation:none;
}
.pre-register-container>.hero-badge strong {
    font-size:12px!important;
}
.pre-register-form {
    grid-area:form;
    display:flex;
    align-items:stretch;
    flex-direction:row;
    width:100%;
    max-width:none;
    margin:0;
    padding:5px;
    gap:5px;
    background:#101a14;
    border:1px solid #597062;
    border-radius:10px;
}
.pre-register-input {
    min-width:0;
    width:100%;
    flex:1;
    padding:12px;
    border:0;
    border-radius:6px;
    background:transparent;
    box-shadow:none;
    color:white;
    font-size:12px;
}
.pre-register-input::placeholder {
    color:#a4b6a9;
}
.pre-register-btn {
    border:0;
    border-radius:6px;
    background:var(--accent-secondary);
    color:#09261c;
    box-shadow:none;
    padding:12px 19px;
    font-size:11px;
    white-space:nowrap;
    min-height:46px;
}
.pre-register-btn:hover {
    background:#6effdb;
    transform:none;
    box-shadow:none;
}
.pre-msg {
    grid-area:message;
    font-size:12px;
    margin-top:10px;
    text-align:left;
    min-height:0;
}
.how-it-works {
    background:var(--paper);
    color:var(--ink);
    padding:95px var(--page-pad)!important;
}
.how-it-works .section-title {
    font-size:clamp(36px,4.5vw,64px)!important;
    max-width:12ch;
    color:var(--ink);
}
.how-it-works .section-desc {
    color:#5b6b61;
}
.list-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    max-width:1240px;
    margin:auto;
    padding:0;
}
.list-item {
    display:flex;
    flex-direction:column;
    min-width:0;
    align-items:stretch;
    gap:0;
    padding:0;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:left;
    overflow:visible;
    transition:transform .4s;
}
.list-item::before {
    display:none;
}
.list-item:hover {
    transform:translateY(-5px);
    box-shadow:none;
    background:transparent;
    border:0;
}
.list-image {
    width:100%;
    height:auto;
    aspect-ratio:4/4.3;
    border-radius:12px;
    border:0;
    overflow:hidden;
    margin:0;
    background:#cbd1c7;
}
.list-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.75);
    transition:transform .7s ease,filter .7s;
}
.list-item:hover .list-image {
    transform:none;
}
.list-item:hover img {
    transform:scale(1.045);
    filter:saturate(1);
}
.list-content {
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:flex-start;
    padding:23px 0 0;
    min-height:230px;
    gap:0;
}
.list-title {
    font-size:23px;
    letter-spacing:-.05em;
    line-height:1.15;
    margin-bottom:14px;
    color:var(--ink);
}
.list-title::before {
    display:block;
    font-size:9px;
    font-weight:600;
    letter-spacing:.06em;
    color:#77887a;
    margin-bottom:10px;
}
.list-item:nth-child(1) .list-title::before {
    content:'01 /';
}
.list-item:nth-child(2) .list-title::before {
    content:'02 /';
}
.list-item:nth-child(3) .list-title::before {
    content:'03 /';
}
.list-item:nth-child(4) .list-title::before {
    content:'04 /';
}
.list-desc {
    font-size:12px;
    line-height:1.85;
    color:#627066;
    margin-bottom:22px;
}
.list-btn,.list-btn.featured {
    margin-top:auto;
    padding:8px 0;
    background:none;
    border:0;
    border-bottom:1px solid #b9c1b7;
    border-radius:0;
    color:var(--ink);
    box-shadow:none;
    font-size:10px;
    text-transform:none;
    letter-spacing:0;
    min-height:35px;
}
.list-btn::after {
    content:' ↗';
    margin-left:14px;
}
.list-btn:hover,.list-btn.featured:hover {
    background:none;
    color:#bc0030;
    border-color:#bc0030;
    box-shadow:none;
    transform:none;
}
/* Points */
.points-section {
    background:#dfebdf;
    color:var(--ink);
    padding:90px var(--page-pad);
    overflow:hidden;
}
.points-section::before {
    display:none;
}
.points-container {
    max-width:1240px;
    margin:auto;
    position:relative;
}
.points-section .section-desc {
    color:#536c59;
}
.points-earn-grid,.points-use-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}
.points-card,.points-use-card {
    min-width:0;
    padding:30px;
    background:#f8fbf17a;
    border:1px solid #78977e40;
    border-radius:14px;
    box-shadow:none;
    transition:border-color .3s;
}
.points-card:hover,.points-use-card:hover {
    border-color:#56745d;
}
.points-card-meta {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:26px;
}
.points-card-icon {
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border:1px solid #79917a40;
    border-radius:10px;
    font-size:19px;
}
.points-value,.points-use-label {
    display:inline-flex;
    font-size:10px;
    font-weight:700;
    padding:5px 10px;
    border:1px solid #6a8b7240;
    border-radius:50px;
}
.points-card h3,.points-use-card h3 {
    font-size:25px;
    line-height:1.2;
    letter-spacing:-.045em;
    max-width:23ch;
    margin-bottom:14px;
}
.points-card p,.points-use-card p {
    font-size:13px;
    line-height:1.85;
    color:#506457;
}
.points-reward {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:38px;
    padding:44px 0;
    border-block:1px solid #6a8b7230;
    margin:28px 0;
}
.points-reward-number {
    font-size:120px;
    line-height:1;
    font-weight:800;
    letter-spacing:-.08em;
    color:#1e4e36;
}
.points-reward-copy>span {
    font-size:12px;
    color:#5a715e;
}
.points-reward-copy strong {
    display:block;
    font-size:32px;
    letter-spacing:-.045em;
    line-height:1.15;
}
.points-reward-copy p {
    font-size:12px;
    max-width:36ch;
    color:#58705d;
    margin-top:12px;
}
.points-use-card {
    background:transparent;
    padding:25px;
}
.points-use-label {
    border:0;
    padding:0;
    margin-bottom:15px;
    color:#5d7c66;
}
.points-use-card h3 {
    font-size:23px;
}
.points-choice {
    display:flex;
    gap:22px;
    margin-top:28px;
    align-items:baseline;
}
.points-choice span {
    white-space:nowrap;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.points-choice p {
    font-size:12px;
    color:#5d7463;
}
/* Illustrative map */
.map-section {
    padding:95px var(--page-pad);
    background:#101413;
    overflow:hidden;
}
.map-section::before {
    display:none;
}
.map-container {
    max-width:1240px;
}
.map-section .section-header {
    max-width:1240px;
    text-align:left;
}
.map-section .section-title {
    max-width:13ch;
}
.map-section .section-desc {
    color:#9db1a3;
}
.map-visual {
    position:relative;
    width:100%;
    height:530px;
    min-height:0;
    background:radial-gradient(ellipse at center,#183627,#101914);
    border:1px solid #ffffff1c;
    border-radius:18px;
    overflow:hidden;
    box-shadow:none;
    margin-bottom:20px;
}
.map-demo-label {
    position:absolute;
    top:23px;
    left:25px;
    right:25px;
    display:flex;
    justify-content:space-between;
    gap:15px;
    font-size:9px;
    letter-spacing:.1em;
    color:#95b2a0;
    z-index:2;
}
.map-choices {
    position:absolute;
    bottom:70px;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
    display:flex;
    gap:10px;
}
.map-choices button {
    display:grid;
    place-items:center;
    width:46px;
    height:44px;
    background:#101c15d9;
    border:1px solid #749781;
    border-radius:8px;
    color:#cae5d4;
    font-size:12px;
    transition:background .2s,transform .2s;
}
.map-choices button:hover {
    transform:translateY(-3px);
    background:#274c36;
}
.map-choices button[aria-pressed="true"] {
    background:var(--accent-secondary);
    border-color:var(--accent-secondary);
    color:#103326;
}
.map-result {
    position:absolute;
    bottom:28px;
    left:15px;
    right:15px;
    text-align:center;
    font-size:12px;
    color:#b5d1bf;
    z-index:2;
}
.map-legend {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:20px;
    color:#a1b6a8;
    font-size:10px;
    margin:0 0 26px;
}
.map-legend>span {
    display:flex;
    align-items:center;
    gap:7px;
}
.legend-dot {
    display:inline-block;
    border-radius:50%;
    width:7px;
    height:7px;
    box-shadow:none;
    flex-shrink:0;
}
.legend-dot.real {
    background:var(--accent-secondary);
}
.legend-dot.fake {
    background:var(--accent-primary);
}
.map-legend small {
    margin-left:auto;
    font-size:10px;
    color:#81988a;
}
.map-info {
    padding:0;
    border:0;
    background:none;
    box-shadow:none;
    text-align:left;
    max-width:75ch;
    margin:0;
}
.map-info p {
    font-size:13px;
    color:#91a498;
}
.map-info strong {
    color:#c5d6cb;
}
/* Plans */
.pricing-section {
    padding:95px var(--page-pad);
    background:var(--paper);
    color:var(--ink);
}
.pricing-container {
    max-width:1100px;
}
.pricing-section .section-title {
    color:var(--ink);
    font-size:clamp(36px,4.5vw,64px);
}
.pricing-section .section-desc {
    color:#5a6b5f;
}
.pricing-cards {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch;
    gap:24px;
    max-width:100%;
    margin:0;
}
.pricing-card,.pricing-card.featured {
    position:relative;
    width:auto;
    max-width:none;
    min-width:0;
    margin:0;
    padding:38px;
    border:1px solid #c7cec3;
    border-radius:16px;
    background:#fcfcf7;
    box-shadow:none;
    text-align:left;
    transform:none;
    display:flex;
    flex-direction:column;
}
.pricing-card.featured {
    background:#172d21;
    color:var(--paper);
    border-color:#172d21;
}
.pricing-card:hover,.pricing-card.featured:hover {
    transform:translateY(-4px);
    box-shadow:0 16px 40px #0d281010;
}
.pricing-name {
    font-size:25px;
    letter-spacing:-.045em;
    line-height:1.2;
    margin-bottom:28px;
}
.pricing-price {
    font-size:74px;
    font-weight:700;
    letter-spacing:-.075em;
    line-height:1.1;
    color:inherit;
}
.pricing-price span {
    font-size:13px;
    font-weight:400;
    letter-spacing:0;
    margin-left:7px;
    color:inherit;
}
.pricing-subtext {
    font-size:9px;
    letter-spacing:.07em;
    color:inherit;
    opacity:.65;
    margin:4px 0 18px;
}
.pricing-desc {
    font-size:12px;
    color:inherit;
    opacity:.7;
    margin:0 0 24px;
}
.pricing-features {
    margin:0 0 32px;
    padding-top:24px;
    border-top:1px solid #849c8030;
    flex:1;
}
.pricing-features li {
    font-size:12px;
    line-height:1.7;
    padding:9px 0;
    color:inherit;
}
.pricing-features li::before {
    color:#008363;
}
.pricing-card.featured .pricing-features li::before {
    color:var(--accent-secondary);
}
.pricing-features li.disabled {
    opacity:.5;
}
.pricing-badge {
    position:absolute;
    top:24px;
    right:24px;
    left:auto;
    transform:none;
    padding:5px 10px;
    background:#00ffc4;
    color:#113226;
    border:0;
    border-radius:5px;
    font-size:9px;
    letter-spacing:.03em;
}
.pricing-cta,.pricing-card:not(.featured) .pricing-cta,.pricing-card.featured .pricing-cta {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border:1px solid #172d2130;
    background:#e9eee3;
    color:#172d21;
    border-radius:8px;
    padding:14px 18px;
    font-size:12px;
    letter-spacing:0;
    text-transform:none;
    box-shadow:none;
}
.pricing-card.featured .pricing-cta {
    background:var(--accent-secondary);
    border-color:var(--accent-secondary);
    color:#102f21;
}
.pricing-cta::after {
    content:'↗';
    font-size:18px;
}
.pricing-card:not(.featured) .pricing-cta:hover {
    background:#d4dfcc;
    box-shadow:none;
}
.pricing-card.featured .pricing-cta:hover {
    background:#6affdb;
    box-shadow:none;
}
.pricing-persuasion {
    margin:32px 0 0;
    padding:0;
    background:none;
    border:0;
    text-align:left;
    max-width:85ch;
    box-shadow:none;
}
.pricing-persuasion p {
    font-size:12px;
    color:#617168;
}
.pricing-persuasion strong {
    color:#304636;
}
/* Apps, FAQ, contact */
.qr-section {
    padding:90px var(--page-pad);
    background:#dfe9dc;
    color:var(--ink);
}
.qr-container {
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
    gap:90px;
    align-items:center;
    max-width:1100px;
}
.qr-content h2 {
    max-width:12ch;
}
.qr-content p {
    font-size:13px;
    line-height:1.9;
    color:#536d58;
    max-width:50ch;
    margin:22px 0 26px;
}
.qr-apps {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.qr-app-btn {
    background:#153423;
    color:white;
    border:1px solid #153423;
    border-radius:8px;
    padding:11px 16px;
    min-width:150px;
    gap:12px;
    box-shadow:none;
}
.qr-app-btn:hover {
    background:#215233;
    border-color:#215233;
    transform:translateY(-2px);
    box-shadow:none;
}
.qr-app-btn.unavailable {
    background:transparent;
    border-color:#536d5840;
    color:#516653;
    cursor:default;
}
.qr-app-btn.unavailable:hover {
    transform:none;
    background:transparent;
}
.qr-app-text {
    font-size:13px;
}
.qr-app-text span {
    font-size:9px;
    opacity:.75;
}
.qr-code-wrapper {
    margin:0;
    min-width:0;
}
.qr-code {
    width:100%;
    max-width:280px;
    padding:24px;
    border:1px solid #c0cfb8;
    background:#f9fbf1;
    border-radius:18px;
    transform:rotate(3deg);
    box-shadow:12px 16px 0 #bfceba;
    color:var(--ink);
    margin:auto;
}
.qr-code:hover {
    transform:rotate(0);
    box-shadow:8px 10px 0 #bfceba;
}
.qr-code-placeholder {
    width:100%;
    height:auto;
    aspect-ratio:1;
    background:transparent;
    border:0;
    padding:0;
}
.qr-code-placeholder svg {
    width:100%;
    height:auto;
}
.qr-code p {
    color:var(--ink);
    font-size:16px;
    font-weight:700;
    margin-top:16px;
}
.qr-instruction {
    font-size:10px;
    color:#576b59;
}
.faq-section {
    padding:95px var(--page-pad);
    background:var(--paper);
    color:var(--ink);
}
.faq-container {
    max-width:1100px;
}
.faq-section .section-header {
    margin-bottom:35px;
}
.faq-section .section-title {
    max-width:14ch;
}
.faq-item {
    border:0;
    border-bottom:1px solid #bbc8b850;
    border-radius:0;
    background:none;
    box-shadow:none;
    backdrop-filter:none;
    margin:0;
    overflow:hidden;
}
.faq-item:hover {
    background:none;
    transform:none;
    border-color:#899e82;
    box-shadow:none;
}
.faq-question {
    padding:23px 0;
    color:var(--ink);
    font:600 15px 'Plus Jakarta Sans',sans-serif;
    gap:20px;
}
.faq-question .plus {
    display:grid;
    place-items:center;
    width:26px;
    height:26px;
    flex-shrink:0;
    background:#e4e9dd;
    border-radius:50%;
    font-size:17px;
    font-weight:400;
    transition:transform .3s;
}
.faq-item.active .plus {
    transform:rotate(45deg);
    background:#b9d3b6;
}
.faq-answer {
    color:#5e7062;
    padding:0;
    visibility:hidden;
    max-height:0;
}
.faq-item.active .faq-answer {
    visibility:visible;
    padding:0 55px 25px 0;
    max-height:800px;
}
.faq-answer p {
    font-size:13px;
    line-height:1.9;
    max-width:85ch;
}
.contact-section {
    padding:75px var(--page-pad);
    background:#17211b;
    color:var(--paper);
}
.contact-container {
    max-width:1100px;
    text-align:left;
}
.contact-content h2 {
    font-size:clamp(34px,4vw,54px);
    margin-bottom:20px;
}
.contact-content>p {
    font-size:13px;
    color:#a5b5a9;
    max-width:56ch;
    margin:0;
}
.contact-methods {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:34px;
}
.contact-method {
    min-width:0;
    display:flex;
    gap:15px;
    align-items:center;
    padding:22px 18px;
    border:1px solid #71857640;
    border-radius:10px;
    background:transparent;
    box-shadow:none;
    color:var(--paper);
    text-decoration:none;
}
.contact-method:hover {
    background:#ffffff04;
    transform:translateY(-3px);
    border-color:#718576;
    box-shadow:none;
}
.contact-icon {
    display:grid;
    place-items:center;
    width:35px;
    height:35px;
    flex-shrink:0;
    background:none;
    color:#8bb699;
    border-radius:0;
}
.contact-icon svg {
    width:22px;
    height:22px;
}
.contact-method>div:last-child {
    min-width:0;
}
.contact-method h4 {
    font-size:12px;
    margin-bottom:4px;
}
.contact-method p {
    font-size:10px;
    line-height:1.5;
    color:#9ab1a1;
    overflow-wrap:anywhere;
}
.footer {
    padding:60px var(--page-pad) 30px;
    background:#101713;
    border-top:1px solid #ffffff10;
}
.footer-container {
    max-width:1240px;
}
.footer-content {
    display:grid;
    grid-template-columns:2fr 1fr 1.3fr 1fr;
    gap:38px;
    margin-bottom:50px;
}
.footer-brand {
    max-width:280px;
}
.footer-brand .logo {
    height:34px;
    margin-bottom:20px;
}
.footer-brand p {
    font-size:11px;
    line-height:1.9;
    color:#82978a;
}
.footer-column h4 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.1em;
    color:#cfdbd2;
    margin-bottom:17px;
}
.footer-column a {
    font-size:11px;
    color:#8aa292;
}
.footer-column li {
    margin-bottom:8px;
}
.footer-bottom {
    padding-top:23px;
    border-top:1px solid #ffffff14;
    gap:25px;
}
.footer-bottom p {
    font-size:9px;
    color:#7a9384;
}
.footer-social a {
    width:30px;
    height:30px;
    border:1px solid #73917c40;
    background:none;
    border-radius:50%;
    font-size:17px;
    color:#9bbba7;
}
/* Floating controls and dialogs */
.whatsapp-float {
    bottom:20px;
    left:20px;
    width:44px;
    height:44px;
    background:#1a6542;
    border:1px solid #83b79740;
    box-shadow:0 4px 15px #0002;
}
.whatsapp-float svg {
    width:23px;
    height:23px;
}
.site-pref-toggle {
    bottom:76px;
    left:23px;
    width:38px;
    height:38px;
    background:#18291f;
    color:#dce8de;
    border:1px solid #6c8e7850;
    font-size:15px;
    box-shadow:none;
}
#back-to-top {
    right:20px;
    bottom:20px;
    width:42px;
    height:42px;
    background:#244833;
    box-shadow:none;
}
.cookie-banner {
    inset:auto 20px 20px auto;
    width:min(430px,calc(100% - 40px));
    max-width:430px;
    border:1px solid #6c887a50;
    border-radius:14px;
    padding:22px;
    background:#14231ff5;
    backdrop-filter:blur(16px);
    box-shadow:0 12px 50px #0004;
    display:block;
}
.cookie-banner.hidden {
    visibility:hidden;
    pointer-events:none;
}
.cookie-banner-content {
    display:block;
}
.cookie-banner-text h3 {
    font-size:13px;
    letter-spacing:0;
    text-transform:none;
}
.cookie-banner-text p {
    font-size:11px;
    line-height:1.8;
    color:#a8bbb0;
}
.cookie-banner-buttons {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:17px;
}
.cookie-btn {
    padding:10px 12px;
    min-height:40px;
    font-size:10px;
    border-radius:6px;
    white-space:normal;
    text-transform:none;
    letter-spacing:0;
    box-shadow:none;
}
.cookie-btn-primary {
    background:var(--accent-secondary);
    color:#132e21;
}
.cookie-btn-primary:hover {
    background:#6affdb;
    color:#132e21;
    box-shadow:none;
}
.cookie-btn-secondary {
    border:1px solid #72917d;
    background:none;
    color:#d0dfd5;
}
.cookie-btn-text {
    color:#a3baac;
}
.cookie-modal-overlay.hidden {
    visibility:hidden;
}
.cookie-modal {
    background:#17241c;
    max-height:calc(100dvh - 40px);
    border:1px solid #829e7b40;
    box-shadow:0 20px 80px #0005;
}
.cookie-modal-header h2 {
    font-size:17px;
    text-transform:none;
    letter-spacing:-.03em;
}
.cookie-modal-body {
    min-height:0;
    max-height:none;
    overflow-y:auto;
}
.cookie-modal-header,.cookie-modal-footer {
    flex-shrink:0;
}
.cookie-modal-close {
    min-width:40px;
    min-height:40px;
}
.cookie-preference-item {
    padding:16px;
    gap:18px;
}
.cookie-preference-item h4 {
    font-size:12px;
}
.cookie-preference-item p {
    font-size:11px;
}
.cookie-modal-body>p {
    font-size:12px;
}
.cookie-switch {
    flex-shrink:0;
}
.modal-overlay:not(.active) {
    visibility:hidden;
}
.modal-container {
    max-height:calc(100dvh - 40px);
    overflow-y:auto;
}
body:has(.cookie-banner:not(.hidden)) #back-to-top {
    visibility:hidden;
}
@media(min-width:1600px) {
    .hero {
        min-height:850px;
    }
    .hero-visual {
        height:580px;
    }
}
@media(max-width:1100px) {
    .nav-left,.nav-right {
        gap:16px;
    }
    .nav-left {
        margin-left:0;
    }
    .nav-container {
        gap:16px;
    }
    .nav-cta,.navbar .nav-cta {
        padding:12px;
    }
    .hero {
        min-height:710px;
        padding-top:140px;
    }
    .hero-visual {
        height:465px;
    }
    .hero .hero-title {
        font-size:clamp(55px,7vw,76px);
    }
    .hero .hero-subtitle {
        font-size:13px;
    }
    .list-grid {
        gap:15px;
    }
    .list-title {
        font-size:20px;
    }
    .pre-register-container {
        column-gap:35px;
    }
    .contact-methods {
        gap:12px;
    }
    .contact-method {
        padding:20px 12px;
        gap:8px;
    }
}
@media(max-width:1024px) {
    .nav-left,.nav-right {
        display:none;
    }
    .mobile-menu-btn {
        display:flex;
    }
    .nav-container {
        justify-content:space-between;
    }
    .nav-links,.navbar .nav-links {
        position:absolute;
        top:calc(100% + 10px);
        left:0;
        right:0;
        display:none;
        flex-direction:column;
        gap:6px;
        padding:16px;
        background:#132019;
        border:1px solid #6d8b7750;
        border-radius:12px;
        max-height:calc(100dvh - 115px);
        overflow-y:auto;
        opacity:1;
        transform:none;
        visibility:visible;
    }
    .nav-links.active {
        display:flex;
    }
    .nav-links>.nav-link {
        padding:12px;
    }
    .nav-links>.nav-cta {
        text-align:center;
        padding:14px;
    }
    .nav-links .lang-dropdown {
        padding:0 12px;
    }
    .mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
        transform:translateY(7px) rotate(45deg);
    }
    .mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
        opacity:0;
    }
    .mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
        transform:translateY(-7px) rotate(-45deg);
    }
    .list-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:32px 24px;
    }
    .list-image {
        aspect-ratio:4/3;
    }
    .list-title {
        font-size:27px;
    }
    .list-content {
        min-height:210px;
    }
    .qr-container {
        gap:40px;
    }
    .contact-methods {
        grid-template-columns:1fr;
    }
    .contact-method {
        padding:20px;
        gap:18px;
    }
    .contact-method p {
        font-size:12px;
    }
}
@media(max-width:760px) {
    :root {
        --page-pad:24px;
    }
    .navbar,.navbar.scrolled {
        left:16px;
        right:16px;
        top:12px;
        padding:7px 12px;
    }
    .navbar .logo {
        height:29px;
    }
    .hero {
        padding:122px var(--page-pad) 0;
        min-height:0;
    }
    .hero .hero-content {
        grid-template-columns:1fr;
        gap:36px;
    }
    .hero .hero-title {
        font-size:clamp(58px,12vw,88px);
        max-width:10ch;
    }
    .hero .hero-badge {
        margin-bottom:22px;
        font-size:9px;
    }
    .hero .hero-subtitle {
        max-width:46ch;
        font-size:13px;
        margin-top:20px;
    }
    .hero .hero-cta-group {
        margin-top:24px;
        gap:10px;
    }
    .btn-primary,.btn-secondary {
        padding:13px 16px;
    }
    .hero-visual {
        height:420px;
    }
    .hero-bottom {
        margin-top:30px;
        padding:18px 0;
        font-size:8px;
        gap:14px;
    }
    .hero-bottom>span:last-child {
        display:none;
    }
    .hero-bottom a {
        gap:15px;
    }
    .scene-meta {
        left:20px;
        right:20px;
        top:20px;
    }
    .scene-caption {
        left:20px;
        right:20px;
    }
    .motion-toggle {
        left:20px;
    }
    .kinetic-strip-track {
        padding:16px 0;
    }
    .kinetic-strip span {
        font-size:10px;
    }
    .pre-register-section {
        padding:50px var(--page-pad);
    }
    .pre-register-container {
        grid-template-columns:1fr;
        grid-template-areas:'heading' 'description' 'badge' 'form' 'message';
        gap:0;
    }
    .pre-register-container h2 {
        max-width:19ch;
        font-size:32px;
    }
    .pre-register-container>p {
        font-size:12px;
    }
    .pre-register-container>.hero-badge {
        margin:25px 0 12px!important;
    }
    .pre-register-form {
        max-width:550px;
    }
    .pre-register-btn {
        padding:12px 15px;
    }
    .how-it-works,.points-section,.map-section,.pricing-section,.qr-section,.faq-section {
        padding:64px var(--page-pad)!important;
    }
    .section-header {
        margin-bottom:30px;
    }
    .section-title,.how-it-works .section-title,.pricing-section .section-title,.qr-content h2,.contact-content h2 {
        font-size:clamp(34px,7.8vw,48px)!important;
        line-height:1.12;
    }
    .section-desc {
        font-size:13px;
        margin-top:17px;
    }
    .section-tag {
        font-size:9px;
        margin-bottom:17px;
    }
    .list-grid {
        gap:32px 18px;
    }
    .list-title {
        font-size:23px;
    }
    .list-desc {
        font-size:12px;
    }
    .list-content {
        min-height:230px;
    }
    .points-earn-grid,.points-use-grid {
        grid-template-columns:1fr;
        gap:15px;
    }
    .points-card {
        padding:25px;
    }
    .points-card h3 {
        font-size:25px;
    }
    .points-reward {
        gap:22px;
        justify-content:flex-start;
        padding:30px 0;
    }
    .points-reward-number {
        font-size:100px;
    }
    .points-reward-copy strong {
        font-size:26px;
    }
    .points-reward-copy p {
        font-size:11px;
    }
    .points-choice {
        flex-direction:column;
        gap:8px;
    }
    .map-visual {
        height:440px;
    }
    .map-demo-label {
        font-size:8px;
        left:18px;
        right:18px;
    }
    .map-legend {
        gap:13px;
        font-size:9px;
    }
    .map-legend small {
        margin:0;
        flex-basis:100%;
    }
    .map-info p {
        font-size:12px;
    }
    .pricing-cards {
        gap:16px;
    }
    .pricing-card,.pricing-card.featured {
        padding:26px 22px;
    }
    .pricing-name {
        font-size:23px;
        margin-bottom:24px;
    }
    .pricing-price {
        font-size:62px;
    }
    .pricing-badge {
        position:static;
        align-self:flex-start;
        order:-1;
        margin-bottom:20px;
        font-size:9px;
    }
    .pricing-card:not(.featured) {
        padding-top:26px;
    }
    .pricing-features li {
        font-size:11px;
    }
    .pricing-cta,.pricing-card:not(.featured) .pricing-cta,.pricing-card.featured .pricing-cta {
        padding:13px 12px;
        font-size:11px;
    }
    .qr-container {
        grid-template-columns:1fr;
        gap:45px;
    }
    .qr-code {
        max-width:240px;
    }
    .qr-app-btn {
        min-width:145px;
    }
    .faq-question {
        font-size:14px;
        padding:22px 0;
    }
    .faq-item.active .faq-answer {
        padding-right:0;
    }
    .contact-section {
        padding:60px var(--page-pad);
    }
    .footer {
        padding:50px var(--page-pad) 95px;
    }
    .footer-content {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:30px;
    }
    .footer-brand {
        grid-column:1/-1;
        max-width:340px;
    }
    .footer-bottom {
        flex-direction:column;
        align-items:flex-start;
    }
    .cookie-banner {
        padding:18px;
    }
    .cookie-banner-text p {
        font-size:10px;
    }
    .cookie-banner-buttons {
        gap:6px;
    }
    .cookie-btn {
        padding:10px;
        font-size:9px;
    }
    .cookie-modal-overlay {
        padding:16px;
    }
    .cookie-modal-header,.cookie-modal-body,.cookie-modal-footer {
        padding:17px;
    }
    .cookie-preference-item {
        padding:14px;
    }
    .cookie-modal-header h2 {
        font-size:16px;
    }
}
@media(max-width:480px) {
    :root {
        --page-pad:22px;
    }
    .hero .hero-title {
        font-size:clamp(50px,13.7vw,65px);
    }
    .hero-visual {
        height:355px;
    }
    .scene-caption strong {
        font-size:11px;
    }
    .scene-caption div>span {
        font-size:9px;
    }
    .scene-meta {
        font-size:8px;
    }
    .hero .hero-subtitle {
        font-size:12px;
    }
    .btn-primary,.btn-secondary {
        font-size:10px;
        padding:12px 13px;
        gap:7px;
    }
    .hero-bottom {
        font-size:7px;
        letter-spacing:.08em;
    }
    .pre-register-container h2 {
        font-size:29px;
    }
    .pre-register-form {
        flex-wrap:wrap;
        padding:7px;
        border-radius:10px;
    }
    .pre-register-input {
        flex-basis:100%;
        min-height:44px;
    }
    .pre-register-btn {
        width:100%;
    }
    .list-grid {
        grid-template-columns:1fr;
        gap:32px;
    }
    .list-image {
        aspect-ratio:4/3;
    }
    .list-content {
        min-height:0;
        padding-top:20px;
    }
    .list-title {
        font-size:26px;
    }
    .list-desc {
        max-width:45ch;
        margin-bottom:12px;
    }
    .list-btn {
        margin-top:0;
    }
    .points-card h3 {
        font-size:24px;
    }
    .points-reward-number {
        font-size:80px;
    }
    .points-reward {
        gap:18px;
    }
    .points-reward-copy strong {
        font-size:23px;
    }
    .map-visual {
        height:390px;
    }
    .map-result {
        font-size:10px;
    }
    .map-choices {
        bottom:65px;
    }
    .map-choices button {
        width:43px;
    }
    .pricing-cards {
        grid-template-columns:1fr;
        gap:20px;
    }
    .pricing-card,.pricing-card.featured {
        padding:30px;
    }
    .pricing-name {
        font-size:26px;
    }
    .pricing-price {
        font-size:76px;
    }
    .pricing-badge {
        position:absolute;
        top:28px;
        right:25px;
    }
    .pricing-features li {
        font-size:12px;
    }
    .qr-apps {
        display:grid;
        grid-template-columns:1fr;
    }
    .qr-app-btn {
        width:100%;
    }
    .footer-content {
        gap:30px 15px;
    }
    .footer-column a {
        font-size:10px;
    }
    .cookie-banner {
        inset:auto 12px 12px;
        width:calc(100% - 24px);
        max-width:none;
    }
    .cookie-banner-buttons {
        justify-content:space-between;
    }
    .cookie-btn {
        flex:1;
        padding:9px 5px;
    }
    .cookie-modal-header h2 {
        max-width:20ch;
    }
    .cookie-preference-item {
        gap:10px;
    }
    .cookie-switch {
        transform:scale(.9);
        transform-origin:right center;
    }
}
@media(hover:none) {
    .list-item:hover,.pricing-card:hover,.pricing-card.featured:hover,.contact-method:hover {
        transform:none;
    }
    .qr-code {
        transform:none;
    }
    .qr-code:hover {
        transform:none;
    }
}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    *,*::before,*::after {
        animation:none!important;
        transition:none!important;
        scroll-behavior:auto!important;
    }
    .motion-ready .fade-in:not(.visible) {
        opacity:1;
        transform:none;
    }
    .motion-toggle {
        display:none;
    }
}
.cookie-banner-container {
    display:block;
    max-width:none;
}
.cookie-banner-text {
    min-width:0;
}
.cookie-banner {
    margin:0;
}
.cookie-banner-buttons {
    flex-shrink:0;
}
.cookie-banner-text h3::before {
    background:var(--accent-secondary);
    box-shadow:none;
    width:5px;
    height:5px;
}
.pre-msg.error {
    color:#ff8fa8;
}
html[data-motion="paused"] .kinetic-strip-track {
    animation-play-state:paused;
}
/* Explicitly reset the legacy desktop flex direction. */
.hero {
    flex-direction:column;
}
.hero .hero-content,.hero-bottom {
    flex-shrink:0;
}
.hero .hero-title {
    letter-spacing:-.055em;
}
.hero .title-line {
    display:block;
}
.hero .hero-content {
    margin:0 auto;
}
.hero {
    padding-top:135px;
}
.hero .hero-title {
    font-size:clamp(56px,6.1vw,96px);
}
@media(max-width:760px) {
    .hero {
        padding-top:122px;
    }
    .hero .hero-title {
        font-size:clamp(54px,12vw,88px);
    }
}
@media(max-width:480px) {
    .hero .hero-title {
        font-size:clamp(43px,12.7vw,61px);
    }
}
.points-section .section-title,.faq-section .section-title,.qr-content h2 {
    color:var(--ink);
}
.how-it-works .section-title {
    text-transform:none!important;
}
.cookie-pref-info h4 {
    font-size:12px;
}
.cookie-pref-info p {
    font-size:11px;
}
.cookie-switch:has(input:focus-visible) {
    outline:2px solid var(--accent-secondary);
    outline-offset:4px;
    border-radius:30px;
}
/* Normalize remaining surfaces inherited from the original stylesheet. */
.pre-register-container {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.pre-register-btn { text-transform: none; letter-spacing: 0; }
.pre-register-btn:hover { color: #09261c; }
.pre-register-input:focus { box-shadow: none; }
.pre-msg:not(:empty) { display: block; }
.pricing-name { color: inherit; }
.pricing-price { font-family: inherit; }
.pricing-desc { padding-bottom: 0; border-bottom: 0; }
.contact-method { flex-direction: row; text-align: left; }
.contact-method p { word-break: normal; }
.contact-icon { border: 0; box-shadow: none; }

/* Official 2de2 palette
   #FF003D · #ECECEC · #121212 · #00FFC4
   Transparencies below are derived exclusively from these four brand colors. */
body {
    background: #121212;
    color: #ECECEC;
}
:focus-visible {
    outline-color: #00FFC4;
}
.navbar,
.navbar.scrolled {
    background: rgba(18,18,18,.94);
    border-color: rgba(236,236,236,.16);
    box-shadow: 0 8px 28px rgba(18,18,18,.38);
}
.navbar .nav-link,
.navbar .lang-dropbtn,
.nav-link {
    color: #ECECEC;
}
.navbar .nav-link:hover,
.nav-link:hover,
.navbar .lang-dropbtn:hover {
    color: #00FFC4;
}
.navbar .nav-cta,
.nav-cta,
.btn-primary {
    background: #FF003D;
    color: #121212;
}
.navbar .nav-cta:hover,
.nav-cta:hover,
.btn-primary:hover {
    background: #FF003D;
    color: #121212;
    box-shadow: 0 8px 24px rgba(255,0,61,.28);
}
.lang-dropdown-content,
.navbar .lang-dropdown-content,
.nav-links,
.navbar .nav-links {
    background: #121212;
    border-color: rgba(236,236,236,.18);
}
.lang-dropdown-content button {
    color: #ECECEC;
}
.lang-dropdown-content button:hover,
.lang-dropdown-content button:focus-visible {
    background: rgba(0,255,196,.12);
    color: #00FFC4;
}
.hero,
.map-section {
    background: #121212;
}
.hero-bg {
    background: radial-gradient(ellipse at 79% 40%, rgba(236,236,236,.035), transparent 48%);
}
.hero-grid {
    background-image: radial-gradient(rgba(236,236,236,.12) 1px, transparent 1px);
}
.hero .hero-badge,
.hero .hero-subtitle,
.hero-manual,
.hero-bottom,
.scene-meta,
.scene-caption div > span,
.motion-toggle,
.map-section .section-desc,
.map-info p,
.map-demo-label,
.map-result,
.map-legend,
.map-legend small {
    color: rgba(236,236,236,.66);
}
.hero .hero-title,
.scene-caption strong,
.hero-bottom a,
.map-info strong {
    color: #ECECEC;
}
.hero .hero-title .highlight {
    color: #FF003D;
}
.btn-secondary {
    color: #ECECEC;
    border-color: rgba(236,236,236,.28);
}
.btn-secondary:hover {
    color: #ECECEC;
    background: rgba(236,236,236,.08);
}
.hero-visual,
.map-visual {
    background: #121212;
    border-color: rgba(236,236,236,.16);
}
.scene-arrow {
    color: rgba(0,255,196,.5);
}
.motion-toggle {
    border-color: rgba(0,255,196,.3);
}
.motion-toggle:hover {
    color: #ECECEC;
}
.hero-bottom {
    border-color: rgba(236,236,236,.12);
}
.pre-register-section {
    background: #121212;
    color: #ECECEC;
    border-color: rgba(236,236,236,.16);
}
.pre-register-container h2,
.pre-register-container > p,
.pre-register-container > .hero-badge {
    color: #ECECEC;
}
.pre-register-form {
    background: rgba(236,236,236,.04);
    border-color: rgba(236,236,236,.24);
}
.pre-register-input,
.pre-register-input::placeholder {
    color: #ECECEC;
}
.pre-register-input::placeholder {
    opacity: .66;
}
.pre-register-btn,
.pre-register-btn:hover {
    background: #00FFC4;
    color: #121212;
}
.pre-msg,
.pre-msg.error,
.pre-msg.success {
    color: #ECECEC;
}
.how-it-works,
.pricing-section,
.faq-section {
    background: #ECECEC;
    color: #121212;
}
.how-it-works .section-title,
.pricing-section .section-title,
.faq-section .section-title,
.how-it-works .section-desc,
.pricing-section .section-desc,
.list-title,
.list-desc,
.list-btn,
.pricing-persuasion p,
.pricing-persuasion strong,
.faq-question,
.faq-answer {
    color: #121212;
}
.list-image {
    background: rgba(18,18,18,.12);
}
.list-title::before {
    color: rgba(18,18,18,.55);
}
.list-btn {
    border-color: rgba(18,18,18,.35);
}
.list-btn:hover,
.list-btn.featured:hover {
    color: #FF003D;
    border-color: #FF003D;
}
.points-section {
    background: #ECECEC;
    color: #121212;
    border-top: 1px solid rgba(18,18,18,.16);
}
.points-section .section-title,
.points-section .section-desc,
.points-card h3,
.points-card p,
.points-use-card h3,
.points-use-card p,
.points-choice,
.points-choice p,
.points-reward-copy > span,
.points-reward-copy p,
.points-use-label {
    color: #121212;
}
.points-card,
.points-use-card {
    background: transparent;
    border-color: rgba(18,18,18,.18);
}
.points-card:hover,
.points-use-card:hover {
    border-color: #121212;
}
.points-card-icon,
.points-value,
.points-use-label {
    border-color: rgba(18,18,18,.25);
}
.points-reward {
    border-color: rgba(18,18,18,.25);
}
.points-reward-number,
.points-reward-copy strong {
    color: #121212;
}
.map-choices button {
    background: #121212;
    border-color: rgba(236,236,236,.32);
    color: #ECECEC;
}
.map-choices button:hover {
    background: rgba(0,255,196,.16);
}
.map-choices button[aria-pressed="true"] {
    background: #00FFC4;
    border-color: #00FFC4;
    color: #121212;
}
.pricing-card {
    background: #ECECEC;
    color: #121212;
    border-color: rgba(18,18,18,.24);
}
.pricing-card.featured {
    background: #121212;
    color: #ECECEC;
    border-color: #121212;
}
.pricing-card:hover,
.pricing-card.featured:hover {
    box-shadow: 0 16px 40px rgba(18,18,18,.12);
}
.pricing-features {
    border-color: rgba(18,18,18,.18);
}
.pricing-card.featured .pricing-features {
    border-color: rgba(236,236,236,.18);
}
.pricing-features li::before { color: #121212; }
.pricing-card.featured .pricing-features li::before {
    color: #00FFC4;
}
.pricing-badge {
    background: #00FFC4;
    color: #121212;
}
.pricing-cta,
.pricing-card:not(.featured) .pricing-cta {
    background: #121212;
    border-color: #121212;
    color: #ECECEC;
}
.pricing-card:not(.featured) .pricing-cta:hover {
    background: #FF003D;
    color: #ECECEC;
}
.pricing-card.featured .pricing-cta,
.pricing-card.featured .pricing-cta:hover {
    background: #00FFC4;
    border-color: #00FFC4;
    color: #121212;
}
.qr-section {
    background: #121212;
    color: #ECECEC;
}
.qr-content h2,
.qr-content p,
.qr-section .section-tag {
    color: #ECECEC;
}
.qr-app-btn {
    background: #121212;
    border-color: #121212;
    color: #ECECEC;
}
.qr-app-btn:hover {
    background: #121212;
    border-color: #121212;
}
.qr-app-btn.unavailable,
.qr-app-btn.unavailable:hover {
    background: transparent;
    border-color: rgba(236,236,236,.3);
    color: #ECECEC;
}
.qr-code {
    background: #ECECEC;
    border-color: #121212;
    color: #121212;
    box-shadow: 12px 16px 0 #121212;
}
.qr-code:hover {
    box-shadow: 8px 10px 0 #121212;
}
.qr-code p,
.qr-instruction {
    color: #121212;
}
.faq-item {
    border-color: rgba(18,18,18,.22);
}
.faq-item:hover {
    border-color: #121212;
}
.faq-question .plus {
    background: rgba(18,18,18,.08);
    color: #121212;
}
.faq-item.active .plus {
    background: #00FFC4;
}
.contact-section,
.footer {
    background: #121212;
    color: #ECECEC;
}
.contact-content > p,
.contact-method p,
.footer-brand p,
.footer-column a,
.footer-bottom p {
    color: rgba(236,236,236,.62);
}
.contact-method,
.footer-bottom,
.footer {
    border-color: rgba(236,236,236,.14);
}
.contact-method:hover {
    background: rgba(0,255,196,.06);
    border-color: #00FFC4;
}
.contact-icon,
.footer-column h4,
.footer-social a {
    color: #00FFC4;
}
.footer-social a {
    border-color: rgba(0,255,196,.35);
}
.whatsapp-float,
#back-to-top,
.site-pref-toggle {
    background: #00FFC4;
    color: #121212;
    border-color: #121212;
    box-shadow: 0 4px 15px rgba(18,18,18,.28);
}
.cookie-banner,
.cookie-modal {
    background: rgba(18,18,18,.97);
    border-color: rgba(0,255,196,.3);
    box-shadow: 0 12px 50px rgba(18,18,18,.48);
}
.cookie-banner-text h3,
.cookie-modal-header h2,
.cookie-pref-info h4 {
    color: #ECECEC;
}
.cookie-banner-text p,
.cookie-modal-body > p,
.cookie-pref-info p,
.cookie-btn-text {
    color: rgba(236,236,236,.68);
}
.cookie-btn-primary,
.cookie-btn-primary:hover {
    background: #00FFC4;
    color: #121212;
}
.cookie-btn-secondary {
    background: transparent;
    border-color: rgba(236,236,236,.4);
    color: #ECECEC;
}
.cookie-preference-item {
    background: rgba(236,236,236,.04);
    border-color: rgba(236,236,236,.12);
}
.cookie-preference-item:hover {
    border-color: #00FFC4;
}
.cookie-switch input:checked + .cookie-slider {
    background: #00FFC4;
    border-color: #00FFC4;
    box-shadow: 0 0 10px rgba(0,255,196,.4);
}
.cookie-switch input:checked + .cookie-slider::before {
    background: #121212;
}

/* Neutral controls preserve brand contrast on every section. */
.whatsapp-float:hover { background: #00FFC4; color: #121212; }
.qr-app-btn { border-color: rgba(236,236,236,.3); }

/* Sports photography stays soft; the official vector mark stays sharp. */
.sports-strip {
    position: relative;
    height: 216px;
    isolation: isolate;
    background: #121212;
    border-block: 1px solid rgba(236,236,236,.16);
}
.sports-strip .kinetic-strip-track {
    height: 100%;
    padding: 0;
    gap: 0;
    animation-duration: 70s;
    filter: blur(2.5px) grayscale(.75) brightness(.7);
}
.sports-strip-photo {
    display: block;
    flex: 0 0 auto;
    width: max(100vw, 900px);
    max-width: none;
    height: calc(100% + 16px);
    object-fit: cover;
    object-position: center 42%;
}
.sports-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 240px 150px at center, rgba(18,18,18,.88), transparent),
        linear-gradient(90deg, rgba(18,18,18,.28), transparent 25%, transparent 75%, rgba(18,18,18,.28));
}
.sports-strip-logo {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: auto;
    filter: drop-shadow(0 6px 16px rgba(18,18,18,.8));
}
@media (max-width: 767px) {
    .sports-strip { height: 168px; }
    .sports-strip-logo { width: 100px; }
    .cookie-banner {
        bottom: 132px;
        max-height: calc(100dvh - 156px);
        overflow-y: auto;
    }
}
