:root {
    --ink: #0f172a;
    --muted: #64748b;
    --forest: #065f46;
    --forest-dark: #064e3b;
    --teal: #0f766e;
    --saffron: #f28c00;
    --line: #dbe5e2;
    --soft: #f5faf8;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.is-lightbox-open,
body.is-quote-modal-open {
    overflow: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: linear-gradient(135deg, #f7fbfa 0%, #ffffff 44%, #eef8f4 100%);
}

body,
button,
input,
select,
textarea {
    letter-spacing: 0;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
    padding: 14px clamp(18px, 4vw, 70px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 180px;
    max-width: 250px;
}

.brand-logo {
    display: block;
    width: 100%;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.header-actions,
.header-link,
.hero-actions,
.trust-row,
.wizard-actions {
    display: flex;
    align-items: center;
}

.header-actions {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-link {
    gap: 8px;
    color: var(--forest);
    font-weight: 700;
    white-space: nowrap;
}

.header-link-site {
    color: #334155;
}

.header-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.header-cta,
.header-call-cta,
.primary-button,
.call-button,
.next-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), #ef7d00);
    box-shadow: 0 14px 26px rgba(242, 140, 0, 0.24);
    font-weight: 800;
    cursor: pointer;
}

.header-cta,
.header-call-cta {
    min-height: 42px;
    padding-inline: 18px;
}

.header-call-cta {
    gap: 8px;
    color: var(--forest);
    background: #ffffff;
    border: 1px solid rgba(6, 95, 70, 0.18);
    box-shadow: none;
}

.header-call-cta svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: clamp(44px, 6vw, 86px) clamp(18px, 4vw, 70px) clamp(46px, 6vw, 76px);
    background:
        linear-gradient(125deg, rgba(6, 95, 70, 0.1) 0%, rgba(15, 118, 110, 0.05) 32%, rgba(255, 255, 255, 0.86) 58%, rgba(242, 140, 0, 0.1) 100%),
        linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(6, 95, 70, 0.12);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    align-items: center;
    gap: clamp(28px, 5vw, 78px);
    max-width: 1260px;
    margin: 0 auto;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 900;
    max-width: 620px;
    overflow-wrap: anywhere;
}

.hero-copy h1 span {
    display: block;
    margin-top: 12px;
    color: var(--forest);
}

.hero-text {
    max-width: 600px;
    margin: 20px 0 0;
    color: #334155;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.65;
}

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

.call-button {
    color: var(--forest);
    background: #fff;
    border: 1px solid rgba(6, 95, 70, 0.2);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.secondary-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--forest);
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

.trust-row {
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.trust-row div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #173b33;
    font-size: 14px;
    font-weight: 800;
}

.trust-row svg {
    width: 28px;
    height: 28px;
    padding: 5px;
    color: var(--forest);
    border: 1px solid rgba(6, 95, 70, 0.28);
    border-radius: 999px;
    fill: currentColor;
}

.hero-media {
    align-self: end;
    min-width: 0;
}

.hero-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 26px 28px rgba(15, 23, 42, 0.13));
}

.lead-card {
    width: 100%;
    padding: 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.lead-card-head h2,
.section-head h2,
.final-cta h2 {
    margin: 0;
    color: var(--forest);
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.1;
    font-weight: 900;
}

.lead-card-head p,
.section-head p,
.final-cta p,
.wizard-step p {
    color: var(--muted);
    line-height: 1.55;
}

.lead-card-head p {
    margin: 8px 0 22px;
}

.wizard-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

#saveStatus {
    color: var(--muted);
    font-weight: 700;
}

#saveStatus.is-saved {
    color: var(--teal);
}

.progress-track {
    height: 8px;
    margin: 12px 0 24px;
    background: #d5dee1;
    border-radius: 999px;
    overflow: hidden;
}

.progress-fill {
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, var(--forest), var(--teal));
    border-radius: inherit;
    transition: width 220ms ease;
}

.wizard-step {
    display: none;
}

.wizard-step.is-active {
    display: block;
}

.wizard-step h3 {
    margin: 0;
    color: var(--forest);
    font-size: 22px;
    font-weight: 900;
}

.wizard-step p {
    margin: 7px 0 18px;
    font-size: 14px;
}

.field-label {
    display: block;
    margin: 14px 0 7px;
    font-size: 13px;
    font-weight: 800;
    color: #1f2937;
}

.field-input,
.phone-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    outline: none;
    transition: border 160ms ease, box-shadow 160ms ease;
}

.field-input {
    padding: 0 14px;
}

textarea.field-input {
    min-height: 88px;
    padding-block: 12px;
    resize: vertical;
}

.field-input:focus,
.phone-input:focus-within {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.phone-input {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    overflow: hidden;
}

.phone-input input {
    width: 100%;
    min-height: 46px;
    border: 0;
    outline: 0;
    padding: 0 14px;
}

.india-flag {
    display: grid;
    width: 28px;
    height: 18px;
    margin-left: 12px;
    border: 1px solid #d1d5db;
}

.india-flag i,
.india-flag b,
.india-flag em {
    display: block;
}

.india-flag i {
    background: #ff9933;
}

.india-flag b {
    background: #fff;
}

.india-flag em {
    background: #138808;
}

.dial-code {
    padding: 0 12px;
    color: var(--ink);
    font-weight: 800;
    border-right: 1px solid #d8e0e6;
}

.segmented {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 18px;
}

.segmented label,
.chip-grid label,
.option-grid button {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.segmented label {
    display: grid;
    place-items: center;
}

.segmented input,
.chip-grid input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.segmented label:has(input:checked),
.chip-grid label:has(input:checked),
.option-grid button.is-selected {
    color: #fff;
    background: var(--forest);
    border-color: var(--forest);
    box-shadow: 0 10px 18px rgba(6, 95, 70, 0.18);
}

.product-selector {
    display: grid;
    gap: 16px;
    max-height: 330px;
    padding-right: 4px;
    overflow: auto;
}

.product-selector strong {
    display: block;
    margin-bottom: 8px;
    color: var(--forest);
}

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

.chip-grid label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px;
    text-align: center;
}

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

.option-grid button {
    padding: 10px;
}

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

.form-error {
    min-height: 20px;
    margin: 12px 0 0;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 800;
}

.wizard-actions {
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.ghost-button {
    min-width: 94px;
}

.ghost-button[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.next-button {
    flex: 1;
    background: linear-gradient(135deg, var(--forest), #087353);
    box-shadow: 0 14px 26px rgba(6, 95, 70, 0.22);
}

.next-button[disabled] {
    opacity: 0.72;
    cursor: wait;
}

.success-panel {
    padding: 18px 0 6px;
    text-align: center;
}

.success-icon {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    color: #fff;
    background: var(--forest);
    border-radius: 999px;
    font-size: 26px;
    font-weight: 900;
}

.success-panel h3 {
    margin: 0;
    color: var(--forest);
    font-size: 24px;
    font-weight: 900;
}

.success-panel p {
    color: var(--muted);
}

.product-marquee-section {
    padding: clamp(42px, 5vw, 66px) 0 clamp(18px, 3vw, 32px);
    background:
        linear-gradient(180deg, #ffffff 0%, #f4faf8 100%);
    overflow: hidden;
}

.marquee-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: 1260px;
    margin: 0 auto 24px;
    padding: 0 clamp(18px, 4vw, 34px);
}

.marquee-head h2 {
    margin: 0;
    color: var(--forest);
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.1;
    font-weight: 900;
}

.marquee-head p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.product-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-marquee::before,
.product-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: min(12vw, 150px);
    height: 100%;
    pointer-events: none;
}

.product-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f7fbfa 0%, rgba(247, 251, 250, 0) 100%);
}

.product-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f7fbfa 0%, rgba(247, 251, 250, 0) 100%);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 24px;
    padding: 10px 24px 28px;
    animation: productMarquee 68s linear infinite;
    will-change: transform;
}

.product-marquee:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-card {
    flex: 0 0 clamp(280px, 24vw, 390px);
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(6, 95, 70, 0.1), rgba(242, 140, 0, 0.09)),
        #ffffff;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.marquee-card:hover {
    transform: translateY(-4px);
    border-color: rgba(6, 95, 70, 0.34);
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.16);
}

.product-preview-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.86);
    cursor: zoom-in;
    overflow: hidden;
}

.product-preview-button:focus-visible {
    outline: 3px solid rgba(242, 140, 0, 0.55);
    outline-offset: 4px;
}

.product-preview-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff, #f8fbfa);
    transition: transform 180ms ease;
}

.marquee-card:hover .product-preview-button img {
    transform: scale(1.04);
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 24px;
}

.product-lightbox[hidden] {
    display: none;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.72);
    cursor: zoom-out;
}

.lightbox-panel {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(92vw, 920px);
    max-height: 90vh;
    padding: clamp(16px, 2vw, 24px);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 95, 70, 0.07), rgba(242, 140, 0, 0.07)),
        #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.lightbox-panel img {
    display: block;
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}

.lightbox-panel p {
    margin: 14px 44px 0;
    color: var(--forest);
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--forest);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.quote-widget-stack {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
}

.quote-widget-stack--bottom_left {
    right: auto;
    left: 24px;
    align-items: flex-start;
}

.quote-sticky-bar,
.whatsapp-fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.22);
    cursor: pointer;
}

.quote-sticky-bar {
    min-width: 156px;
    padding: 0 20px;
    background: linear-gradient(135deg, var(--saffron), #ef7d00);
}

.quote-sticky-bar[hidden] {
    display: none;
}

.quote-sticky-bar svg,
.whatsapp-fab svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.whatsapp-fab {
    min-width: 150px;
    padding: 0 19px;
    background: linear-gradient(135deg, #0f9f61, #087344);
}

.quote-modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: grid;
    place-items: stretch;
    padding: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(242, 140, 0, 0.26), transparent 30%),
        radial-gradient(circle at 82% 12%, rgba(15, 118, 110, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(6, 78, 59, 0.94), rgba(15, 118, 110, 0.9));
    overflow-y: auto;
}

.quote-modal[hidden] {
    display: none;
}

.quote-modal-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 620px);
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(56px, 6vw, 82px) clamp(18px, 4vw, 42px) clamp(22px, 4vw, 42px);
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 20% 22%, rgba(242, 140, 0, 0.2), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(15, 118, 110, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 249, 246, 0.94)),
        #ffffff;
    box-shadow: none;
}

.quote-modal-minimize {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(6, 95, 70, 0.18);
    border-radius: 999px;
    color: var(--forest);
    background: #ffffff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.quote-modal-minimize svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.quote-modal-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(8px, 2vw, 24px);
}

.quote-modal-logo {
    width: 170px;
    height: auto;
    margin-bottom: 28px;
}

.quote-modal-copy h2 {
    max-width: 520px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 0.98;
    font-weight: 900;
}

.quote-modal-copy p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.62;
}

.quote-modal-copy ul {
    display: grid;
    gap: 12px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.quote-modal-copy li {
    position: relative;
    padding-left: 32px;
    color: var(--forest);
    font-weight: 900;
}

.quote-modal-copy li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, var(--forest), var(--teal));
}

.quote-modal-copy li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.quote-whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 0 18px;
    color: #fff;
    background: linear-gradient(135deg, #0f9f61, #087344);
    border-radius: 999px;
    font-weight: 900;
}

.quick-quote-form {
    align-self: center;
    display: grid;
    gap: 12px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.12);
}

.quote-wizard-card {
    align-self: center;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 118px);
    max-height: calc(100dvh - 118px);
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 250, 0.96)),
        #ffffff;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.12);
    overflow-y: auto;
}

.quote-wizard-card form {
    display: grid;
}

.quote-wizard-card .wizard-step {
    min-height: 0;
}

.quote-wizard-card .wizard-step h3 {
    margin-top: 20px;
}

.quote-wizard-card .wizard-step p {
    margin-bottom: 18px;
}

.quote-product-groups {
    display: grid;
    gap: 12px;
    max-height: 330px;
    padding-right: 4px;
    overflow-y: auto;
}

.quote-product-groups .product-select-group {
    padding: 0;
    border: 1px solid #dbe5e2;
    box-shadow: none;
}

.quote-product-groups .product-select-group h4 {
    padding-block: 12px;
    font-size: 16px;
}

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

.quote-wizard-card .field-input,
.quote-wizard-card textarea.field-input {
    margin-top: 7px;
}

.quote-wizard-card .success-panel {
    padding: 18px 0 0;
}

.quote-form-label {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--saffron);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.quick-quote-form h3 {
    margin: 0;
    color: var(--forest);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.08;
}

.quick-quote-form p {
    margin: 8px 0 8px;
    color: var(--muted);
    line-height: 1.55;
}

.quick-quote-form label {
    color: #172033;
    font-size: 13px;
    font-weight: 900;
}

.quick-quote-form input,
.quick-quote-form select {
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 0 12px;
    color: var(--ink);
    background: #fbfefd;
    border: 1px solid #cbd8d4;
    border-radius: 8px;
    outline: none;
}

.quick-quote-form input:focus,
.quick-quote-form select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.quote-phone-input {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin-top: 7px;
    border: 1px solid #cbd8d4;
    border-radius: 8px;
    background: #fbfefd;
    overflow: hidden;
}

.quote-phone-input span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 0 12px;
    color: var(--ink);
    font-weight: 900;
}

.quote-flag-india {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 2px;
    background: linear-gradient(180deg, #ff9933 0 33.33%, #ffffff 33.33% 66.66%, #138808 66.66% 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.quote-flag-india::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border: 1px solid #1a4fa3;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.quote-phone-input input {
    min-height: 44px;
    margin: 0;
    border: 0;
    border-left: 1px solid #dbe5e2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.quote-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.quote-submit {
    min-height: 50px;
    margin-top: 4px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--forest), var(--teal));
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(6, 95, 70, 0.2);
}

.quote-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.quote-form-status {
    min-height: 20px;
    margin: 0;
    color: #b45309;
    font-size: 13px;
    font-weight: 900;
}

.quote-form-status.is-success {
    color: var(--forest);
}

@keyframes productMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track {
        animation: none;
    }
}

.range-section,
.specialty-section,
.process-section,
.testimonials-section,
.faq-section,
.final-cta {
    max-width: 1260px;
    margin: 0 auto;
    padding: clamp(46px, 6vw, 74px) clamp(18px, 4vw, 34px);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.section-head p {
    max-width: 560px;
    margin: 0;
}

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

.range-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.range-card h3 {
    margin: 0;
    padding: 14px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.liquid-card h3 {
    background: linear-gradient(135deg, var(--forest), #087353);
}

.powder-card h3 {
    background: linear-gradient(135deg, var(--teal), #0e7490);
}

.range-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 22px;
    list-style: none;
}

.range-card li {
    position: relative;
    padding-left: 24px;
    color: #243447;
    font-weight: 700;
}

.range-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--teal);
    border-radius: 999px;
}

.specialty-section {
    padding-top: 0;
}

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

.specialty-card {
    padding: 24px;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 95, 70, 0.08), rgba(242, 140, 0, 0.08)),
        #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.specialty-card h3 {
    margin: 0 0 8px;
    color: var(--forest);
    font-size: 22px;
    font-weight: 900;
}

.specialty-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.process-section {
    border-top: 1px solid var(--line);
}

.process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 38px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 7%;
    right: 7%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(6, 95, 70, 0.18), rgba(15, 118, 110, 0.78), rgba(242, 140, 0, 0.7));
}

.process-timeline article {
    position: relative;
    z-index: 1;
    min-height: 178px;
    padding: 54px 20px 22px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 248, 0.92)),
        #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.process-timeline span {
    position: absolute;
    top: -20px;
    left: 20px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: linear-gradient(135deg, var(--forest), var(--teal));
    border: 4px solid #ffffff;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(6, 95, 70, 0.2);
}

.process-timeline h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}

.process-timeline p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.testimonials-section {
    border-top: 1px solid var(--line);
}

.testimonials-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.testimonials-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
}

.testimonials-head p {
    max-width: 630px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.rating-summary {
    flex: 0 0 auto;
    min-width: 190px;
    padding: 18px 20px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--forest-dark), var(--teal));
    box-shadow: 0 18px 34px rgba(6, 78, 59, 0.18);
}

.rating-summary strong,
.rating-summary span {
    display: block;
}

.rating-summary strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.rating-summary span {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 800;
    opacity: 0.9;
}

.testimonial-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 14px;
}

.testimonial-viewport {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 16px;
    transition: transform 360ms ease;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-height: 250px;
    padding: 24px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(242, 140, 0, 0.14), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 246, 0.94));
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.testimonial-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    color: var(--forest);
    background: rgba(242, 140, 0, 0.12);
    border: 1px solid rgba(242, 140, 0, 0.22);
    border-radius: 999px;
}

.testimonial-rating strong {
    font-size: 17px;
    font-weight: 900;
}

.testimonial-rating span {
    color: #8a5200;
    font-size: 13px;
    font-weight: 900;
}

.testimonial-card p {
    margin: 18px 0 22px;
    color: #334155;
    font-size: 15px;
    line-height: 1.62;
}

.testimonial-author strong,
.testimonial-author span {
    display: block;
}

.testimonial-author strong {
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
}

.testimonial-author span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.testimonial-nav {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--forest);
    background: #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    cursor: pointer;
    transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
    color: #fff;
    background: var(--forest);
    transform: translateY(-1px);
}

.testimonial-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.testimonial-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c7d8d2;
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.testimonial-dots button.is-active {
    width: 26px;
    background: var(--forest);
}

.assurance-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 34px) clamp(46px, 6vw, 74px);
}

.assurance-band div {
    padding: 22px;
    background: #eff8f5;
    border: 1px solid #d7e9e3;
}

.assurance-band strong,
.assurance-band span {
    display: block;
}

.assurance-band strong {
    color: var(--forest);
    font-size: 17px;
}

.assurance-band span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 14px;
}

.faq-section {
    border-top: 1px solid var(--line);
}

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

.faq-item {
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 246, 0.92)),
        #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
    padding: 18px 22px;
    color: var(--ink);
    font-weight: 900;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--forest);
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "-";
    padding-bottom: 2px;
}

.faq-item p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.final-cta {
    margin-bottom: 38px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #064e3b, #0f766e);
    border-radius: 8px;
}

.final-cta h2,
.final-cta p {
    color: #fff;
}

.final-cta p {
    max-width: 720px;
    margin: 14px auto 24px;
    opacity: 0.9;
}

.final-cta .company-address {
    max-width: 780px;
    margin: -8px auto 24px;
    padding: 12px 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    opacity: 1;
}

.company-address strong {
    font-weight: 900;
}

.contact-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    flex-wrap: wrap;
    margin-top: 22px;
    font-weight: 800;
}

.contact-strip a {
    color: #fff;
    opacity: 0.92;
}

.contact-strip a:hover {
    opacity: 1;
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    }

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

@media (max-width: 980px) {
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 0;
        padding-left: 34px;
    }

    .process-timeline::before {
        top: 12px;
        bottom: 12px;
        left: 18px;
        right: auto;
        width: 4px;
        height: auto;
    }

    .process-timeline article {
        min-height: auto;
        padding: 22px 20px 22px 34px;
    }

    .process-timeline span {
        top: 22px;
        left: -38px;
        width: 40px;
        height: 40px;
        border-width: 3px;
    }
}

@media (max-width: 900px) {
    .testimonial-card {
        flex-basis: calc((100% - 16px) / 2);
    }

    .quote-modal-shell {
        grid-template-columns: 1fr;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .quote-modal-copy {
        padding-top: 52px;
    }

    .quote-modal-copy h2 {
        font-size: clamp(30px, 8vw, 42px);
    }
}

@media (max-width: 780px) {
    .site-header {
        position: static;
        align-items: flex-start;
        flex-direction: column;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .hero-grid,
    .range-grid,
    .specialty-grid,
    .marquee-head,
    .section-head,
    .field-row {
        grid-template-columns: 1fr;
    }

    .marquee-head {
        display: grid;
    }

    .hero-copy h1 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .lead-card {
        padding: 20px;
    }

    .section-head {
        display: grid;
    }

    .range-card ul,
    .chip-grid,
    .option-grid,
    .faq-grid,
    .assurance-band {
        grid-template-columns: 1fr;
    }

    .testimonials-head {
        display: grid;
        align-items: start;
    }

    .rating-summary {
        width: 100%;
        min-width: 0;
    }

    .header-link-email,
    .header-link-site {
        display: none;
    }
}

@media (max-width: 640px) {
    .testimonial-carousel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
    }

    .testimonial-card {
        flex-basis: 100%;
        min-height: 270px;
    }

    .testimonial-viewport {
        grid-column: 1 / -1;
        grid-row: 1;
        border-radius: 8px;
    }

    .testimonial-nav {
        position: static;
        grid-row: 2;
        width: 40px;
        height: 40px;
    }

    .testimonial-nav:hover,
    .testimonial-nav:focus-visible {
        transform: none;
    }

    .testimonial-prev {
        grid-column: 1;
        justify-self: end;
    }

    .testimonial-next {
        grid-column: 2;
        justify-self: start;
    }

    .quote-form-row,
    .quote-wizard-card .chip-grid {
        grid-template-columns: 1fr;
    }

    .quote-widget-stack {
        right: 16px;
        bottom: 16px;
    }

    .quote-widget-stack--bottom_left {
        right: auto;
        left: 16px;
    }

    .quote-sticky-bar,
    .whatsapp-fab {
        min-height: 48px;
        min-width: 142px;
        padding-inline: 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .site-header {
        padding-inline: 20px;
    }

    .header-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 340px;
        display: none;
    }

    .header-link {
        width: 100%;
    }

    .hero-section {
        padding-inline: 20px;
    }

    .hero-grid,
    .hero-copy,
    .hero-actions,
    .trust-row {
        width: 100%;
        max-width: 300px;
        min-width: 0;
    }

    .lead-card {
        width: 100%;
        max-width: 340px;
        min-width: 0;
    }

    .range-section,
    .product-marquee-section,
    .specialty-section,
    .process-section,
    .testimonials-section,
    .faq-section,
    .assurance-band,
    .final-cta {
        width: 100%;
        max-width: 100%;
    }

    .marquee-head,
    .section-head,
    .testimonials-head,
    .testimonial-carousel,
    .testimonial-dots,
    .range-grid,
    .specialty-grid,
    .process-timeline,
    .faq-grid,
    .assurance-band,
    .final-cta {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-copy,
    .hero-copy p,
    .lead-card p {
        overflow-wrap: anywhere;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(23px, 6vw, 26px);
        line-height: 1.12;
    }

    .hero-copy h1 span {
        max-width: 100%;
    }

    .hero-text {
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-actions,
    .wizard-actions,
    .segmented {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .wizard-actions {
        display: grid;
    }

    .trust-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trust-row div {
        width: 100%;
    }

    .primary-button,
    .call-button,
    .secondary-button,
    .next-button,
    .ghost-button,
    .header-call-cta,
    .header-cta {
        width: 100%;
    }

    .marquee-track {
        gap: 16px;
        padding-inline: 16px;
        animation-duration: 48s;
    }

    .marquee-card {
        flex-basis: 260px;
        padding: 12px;
    }

    .quote-modal {
        padding: 0;
    }

    .quote-modal-shell {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 68px 14px 18px;
    }

    .quote-modal-logo {
        width: 140px;
        margin-bottom: 18px;
    }

    .quote-modal-copy {
        padding: 52px 2px 0;
    }

    .quote-modal-copy p {
        font-size: 15px;
    }

    .quick-quote-form,
    .quote-wizard-card {
        padding: 18px;
        max-height: calc(100vh - 92px);
        max-height: calc(100dvh - 92px);
    }

    .product-lightbox {
        padding: 14px;
    }

    .lightbox-panel {
        width: 100%;
    }

    .lightbox-panel img {
        max-height: 70vh;
    }

    .lightbox-panel p {
        margin-inline: 38px;
        font-size: 16px;
    }
}
