/* ===========================
   VERSA SOLUTIONS — WHITE THEME
   Brand: #f0692d (orange), #2d2d2d (charcoal)
   =========================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --orange:       #f0692d;
    --orange-dark:  #d4541a;
    --orange-light: #ff7d42;
    --orange-pale:  #fff4ef;
    --orange-mid:   #fde8de;
    --charcoal:     #2d2d2d;
    --charcoal2:    #3c3c3c;
    --gray-dark:    #555;
    --gray:         #777;
    --gray-light:   #aaa;
    --border:       #e8e8e8;
    --border-light: #f2f2f2;
    --white:        #ffffff;
    --bg:           #ffffff;
    --bg-soft:      #fafafa;
    --bg-section:   #f7f5f3;
    --radius:       14px;
    --radius-sm:    8px;
    --shadow-sm:    0 2px 12px rgba(0,0,0,0.07);
    --shadow:       0 8px 32px rgba(0,0,0,0.10);
    --shadow-lg:    0 20px 60px rgba(0,0,0,0.13);
    --shadow-orange:0 8px 28px rgba(240,105,45,0.28);
    --transition:   0.28s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif;
    background: var(--bg);
    color: var(--charcoal);
    line-height: 1.65;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }

/* ── TYPOGRAPHY ── */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange);
    /*margin-bottom: 14px;*/
    opacity: 0.85;
}
/* .section-label::before {
    content: '';
    width: 22px; height: 1.5px;
    background: var(--orange);
    border-radius: 2px;
    flex-shrink: 0;
    opacity: 0.6;
} */
.section-label.light { color: rgba(255,255,255,0.75); }
.section-label.light::before { background: rgba(255,255,255,0.5); }

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 3.2vw, 38px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--charcoal);
    letter-spacing: -0.01em;
    margin-bottom:20px;
}

.section-sub {
    font-size: 16px;
    color: var(--gray);
    margin-top: 12px;
    line-height: 1.7;
}

/* ── BUTTONS ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: var(--orange);
    color: white;
    box-shadow: var(--shadow-orange);
}
.btn-primary:hover {
    background: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(240,105,45,0.38);
}

.btn-white-ghost {
    background: rgba(255,255,255,0.55);
    color: var(--charcoal);
    border: 1.5px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(8px);
}
.btn-white-ghost:hover {
    background: rgba(255,255,255,0.8);
    border-color: rgba(0,0,0,0.25);
}

.btn-white {
    background: white;
    color: var(--orange);
    font-weight: 700;
    box-shadow: var(--shadow);
}
.btn-white:hover {
    background: var(--orange-pale);
    transform: translateY(-2px);
}

.btn-white-outline {
    background: transparent;
    color: white;
    border: 1.5px solid rgba(255,255,255,0.45);
}
.btn-white-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.7);
}

/* ── HEADER ── */
.header {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 200;
    padding: 20px 0;
    transition: var(--transition);
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo { display: inline-flex; align-items: center; }
.logo-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
    transition: var(--transition);
}

/* ── BANNER ── */
.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 80px;
}

.banner > .container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.banner-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.banner-video {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.banner-overlay { display: none; }

/* Centered text wrapper */
.banner-center-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.banner-text-box {
    text-align: center;
    padding: 70px 100px;
    /*background: rgba(117,118,117,0.38);*/
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    /*border: 1px solid rgba(255,255,255,0.15);*/
    border-radius: 12px;
    max-width: 780px;
    width: 100%;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 18px;
    background: rgba(240,105,45,0.12);
    border: 1px solid rgba(240,105,45,0.4);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange-dark);
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}
.badge-dot {
    width: 7px; height: 7px;
    background: var(--orange-light);
    border-radius: 50%;
    animation: blink 2s infinite;
}
@keyframes blink {
    0%,100% { opacity:1; } 50% { opacity:0.3; }
}

.banner-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.8vw, 36px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.banner-title-accent {
    font-size:22px;
    font-weight: 400;
    color: #fff;
}

.banner-sub {
    font-size: clamp(14px, 1.6vw, 16px);
    color: #ffffff;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.75;
    text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.banner-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.banner-stats {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
    padding: 24px 32px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(240,105,45,0.2);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    width: fit-content;
}
.stat { text-align: left; }
.stat-num {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: var(--orange);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 4px;
}
.stat-label {
    font-size: 11px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.stat-divider {
    width: 1px; height: 36px;
    background: rgba(0,0,0,0.12);
}

.banner-scroll {
    position: absolute;
    bottom: 36px; left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
}
.scroll-mouse {
    width: 22px; height: 34px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 11px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.scroll-wheel {
    width: 3px; height: 7px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    animation: scrollWheel 1.8s infinite;
}
@keyframes scrollWheel {
    0% { transform: translateY(0); opacity:1; }
    100% { transform: translateY(10px); opacity:0; }
}
.banner-scroll span {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

/* ── ABOUT ── */
.about {
    padding: 110px 0;
    background: var(--bg);
    margin-top: 40px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.about-text {
    padding-top: 10px;
    min-width: 0;
}

.about-text .section-label,
.about-text .section-title,
.about-text .about-lead,
.about-text .about-body {
    max-width: 100%;
}

.about-highlight-card {
    background: white;
    border-radius: 10px;
    padding: 20px 22px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
}
.about-highlight-card .about-lead {
    margin-bottom: 0;
}

.about-body {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 40px;
}

.about-pillars {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pillar {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}
.pillar:hover {
    border-color: var(--orange);
    background: var(--orange-pale);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}
.pillar-icon {
    width: 42px; height: 42px;
    background: var(--orange-mid);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--orange);
    transition: var(--transition);
}
.pillar:hover .pillar-icon {
    background: var(--orange);
    color: white;
}
.pillar strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 3px;
}
.pillar p { font-size: 13px; color: var(--gray); margin: 0; }

/* About Visual */
.about-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-img-main {
    position: relative;
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
}

.about-main-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.about-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow);
    font-size: 13px;
    white-space: nowrap;
}
.card-top { top: 0px; right: 0px; }

.about-card-icon {
    width: 34px; height: 34px;
    background: var(--orange-mid);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    flex-shrink: 0;
}
.about-card strong { display: block; font-size: 13px; font-weight: 700; color: var(--charcoal); }
.about-card span { font-size: 11px; color: var(--gray); }

.about-stat-strip {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--orange);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 8px;
}

.astat {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    transition: var(--transition);
}
.astat:hover { background: rgba(255,255,255,0.08); }

.astat-icon {
    width: 38px; height: 38px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.astat-content { display: flex; flex-direction: column; }

.astat-n {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 3px;
}
.astat-l {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.astat-sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* ── PRODUCTS ── */
.products {
    padding: 110px 0;
    background: var(--bg-section);
    position: relative;
}
.products::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    /* background: linear-gradient(90deg, transparent, var(--orange), transparent); */
}

.section-header {
    text-align: left;
    margin-bottom: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.section-header .section-label {
    justify-content: flex-start;
}
.section-header .section-label::before { display: block; }
.section-header-left { display: flex; flex-direction: column; }
.section-header .section-title {
    font-weight: 500;
    color: #444;
    letter-spacing: -0.01em;
}
.section-header .section-sub {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray-light);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.product-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: block;
    text-decoration: none;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.product-img-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 20px;
    transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.product-card:hover .product-img-wrap img { transform: scale(1.06); }

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(240,105,45,0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    z-index: 2;
}
.product-card:hover .product-overlay { opacity: 1; }

.product-view-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 6px;
    transform: translateY(8px);
    transition: var(--transition);
}
.product-card:hover .product-view-btn { transform: translateY(0); }

.product-cat-tag {
    position: absolute;
    top: 12px; left: 12px;
    padding: 4px 11px;
    background: white;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    z-index: 3;
}

.product-name-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 10px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
    font-size: 13px;
    font-weight: 600;
    color: white;
    z-index: 1;
}

/* ── CONTACT SECTION ── */
.contact-section {
    background: var(--bg);
    padding: 80px 0 100px;
}

.contact-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--orange);
    /*margin-bottom: 10px;*/
}

.contact-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.contact-desc {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 48px;
    line-height: 1.6;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: start;
}

/* LEFT: Form */


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--charcoal);
    background: white;
    outline: none;
    transition: var(--transition);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #aaa; }
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(240,105,45,0.08);
}
.contact-form textarea { resize: vertical; min-height: 120px; }

.btn-submit-contact {
    display: inline-block;
    padding: 12px 32px;
    background: #f0692d;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
    width: fit-content;
    margin-top: 4px;
}
.btn-submit-contact:hover {
    background: #1a1a1a;
    transform: translateY(-1px);
}

.form-success {
    padding: 12px 16px;
    background: #f0faf4;
    border: 1px solid #b6e8c8;
    border-radius: 6px;
    font-size: 13px;
    color: #1a7a45;
    margin-bottom: 20px;
}
.form-error {
    padding: 12px 16px;
    background: #fff5f5;
    border: 1px solid #fcc;
    border-radius: 6px;
    font-size: 13px;
    color: #c0392b;
    margin-bottom: 20px;
}

/* RIGHT: Info */
.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cinfo-block {
    padding: 22px 0;
    border-bottom: 1px solid var(--border);
}
.cinfo-block:first-child { padding-top: 0; }
.cinfo-block:last-child { border-bottom: none; }

.cinfo-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--orange);
    margin-bottom: 8px;
}

.cinfo-block p {
    font-size: 14px;
    color: var(--charcoal2);
    line-height: 1.7;
}
.cinfo-block p a {
    color: var(--charcoal2);
    text-decoration: none;
    transition: var(--transition);
}
.cinfo-block p a:hover { color: var(--orange); }

/* Social icons */
.cinfo-socials {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.csocial {
    width: 34px; height: 34px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition);
    text-decoration: none;
}
.csocial:hover { opacity: 0.85; transform: translateY(-2px); }
.csocial-yt { background: #FF0000; }
.csocial-li { background: #0077B5; }
.csocial-em { background: var(--orange); }

/* Responsive */
@media (max-width: 768px) {
    .contact-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ── FOOTER ── */
.footer {
    background: var(--bg-soft);
    border-top: 1px solid var(--border);
}

/* Orange accent bar at top */
.footer-accent-bar {
    background: linear-gradient(to right, #c8c8c8 0%, #b0a090 30%, #d4784a 65%, #f0692d 100%);
    padding: 12px 0;
}
.footer-accent-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}
.footer-accent-dots {
    display: flex;
    gap: 5px;
    align-items: center;
}
.footer-accent-dots span {
    width: 4px; height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: block;
}
.footer-accent-dots span:nth-child(2) {
    width: 6px; height: 6px;
    background: white;
}

/* Main centered content */
.footer-main { padding: 56px 0 44px; }

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.footer-logo-link { display: inline-flex; }
.footer-logo-img {
    height: 72px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-tagline {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    max-width: 420px;
}

/* Inline nav */
.footer-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav a {
    font-size: 13px;
    font-weight: 500;
    color: var(--charcoal2);
    transition: var(--transition);
    padding: 4px 2px;
}
.footer-nav a:hover { color: var(--orange); }
.fn-dot {
    width: 4px; height: 4px;
    background: var(--border);
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

/* Contact strip */
.footer-contact-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 28px;
    /*background: white;*/
    /*border: 1px solid var(--border);*/
    border-radius: 14px;
    /*box-shadow: var(--shadow-sm);*/
}
.fcs-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--gray-dark);
    text-decoration: none;
    transition: var(--transition);
}
.fcs-item:hover { color: var(--orange); }
.fcs-item svg { color: var(--orange); flex-shrink: 0; }
.fcs-sep {
    color: var(--border);
    font-size: 16px;
    line-height: 1;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid var(--border);
    padding: 16px 0;
    background: var(--bg-soft);
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: var(--gray-light);
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
    font-size: 12px;
    color: var(--gray-light);
    transition: var(--transition);
}
.footer-legal a:hover { color: var(--orange); }

/* ── MODAL ── */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20,10,0,0.55);
    backdrop-filter: blur(6px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.modal-overlay.active { opacity: 1; pointer-events: all; }

.modal {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 860px;
    max-height: 88vh;
    overflow: hidden;
    position: relative;
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 32px 80px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}
.modal-overlay.active .modal { transform: translateY(0) scale(1); }

.modal-close {
    position: absolute;
    top: 14px; right: 14px;
    width: 32px; height: 32px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--gray);
    transition: var(--transition);
    z-index: 10;
    box-shadow: var(--shadow-sm);
}
.modal-close:hover { background: var(--orange); border-color: var(--orange); color: white; }

/* Side-by-side layout */
.modal-layout {
    display: grid;
    grid-template-columns: 42% 58%;
    height: 100%;
    overflow: hidden;
}

/* LEFT — image */
.modal-left {
    position: relative;
    overflow: hidden;
    background: var(--bg-soft);
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    min-height: 480px;
    padding: 20px;
}
.modal-cat-badge {
    position: absolute;
    top: 14px; left: 14px;
    padding: 4px 12px;
    background: white;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    box-shadow: var(--shadow-sm);
}

/* RIGHT — scrollable content */
.modal-right {
    padding: 32px 28px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-right::-webkit-scrollbar { width: 4px; }
.modal-right::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 2px; }

.modal-right h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--charcoal);
    line-height: 1.3;
    padding-right: 28px;
}

.modal-right > p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.75;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-light);
    margin: 0;
}

/* Section blocks */
.modal-section { display: flex; flex-direction: column; gap: 10px; }

.modal-section-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--orange);
    
}

/* Features list */
.modal-features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.modal-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    color: var(--charcoal2);
    line-height: 1.5;
}
.modal-features-list li::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--orange);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

/* Parameters grid */
.modal-params-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}
.param-item {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.param-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--gray-light);
}
.param-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--charcoal);
}

.modal-quote-btn { align-self: flex-start; margin-top: 4px; }

@media (max-width: 680px) {
    .modal-layout { grid-template-columns: 1fr; }
    .modal-left { border-radius: 20px 20px 0 0; }
    .modal-left img { min-height: 200px; max-height: 220px; }
    .modal-params-grid { grid-template-columns: 1fr; }
    .modal-right { padding: 22px 18px; }
}

/* ── ANIMATIONS ── */
.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.product-card:nth-child(2) { transition-delay: 0.08s; }
.product-card:nth-child(3) { transition-delay: 0.16s; }
.product-card:nth-child(4) { transition-delay: 0.04s; }
.product-card:nth-child(5) { transition-delay: 0.12s; }
.product-card:nth-child(6) { transition-delay: 0.20s; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 60px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .contact-left-inner { padding: 52px 36px; }
    .contact-right { padding: 48px 36px; }
    .cta-inner { grid-template-columns: 1fr; gap: 36px; }
    .cta-actions { flex-direction: row; }
}
@media (max-width: 768px) {
    .product-grid { grid-template-columns: 1fr; }
    .modal-body { grid-template-columns: 1fr; }
    .modal-img-wrap { min-height: 240px; border-radius: 20px 20px 0 0; }
    .footer-links { grid-template-columns: repeat(2, 1fr); }
    .banner-stats { gap: 20px; padding: 18px 22px; }
    .stat-divider { display: none; }
    .about-visual { display: none; }
}
@media (max-width: 520px) {
    .footer-links { grid-template-columns: 1fr; }
    .banner-actions { flex-direction: column; align-items: flex-start; }
    .cta-actions { flex-direction: column; }
    .modal-details { padding: 24px 20px; }
}

@media (max-width: 768px) {
    .form-row { grid-template-columns: 1fr; }
    .contact-form-card { padding: 28px 20px; }
    .contact-right { padding: 36px 20px; }
}

.about-lead {
    font-size: 15px;
    color: var(--charcoal2);
    line-height: 1.75;
    margin-bottom: 0;
}
.about-lead strong { color: var(--orange); }
