:root {
    --bg: #050505;
    --surface: #0e0e0e;
    --surface-raised: #171717;
    --brand: #ffc819;
    --brand-soft: #ffd84b;
    --text: #fffbf0;
    --muted: #a8a8a3;
    --line: rgba(255, 255, 255, 0.14);
    --line-strong: rgba(255, 255, 255, 0.26);
    --font-display: "Barlow Condensed", Impact, sans-serif;
    --font-body: "Manrope", Arial, sans-serif;
    --page-pad: clamp(20px, 5.3vw, 80px);
    --radius: 16px;
    color-scheme: dark;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
    scrollbar-color: var(--brand) var(--bg);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::selection {
    background: var(--brand);
    color: #050505;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input {
    font: inherit;
}

:focus-visible {
    outline: 3px solid var(--brand);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: 16px;
    padding: 12px 18px;
    transform: translateY(-150%);
    border-radius: 999px;
    background: var(--brand);
    color: #050505;
    font-size: 13px;
    font-weight: 800;
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.page-progress {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
}

.page-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--brand);
    box-shadow: 0 0 16px rgba(255, 200, 25, 0.8);
}

.campaign-header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: max(22px, env(safe-area-inset-top)) var(--page-pad) 16px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    width: 126px;
    height: auto;
}

.header-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--line-strong);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header-action span {
    color: var(--brand);
}

.hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    align-content: start;
    padding: 116px var(--page-pad) 122px;
    background:
        radial-gradient(circle at 55% 75%, rgba(255, 200, 25, 0.12), transparent 28%),
        linear-gradient(180deg, #050505 0%, #080808 100%);
    isolation: isolate;
}

.hero::after {
    content: "WEEK";
    position: absolute;
    z-index: -1;
    right: -0.08em;
    bottom: 12%;
    color: transparent;
    font-family: var(--font-display);
    font-size: min(46vw, 720px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.7;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
}

.hero-grid {
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.6;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, transparent 4%, #000 35%, #000 82%, transparent 100%);
}

.hero-glow {
    position: absolute;
    z-index: -1;
    right: -30%;
    bottom: 5%;
    width: 100vw;
    height: 56vw;
    border-radius: 50%;
    opacity: 0.7;
    background: radial-gradient(ellipse, rgba(255, 200, 25, 0.18), rgba(255, 200, 25, 0) 68%);
    filter: blur(18px);
}

.eyebrow {
    margin: 0;
    color: var(--brand);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 14px var(--brand);
}

.hero-copy {
    position: relative;
    z-index: 12;
    max-width: 620px;
}

.hero-title {
    margin: 16px 0 14px;
    font-family: var(--font-display);
    font-size: clamp(58px, 17.5vw, 104px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.77;
    text-transform: uppercase;
}

.hero-title__line {
    display: block;
    overflow: hidden;
    padding-right: 0.06em;
}

.hero-title__line > span {
    display: block;
}

.hero-title__line--brand {
    padding-bottom: 0.08em;
    color: var(--brand);
    font-style: italic;
    text-shadow: 0 0 30px rgba(255, 200, 25, 0.18);
}

.hero-lead {
    max-width: 360px;
    margin: 0;
    color: #deddd7;
    font-size: clamp(15px, 4vw, 19px);
    line-height: 1.45;
}

.hero-lead strong {
    color: var(--text);
    font-weight: 800;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.button {
    position: relative;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    padding: 8px 9px 8px 22px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    border-color: var(--brand);
    background: var(--brand);
    color: #050505;
}

.button--primary:hover {
    background: var(--brand-soft);
}

.button__arrow {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: #050505;
    color: var(--brand);
    font-family: var(--font-body);
    font-size: 17px;
}

.stock-note {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stock-note span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ae77d;
    box-shadow: 0 0 8px #4ae77d;
}

.hero-vehicles {
    position: absolute;
    z-index: 5;
    right: -30%;
    bottom: 16.5%;
    width: 115%;
    height: 39%;
    pointer-events: none;
}

.hero-vehicles::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 10%;
    bottom: 0;
    width: 88%;
    height: 15%;
    border-radius: 50%;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.88);
    filter: blur(18px);
}

.hero-vehicle {
    position: absolute;
    z-index: 3;
    bottom: 1%;
    width: auto;
    max-width: none;
    height: 78%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.58);
}

.hero-vehicle--back-left {
    z-index: 2;
    left: 0;
    bottom: 6%;
    height: 65%;
    transform: rotate(-4deg);
    opacity: 0.66;
    filter: brightness(0.55);
}

.hero-vehicle--back-right {
    z-index: 2;
    right: 2%;
    bottom: 8%;
    height: 67%;
    transform: rotate(4deg);
    opacity: 0.58;
    filter: brightness(0.5);
}

.hero-vehicle--front {
    right: 24%;
    filter: brightness(0.78) saturate(0.8);
}

.hero-vehicles__halo {
    position: absolute;
    z-index: 0;
    right: 10%;
    bottom: 0;
    width: 72%;
    height: 90%;
    border-radius: 50%;
    opacity: 0.24;
    background: var(--brand);
    filter: blur(70px);
}

.hero-zero-badge {
    position: absolute;
    z-index: 7;
    right: 21%;
    top: 3%;
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    transform: rotate(8deg);
    border: 1px solid rgba(255, 200, 25, 0.65);
    border-radius: 50%;
    background: rgba(5, 5, 5, 0.76);
    box-shadow: 0 0 30px rgba(255, 200, 25, 0.16);
    color: var(--brand);
    backdrop-filter: blur(8px);
}

.hero-zero-badge strong {
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1;
}

.hero-zero-badge span {
    margin: 13px 0 0 2px;
    font-size: 9px;
    font-weight: 800;
}

.benefit-pills {
    position: absolute;
    z-index: 20;
    right: var(--page-pad);
    bottom: 13%;
    left: var(--page-pad);
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
}

.benefit-pills li {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.78);
    padding: 6px 10px;
    color: #deddd7;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.scroll-cue {
    position: absolute;
    z-index: 20;
    bottom: 70px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
    color: #d4d2ca;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.scroll-cue i {
    position: relative;
    display: block;
    width: 18px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 12px;
}

.scroll-cue b {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 3px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 3px;
    background: var(--brand);
    animation: scrollDot 1.6s ease-in-out infinite;
}

@keyframes scrollDot {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.3; }
    45% { transform: translate(-50%, 8px); opacity: 1; }
}

.campaign-tape {
    position: absolute;
    z-index: 10;
    left: -10%;
    width: 120%;
    overflow: hidden;
    border-block: 1px solid rgba(5, 5, 5, 0.7);
    background: var(--brand);
    color: #050505;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.19em;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}

.campaign-tape--top {
    top: 78px;
    transform: rotate(-4deg);
    opacity: 0.95;
}

.campaign-tape--hero-bottom {
    bottom: 27px;
    transform: rotate(2deg);
}

.campaign-tape__track {
    display: flex;
    width: max-content;
    align-items: center;
    will-change: transform;
}

.campaign-tape__track span {
    padding-right: 34px;
}

.campaign-tape__track i {
    margin-inline: 6px;
    font-style: normal;
}

.countdown-section {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    place-items: center;
    padding: 110px var(--page-pad) 120px;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 200, 25, 0.14), transparent 32%),
        #090806;
    text-align: center;
}

.countdown-section::before,
.countdown-section::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 200, 25, 0.14);
    border-radius: 50%;
}

.countdown-section::before {
    width: 72vw;
    height: 72vw;
    max-width: 700px;
    max-height: 700px;
}

.countdown-section::after {
    width: 110vw;
    height: 110vw;
    max-width: 1020px;
    max-height: 1020px;
}

.countdown-orbit {
    position: absolute;
    width: 54vw;
    height: 54vw;
    max-width: 500px;
    max-height: 500px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.countdown-orbit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 22px var(--brand);
}

.section-index {
    position: absolute;
    top: 36px;
    left: var(--page-pad);
    color: rgba(255, 255, 255, 0.35);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.countdown-inner {
    position: relative;
    z-index: 3;
    width: 100%;
}

.countdown-inner h2 {
    margin: 10px 0 34px;
    font-family: var(--font-display);
    font-size: clamp(54px, 15vw, 120px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.88;
    text-transform: uppercase;
}

.countdown {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 4px;
}

.countdown-unit strong {
    display: block;
    color: var(--brand);
    font-family: var(--font-display);
    font-size: clamp(50px, 14.8vw, 118px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.8;
    text-shadow: 0 0 28px rgba(255, 200, 25, 0.18);
}

.countdown-unit span {
    display: block;
    margin-top: 13px;
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.countdown > i {
    color: rgba(255, 255, 255, 0.32);
    font-family: var(--font-display);
    font-size: clamp(34px, 10vw, 82px);
    font-style: normal;
    line-height: 0.72;
}

.countdown-caption {
    max-width: 440px;
    margin: 34px auto 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.countdown-progress {
    position: absolute;
    right: var(--page-pad);
    bottom: 72px;
    left: var(--page-pad);
    height: 1px;
    background: var(--line);
}

.countdown-progress span {
    display: block;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--brand);
    box-shadow: 0 0 14px var(--brand);
}

.countdown-next {
    position: absolute;
    right: var(--page-pad);
    bottom: 30px;
    margin: 0;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.countdown-next span {
    margin-left: 6px;
    color: var(--brand);
}

.countdown-section.is-ended .countdown {
    display: none;
}

.countdown-section.is-ended .countdown-inner h2::after {
    content: "General Week encerrada";
    display: block;
    margin-top: 26px;
    color: var(--brand);
    font-size: 0.55em;
}

.offers {
    position: relative;
    padding: 104px var(--page-pad) 80px;
    background: var(--bg);
}

.offers-header {
    display: grid;
    gap: 28px;
    margin-bottom: 76px;
}

.offers-header h2,
.benefits-copy h2,
.closing h2,
.detail-title,
.detail-section-title {
    margin: 12px 0 0;
    font-family: var(--font-display);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.88;
    text-transform: uppercase;
}

.offers-header h2,
.benefits-copy h2,
.closing h2 {
    font-size: clamp(54px, 14vw, 112px);
}

.offers-header h2 em,
.benefits-copy h2 em,
.closing h2 em,
.detail-title em {
    color: var(--brand);
    font-style: italic;
}

.offers-header > p {
    max-width: 480px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.vehicle-list {
    display: grid;
    gap: 88px;
}

.vehicle-panel {
    position: relative;
    display: grid;
    min-height: 760px;
    overflow: hidden;
    align-content: end;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 30%),
        var(--surface);
    isolation: isolate;
}

.vehicle-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.5;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

.vehicle-panel__number {
    position: absolute;
    z-index: -1;
    top: -0.1em;
    right: -0.02em;
    color: transparent;
    font-family: var(--font-display);
    font-size: 175px;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.9;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}

.vehicle-panel__topline {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vehicle-panel__topline > span:first-child {
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.zero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 200, 25, 0.42);
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--brand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.zero-tag::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 8px var(--brand);
}

.vehicle-panel__visual {
    position: absolute;
    z-index: 1;
    top: 72px;
    right: 14px;
    left: 14px;
    height: 380px;
}

.vehicle-panel__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    height: auto;
    border-radius: 13px;
    background: linear-gradient(180deg, transparent 52%, rgba(5, 5, 5, 0.58));
}

.vehicle-panel__visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    filter: saturate(0.78) brightness(0.82);
}

.vehicle-panel__visual span {
    position: absolute;
    z-index: 4;
    top: 14px;
    left: 14px;
    width: 48px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: var(--brand);
    filter: none;
}

.vehicle-panel__content {
    position: relative;
    z-index: 5;
    padding: 0 20px 22px;
}

.vehicle-panel__kicker {
    margin: 0 0 5px;
    color: var(--brand);
    font-family: var(--font-display);
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}

.vehicle-panel h3 {
    max-width: 340px;
    margin: 0;
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-transform: uppercase;
}

.vehicle-meta {
    display: flex;
    margin: 22px 0;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 7px 16px;
    border-block: 1px solid var(--line);
    color: #d0cec7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vehicle-meta span + span::before {
    content: "•";
    margin-right: 16px;
    color: var(--brand);
}

.vehicle-panel__bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
}

.vehicle-price small {
    display: block;
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vehicle-price strong {
    display: block;
    font-family: var(--font-display);
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1;
}

.vehicle-price em {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 7px;
    font-style: normal;
}

.round-link {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand);
    color: #050505;
    font-size: 22px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.round-link:hover {
    transform: rotate(-8deg) scale(1.05);
    background: var(--brand-soft);
}

.vehicle-panel__full-link {
    position: absolute;
    z-index: 3;
    inset: 0;
}

.vehicle-panel__full-link:focus-visible {
    outline-offset: -5px;
}

.vehicle-panel__content a,
.vehicle-panel__topline {
    position: relative;
    z-index: 5;
}

.benefits-section {
    position: relative;
    overflow: hidden;
    padding: 160px var(--page-pad) 84px;
    background: #0a0907;
}

.campaign-tape--benefits {
    top: 55px;
    transform: rotate(-3deg);
}

.benefits-layout {
    display: grid;
    gap: 54px;
}

.benefits-copy > p:last-child {
    max-width: 460px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.benefits-checklist {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.benefits-checklist li {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    border-bottom: 1px solid var(--line);
}

.benefits-checklist li > span {
    color: var(--brand);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
}

.benefits-checklist strong {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.benefits-checklist b {
    border: 1px solid rgba(255, 200, 25, 0.3);
    border-radius: 999px;
    padding: 5px 8px;
    color: var(--brand);
    font-size: 7px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.benefits-disclaimer {
    max-width: 780px;
    margin: 46px 0 0;
    color: #77766f;
    font-size: 9px;
    line-height: 1.7;
}

.closing {
    position: relative;
    display: grid;
    min-height: 82svh;
    overflow: hidden;
    place-content: center;
    padding: 100px var(--page-pad);
    background:
        radial-gradient(circle at 50% 58%, rgba(255, 200, 25, 0.15), transparent 34%),
        var(--bg);
    text-align: center;
}

.closing::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(82vw, 780px);
    height: min(82vw, 780px);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.closing > *:not(.closing-key) {
    position: relative;
    z-index: 2;
}

.closing-key {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--font-display);
    font-size: min(76vw, 660px);
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 1;
}

.closing > p:not(.eyebrow) {
    max-width: 480px;
    margin: 28px auto 32px;
    color: var(--muted);
    font-size: 13px;
}

.closing .button {
    justify-self: center;
}

.button--large {
    min-height: 62px;
    padding-left: 28px;
    font-size: 18px;
}

.campaign-footer {
    display: grid;
    padding: 38px var(--page-pad) calc(96px + env(safe-area-inset-bottom));
    gap: 18px;
    border-top: 1px solid var(--line);
    background: #070707;
    color: var(--muted);
    font-size: 11px;
}

.campaign-footer img {
    width: 140px;
    height: auto;
}

.campaign-footer p {
    margin: 0;
}

.campaign-footer a {
    color: var(--text);
    font-weight: 700;
}

.campaign-footer small {
    color: #6f6f6a;
    font-size: 8px;
    line-height: 1.65;
}

.campaign-footer .footer-credit {
    margin: 4px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #777771;
    font-size: 9px;
    letter-spacing: 0.04em;
}

.campaign-footer .footer-credit a {
    color: #f0eee7;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease;
}

.campaign-footer .footer-credit a:hover {
    color: var(--brand);
}

.noscript {
    position: fixed;
    z-index: 1100;
    right: 16px;
    bottom: 16px;
    left: 16px;
    margin: 0;
    padding: 14px;
    border-radius: 10px;
    background: var(--brand);
    color: #050505;
    font-size: 12px;
    font-weight: 700;
}

/* Vehicle details */
.detail-page {
    background: var(--bg);
}

.detail-page .campaign-header {
    position: fixed;
    border-bottom: 1px solid transparent;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0));
    transition: border-color 0.2s ease, background 0.2s ease;
}

.detail-page .campaign-header.is-scrolled {
    border-bottom-color: var(--line);
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(18px);
}

.back-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: #d4d2ca;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.back-link span {
    color: var(--brand);
    font-family: var(--font-body);
}

.detail-hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    align-content: start;
    padding: 128px var(--page-pad) 70px;
    background:
        radial-gradient(circle at 50% 67%, rgba(255, 200, 25, 0.13), transparent 34%),
        var(--bg);
    isolation: isolate;
}

.detail-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, transparent 80%);
}

.detail-copy {
    position: relative;
    z-index: 3;
}

.detail-title {
    max-width: 600px;
    font-size: clamp(62px, 18vw, 124px);
}

.detail-title span {
    display: block;
}

.detail-headline {
    max-width: 430px;
    margin: 20px 0 0;
    color: #d2d0c8;
    font-size: 14px;
}

.detail-hero-meta {
    display: flex;
    margin: 24px 0 0;
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 9px 20px;
    border-block: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-hero-meta span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--brand);
}

.detail-vehicle-visual {
    position: relative;
    z-index: 2;
    height: 42vh;
    min-height: 300px;
    margin: 22px 0 18px;
}

.detail-vehicle-visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: var(--radius);
    background: linear-gradient(180deg, transparent 62%, rgba(5, 5, 5, 0.36));
    filter: none;
}

.detail-vehicle-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    filter: saturate(0.8) brightness(0.84);
}

.detail-purchase {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.detail-price small {
    display: block;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-price strong {
    display: block;
    margin-top: 2px;
    font-family: var(--font-display);
    font-size: clamp(38px, 11vw, 64px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.detail-price em {
    display: block;
    margin-top: 5px;
    color: #73736e;
    font-size: 8px;
    font-style: normal;
}

.detail-purchase .button {
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    justify-content: center;
}

.detail-purchase .button > span:first-child {
    display: none;
}

.detail-purchase .button__arrow {
    background: transparent;
    color: #050505;
}

.detail-content {
    padding: 84px var(--page-pad);
    background: #0a0a0a;
}

.detail-section {
    max-width: 1320px;
    margin: 0 auto 100px;
}

.detail-section:last-child {
    margin-bottom: 0;
}

.detail-section-header {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
}

.detail-section-title {
    font-size: clamp(46px, 12vw, 88px);
}

.detail-section-header > p {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.gallery-stage {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
}

.gallery-main-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.gallery-main-button::after {
    content: "Ampliar";
    position: absolute;
    right: 14px;
    bottom: 14px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.76);
    padding: 8px 28px 8px 12px;
    color: var(--text);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.gallery-main-button::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 24px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid var(--text);
    border-right: 1.5px solid var(--text);
    pointer-events: none;
}

.gallery-main {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-count {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.76);
    padding: 7px 10px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    backdrop-filter: blur(8px);
}

.gallery-navigation {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 12px;
    left: 12px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.gallery-nav {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 196, 0, 0.64);
    border-radius: 50%;
    background: rgba(5, 5, 5, 0.78);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42), 0 0 18px rgba(255, 196, 0, 0.1);
    color: var(--brand);
    cursor: pointer;
    pointer-events: auto;
    backdrop-filter: blur(8px);
}

.gallery-nav i {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.gallery-nav--previous i {
    margin-left: 4px;
    transform: rotate(-135deg);
}

.gallery-nav--next i {
    margin-right: 4px;
    transform: rotate(45deg);
}

.gallery-nav:active {
    transform: scale(0.92);
}

.gallery-thumbs {
    display: flex;
    margin-top: 10px;
    padding-bottom: 5px;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.gallery-thumb {
    width: 86px;
    min-width: 86px;
    padding: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 9px;
    background: var(--surface);
    cursor: pointer;
    opacity: 0.55;
    scroll-snap-align: start;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.gallery-thumb.is-active {
    border-color: var(--brand);
    opacity: 1;
}

.gallery-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.lightbox {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: none;
    place-items: center;
    padding: 58px 18px 24px;
    background: rgba(0, 0, 0, 0.94);
}

.lightbox.is-open {
    display: grid;
}

.lightbox img {
    max-width: min(1200px, 100%);
    max-height: 84vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: max(16px, env(safe-area-inset-top));
    right: 16px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: #101010;
    color: var(--text);
    font-size: 22px;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 196, 0, 0.64);
    border-radius: 50%;
    background: rgba(7, 7, 7, 0.82);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 196, 0, 0.12);
    color: var(--brand);
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.lightbox-nav--previous { left: max(18px, env(safe-area-inset-left)); }
.lightbox-nav--next { right: max(18px, env(safe-area-inset-right)); }

.lightbox-nav i {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.lightbox-nav--previous i {
    margin-left: 5px;
    transform: rotate(-135deg);
}

.lightbox-nav--next i {
    margin-right: 5px;
    transform: rotate(45deg);
}

.lightbox-count {
    position: absolute;
    z-index: 3;
    bottom: max(22px, env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(7, 7, 7, 0.78);
    padding: 8px 12px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    backdrop-filter: blur(8px);
}

@media (max-width: 719px) {
    .lightbox { padding-inline: 10px; }
    .lightbox img { max-height: 78vh; }
    .lightbox-nav { width: 44px; height: 44px; }
    .lightbox-nav--previous { left: 10px; }
    .lightbox-nav--next { right: 10px; }
}

.video-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #000;
    aspect-ratio: 16 / 10;
}

.video-poster {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 0;
    background: #000;
    color: var(--text);
    cursor: pointer;
}

.video-poster > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.74;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.video-poster:hover > img {
    transform: scale(1.025);
    opacity: 0.62;
}

.video-play {
    position: relative;
    z-index: 2;
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border: 1px solid rgba(255, 200, 25, 0.6);
    border-radius: 50%;
    background: rgba(5, 5, 5, 0.72);
    box-shadow: 0 0 40px rgba(255, 200, 25, 0.12);
    color: var(--brand);
    backdrop-filter: blur(8px);
}

.video-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid var(--brand);
    filter: drop-shadow(0 0 8px rgba(255, 196, 0, 0.36));
}

.video-label {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: 18px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.video-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.specs-layout {
    display: grid;
    gap: 50px;
}

.specs-description {
    margin: 0;
    color: #d2d0c8;
    font-size: 15px;
    line-height: 1.8;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    border-top: 1px solid var(--line);
}

.specs-grid > div {
    min-height: 88px;
    padding: 17px 12px 14px 0;
    border-bottom: 1px solid var(--line);
}

.specs-grid > div:nth-child(odd) {
    border-right: 1px solid var(--line);
}

.specs-grid > div:nth-child(even) {
    padding-left: 14px;
}

.specs-grid dt {
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.specs-grid dd {
    margin: 8px 0 0;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
}

.feature-list {
    display: grid;
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.feature-list li {
    position: relative;
    padding: 15px 10px 15px 26px;
    border-bottom: 1px solid var(--line);
    color: #d8d6ce;
    font-size: 12px;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--brand);
    font-weight: 900;
}

.detail-benefits {
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
    border: 1px solid rgba(255, 200, 25, 0.24);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(255, 200, 25, 0.095), rgba(255, 255, 255, 0.015));
}

.detail-benefits::after {
    content: "GW";
    position: absolute;
    right: -0.05em;
    bottom: -0.3em;
    color: rgba(255, 255, 255, 0.03);
    font-family: var(--font-display);
    font-size: 210px;
    font-weight: 900;
    letter-spacing: -0.1em;
}

.detail-benefits h2 {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 10px 0 24px;
    font-family: var(--font-display);
    font-size: clamp(40px, 12vw, 78px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
}

.detail-benefits ul {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
}

.detail-benefits li {
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    padding: 8px 11px;
    color: #deddd7;
    font-size: 9px;
    font-weight: 700;
}

.detail-final {
    display: grid;
    gap: 30px;
    padding: 38px 22px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.detail-final h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(42px, 12vw, 82px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.9;
    text-transform: uppercase;
}

.detail-final p {
    max-width: 500px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.detail-final .button {
    justify-self: start;
}

.detail-page .campaign-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

@media (min-width: 480px) {
    .stock-note { display: flex; }
    .hero-vehicles { right: -21%; width: 105%; }
    .vehicle-panel__visual { right: 18px; left: 18px; }
    .detail-purchase .button { width: auto; padding: 8px 9px 8px 22px; }
    .detail-purchase .button > span:first-child { display: inline; }
}

@media (min-width: 720px) {
    .brand img { width: 154px; }
    .campaign-tape { font-size: 13px; line-height: 32px; }
    .hero { padding-top: 150px; }
    .hero-copy { max-width: 720px; }
    .hero-vehicles { right: -10%; bottom: 11%; width: 88%; height: 52%; }
    .hero-zero-badge { width: 92px; height: 92px; }
    .hero-zero-badge strong { font-size: 43px; }
    .benefit-pills { bottom: 12%; }
    .benefit-pills li { padding: 7px 13px; font-size: 9px; }
    .scroll-cue { bottom: 76px; }
    .countdown { max-width: 920px; margin-inline: auto; gap: 12px; }
    .countdown-unit span { font-size: 10px; }
    .offers-header { grid-template-columns: 1.5fr 0.7fr; align-items: end; }
    .offers-header > p { justify-self: end; }
    .vehicle-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
    .vehicle-panel:nth-child(even) { margin-top: 90px; }
    .benefits-layout { grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: 80px; }
    .campaign-footer { grid-template-columns: 1fr auto auto; align-items: center; }
    .campaign-footer small,
    .campaign-footer .footer-credit { grid-column: 1 / -1; }
    .detail-hero { grid-template-columns: minmax(300px, 0.9fr) 1.1fr; align-items: center; padding-top: 120px; }
    .detail-vehicle-visual { height: 60vh; min-height: 480px; margin: 0 0 0 5%; }
    .detail-purchase { grid-column: 1 / -1; }
    .detail-section-header { grid-template-columns: 1fr 0.65fr; align-items: end; }
    .detail-section-header > p { justify-self: end; }
    .gallery-main { aspect-ratio: 16 / 9; }
    .gallery-thumb { width: 118px; min-width: 118px; }
    .specs-layout { grid-template-columns: 0.75fr 1.25fr; gap: 80px; }
    .feature-list { grid-template-columns: repeat(2, 1fr); }
    .feature-list li:nth-child(odd) { border-right: 1px solid var(--line); }
    .feature-list li:nth-child(even) { padding-left: 42px; }
    .feature-list li:nth-child(even)::before { left: 16px; }
    .detail-benefits { padding: 56px; }
    .detail-final { grid-template-columns: 1fr auto; align-items: center; padding: 58px 0; }
}

@media (min-width: 1024px) {
    .campaign-header { position: fixed; }
    .campaign-header::after {
        content: "";
        position: absolute;
        right: var(--page-pad);
        bottom: 0;
        left: var(--page-pad);
        height: 1px;
        background: rgba(255, 255, 255, 0.08);
    }
    .hero { grid-template-columns: 0.85fr 1.15fr; align-content: center; padding-top: 120px; padding-bottom: 100px; }
    .hero-copy { align-self: center; }
    .hero-title { font-size: clamp(78px, 7.8vw, 126px); }
    .hero-vehicles { right: -13%; bottom: 13%; width: 70%; height: 68%; }
    .hero-vehicle { height: 75%; }
    .hero-vehicle--back-left { left: -5%; height: 63%; }
    .hero-vehicle--back-right { right: -4%; height: 62%; }
    .hero-vehicle--front { right: 20%; height: 82%; }
    .benefit-pills { right: 5%; bottom: 10%; left: auto; width: 58%; justify-content: flex-end; }
    .scroll-cue { left: var(--page-pad); transform: none; }
    .campaign-tape--top { top: 90px; }
    .offers { padding-top: 150px; }
    .offers-header { margin-bottom: 110px; }
    .vehicle-list { gap: 36px; }
    .vehicle-panel { min-height: 810px; }
    .vehicle-panel__content { padding: 0 34px 34px; }
    .vehicle-panel__topline { top: 28px; right: 30px; left: 30px; }
    .vehicle-panel__visual { top: 78px; height: 440px; }
    .vehicle-panel h3 { max-width: 440px; font-size: 62px; }
    .vehicle-price strong { font-size: 38px; }
    .benefits-section { padding-top: 200px; padding-bottom: 130px; }
    .benefits-checklist li { min-height: 80px; }
    .benefits-checklist strong { font-size: 23px; }
    .campaign-footer { padding-bottom: 44px; }
    .detail-hero { min-height: 100svh; grid-template-columns: 0.78fr 1.22fr; padding-bottom: 50px; }
    .detail-copy { padding-top: 30px; }
    .detail-title { font-size: clamp(78px, 7.8vw, 124px); }
    .detail-vehicle-visual { height: 70vh; max-height: 760px; margin: 0 0 0 7%; }
    .detail-purchase { position: absolute; right: var(--page-pad); bottom: 54px; left: var(--page-pad); }
    .detail-content { padding-top: 130px; padding-bottom: 130px; }
    .detail-section { margin-bottom: 150px; }
    .gallery-thumbs { justify-content: center; }
    .detail-page .campaign-footer { padding-bottom: 44px; }
}

@media (min-width: 1280px) {
    .hero-vehicles { right: -8%; width: 66%; }
    .vehicle-list { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1320px; margin-inline: auto; }
    .offers-header { max-width: 1320px; margin-right: auto; margin-left: auto; }
    .benefits-layout, .benefits-disclaimer { max-width: 1320px; margin-right: auto; margin-left: auto; }
    .campaign-footer { grid-template-columns: 1fr auto auto; }
}

@media (max-height: 740px) and (max-width: 719px) {
    .hero { padding-top: 105px; }
    .hero-title { font-size: clamp(50px, 15vw, 68px); }
    .hero-lead { font-size: 13px; }
    .hero-actions { margin-top: 16px; }
    .button { min-height: 48px; }
    .hero-vehicles { height: 35%; bottom: 15%; }
    .benefit-pills { bottom: 12.5%; }
    .benefit-pills li { padding: 4px 8px; }
}

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

.no-js .hero-title__line > span,
.no-js .hero-vehicle,
.no-js .vehicle-panel,
.no-js .benefits-checklist li {
    transform: none !important;
    opacity: 1 !important;
}
