:root {
    --dueda-black: #050505;
    --dueda-black-2: #0b0b0d;
    --dueda-panel: #101014;
    --dueda-panel-2: #17171c;
    --dueda-orange: #ff4b1f;
    --dueda-orange-2: #ff7a1a;
    --dueda-orange-dark: #c93416;
    --dueda-blue: #2f6bff;
    --dueda-green: #19c463;
    --dueda-text: #f5f5f6;
    --dueda-muted: #b7b7c3;
    --dueda-border: rgba(255, 255, 255, .10);
    --dueda-shadow: 0 24px 80px rgba(255, 75, 31, .13);
    --container: 1360px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--dueda-text);
    background:
        radial-gradient(circle at 16% 8%, rgba(255, 75, 31, .13), transparent 26%),
        linear-gradient(180deg, #050505, #09090d 48%, #050505);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

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

strong {
    color: #fff;
}

::selection {
    background: var(--dueda-orange);
    color: #fff;
}

.container {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--dueda-border);
    background: rgba(5, 5, 5, .88);
    backdrop-filter: blur(18px);
}

.nav-shell {
    width: min(100% - 32px, var(--container));
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-inline: auto;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-logo {
    width: 176px;
    height: auto;
}

.brand-link span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 75, 31, .42);
    color: #ffb090;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12em;
    font-weight: 950;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.main-menu a {
    color: rgba(255, 255, 255, .76);
    font-weight: 800;
    font-size: .94rem;
}

.main-menu a:hover,
.main-menu a:focus {
    color: #fff;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 75, 31, .55);
    background: rgba(255, 75, 31, .14);
    color: #fff !important;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--dueda-border);
    border-radius: 0;
    background: rgba(255, 255, 255, .05);
    color: #fff;
    font-size: 1.45rem;
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 900;
    line-height: 1;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.btn-orange {
    color: #fff;
    border-color: var(--dueda-orange);
    background: linear-gradient(135deg, var(--dueda-orange), var(--dueda-orange-dark));
    box-shadow: 0 16px 34px rgba(255, 75, 31, .27);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--dueda-orange-2), var(--dueda-orange));
}

.btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .045);
}

.btn-ghost:hover,
.btn-ghost:focus {
    border-color: rgba(255, 255, 255, .40);
    background: rgba(255, 255, 255, .10);
    color: #fff;
}

.btn-whatsapp {
    color: #fff;
    border-color: #19c463;
    background: #19c463;
    box-shadow: 0 16px 34px rgba(25, 196, 99, .22);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #12a954;
    color: #fff;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 72px 0 42px;
}

.grid-layer {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, black, transparent 84%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: var(--container);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffb090;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .13em;
    font-weight: 950;
}

.eyebrow i {
    color: var(--dueda-orange);
}

.hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 6vw, 4.55rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.hero-copy p {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--dueda-muted);
    font-size: 1.12rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-rig {
    position: relative;
    min-height: 610px;
}

.rig-frame {
    position: absolute;
    inset: 0 0 0 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 75, 31, .32);
    background:
        linear-gradient(180deg, rgba(255, 75, 31, .11), transparent 42%),
        rgba(14, 14, 18, .92);
    box-shadow: var(--dueda-shadow);
}

.rig-frame::before,
.rig-frame::after,
.wizard-card::before,
.summary-panel::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    border-color: rgba(255, 75, 31, .56);
    border-style: solid;
    pointer-events: none;
}

.rig-frame::before,
.wizard-card::before,
.summary-panel::before {
    top: 16px;
    left: 16px;
    border-width: 2px 0 0 2px;
}

.rig-frame::after {
    right: 16px;
    bottom: 16px;
    border-width: 0 2px 2px 0;
}

.rig-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08);
}

.scan-line {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 7px);
    opacity: .16;
    pointer-events: none;
}

.spec-chip {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: min(320px, 72%);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(8, 8, 11, .88);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
}

.spec-chip i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--dueda-orange), var(--dueda-orange-dark));
    font-size: 1.2rem;
}

.spec-chip strong,
.spec-chip span {
    display: block;
}

.spec-chip span {
    margin-top: 4px;
    color: var(--dueda-muted);
    font-size: .84rem;
}

.spec-chip-top {
    left: 0;
    top: 60px;
}

.spec-chip-bottom {
    right: -8px;
    bottom: 76px;
}

.wizard-section,
.builds-section,
.advantages-section {
    position: relative;
    padding: 92px 0;
}

.wizard-section {
    min-height: calc(100vh - 84px);
    padding-top: 24px;
    background:
        radial-gradient(circle at 14% 4%, rgba(255, 75, 31, .13), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01)),
        #08080a;
    border-bottom: 1px solid var(--dueda-border);
}

@media (min-width: 1600px) {
    :root {
        --container: 1500px;
    }
}

@media (min-width: 1900px) {
    :root {
        --container: 1600px;
    }
}

.section-heading {
    max-width: 760px;
    margin-bottom: 26px;
}

.section-heading h1,
.section-heading h2 {
    margin: 13px 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.03;
    font-weight: 950;
    letter-spacing: 0;
}

.section-heading p {
    margin: 16px 0 0;
    color: var(--dueda-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.wizard-card {
    position: relative;
    overflow: hidden;
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid rgba(255, 75, 31, .28);
    background:
        linear-gradient(135deg, rgba(255, 75, 31, .12), rgba(255, 255, 255, .025) 45%, rgba(47, 107, 255, .08)),
        rgba(12, 12, 16, .96);
    box-shadow: 0 28px 84px rgba(0, 0, 0, .36);
}

.wizard-start {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
}

.wizard-start h1 {
    max-width: 1120px;
    margin: 13px 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.03;
    font-weight: 950;
    letter-spacing: 0;
}

.wizard-start p {
    max-width: 980px;
    margin: 16px 0 0;
    color: var(--dueda-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.wizard-start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.wizard-start-grid div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
}

.wizard-start-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--dueda-orange), var(--dueda-orange-dark));
}

.wizard-start-grid strong,
.wizard-start-grid span {
    display: block;
}

.wizard-start-grid strong {
    font-size: 1rem;
    line-height: 1.2;
}

.wizard-start-grid span {
    margin-top: 8px;
    color: var(--dueda-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.wizard-card::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 74px;
    height: 74px;
    border-color: rgba(255, 75, 31, .56);
    border-style: solid;
    border-width: 0 2px 2px 0;
    pointer-events: none;
}

.wizard-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 280px);
    gap: 18px;
    align-items: center;
}

.wizard-kicker {
    display: block;
    color: #ffb090;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .13em;
    font-weight: 950;
}

.wizard-head h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(1.65rem, 4vw, 2.65rem);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
}

.wizard-progress {
    height: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
}

.wizard-progress span {
    display: block;
    width: 14.285%;
    height: 100%;
    background: linear-gradient(90deg, var(--dueda-orange), var(--dueda-orange-2));
    transition: width .2s ease;
}

.steps-track {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.step-dot {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    font-weight: 900;
}

.step-dot i {
    color: var(--dueda-orange);
    font-size: .95rem;
    line-height: 1;
}

.step-dot.is-active i,
.step-dot.is-done i {
    color: #fff;
}

.step-dot.is-active,
.step-dot.is-done {
    border-color: rgba(255, 75, 31, .58);
    background: rgba(255, 75, 31, .16);
    color: #fff;
}

.wizard-error {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 75, 31, .28);
    background: rgba(255, 75, 31, .10);
    color: #ffe7d7;
    font-weight: 800;
    line-height: 1.45;
}

.wizard-error.is-visible {
    display: block;
}

.wizard-step {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

.step-helper {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--dueda-muted);
    font-size: 1rem;
    line-height: 1.62;
}

.wizard-step.is-active {
    display: block;
    animation: stepIn .2s ease-out both;
}

.option-grid {
    display: grid;
    gap: 14px;
}

.option-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-card {
    position: relative;
    min-height: 182px;
    display: block;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
    color: #fff;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.option-card-wide {
    min-height: 158px;
}

.option-card.mini {
    min-height: 132px;
}

.option-card:hover,
.option-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(255, 75, 31, .58);
    background: rgba(255, 75, 31, .12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}

.option-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.option-card:has(input:checked) {
    border-color: rgba(255, 75, 31, .78);
    background:
        linear-gradient(135deg, rgba(255, 75, 31, .24), rgba(255, 255, 255, .045)),
        rgba(255, 75, 31, .08);
}

.option-card:has(input:checked)::after {
    content: "\F633";
    position: absolute;
    top: 13px;
    right: 13px;
    color: var(--dueda-orange);
    font-family: "bootstrap-icons";
    font-size: 1.08rem;
}

.option-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--dueda-orange), var(--dueda-orange-dark));
    font-size: 1.28rem;
}

.option-card strong,
.option-card small {
    display: block;
}

.option-card strong {
    padding-right: 24px;
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 950;
}

.option-card small {
    margin-top: 10px;
    color: var(--dueda-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.chip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.chip-grid label {
    min-height: 54px;
    display: flex;
    align-items: center;
}

.chip-grid input {
    position: absolute;
    opacity: 0;
}

.chip-content {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .88);
    font-weight: 850;
    line-height: 1.2;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.chip-content:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 75, 31, .52);
}

.chip-grid input:checked + .chip-content {
    border-color: rgba(255, 75, 31, .72);
    background: rgba(255, 75, 31, .18);
    color: #fff;
}

.chip-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    color: var(--dueda-orange);
    border: 1px solid rgba(255, 75, 31, .22);
    background: rgba(255, 75, 31, .10);
}

.chip-mark img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.chip-mark i {
    font-size: 1.08rem;
    line-height: 1;
}

.chip-mark-pair {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 4px;
}

.chip-mark-pair img {
    width: 14px;
    height: 14px;
}

.chip-label {
    min-width: 0;
}

.field-block {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.field-block span,
.range-field span {
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

textarea,
input[type="text"],
input[type="tel"],
select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    outline: 0;
    padding: 12px 13px;
    font-weight: 750;
}

textarea {
    resize: vertical;
    line-height: 1.5;
}

select {
    color-scheme: dark;
}

textarea::placeholder,
input::placeholder {
    color: rgba(255, 255, 255, .45);
}

textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
select:focus {
    border-color: rgba(255, 75, 31, .72);
    box-shadow: 0 0 0 .24rem rgba(255, 75, 31, .13);
}

.budget-panel {
    display: grid;
    gap: 22px;
}

.range-field {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
}

.range-field strong {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    line-height: .96;
    font-weight: 950;
    color: var(--dueda-orange);
}

input[type="range"] {
    width: 100%;
    accent-color: var(--dueda-orange);
}

.final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
    gap: 20px;
    align-items: start;
}

.summary-panel {
    position: relative;
    min-height: 100%;
    padding: 22px;
    border: 1px solid rgba(255, 75, 31, .26);
    background: rgba(0, 0, 0, .28);
}

.summary-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffb090;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12em;
    font-weight: 950;
}

.summary-text {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    color: var(--dueda-muted);
    line-height: 1.52;
}

.summary-text div {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.summary-text strong {
    display: block;
    margin-bottom: 4px;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.wizard-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.wizard-card.is-start .wizard-actions {
    justify-content: flex-end;
}

#submitWizard {
    display: none;
}

.is-final #nextStep {
    display: none;
}

.is-final #submitWizard {
    display: inline-flex;
}

.builds-section {
    overflow: hidden;
}

.build-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.build-card {
    display: grid;
    grid-template-rows: 220px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--dueda-border);
    background: var(--dueda-panel);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.build-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 75, 31, .52);
    box-shadow: 0 20px 56px rgba(255, 75, 31, .12);
}

.build-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.build-card div {
    padding: 22px;
}

.build-card span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ffb090;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12em;
    font-weight: 950;
}

.build-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.36rem;
    line-height: 1.1;
    font-weight: 950;
}

.build-card p {
    margin: 12px 0 0;
    color: var(--dueda-muted);
    line-height: 1.62;
}

.advantages-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01)),
        #08080a;
    border-top: 1px solid var(--dueda-border);
    border-bottom: 1px solid var(--dueda-border);
}

.advantages-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, .7fr);
    gap: 42px;
    align-items: center;
}

.advantage-list {
    display: grid;
    gap: 12px;
}

.advantage-list div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .045);
}

.advantage-list i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--dueda-orange);
    background: rgba(255, 75, 31, .12);
    font-size: 1.15rem;
}

.advantage-list span {
    color: #fff;
    font-weight: 850;
    line-height: 1.45;
}

.site-footer {
    padding: 38px 0;
    color: var(--dueda-muted);
    background: #030303;
}

.quote-result-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
}

.quote-result-grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(520px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    width: 100%;
}

.quote-result-copy,
.quote-result-side {
    min-width: 0;
}

.success-icon-wrap {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--dueda-orange), var(--dueda-orange-2));
    box-shadow: 0 18px 42px rgba(255, 75, 31, .28);
    font-size: 2rem;
}

.success-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #ffb090;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .13em;
    font-weight: 950;
}

.success-eyebrow i {
    color: var(--dueda-orange);
}

.quote-result-card h3 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.quote-result-card p {
    max-width: 920px;
    margin: 18px 0 0;
    color: var(--dueda-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.success-summary {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

.success-summary > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
}

.success-summary i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    color: var(--dueda-orange);
    background: rgba(255, 75, 31, .10);
}

.success-summary span {
    color: #fff;
    font-weight: 850;
}

.whatsapp-after-send {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .24);
}

.whatsapp-after-send strong,
.whatsapp-after-send span {
    display: block;
}

.whatsapp-after-send strong {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 950;
}

.whatsapp-after-send span {
    margin-top: 5px;
    color: var(--dueda-muted);
    line-height: 1.55;
}

.success-new-request {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-weight: 850;
}

.success-new-request:hover {
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.footer-logo {
    width: 168px;
}

.site-footer p {
    margin: 10px 0 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    color: rgba(255, 255, 255, .72);
    font-weight: 850;
}

.footer-links a:hover {
    color: var(--dueda-orange);
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .20);
    background: var(--dueda-green);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
    font-size: 1.6rem;
    animation: pulseWhats 2.6s ease-in-out infinite;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .68s ease,
        transform .68s cubic-bezier(.2, .8, .2, 1),
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes stepIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWhats {
    0%, 100% {
        box-shadow: 0 16px 40px rgba(0, 0, 0, .35), 0 0 0 0 rgba(25, 196, 99, .34);
    }
    50% {
        box-shadow: 0 16px 40px rgba(0, 0, 0, .35), 0 0 0 12px rgba(25, 196, 99, 0);
    }
}

@media (max-width: 1050px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .option-grid-3,
    .build-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nav-shell {
        min-height: 74px;
    }

    .brand-logo {
        width: 150px;
    }

    .brand-link span {
        display: none;
    }

    .menu-toggle {
        display: grid;
    }

    .main-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 74px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--dueda-border);
        background: rgba(8, 8, 11, .98);
        box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
    }

    .main-menu.is-open {
        display: flex;
    }

    .main-menu a {
        padding: 13px 12px;
    }

    .hero-section {
        min-height: auto;
        padding: 48px 0 34px;
    }

    .hero-copy h1 {
        font-size: clamp(2.2rem, 13vw, 3.6rem);
        line-height: 1.02;
    }

    .hero-copy p {
        font-size: 1.02rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .option-grid-2,
    .option-grid-3,
    .wizard-start-grid,
    .quote-result-grid,
    .build-grid,
    .final-grid,
    .field-grid,
    .success-summary,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .wizard-section,
    .builds-section,
    .advantages-section {
        padding: 62px 0;
    }

    .wizard-section {
        min-height: auto;
        padding-top: 24px;
    }

    .wizard-head {
        grid-template-columns: 1fr;
    }

    .wizard-progress {
        max-width: none;
    }

    .steps-track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .step-dot {
        width: 100%;
    }

    .chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wizard-actions .btn {
        width: 100%;
    }

    .whatsapp-after-send {
        grid-template-columns: 1fr;
    }

    .whatsapp-after-send .btn {
        width: 100%;
    }

    .build-card {
        grid-template-rows: 190px minmax(0, 1fr);
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .container,
    .nav-shell {
        width: min(100% - 24px, var(--container));
    }

    .chip-grid {
        grid-template-columns: 1fr;
    }

    .option-card {
        min-height: 154px;
    }

    .floating-whatsapp {
        width: 54px;
        height: 54px;
        right: 16px;
        bottom: 16px;
    }
}

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

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}
