@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

:root {
    --navy: #071b2d;
    --gold: #d4a738;
    --white: #fff;
    --ink: #162b3a;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--ink);
    overflow-x: hidden !important;
    max-width: 100%;
}

img,
iframe,
svg,
video,
object,
embed {
    max-width: 100%;
    height: auto;
}

main,
footer,
section,
.container {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1140px, calc(100% - 42px));
    margin: auto;
}

.overlay-header {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 112px;
    padding: 10px 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: var(--navy);
    background: #fff;
    border-bottom: 1px solid #e7ecef;
    box-shadow: 0 3px 16px rgba(7, 27, 45, .08);
}

.header-brand  {
    width: 118px;
   img{
  object-fit: contain;
  width: 100%;
   }
  
}

.pill-nav {
    height: 47px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 0;
    padding-left: 0;
    color: #fff;
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pill-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 6px;
    background: #145181;
    color: #fff;
    box-shadow: 0 4px 10px rgba(7, 27, 45, .13);
    transition: background .2s, transform .2s;
}

.pill-nav a:hover,
.pill-nav a.active {
    background: #1d6a9f;
    color: #fff;
    transform: translateY(-2px);
}

.nav-divider {
    display: none;
}

.nav-call {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    margin-left: 0;
    border-radius: 6px;
    background: #f5f7f8 !important;
    color: #111 !important;
    box-shadow: 0 4px 10px rgba(7, 27, 45, .1);
    letter-spacing: .04em;
}

.nav-call:hover {
    background: #e5eaee !important;
    transform: translateY(-2px);
}

.nav-call span {
    font-size: 1.05rem;
}

.mobile-menu {
    display: none;
    background: var(--navy);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    font-size: 1.35rem;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 20;
}

.steel-hero {
    min-height: 680px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background-image: url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=2200&q=85');
    background-size: cover;
    background-position: center 48%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 14, 27, .82), rgba(5, 23, 38, .43) 54%, rgba(2, 13, 24, .62)), linear-gradient(0deg, rgba(1, 11, 20, .58), transparent 40%);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

.hero-kicker {
    color: #e0b83e;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .27em;
    margin-bottom: 18px;
}

.hero-content h1 {
    margin: 0;
    font-size: clamp(2.8rem, 6.5vw, 6.2rem);
    line-height: .98;
    letter-spacing: -.035em;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}

.hero-content h1 span {
    color: #e5bc45;
}

.hero-content p {
    max-width: 530px;
    margin: 25px auto 30px;
    color: #edf1f4;
    font-size: 1.05rem;
}

.hero-call {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    color: #101820;
    border-radius: 28px;
    padding: 13px 25px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

.hero-call span {
    color: #c39522;
}

.hero-scroll {
    position: absolute;
    z-index: 1;
    left: 38px;
    bottom: 25px;
    color: rgba(255, 255, 255, .75);
    font-size: .63rem;
    letter-spacing: .16em;
    writing-mode: vertical-rl;
}

.hero-scroll span {
    color: #e0b83e;
    font-size: 1.2rem;
    margin-top: 10px;
}

.page-hero {
    padding: 105px 0 112px;
    color: #fff;
    background: linear-gradient(90deg, rgba(2, 14, 27, .9), rgba(5, 23, 38, .68)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=85') center 47% / cover;
}

.page-eyebrow,
.section-eyebrow,
.form-heading span {
    color: #dcb646;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
}

.page-hero h1 {
    max-width: 760px;
    margin: 18px 0 20px;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 1;
}

.page-hero h1 span {
    color: #e5bc45;
}

.page-hero p {
    max-width: 510px;
    margin: 0;
    color: #dbe4e9;
    font-size: 1.05rem;
    line-height: 1.75;
}

.about-page-hero h1 {
    max-width: 920px;
}

.about-story-section {
    padding: 88px 0 96px;
    background: #fff;
}

.about-story-layout,
.why-layout {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) 1.1fr;
    gap: 78px;
    align-items: center;
}

.about-story-visual {
    position: relative;
    min-height: 465px;
    padding: 0 20px 20px 0;
}

.about-story-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.about-section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 10px;
    color: #bd9027;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
}

.about-story-layout h2,
.about-section-heading h2,
.why-layout h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    line-height: 1.08;
}

.about-story-layout p {
    max-width: 750px;
    margin: 0;
    color: #63727b;
    font-size: 1.05rem;
    line-height: 1.9;
}

.grades-section {
    padding: 88px 0 100px;
    background: #f5f7f8;
}

.about-section-heading {
    max-width: 600px;
}

.about-section-heading h2 {
    margin-top: 12px;
}

.grade-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-top: 42px;
}

.grade-card {
    min-height: 285px;
    padding: 32px;
    border-top: 3px solid var(--gold);
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 27, 45, .07);
}

.grade-card-dark {
    background: var(--navy);
}

.grade-number,
.grade-use {
    color: #bd9027;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .15em;
}

.grade-card h3 {
    margin: 30px 0 12px;
    color: var(--navy);
    font-size: 1.8rem;
}

.grade-card-dark h3 {
    color: #fff;
}

.grade-card p {
    max-width: 470px;
    margin: 0 0 25px;
    color: #63727b;
    line-height: 1.75;
}

.grade-card-dark p {
    color: #b7c5cc;
}

.why-section {
    padding: 92px 0 105px;
    background: #fff;
}

.why-list {
    display: grid;
    gap: 25px;
}

.why-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    padding-bottom: 23px;
    border-bottom: 1px solid #dce3e7;
}

.why-item > strong {
    color: #bd9027;
    font-size: .72rem;
    letter-spacing: .1em;
}

.why-item h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 1.05rem;
}

.why-item p {
    margin: 0;
    color: #63727b;
    line-height: 1.65;
}

.about-cta {
    padding: 55px 0;
    color: #fff;
    background: var(--navy);
}

.about-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.about-cta h2 {
    max-width: 600px;
    margin: 10px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    line-height: 1.15;
}

.about-cta .learn-more {
    flex: 0 0 auto;
    border-color: var(--gold);
    color: #fff;
}

.about-cta .learn-more:hover {
    color: var(--navy);
}

.contact-section {
    padding: 92px 0 105px;
    background: #f5f7f8;
}

.contact-layout,
.contact-page-shell {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) 1.15fr;
    gap: 90px;
    align-items: start;
}

.contact-page-shell {
    margin-bottom: 30px;
}

.contact-map-wrap {
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #dfe7ea;
    box-shadow: 0 12px 32px rgba(7, 27, 45, .08);
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 450px;
}

.contact-details h2 {
    max-width: 470px;
    margin: 13px 0 18px;
    color: var(--navy);
    font-size: clamp(2rem, 3.5vw, 3.3rem);
    line-height: 1.08;
}

.contact-details > p {
    max-width: 450px;
    margin: 0;
    color: #63727b;
    line-height: 1.8;
}

.contact-detail-list {
    display: grid;
    gap: 22px;
    margin-top: 38px;
}

.contact-detail-list > a,
.contact-detail-list > div {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--ink);
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid #d4a738;
    border-radius: 50%;
    color: #bd9027;
}

.contact-detail-list b,
.contact-detail-list small {
    display: block;
}

.contact-detail-list b {
    margin-bottom: 3px;
    color: var(--navy);
    font-size: .88rem;
}

.contact-detail-list small {
    color: #63727b;
    font-size: .85rem;
}

.contact-form-wrap {
    padding: 34px;
    background: #fff;
    border-top: 3px solid var(--gold);
    box-shadow: 0 12px 35px rgba(7, 27, 45, .08);
}

.form-heading h2 {
    margin: 9px 0 25px;
    color: var(--navy);
    font-size: 1.7rem;
}

.contact-form {
    display: grid;
    gap: 17px;
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8e0e4;
    border-radius: 2px;
    outline: none;
    color: var(--ink);
    background: #fbfcfc;
    font: inherit;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 0;
    resize: vertical;
    transition: border-color .2s, box-shadow .2s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #bd9027;
    box-shadow: 0 0 0 3px rgba(212, 167, 56, .14);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-form button,
.form-success a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    margin-top: 5px;
    padding: 13px 19px;
    border: 1px solid var(--navy);
    background: var(--navy);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: background .2s, color .2s, transform .2s;
}

.contact-form button:hover,
.form-success a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

.form-success {
    padding: 20px 0;
    color: #63727b;
    line-height: 1.7;
}

.form-success strong {
    display: block;
    color: var(--navy);
    font-size: 1.5rem;
    line-height: 1.2;
}

.form-success a {
    margin-top: 12px;
}

.after-hero {
    padding: 68px 0;
    background: #f5f7f8;
}

.after-hero .container {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) 2fr;
    gap: 55px;
    align-items: start;
}

.after-hero small {
    color: #bd9027;
    font-size: .68rem;
    letter-spacing: .2em;
    font-weight: 700;
}

.after-hero h2 {
    max-width: 540px;
    margin: 8px 0 0;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.1;
}

.trust-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
}

.trust-highlight {
    padding-left: 17px;
    border-left: 2px solid #d4a738;
}

.trust-highlight strong {
    color: #bd9027;
    font-size: .7rem;
    letter-spacing: .14em;
}

.trust-highlight h3 {
    margin: 8px 0 7px;
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.25;
}

.trust-highlight p {
    margin: 0;
    color: #63727b;
    font-size: .9rem;
    line-height: 1.65;
}

.about-preview {
    padding: 88px 0 96px;
    background: #fff;
}

.about-preview .container {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) 1.1fr;
    gap: 78px;
    align-items: center;
}

.about-preview-visual {
    position: relative;
    min-height: 465px;
    padding: 0 20px 20px 0;
}

.about-preview-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.about-image-frame {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #d4a738;
}

.about-preview-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 10px;
    color: #bd9027;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
}

.about-rule {
    width: 42px;
    height: 2px;
    background: #d4a738;
}

.about-preview-content {
    max-width: 770px;
}

.about-preview h2 {
    max-width: 700px;
    margin: 0 0 20px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.06;
}

.about-preview p {
    max-width: 720px;
    margin: 0 0 21px;
    color: #63727b;
    font-size: 1rem;
    line-height: 1.85;
}

.about-points {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    color: #465b68;
    font-size: .9rem;
    line-height: 1.5;
}

.about-points li {
    position: relative;
    padding-left: 24px;
}

.about-points li::before {
    position: absolute;
    left: 0;
    top: 1px;
    color: #bd9027;
    content: '\2713';
    font-weight: 700;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 19px;
    border: 1px solid #d4a738;
    color: var(--navy);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: background .2s, color .2s, transform .2s;
}

.learn-more span {
    color: #bd9027;
    font-size: 1.2rem;
    line-height: 1;
}

.learn-more:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-2px);
}

/* Home Page Compact Product Section */
.home-products {
    padding: 85px 0 95px;
    background: #fff;
    border-top: 1px solid #eef2f5;
}

.home-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.home-products-intro {
    max-width: 650px;
}

.home-products-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #bd9027;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-products-header h2 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: clamp(1.9rem, 3.2vw, 2.75rem);
    line-height: 1.15;
}

.home-products-header p {
    margin: 0;
    color: #63727b;
    font-size: 1rem;
    line-height: 1.7;
}

.home-products-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #d4a738;
    background: #fff;
    color: var(--navy);
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(7, 27, 45, .06);
}

.slider-btn:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(7, 27, 45, .15);
}

.slider-btn:active {
    transform: translateY(0);
}

.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1.5px solid var(--navy);
    background: var(--navy);
    color: #fff;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .25s ease;
}

.view-more-btn .btn-arrow {
    color: var(--gold);
    font-size: 1.15rem;
    line-height: 1;
    transition: transform .25s ease;
}

.view-more-btn:hover {
    background: #145181;
    border-color: #145181;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 27, 45, .15);
}

.view-more-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.product-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 6px 2px 14px;
}

.home-products-grid.product-slider-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
    margin: 0;
}

.home-products-grid.product-slider-track::-webkit-scrollbar {
    display: none;
}

.home-products-grid.product-slider-track .home-product-card {
    flex: 0 0 calc((100% - (3 * 22px)) / 4);
    min-width: calc((100% - (3 * 22px)) / 4);
    scroll-snap-align: start;
    box-sizing: border-box;
}

.home-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(7, 27, 45, .03);
}

.home-product-card:hover {
    transform: translateY(-5px);
    border-color: #d4a738;
    box-shadow: 0 12px 28px rgba(7, 27, 45, .09);
}

.home-product-image {
    position: relative;
    height: 190px;
    background: #f5f7f8;
    overflow: hidden;
}

.home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.home-product-card:hover .home-product-image img {
    transform: scale(1.06);
}

.home-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(7, 27, 45, .85);
    color: #e5bc45;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 3px;
    backdrop-filter: blur(4px);
}

.home-product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 18px 22px;
}

.home-product-content h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 700;
    transition: color .2s ease;
}

.home-product-card:hover .home-product-content h3 {
    color: #145181;
}

.home-product-content p {
    margin: 0 0 16px;
    color: #63727b;
    font-size: .88rem;
    line-height: 1.55;
    flex: 1;
}

.home-product-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #145181;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s ease, gap .2s ease;
}

.home-product-card:hover .home-product-link {
    color: #bd9027;
    gap: 9px;
}

.slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.slider-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d3dde3;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease;
}

.slider-dot.active {
    width: 26px;
    border-radius: 6px;
    background: var(--gold);
}

.home-products-footer {
    display: none;
    text-align: center;
    margin-top: 32px;
}

/* Home Page FAQ Section */
.faq-section {
    padding: 92px 0 100px;
    background: #f5f7f8;
    border-top: 1px solid #e7ecef;
}

.faq-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 52px;
}

.faq-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #bd9027;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.faq-header h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.12;
}

.faq-header p {
    max-width: 660px;
    margin: 0 auto;
    color: #63727b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.faq-accordion {
    /* max-width: 880px; */
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
    box-shadow: 0 3px 12px rgba(7, 27, 45, .04);
}

.faq-item:hover {
    border-color: #cdd7de;
    box-shadow: 0 6px 18px rgba(7, 27, 45, .07);
}

.faq-item[open] {
    border-color: #d4a738;
    box-shadow: 0 8px 24px rgba(7, 27, 45, .08);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    font-size: 1.06rem;
    color: var(--navy);
    list-style: none;
    transition: color .2s ease, background .2s ease;
}

.faq-question::-webkit-details-marker,
.faq-question::marker {
    display: none;
    content: "";
}

.faq-question:hover {
    color: #145181;
}

.faq-item[open] .faq-question {
    color: #145181;
    border-bottom: 1px solid #f0f4f7;
    padding-bottom: 18px;
}

.faq-q-number {
    font-size: .82rem;
    font-weight: 700;
    color: #bd9027;
    letter-spacing: .08em;
    flex-shrink: 0;
    background: rgba(212, 167, 56, .12);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, color .2s;
}

.faq-item[open] .faq-q-number {
    background: #d4a738;
    color: #fff;
}

.faq-q-text {
    flex: 1;
    line-height: 1.45;
}

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f8;
    color: var(--navy);
    transition: transform .3s ease, background .2s ease, color .2s ease;
}

.faq-question:hover .faq-icon {
    background: #e9eff3;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
    background: var(--navy);
    color: #fff;
}

.faq-answer {
    padding: 18px 26px 24px 78px;
    color: #556773;
    font-size: .98rem;
    line-height: 1.8;
}

.faq-answer p {
    margin: 0;
}

.faq-answer p + p {
    margin-top: 10px;
}

.faq-answer strong {
    color: var(--navy);
}

.faq-answer a {
    color: #145181;
    text-decoration: underline;
    font-weight: 500;
    transition: color .2s;
}

.faq-answer a:hover {
    color: #bd9027;
}

.faq-bottom-bar {
    /* max-width: 880px; */
    margin: 48px auto 0;
    padding: 30px 36px;
    background: var(--navy);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 10px 30px rgba(7, 27, 45, .15);
    border-left: 4px solid var(--gold);
}

.faq-bottom-bar h3 {
    margin: 0 0 6px;
    font-size: 1.25rem;
    color: #fff;
}

.faq-bottom-bar p {
    margin: 0;
    color: #b7c5cc;
    font-size: .92rem;
    line-height: 1.55;
}

.faq-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 5px;
    background: #fff;
    color: var(--navy);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    transition: background .2s, color .2s, transform .2s;
}

.faq-cta-btn span {
    color: #bd9027;
    font-size: .95rem;
}

.faq-cta-btn:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

.faq-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 5px;
    background: #25d366;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.faq-cta-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
}

.products-page-hero {
    background: linear-gradient(90deg, rgba(2, 14, 27, .9), rgba(5, 23, 38, .7)), url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=85') center 40% / cover;
}

.products-intro {
    padding: 88px 0 36px;
    background: #fff;
}

.products-intro-row {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) 1.1fr;
    gap: 40px;
    align-items: end;
}

.products-intro-copy h2 {
    margin: 10px 0 0;
    color: var(--navy);
    font-size: clamp(2rem, 3.8vw, 3.5rem);
    line-height: 1.1;
}

.products-intro p {
    margin: 0;
    color: #63727b;
    font-size: 1.02rem;
    line-height: 1.85;
}

.products-catalog {
    padding: 20px 0 96px;
    background: #f5f7f8;
}

.products-catalog .container {
    display: grid;
    gap: 28px;
}

.category-block {
    margin-bottom: 36px;
    background: #fff;
    padding: 28px;
    border-top: 3px solid var(--gold);
    box-shadow: 0 12px 28px rgba(7, 27, 45, .05);
}

.category-heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(212, 167, 56, .45);
    border-radius: 50%;
    color: #bd9027;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    flex: 0 0 46px;
}

.category-heading h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: clamp(1.75rem, 2.4vw, 2.3rem);
    line-height: 1.15;
}

.category-heading p {
    margin: 0;
    color: #63727b;
    line-height: 1.7;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-card {
    overflow: hidden;
    border: 1px solid #edf2f5;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(7, 27, 45, .08);
}

.product-image-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #edf2f5;
}

.product-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.04);
}

.product-card-body {
    padding: 18px 18px 20px;
}

.product-card-body h4 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1.18rem;
    line-height: 1.35;
}

.product-card-body p {
    margin: 0;
    color: #63727b;
    font-size: .92rem;
    line-height: 1.7;
}

.products-note {
    padding: 0 0 86px;
    background: #f5f7f8;
}

.note-box {
    padding: 36px 40px;
    background: var(--navy);
    color: #fff;
}

.note-box h2 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
}

.note-box p {
    max-width: 780px;
    margin: 0;
    color: #d3dee4;
    line-height: 1.8;
}

.site-footer {
    background: var(--navy);
    color: #aebbc4;
    padding: 65px 0 24px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1fr 1.25fr;
    gap: 48px;
    padding-bottom: 52px;
}

.footer-brand p {
    max-width: 275px;
    margin: 0 0 22px;
    color: #aebbc4;
    font-size: .9rem;
    line-height: 1.75;
}

.footer-tagline {
    color: var(--gold);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .15em;
}

.footer-tagline b {
    margin: 0 5px;
    color: #718594;
}

.footer-socials {
    display: flex;
    gap: 9px;
    margin-top: 24px;
    display: none;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(212, 167, 56, .65);
    border-radius: 50%;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
    transition: background .2s, color .2s, transform .2s;
}

.footer-socials a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-column h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-column a,
.footer-column p {
    margin: 0;
    color: #aebbc4;
    font-size: .87rem;
    line-height: 1.5;
    transition: color .2s, transform .2s;
}

.footer-column a:hover {
    color: var(--gold);
    transform: translateX(3px);
}

.footer-contact a span,
.footer-contact p span {
    display: inline-block;
    width: 22px;
    color: var(--gold);
}

.footer-contact p {
    max-width: 220px;
}

.footer-contact .footer-quote {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 11px 15px;
    border: 1px solid var(--gold);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-contact .footer-quote:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
}

.footer-quote span {
    color: var(--gold);
    font-size: 1.1rem;
}

.footer-quote:hover span {
    color: var(--navy);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #718594;
    font-size: .75rem;
}

@media (max-width:700px) {
    .overlay-header {
        padding: 18px 18px 12px;
        min-height: 92px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .header-brand {
        width: auto;
        text-align: left;
        flex: 0 1 auto;
    }

    .header-brand img {
        width: 150px;
        max-height: 85px;
    }

    .mobile-menu {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        width: 42px;
        height: 42px;
        padding: 0;
        background: var(--navy);
        color: #fff;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, .2);
    }

    .mobile-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 18px;
        width: min(220px, calc(100% - 36px));
        padding: 10px 14px;
        border-radius: 10px;
        flex-direction: column;
        gap: 0;
        background: #fff;
        border: 1px solid #edf1f3;
        box-shadow: 0 16px 30px rgba(7, 27, 45, .12);
        z-index: 25;
    }

    .mobile-nav.is-open {
        display: flex !important;
    }

    .mobile-nav a {
        padding: 11px 0;
        color: var(--navy);
        font-size: .76rem;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        border-bottom: 1px solid #edf1f3;
    }

    .mobile-nav a:last-child {
        border-bottom: 0;
    }

    .nav-group {
        display: none !important;
    }

    .nav-left,
    .nav-right {
        display: none !important;
    }

    .nav-call {
        margin-top: 6px;
        padding: 12px 14px;
        border-radius: 6px;
        background: #f5f7f8 !important;
        color: var(--navy) !important;
    }
}

@media (min-width: 701px) {
    .mobile-menu,
    .mobile-nav {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .steel-hero {
        min-height: 640px;
        background-position: 58% center;
    }

    .hero-content {
        margin-top: 90px;
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: clamp(2.55rem, 13vw, 4.5rem);
    }

    .hero-kicker {
        letter-spacing: .16em;
    }

    .hero-scroll {
        left: 15px;
    }

    .page-hero {
        padding: 78px 0 82px;
    }

    .page-hero h1 {
        font-size: clamp(2.55rem, 13vw, 4.5rem);
    }

    .about-story-section,
    .grades-section,
    .why-section {
        padding: 65px 0 75px;
    }

    .about-story-layout,
    .why-layout,
    .products-intro-row {
        display: block;
    }

    .products-intro {
        padding-top: 65px;
    }

    .products-intro-copy h2 {
        margin-bottom: 18px;
    }

    .category-block {
        padding: 20px 18px 22px;
    }

    .category-heading {
        display: block;
    }

    .category-badge {
        margin-bottom: 12px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .note-box {
        padding: 28px 22px;
    }

    .about-story-visual {
        min-height: 330px;
        margin-bottom: 48px;
    }

    .about-story-visual img {
        height: 310px;
    }

    .about-section-label {
        margin-bottom: 25px;
    }

    .grade-grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .grade-card {
        min-height: 0;
        padding: 27px 23px;
    }

    .why-layout .about-section-heading {
        margin-bottom: 35px;
    }

    .about-cta {
        padding: 48px 0;
    }

    .about-cta .container {
        display: block;
    }

    .about-cta .learn-more {
        margin-top: 25px;
    }

    .contact-section {
        padding: 65px 0 75px;
    }

    .contact-layout,
    .contact-page-shell {
        display: block;
    }

    .contact-map-wrap {
        margin-top: 0;
    }

    .contact-details {
        margin-bottom: 48px;
    }

    .contact-form-wrap {
        padding: 25px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .after-hero .container {
        display: block;
    }

    .trust-highlights {
        margin-top: 34px;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-preview {
        padding: 65px 0 72px;
    }

    .about-preview .container {
        display: block;
    }

    .about-preview-visual {
        min-height: 330px;
        margin-bottom: 48px;
    }

    .about-preview-visual img {
        height: 310px;
    }

    .about-preview-label {
        margin-bottom: 22px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        display: block;
        line-height: 1.7;
    }

    .footer-bottom span+span {
        display: block;
        margin-top: 8px;
    }

    .faq-section {
        padding: 65px 0 72px;
    }

    .faq-header {
        margin-bottom: 36px;
    }

    .faq-question {
        padding: 18px 16px;
        gap: 12px;
        font-size: .98rem;
    }

    .faq-q-number {
        width: 28px;
        height: 28px;
        font-size: .75rem;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
    }

    .faq-answer {
        padding: 14px 16px 20px 16px;
        font-size: .92rem;
    }

    .faq-bottom-bar {
        display: block;
        padding: 24px 20px;
        margin-top: 36px;
    }

    .faq-cta-actions {
        margin-top: 20px;
        flex-direction: column;
        align-items: stretch;
    }

    .faq-cta-btn,
    .faq-cta-whatsapp {
        justify-content: center;
        text-align: center;
    }

    .home-products {
        padding: 60px 0 68px;
    }

    .home-products-header {
        display: block;
        margin-bottom: 24px;
    }

    .home-products-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 18px;
    }

    .home-products-actions .view-more-btn {
        display: none;
    }

    .home-products-grid.product-slider-track .home-product-card {
        flex: 0 0 calc(85%);
        min-width: calc(85%);
    }

    .home-products-footer {
        display: block;
    }

    .home-products-footer .view-more-btn {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 1024px) and (min-width: 701px) {
    .home-products-grid.product-slider-track .home-product-card {
        flex: 0 0 calc((100% - (2 * 20px)) / 3);
        min-width: calc((100% - (2 * 20px)) / 3);
    }
}

@media (min-width: 701px) {
    .nav-group {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        gap: 24px;
        color: var(--navy);
        font-size: .77rem;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .nav-left { right: calc(50% + 120px); justify-content: flex-end; }
    .nav-right { left: calc(50% + 120px); }
    .nav-group a { transition: color .2s, transform .2s; }
    .nav-group a:hover, .nav-group a.active { color: #1b6698; transform: translateY(-1px); }
    .nav-message { display: flex; align-items: center; gap: 7px; color: #fff !important; background: #145181; border-radius: 5px; padding: 10px 14px; }
    .nav-message:hover { background: #1d6a9f; color: #fff !important; }
}