:root {
    --gold: #CEA43D;
    --gold-dark: #CEA43D;
    --gold-light: rgba(212, 175, 55, 0.2);
    --dark: #000000;
    --dark-gray: #212020;
    --card-bg: #000000;
    --card-border: #888;
    --text-muted: #888;
    --text-light: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--dark);
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    color: var(--text-light);
}

/* ========================================
           TOP BAR
        ======================================== */
.top-bar {
    background: var(--gold);
    text-align: center;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

/* ========================================
           NAVBAR
        ======================================== */
.navbar {
    background: var(--dark);
    backdrop-filter: blur(10px);
    /* padding: 16px 0; */
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff !important;
}

.navbar-brand span {
    color: var(--gold);
}

.navbar .nav-link {
    color: var(--text-light) !important;
    letter-spacing: 4px;
    transition: 0.3s;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--gold) !important;
}

.navbar-toggler {
    background-color: var(--dark-gray);

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M6 7h12M4 12h16M6 17h12'/%3E%3C/svg%3E");
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('/image/Duron-Masthead-final-old.webp') no-repeat center center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero h1 {
    font-size: 72px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 20px;
}

.hero h1 span {
    color: var(--gold);
}

.hero p {
    letter-spacing: 4px;
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 30px;
}

/* Custom Button */
.btn-custom {
    background-color: var(--gold);
    color: #000;
    padding: 14px 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
font-weight:600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 2;
}


.btn-custom1 {
    background-color: transparent;
    color: #fff;
    padding: 14px 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
font-weight:600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 2;
   border: 1.5px solid var(--gold);
}
.btn-custom:hover {
    border: 1.5px solid var(--gold);
    color: var(--gold);
    background-color: transparent;
}

/* ========================================
           STORY SECTION
        ======================================== */
.story-section {
    background: var(--dark);
    padding: 60px 0px;
    min-height: 100vh;
    overflow: hidden;
}

.about-story-section {
    background: var(--dark-gray);
    padding: 60px 0px;
    min-height: 100vh;
    overflow: hidden;
}

.right-panel {
    padding: 0 50px;
}

.img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-story-label {
    letter-spacing: 5px;
    color: var(--gold);
    font-size: 16px;
    margin-bottom: 8px;
}

.story-heading {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 0px;
}

.story-heading .gold {
    color: var(--gold);
}

.story-body {
    line-height: 2;
    margin-bottom: 20px;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    gap: 15px;
    transition: 0.3s;
    border-left: 2px solid transparent;
}

.feature-item:hover {
    transform: translateX(5px);
    border-left-color: var(--gold);
    padding: 5px;
}

.feature-icon {
    font-size: 28px;
    color: var(--gold);
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 5px;
}

.feature-desc {
    font-size: 12px;
    color: var(--text-muted);
}

.story-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px 0;
}

/* ========================================
           PRODUCTS SECTION
        ======================================== */
.products-section {
    padding: 80px 0;
    background: var(--dark-gray);
    min-height: 100vh;
    overflow: hidden;
}

.section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gold);
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.section-title span {
    color: var(--gold);
}

.title-line {
    width: 100px;
    height: 3px;
    background: var(--gold);
    margin-top: 5px;
    margin-bottom: 10px;
}

.btn-catalogue {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    border: 1.5px solid var(--gold);
    padding: 12px 28px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    line-height: 1;
}

.btn-catalogue:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* Product Card */
.product-card {
    background: var(--dark);
    overflow: hidden;
    position: relative;
    color: var(--text-light);
}

/* Badge */
.badge-top {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold);
    color: var(--dark);
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    letter-spacing: 2px;
}

/* Image Area */
.card-img-area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* padding-top: 30px; */
}

.bottle-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Content */
.card-body-content {
    padding: 10px 20px;
}

/* Title */
.prod-name {
    font-size: 32px;
    margin-bottom: 0 !important;
    font-weight: 100;
}

/* Grade */
.prod-grade {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

/* Divider */
.divider-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

/* Description */
.prod-desc {
    line-height: 1.5;
}

/* Footer */
.card-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

/* Price */
.price {
    color: var(--gold);
    font-weight: 400;
    font-size: 32px;
}

.price .per {
    font-size: 13px;
    color: var(--text-light);
}

/* Button */
.btn-details {
    font-size: 12px;
    letter-spacing: 3px;
    color: #fff;
    border: 1.5px solid var(--gold);
    padding: 5px 12px;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-details:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* ========================================
           WHY DURON SECTION
        ======================================== */
.why-section {
    background: var(--dark);
    padding: 80px 0;
}



.title-underline {
    width: 100px;
    height: 3px;
    background: var(--gold);
    margin: 15px auto 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--card-border);
    border-left: 1px solid var(--card-border);
}

.feature-cell {
    border-right: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s;
    background-color: var(--dark-gray);
}

.feature-cell:hover {
    background: var(--dark);
}

.feat-number {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 52px;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
}

.feat-icon-wrap {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.feature-cell:hover .feat-icon-wrap {
    border-color: var(--gold);
    background: rgba(201, 168, 76, 0.05);
}

.feat-icon {
    width: 24px;
    height: 24px;
}

.feat-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 5px;
}

.feat-desc {
    line-height: 1.5;
}

/* ========================================
           AMBASSADOR SECTION
        ======================================== */
.brand-hero {
    min-height: 100vh;
    padding: 60px 0;
    background: url('/image/Duron-Second-image.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
}

.brand-img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.brand-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 35px;
}

/* Content Box */
.hero-content {
    max-width: 600px;
}

/* Heading */
.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-title {
        font-size: 30px;
    }

    .brand-hero {
        background-position: left center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .brand-hero {
        padding: 80px 20px;
    }

    .hero-content {
        text-align: center;
        margin: auto;
    }

    .hero-title {
        font-size: 24px;
        line-height: 1.3;
    }
}

.contact-section {
    background-color: var(--dark-gray);
    padding: 80px 0;
}

.contact-wrapper {
    width: 100%;
}

/* LEFT COLUMN */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    /* border-bottom: 1px solid var(--card-border); */
}

.info-item:first-child {
    border-top: 1px solid var(--card-border);
}

.icon-box {
    width: 70px;
    height: 70px;
    min-width: 36px;
    border: 1px solid var(--dark);
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.icon-box svg {
    width: 40px;
    height: 40px;
    fill: var(--gold);
}

.info-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.info-text {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}

.social-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 22px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border: 1px solid var(--card-border);
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-decoration: none;
}

.social-icon:hover {
    border-color: var(--card-border);
}

.social-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--text-light);
}

/* RIGHT COLUMN */

.contact-form {
    background-color: var(--dark);
    padding-top: 30px;
}

.form-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--text-light);
    letter-spacing: 1px;
}

.form-title span {
    color: var(--gold);
}

.form-label {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    background-color: var(--dark) !important;
    border: 1px solid var(--card-border) !important;
    color: var(--text-light) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 14px;
}

.form-control::placeholder {
    color: var(--card-border);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold) !important;
}

.form-select {
    color: var(--text-light) !important;
}

.form-select option {
    background: var(--dark);
    color: var(--text-light);
}

textarea.form-control {
    height: 90px;
    resize: none;
}

.btn-send {
    background-color: var(--gold);
    color: var(--dark);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 14px;
    width: 100%;
    transition: background 0.2s;
    margin-top: 4px;
}

.btn-send:hover {
    background-color: var(--gold);
    color: #111;
}

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 30px 20px;
    }
}


.nav-item{
padding:0px 15px;
}
/* ========================================
           FOOTER
        ======================================== */
.footer {
    background: var(--dark);
    padding: 50px 0 0px;
}

.footer h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--gold);
}

.footer h5 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--gold);
}


.footer p,
.footer a {
    font-size: 14px;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: var(--gold);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--card-border);
    font-size: 12px;
    color: #555;
}

/* ========================================
           RESPONSIVE
        ======================================== */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ambassador-content {
        max-width: 100%;
        margin: 0;
    }

    .quote-text {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 80vh;
        width: 100%;
        background-image: url('/image/mobilebanner-1.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;

    }

    .hero h1 {
        font-size: 48px;
    }

    .story-heading {
        font-size: 36px;
    }

    .right-panel {
        padding: 40px 18px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .features-grid {
        grid-template-columns: 2fr;
    }

    .ambassador-content {
        padding: 40px 25px;
    }

    .form-container {
        padding: 25px;
        margin-top: 30px;
    }

    .contact-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 36px;
    }

    .btn-custom,
    .btn-catalogue {
        padding: 10px 20px;
        font-size: 11px;
    }

    .quote-text {
        font-size: 22px;
    }
}

.about-banner {
    position: relative;
    background-image: url('/image/about-us-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(232, 255, 71, 0.08), transparent 70%); */
}

/* .banner-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(232, 255, 71, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232, 255, 71, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
} */




.about-banner p {
    font-size: 17px;
    color: var(--text-light);
    margin-top: 14px;
    position: relative;
}

.contact-banner {
    position: relative;
    background: linear-gradient(160deg, #0a0a0a 0%, #141414 100%);
    text-align: center;
    padding: 130px 20px 160px;
    overflow: hidden;
}

.contact-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(232, 255, 71, 0.08), transparent 70%);
}

/* .banner-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(232, 255, 71, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232, 255, 71, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
} */

.contact-banner .badge-tag {
    display: inline-block;
    background: rgba(206, 164, 61, 0.15);
    color: var(--gold);
    border: 1px solid rgba(206, 164, 61, 0.3);
    border-radius: 999px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-banner h1 {
    /* font-size: clamp(42px, 7vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    color: #fff; */
    position: relative;
}

.contact-banner h1 span {
    color: var(--gold);
}

.contact-banner p {
    font-size: 17px;
    color: var(--text-muted);
    margin-top: 14px;
    position: relative;
}

.map-section {
    padding: 60px 0;
}

.map-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.map-section .sub {
    text-align: center;
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 32px;
}

.map-wrapper {
    /* border-radius: 16px; */
    overflow: hidden;
    border: 1px solid var(--card-border);
    filter: grayscale(0.3) contrast(1.1);
}

.map-wrapper iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

/* ── FAQ ── */
.faq-section {
    background: var(--dark-gray);
    border-top: 1px solid var(--card-border);
    padding: 80px 0;
}

.faq-section {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
}

.faq-section h2 span {
    color: var(--gold);
}

.faq-section .sub {
    text-align: center;
    color: var(--text-light);
    font-size: 15px;
    margin-bottom: 40px;
}

.accordion-item {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-button {
    background: var(--card-bg) !important;
    color: var(--text-light) !important;
    /* font-weight: 600; */
    font-size: 22px;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 22px;
}

.accordion-button:not(.collapsed) {
    color: var(--gold) !important;
}

.accordion-button::after {
    filter: invert(1) brightness(2);
}

.accordion-body {
    background: var(--card-bg);
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
    padding: 0 22px 18px;
}


/* About us  */

/* ========================================
           ABOUT HERO SECTION
        ======================================== */
.about-hero {
    background: linear-gradient(135deg, #0e0e0e 0%, #1a1510 60%, #0e0e0e 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 50%, rgba(200, 168, 75, 0.08) 0%, transparent 70%),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 80px,
            rgba(255, 255, 255, 0.015) 80px,
            rgba(255, 255, 255, 0.015) 81px);
    pointer-events: none;
}

.about-hero-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.about-hero-tag::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.about-hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(60px, 10vw, 110px);
    line-height: 0.95;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 24px;
}

.about-hero-title span {
    color: var(--gold);
}

.about-hero-desc {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.8;
    max-width: 480px;
    font-weight: 300;
}

/* About Hero Stats */
.about-hero-stats {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.about-stat-item {
    text-align: center;
}

.about-stat-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    text-transform: uppercase;
    font-weight: 500;
}

/* Custom Buttons for About Hero */
.about-btn-gold {
    background-color: var(--gold);
    color: #000;
    padding: 12px 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1.5px solid var(--gold);
}

.about-btn-gold:hover {
    background-color: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.about-btn-outline-gold {
    background-color: transparent;
    color: var(--gold);
    padding: 12px 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1.5px solid var(--gold);
}

.about-btn-outline-gold:hover {
    background-color: var(--gold);
    color: #000;
    border-color: var(--gold);
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        padding: 80px 0 60px;
    }

    .about-hero-stats {
        margin-top: 40px;
        padding-top: 30px;
    }

    .about-stat-number {
        font-size: 32px;
    }

    .about-stat-label {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .about-hero-title {
        letter-spacing: 2px;
    }

    .about-btn-gold,
    .about-btn-outline-gold {
        padding: 8px 20px;
        font-size: 11px;
        letter-spacing: 2px;
    }
}

.compare-section {
    background: var(--dark-gray);
    padding: 80px 0;
}


.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table th {
    background: var(--dark);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    padding: 16px 20px;
    text-align: left;
    border-bottom: 2px solid var(--gold);
}

.compare-table th:first-child {
    color: var(--text-light);
}

.compare-table td {
    padding: 14px 20px;
    font-size: 13px;
    color: var(--text-light);
    border-bottom: 1px solid var(--border);
}

.compare-table tr:hover td {
    background: rgba(200, 168, 75, 0.04);
}

.compare-table td:first-child {

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-light);
    text-transform: uppercase;
}

.check {
    color: #3a9e6e;
    font-size: 16px;
}

.cross {
    color: #c0392b;
    font-size: 16px;
}


.cta-section {
    background: linear-gradient(135deg, #1a1510 0%, #111 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: 'DURON';
    position: absolute;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 260px;
    color: rgba(200, 168, 75, 0.06);
    letter-spacing: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    white-space: nowrap;
}

.ticker {
    background: var(--gold);
    padding: 10px 0;
    overflow: hidden;
}

.ticker-inner {
    display: flex;
    gap: 60px;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
    width: max-content;
}

@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ticker-item {
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 20px;
}

.ticker-dot {
    width: 4px;
    height: 4px;
    background: var(--dark);
    border-radius: 50%;
}

.mv-section {
    background-color: var(--dark-gray);
    padding: 100px 0;
}

.mv-card {
    background: var(--dark);
    border: 1px solid var(--gold);
    padding: 40px 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s;
}

.mv-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
}

.mv-card:hover {
    border-color: var(--gold);
}

.mv-icon {
    width: 52px;
    height: 52px;
    background: rgba(200, 168, 75, 0.1);
    border: 1px solid rgba(200, 168, 75, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mv-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--gold);
}

.mv-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mv-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.mv-text {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.9;
    font-weight: 300;
}


/* ── TEAM / VALUES ── */
.values-section {
    background: var(--dark);
    padding: 80px 0;
}

.value-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0 0;
    border-bottom: 1px solid var(--gold);
}

.value-row:first-child {
    border-top: 1px solid var(--gold);
}

.value-num {
    font-size: 40px;
    color: var(--gold);
    line-height: 1;
    min-width: 60px;
}

.value-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
}

.value-text {
    font-size: 13px;
    color: var(--text-body);
    line-height: 1.8;
    font-weight: 300;
}

.specifications-section {
    background-color: var(--dark-gray);
    padding: 80px 0;
}


.product-card {
    position: relative;

}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}


.product-card:hover::before {
    transform: scaleX(1);
}

.description-section {
    background-color: var(--dark);
    border-top: 1px solid var(--card-border);
    padding: 80px 0px;
}

.hero-section {
    padding: 80px 0;
    text-align: center;
    position: relative;
    /* border-bottom: 1px solid var(--card-border); */
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
  }

.hero-section .container {
    position: relative;
    z-index: 2;
}

.about-text-section {
    background-color: var(--duron-dark);
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.about-text-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 300px;

    /* background: radial-gradient(circle, var(--dark-gray) 0%, transparent 70%); */
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}


.hero-divider {
    width: 100px;
    height: 3px;
    background: var(--gold);
    margin: 1.5rem auto;
}

label.error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('/image/Duron-Masthead-final-old.png') no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}

@media (max-width: 576px) {
    .brand-hero {
        min-height: 80vh;
        width: 100%;
        background-image: url('/image/hero-main-mobile.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;

        background-color: #000;

    }

    .hero-section {
        min-height: 80vh;
        width: 100%;
        background-image: url('/image/mobilebanner-1.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .cta-section::before {
        content: 'DURON';
        font-size: 133px;
    }

    .feature-title {
        font-size: 13px;
    }
}

.info-text a {
    color: inherit;
    text-decoration: none;
}
/* ==========================================================================
   Duron — page-specific styles (moved from inline <style> blocks)
   ========================================================================== */


/* ——— ABOUT PAGE ——— */

/* ── STORY SECTION ── */


.story-img-block {
    position: relative;
}

.story-img-block .img-main {
    width: 100%;
    height: 420px;
    background: linear-gradient(135deg, #1a1510 0%, #252010 50%, #1a1208 100%);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.story-img-block .img-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 20px,
            rgba(200, 168, 75, 0.03) 20px,
            rgba(200, 168, 75, 0.03) 21px);
}

.oil-drop-svg {
    width: 160px;
    opacity: 0.6;
}

.badge-founded {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 110px;
    height: 110px;
    background: var(--gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.badge-founded .year {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: #111;
    line-height: 1;
}

.badge-founded .since {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
}

/* ── MISSION VISION ── */

/* ── WHY DURON ── */
.why-section {
    background-color: var(--dark2);
    padding: 80px 0;
}


/* ── PRODUCTS STRIP ── */
.products-strip {
    background: var(--gold);
    padding: 28px 0;
    overflow: hidden;
}

.products-strip .strip-inner {
    display: flex;
    gap: 60px;
    align-items: center;
    white-space: nowrap;
}

.strip-item {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 20px;
}

.strip-dot {
    width: 6px;
    height: 6px;
    background: #111;
    border-radius: 50%;
    opacity: 0.4;
}



/* ——— PRODUCTS LISTING ——— */

.divider {

    height: 1px;

    background: var(--border);

    margin: 60px 0;

}



/* ——— PRODUCT DETAILS ——— */

body.page-product-details {

    --gold: #cfa43d;

    --dark: #0f0f0f;

    --dark-gray: #1a1a1a;

    --card-bg: #1a1a1a;

    --card-border: #2a2a2a;

    --text-light: #ffffff;

    --text-muted: #888888;

}



body.page-product-details .cart-wrap {

    position: relative;

}



body.page-product-details .cart-badge {

    position: absolute;

    top: -6px;

    right: -6px;

    background: var(--gold);

    color: var(--dark);

    font-size: 10px;

    font-weight: 700;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



body.page-product-details .breadcrumb-bar {

    padding: 13px 60px;

    border-bottom: 1px solid var(--card-border);

    background: var(--dark-gray);

}



body.page-product-details .breadcrumb-bar span {

    font-size: 13px;

    color: var(--text-muted);

}



body.page-product-details .breadcrumb-bar span a {

    color: var(--text-muted);

    text-decoration: none;

    transition: color 0.2s;

}



body.page-product-details .breadcrumb-bar span a:hover {

    color: var(--gold);

}



body.page-product-details .breadcrumb-bar span.current {

    color: var(--gold);

}



body.page-product-details .breadcrumb-bar i {

    font-size: 11px;

    margin: 0 6px;

    color: #333;

}



body.page-product-details .product-section {

    display: flex;

    gap: 50px;

    padding: 50px 60px;

    align-items: flex-start;

}



body.page-product-details .gallery {

    flex-shrink: 0;

    width: 45%;

}



body.page-product-details .main-img {

    background: var(--card-bg);

    border: 1px solid var(--card-border);

    /* height: 400px; */

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 14px;

    position: relative;

    overflow: hidden;

}



body.page-product-details .main-img::before {

    content: '';

    position: absolute;

    inset: 0;

    background: radial-gradient(circle at 35% 30%, rgba(206, 164, 61, 0.07), transparent 60%);

}



body.page-product-details .img-badge {

    position: absolute;

    top: 16px;

    left: 16px;

    background: var(--gold);

    color: var(--dark);

    font-size: 11px;

    font-weight: 700;

    padding: 4px 10px;

    border-radius: 6px;

    z-index: 2;

    letter-spacing: 0.5px;

}



body.page-product-details .wishlist-btn {

    position: absolute;

    top: 16px;

    right: 16px;

    width: 38px;

    height: 38px;

    background: var(--dark-gray);

    border: 1px solid var(--card-border);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 2;

    transition: background 0.2s;

}



body.page-product-details .wishlist-btn i {

    font-size: 16px;

    color: var(--text-muted);

    transition: color 0.2s;

}



body.page-product-details .wishlist-btn:hover {

    background: rgba(206, 164, 61, 0.12);

}



body.page-product-details .wishlist-btn:hover i {

    color: var(--gold);

}



body.page-product-details .product-details {

    flex: 1;

}





body.page-product-details .divider {

    height: 1px;

    background: var(--card-border);

    margin: 10px 0;

}



body.page-product-details .price-row {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 6px;

}



body.page-product-details .price {

    font-size: 34px;

    font-weight: 700;

    color: var(--gold);

}



body.page-product-details .section-label {

    font-size: 12px;

    font-weight: 600;

    color: var(--text-light);

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 10px;

    margin-top: 20px;

}



body.page-product-details .variants {

    display: flex;

    gap: 8px;

    margin-bottom: 20px;

    flex-wrap: wrap;

}



body.page-product-details .variant-btn {

    background: var(--card-bg);

    border: 1.5px solid var(--card-border);

    color: var(--text-light);

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    font-weight: 500;

    padding: 8px 18px;

    cursor: pointer;

    transition: all 0.2s;

}



body.page-product-details .variant-btn.active, body.page-product-details .variant-btn:hover {

    border-color: var(--gold);

    color: var(--gold);

    background: rgba(206, 164, 61, 0.08);

}



body.page-product-details .grade-variants {

    display: flex;

    gap: 8px;

    margin-bottom: 22px;

    flex-wrap: wrap;

}



body.page-product-details .grade-btn {

    background: var(--card-bg);

    border: 1.5px solid var(--card-border);

    color: var(--text-light);

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    font-weight: 500;

    padding: 7px 14px;

    cursor: pointer;

    transition: all 0.2s;

}



body.page-product-details .grade-btn.active, body.page-product-details .grade-btn:hover {

    border-color: var(--gold);

    color: var(--gold);

    background: rgba(206, 164, 61, 0.08);

}



body.page-product-details .cta-row {

    display: flex;

    gap: 12px;

    margin: 24px 0;

}



body.page-product-details .spec-table {

    width: 100%;

    border-collapse: collapse;

    margin-top: 20px;

}



body.page-product-details .spec-table tr {

    border-bottom: 1px solid var(--card-border);

}



body.page-product-details .spec-table tr:last-child {

    border-bottom: none;

}



body.page-product-details .spec-table td {

    padding: 10px 4px;

    font-size: 13px;

}



body.page-product-details .spec-table td:first-child {

    color: var(--text-light);

    width: 45%;

    font-weight: 600;

}



body.page-product-details .spec-table td:last-child {

    color: var(--text-light);

    font-weight: 500;

}



body.page-product-details #features-grid {

    display: -webkit-box;

    display: -ms-flexbox;



    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;



    /* Gap Prefix (Gap purane browsers mein flex ke saath nahi chalta tha) */

    gap: 20px;



    list-style: none;

    padding: 0;

}



body.page-product-details .feature-item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;



    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;



    /* Transition Prefixes */

    -webkit-transition: -webkit-transform 0.3s ease;

    transition: -webkit-transform 0.3s ease;

    transition: transform 0.3s ease;

}



body.page-product-details .check-icon {

    -ms-flex-negative: 0;

    flex-shrink: 0;



    border-radius: 50%;



    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;



    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;



    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



body.page-product-details .feature-card {

    background: var(--card-bg);

    border: 1px solid var(--card-border);

    padding: 15px;

    text-align: center;

    transition: all 0.3s;

    display: flex;

}



body.page-product-details .feature-card:hover {

    border-color: var(--gold);

    transform: translateY(-2px);

}



body.page-product-details .feature-card i {

    font-size: 24px;

    color: var(--gold);

    padding: 0px 20px;

}



body.page-product-details .feature-card p {

    margin: 0;

    font-size: 20px;

}



body.page-product-details .bottle-img {

    max-width: 100%;

    max-height: 100%;

    object-fit: contain;

}







body.page-product-details .description-section {

    padding: 40px 60px;

    background: var(--dark-gray);

}



body.page-product-details .specifications-section {

    padding: 40px 60px;

    background: var(--dark-gray);

}



body.page-product-details .footer {

    background: #0a0a0a;

    padding: 50px 0 20px;

}



body.page-product-details .footer h5 {

    color: var(--gold);

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 20px;

    letter-spacing: 1px;

}



body.page-product-details .footer p {

    margin-bottom: 10px;

}



body.page-product-details .footer a {

    color: var(--text-muted);

    text-decoration: none;

    transition: color 0.3s;

    font-size: 13px;

}



body.page-product-details .footer a:hover {

    color: var(--gold);

}



body.page-product-details .footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    padding-top: 20px;

    margin-top: 30px;

}



body.page-product-details .copyright-text {

    font-size: 12px;

    color: var(--text-muted);

}



body.page-product-details .top-bar {

    background: linear-gradient(90deg, var(--gold) 0%, #b8860b 100%);

    color: var(--dark);

    text-align: center;

    padding: 8px;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 2px;

}



@media (max-width: 900px) {


    body.page-product-details .breadcrumb-bar {

        padding: 12px 20px;

    }



    body.page-product-details .product-section {

        flex-direction: column;

        padding: 30px 20px;

        gap: 30px;

    }



    body.page-product-details .gallery {

        width: 100%;

    }



    body.page-product-details .description-section {

        padding: 0 20px 40px;

    }



    body.page-product-details .cta-row {

        flex-direction: column;

    }



    body.page-product-details .features-grid {

        grid-template-columns: 1fr 1fr;

    }


}



/* ——— THANK YOU PAGE ——— */

body.page-thankyou {
min-height:100vh;
background:#000;
font-family:'Poppins',sans-serif;
overflow-x:hidden;
}

body.page-thankyou .thankyou-wrap {
position:relative;
min-height:calc(100vh - 200px);
display:flex;
justify-content:center;
align-items:center;
padding:60px 16px;
overflow:hidden;
}

body.page-thankyou .thankyou-wrap::before {
content:'';
position:absolute;
width:500px;
height:500px;
background:#0ea5e9;
filter:blur(180px);
opacity:.15;
border-radius:50%;
top:-150px;
right:-100px;
}

body.page-thankyou .thankyou-wrap::after {
content:'';
position:absolute;
width:450px;
height:450px;
background:#22c55e;
filter:blur(180px);
opacity:.12;
border-radius:50%;
bottom:-150px;
left:-100px;
}

body.page-thankyou .thankyou-card {
position:relative;
z-index:2;
width:90%;
max-width:650px;
text-align:center;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(15px);
padding:60px 40px;
border-radius:24px;
box-shadow:0 20px 50px rgba(0,0,0,.35);
}

body.page-thankyou .success-icon {
width:100px;
height:100px;
margin:auto;
border-radius:50%;
background:linear-gradient(135deg,#22c55e,#16a34a);
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:45px;
margin-bottom:30px;
}

body.page-thankyou .thankyou-card h1 {
color:#fff;
font-size:48px;
margin-bottom:15px;
}

body.page-thankyou .thankyou-card p {
color:#cbd5e1;
font-size:18px;
line-height:1.8;
margin-bottom:35px;
}

body.page-thankyou .btn-home {
display:inline-block;
padding:14px 35px;
background:#CEA43D;
color:#fff;
text-decoration:none;
transition:.3s;
}

body.page-thankyou .btn-home:hover {
background:#CEA43D;
color:#fff;
transform:translateY(-2px);
}

body.page-thankyou .small-text {
margin-top:25px;
color:#94a3b8;
font-size:14px;
}

@media(max-width:768px) {

body.page-thankyou .thankyou-card {
padding:45px 25px;
}

body.page-thankyou .thankyou-card h1 {
font-size:34px;
}

body.page-thankyou .thankyou-card p {
font-size:16px;
}

body.page-thankyou .success-icon {
width:85px;
height:85px;
font-size:38px;
}

}



/* ——— TECHNOLOGY PAGE ——— */

body.page-technology *, body.page-technology *::before, body.page-technology *::after {
    box-sizing: border-box;
}

body.page-technology {
    --gold: #C9A84C;
    --gold-light: #E8C96A;
    --gold-dim: rgba(201, 168, 76, 0.12);
    --gold-glow: rgba(201, 168, 76, 0.25);
    --dark: #080808;
    --dark-1: #0D0D0D;
    --dark-2: #111111;
    --dark-3: #161616;
    --dark-4: #1C1C1C;
    --text: #C8C0B4;
    --muted: #5A5550;
    --white: #F2EDE4;
    --red-accent: #C0392B;
}

html:has(body.page-technology) {
    scroll-behavior: smooth;
}

body.page-technology {
    background: var(--dark);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}

/* chrome above noise */
body.page-technology .navbar, body.page-technology .footer { position: relative; z-index: 10000; }
body.page-technology .navbar { position: sticky; top: 0; }

/* ════════════════════════════════
NOISE OVERLAY
════════════════════════════════ */
body.page-technology::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.4;
}

/* ════════════════════════════════
HERO SECTION
════════════════════════════════ */
body.page-technology .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark-1);
}

body.page-technology .hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 70% 50%, rgba(201, 168, 76, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201, 168, 76, 0.04) 0%, transparent 60%),
        linear-gradient(135deg, #050505 0%, #0e0e0e 50%, #080808 100%);
}

/* animated grid lines */
body.page-technology .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridShift 20s linear infinite;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 60px;
    }
}

/* diagonal slice */
body.page-technology .hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 120px;
    background: var(--dark);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

body.page-technology .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

body.page-technology .hero-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    animation: fadeUp 0.8s 0.1s both;
}

body.page-technology .hero-label-line {
    width: 40px;
    height: 1px;
    background: var(--gold);
}

body.page-technology .hero-label span {
    font-size: 10px;
    letter-spacing: 6px;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 500;
}

body.page-technology .hero-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.9;
    color: var(--white);
    margin-bottom: 28px;
    animation: fadeUp 0.8s 0.2s both;
}

body.page-technology .hero-heading .line-gold {
    color: var(--gold);
    display: block;
}

body.page-technology .hero-heading .line-outline {
    -webkit-text-stroke: 1px rgba(242, 237, 228, 0.3);
    color: transparent;
    display: block;
}

body.page-technology .hero-desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--muted);
    max-width: 440px;
    margin-bottom: 40px;
    font-weight: 300;
    animation: fadeUp 0.8s 0.35s both;
}

body.page-technology .hero-cta {
    display: flex;
    gap: 16px;
    animation: fadeUp 0.8s 0.45s both;
}

body.page-technology .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: #000;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    text-decoration: none;
}

body.page-technology .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
}

body.page-technology .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--text);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: border-color 0.3s, color 0.3s;
    text-decoration: none;
}

body.page-technology .btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* Hero right – animated oil molecule visual */
body.page-technology .hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1.2s 0.3s both;
}

body.page-technology .molecule-ring {
    position: relative;
    width: 380px;
    height: 380px;
}

body.page-technology .ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.15);
}

body.page-technology .ring-1 {
    inset: 0;
    animation: spin 18s linear infinite;
}

body.page-technology .ring-2 {
    inset: 30px;
    border-color: rgba(201, 168, 76, 0.1);
    animation: spin 12s linear infinite reverse;
}

body.page-technology .ring-3 {
    inset: 60px;
    border-color: rgba(201, 168, 76, 0.2);
    animation: spin 8s linear infinite;
}

body.page-technology .ring::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px var(--gold);
}

body.page-technology .ring-2::before {
    background: var(--gold-light);
    width: 6px;
    height: 6px;
}

body.page-technology .ring-3::before {
    width: 5px;
    height: 5px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.page-technology .molecule-center {
    position: absolute;
    inset: 90px;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body.page-technology .molecule-center .mol-label {
    font-family: 'Orbitron', monospace;
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
}

body.page-technology .molecule-center .mol-value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 52px;
    color: var(--white);
    line-height: 1;
}

/* floating particles */
body.page-technology .particles {
    position: absolute;
    inset: -40px;
    pointer-events: none;
}

body.page-technology .particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0;
    animation: float var(--dur, 4s) var(--delay, 0s) ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }

    20% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: translate(var(--tx, 20px), var(--ty, -40px));
    }
}

/* ════════════════════════════════
TECH STATS BAR
════════════════════════════════ */
body.page-technology .stats-bar {
    background: var(--dark-3);
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

body.page-technology .stats-bar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

body.page-technology .stat-cell {
    padding: 32px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}

body.page-technology .stat-cell:last-child {
    border-right: none;
}

body.page-technology .stat-cell:hover {
    background: rgba(201, 168, 76, 0.04);
}

body.page-technology .stat-cell::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.4s;
}

body.page-technology .stat-cell:hover::before {
    width: 100%;
}

body.page-technology .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 44px;
    color: var(--gold);
    line-height: 1;
    display: block;
}

body.page-technology .stat-unit {
    font-family: 'Orbitron', monospace;
    font-size: 10px;
    color: var(--gold);
    vertical-align: super;
}

body.page-technology .stat-desc {
    font-size: 10px;
    letter-spacing: 2.5px;
    color: var(--muted);
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
}

/* ════════════════════════════════
SECTION COMMON
════════════════════════════════ */
body.page-technology .section-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 60px;
}

body.page-technology .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

body.page-technology .section-eyebrow-line {
    width: 36px;
    height: 1px;
    background: var(--gold);
}

body.page-technology .section-eyebrow span {
    font-size: 10px;
    letter-spacing: 5px;
    color: var(--gold);
    text-transform: uppercase;
}

body.page-technology .section-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 5vw, 64px);
    color: var(--white);
    line-height: 0.95;
    margin-bottom: 14px;
}

body.page-technology .section-sub {
    font-size: 14px;
    color: var(--muted);
    font-weight: 300;
    max-width: 520px;
    line-height: 1.8;
}

body.page-technology .title-bar {
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, var(--gold), transparent);
    margin: 16px 0 56px;
}

/* ════════════════════════════════
TECH PILLARS — TITANIUM PROTECTION
════════════════════════════════ */
body.page-technology .tech-pillars-section {
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

body.page-technology .tech-pillars-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    opacity: 0.3;
}

body.page-technology .pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

body.page-technology .pillar-card {
    background: var(--dark-2);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
    cursor: default;
}

body.page-technology .pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--gold), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

body.page-technology .pillar-card:hover {
    background: var(--dark-3);
}

body.page-technology .pillar-card:hover::before {
    transform: scaleX(1);
}

/* big number watermark */
body.page-technology .pillar-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 120px;
    color: rgba(201, 168, 76, 0.04);
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 1;
    user-select: none;
    transition: color 0.4s;
}

body.page-technology .pillar-card:hover .pillar-num {
    color: rgba(201, 168, 76, 0.08);
}

body.page-technology .pillar-icon {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: rgba(201, 168, 76, 0.05);
    transition: background 0.3s, border-color 0.3s;
}

body.page-technology .pillar-card:hover .pillar-icon {
    background: rgba(201, 168, 76, 0.15);
    border-color: var(--gold);
}

body.page-technology .pillar-icon i {
    font-size: 20px;
    color: var(--gold);
}

body.page-technology .pillar-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

body.page-technology .pillar-body {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.85;
    font-weight: 300;
}

body.page-technology .pillar-tag {
    display: inline-block;
    margin-top: 20px;
    font-size: 9px;
    letter-spacing: 3px;
    color: var(--gold);
    border: 1px solid rgba(201, 168, 76, 0.3);
    padding: 5px 12px;
    text-transform: uppercase;
}

/* ════════════════════════════════
PUREPLUS TECHNOLOGY — SPLIT
════════════════════════════════ */
body.page-technology .pureplus-section {
    background: var(--dark-1);
    position: relative;
}

body.page-technology .pureplus-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left – visual */
body.page-technology .pureplus-visual {
    position: relative;
}

body.page-technology .oil-bottle-graphic {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    background: linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 100%);
    border: 1px solid rgba(201, 168, 76, 0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* animated liquid fill */
body.page-technology .liquid-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: linear-gradient(to top,
            rgba(201, 168, 76, 0.35) 0%,
            rgba(201, 168, 76, 0.15) 60%,
            transparent 100%);
    animation: liquidPulse 4s ease-in-out infinite;
}

@keyframes liquidPulse {

    0%,
    100% {
        height: 65%;
    }

    50% {
        height: 68%;
    }
}

body.page-technology .liquid-wave {
    position: absolute;
    top: -20px;
    left: -50%;
    width: 200%;
    height: 40px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 50%;
    animation: wave 3s ease-in-out infinite;
}

@keyframes wave {

    0%,
    100% {
        transform: translateX(-10px) rotateZ(0deg);
    }

    50% {
        transform: translateX(10px) rotateZ(1deg);
    }
}

body.page-technology .bottle-label {
    position: relative;
    z-index: 2;
    text-align: center;
}

body.page-technology .bottle-label .brand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: var(--white);
    letter-spacing: 6px;
    line-height: 1;
    display: block;
}

body.page-technology .bottle-label .grade {
    font-family: 'Orbitron', monospace;
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 4px;
    margin-top: 8px;
    display: block;
}

body.page-technology .bottle-label .viscosity {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px;
    margin-top: 4px;
    display: block;
}

/* corner marks */
body.page-technology .oil-bottle-graphic::before, body.page-technology .oil-bottle-graphic::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
}

body.page-technology .oil-bottle-graphic::before {
    top: 16px;
    left: 16px;
    border-top: 1px solid var(--gold);
    border-left: 1px solid var(--gold);
    opacity: 0.5;
}

body.page-technology .oil-bottle-graphic::after {
    bottom: 16px;
    right: 16px;
    border-bottom: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    opacity: 0.5;
}

/* spec tags */
body.page-technology .spec-tags {
    position: absolute;
    top: 20px;
    right: -16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-technology .spec-tag {
    background: var(--dark-4);
    border: 1px solid rgba(201, 168, 76, 0.25);
    padding: 8px 14px;
    font-family: 'Orbitron', monospace;
    font-size: 9px;
    color: var(--gold);
    letter-spacing: 2px;
    white-space: nowrap;
}

/* ─ Right content ─ */
body.page-technology .pureplus-content {}

body.page-technology .tech-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 0;
}

body.page-technology .tech-item {
    display: flex;
    gap: 20px;
    padding: 22px 20px;
    background: var(--dark-2);
    border-left: 3px solid transparent;
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
    cursor: default;
}

body.page-technology .tech-item:hover {
    border-left-color: var(--gold);
    background: var(--dark-3);
    transform: translateX(4px);
}

body.page-technology .tech-item-num {
    font-family: 'Orbitron', monospace;
    font-size: 10px;
    color: rgba(201, 168, 76, 0.4);
    padding-top: 3px;
    min-width: 28px;
    letter-spacing: 1px;
}

body.page-technology .tech-item-content {}

body.page-technology .tech-item-title {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

body.page-technology .tech-item-body {
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.75;
    font-weight: 300;
}

/* ════════════════════════════════
PERFORMANCE BARS
════════════════════════════════ */
body.page-technology .perf-section {
    background: var(--dark);
    position: relative;
}

body.page-technology .perf-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

body.page-technology .perf-bars {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

body.page-technology .perf-bar-item {}

body.page-technology .perf-bar-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

body.page-technology .perf-bar-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: var(--text);
    text-transform: uppercase;
    font-weight: 500;
}

body.page-technology .perf-bar-val {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--gold);
}

body.page-technology .perf-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: visible;
}

body.page-technology .perf-fill {
    height: 100%;
    background: linear-gradient(to right, var(--gold), var(--gold-light));
    position: relative;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.page-technology .perf-fill.animate {
    transform: scaleX(1);
}

body.page-technology .perf-fill::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -3px;
    width: 10px;
    height: 10px;
    background: var(--gold-light);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--gold);
}

/* comparison columns */
body.page-technology .compare-cols {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.page-technology .compare-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--muted);
    text-transform: uppercase;
}

body.page-technology .compare-header .col-duron {
    color: var(--gold);
}

body.page-technology .compare-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    background: var(--dark-2);
    transition: background 0.3s;
}

body.page-technology .compare-row:hover {
    background: var(--dark-3);
}

body.page-technology .compare-feat {
    font-size: 12.5px;
    color: var(--text);
}

body.page-technology .compare-check {
    width: 80px;
    text-align: center;
    font-size: 14px;
}

body.page-technology .check-yes {
    color: var(--gold);
}

body.page-technology .check-no {
    color: rgba(255, 255, 255, 0.15);
}

/* ════════════════════════════════
GRADES / PRODUCTS
════════════════════════════════ */
body.page-technology .grades-section {
    background: var(--dark-1);
    position: relative;
    overflow: hidden;
}

body.page-technology .grades-section::after {
    content: 'DURON';
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 200px;
    color: rgba(201, 168, 76, 0.025);
    user-select: none;
    pointer-events: none;
    line-height: 1;
}

body.page-technology .grades-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

body.page-technology .grade-card {
    background: var(--dark-2);
    padding: 36px 28px 32px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s, transform 0.3s;
    cursor: default;
}

body.page-technology .grade-card.featured {
    background: linear-gradient(160deg, #1e1a10 0%, #141008 100%);
    border: 1px solid rgba(201, 168, 76, 0.2);
}

body.page-technology .grade-card:not(.featured):hover {
    background: var(--dark-3);
    transform: translateY(-4px);
}

body.page-technology .grade-card.featured:hover {
    transform: translateY(-4px);
}

body.page-technology .grade-badge {
    display: inline-block;
    font-size: 8px;
    letter-spacing: 3px;
    padding: 4px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold);
    border: 1px solid rgba(201, 168, 76, 0.2);
}

body.page-technology .grade-badge.popular {
    background: var(--gold);
    color: #000;
    font-weight: 700;
    border-color: var(--gold);
}

body.page-technology .grade-viscosity {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

body.page-technology .grade-card.featured .grade-viscosity {
    color: var(--gold);
}

body.page-technology .grade-type {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

body.page-technology .grade-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-technology .grade-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 300;
}

body.page-technology .grade-features li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--gold);
    flex-shrink: 0;
}

body.page-technology .grade-card.featured .grade-features li {
    color: var(--text);
}

/* ════════════════════════════════
PROCESS TIMELINE
════════════════════════════════ */
body.page-technology .process-section {
    background: var(--dark);
    position: relative;
}

body.page-technology .process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    margin-top: 0;
}

/* connecting line */
body.page-technology .process-steps::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), var(--gold), transparent);
    opacity: 0.2;
}

body.page-technology .process-step {
    padding: 0 20px 0;
    text-align: center;
    position: relative;
}

body.page-technology .step-dot {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: var(--dark-2);
    position: relative;
    z-index: 1;
    transition: background 0.3s, border-color 0.3s;
}

body.page-technology .process-step:hover .step-dot {
    background: var(--gold-dim);
    border-color: var(--gold);
}

body.page-technology .step-dot i {
    font-size: 20px;
    color: var(--gold);
}

body.page-technology .step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: var(--gold);
    border-radius: 50%;
    font-family: 'Orbitron', monospace;
    font-size: 8px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

body.page-technology .step-title {
    font-size: 13px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

body.page-technology .step-body {
    font-size: 11.5px;
    color: var(--muted);
    line-height: 1.7;
    font-weight: 300;
}

/* ════════════════════════════════
CTA BANNER
════════════════════════════════ */
body.page-technology .cta-banner {
    background: linear-gradient(135deg, #0f0d06 0%, #111 50%, #0a0a0a 100%);
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
    position: relative;
    overflow: hidden;
}

body.page-technology .cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
}

body.page-technology .cta-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 60px;
    text-align: center;
    position: relative;
}

body.page-technology .cta-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    color: var(--white);
    margin-bottom: 14px;
    line-height: 1;
}

body.page-technology .cta-heading span {
    color: var(--gold);
}

body.page-technology .cta-sub {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 36px;
    font-weight: 300;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

body.page-technology .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* ════════════════════════════════
ANIMATIONS
════════════════════════════════ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body.page-technology .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

body.page-technology .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ════════════════════════════════
RESPONSIVE
════════════════════════════════ */
@media (max-width: 1024px) {

    body.page-technology .hero-inner {
        grid-template-columns: 1fr;
        padding: 120px 40px 100px;
    }

    body.page-technology .hero-visual {
        display: none;
    }

    body.page-technology .stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 40px;
    }

    body.page-technology .stat-cell:nth-child(2) {
        border-right: none;
    }

    body.page-technology .pillars-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.page-technology .pureplus-inner {
        grid-template-columns: 1fr;
    }

    body.page-technology .perf-layout {
        grid-template-columns: 1fr;
    }

    body.page-technology .grades-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.page-technology .process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    body.page-technology .process-steps::before {
        display: none;
    }

    body.page-technology .section-wrap {
        padding: 70px 40px;
    }

}

@media (max-width: 640px) {

    body.page-technology .hero-inner {
        padding: 100px 24px 80px;
    }

    body.page-technology .stats-bar-inner {
        grid-template-columns: 1fr 1fr;
        padding: 0 24px;
    }

    body.page-technology .pillars-grid {
        grid-template-columns: 1fr;
    }

    body.page-technology .grades-grid {
        grid-template-columns: 1fr;
    }

    body.page-technology .process-steps {
        grid-template-columns: 1fr;
    }

    body.page-technology .section-wrap {
        padding: 60px 24px;
    }

    body.page-technology .cta-inner {
        padding: 60px 24px;
    }

    body.page-technology .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    body.page-technology .hero-cta {
        flex-direction: column;
    }

    body.page-technology .spec-tags {
        display: none;
    }

}

.fm-banner-img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
       object-fit: cover;
  }


