:root {
    --navy: #06264f;
    --navy-2: #0a376f;
    --navy-3: #0d478b;
    --orange: #ff6700;
    --orange-2: #ff8a00;
    --cream: #f5f1e9;
    --paper: #fbfaf7;
    --ink: #142238;
    --muted: #657184;
    --line: #dce2e8;
    --white: #fff;
    --shadow: 0 24px 70px rgba(5, 35, 75, .14);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.section-soft { background: var(--cream); }
.section-navy { background: var(--navy); color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #e7edf6; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { width: 30px; height: 2px; background: var(--orange); display: inline-block; }
.eyebrow.dark { color: var(--navy-2); }
.eyebrow.light { color: #b8c9df; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: inherit; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6.5vw, 88px); line-height: .96; margin-bottom: 28px; }
h2 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.03; margin-bottom: 24px; }
h3 { font-size: 24px; line-height: 1.15; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
p { color: var(--muted); line-height: 1.75; }

.topbar { background: #031b39; color: #c5d1df; font-size: 11px; letter-spacing: .04em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar a:hover { color: #fff; }
.site-header { background: rgba(255,255,255,.97); position: relative; z-index: 50; border-bottom: 1px solid rgba(8,46,97,.1); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 54px; height: 44px; display: grid; place-items: center; position: relative; color: var(--navy); font-size: 36px; line-height: 1; font-weight: 900; font-style: italic; }
.brand-mark i { color: var(--orange); font-size: 30px; position: absolute; left: 22px; top: 4px; text-shadow: 1px 1px #fff; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { color: var(--navy); font-size: 21px; letter-spacing: .06em; }
.brand small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .35em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.main-nav a { font-size: 13px; color: #304056; font-weight: 700; padding: 34px 0; position: relative; white-space: nowrap; }
.main-nav a::after { content: ""; height: 3px; position: absolute; left: 0; right: 100%; bottom: 0; background: var(--orange); transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { background: var(--orange); color: #fff; font-size: 13px; font-weight: 800; padding: 14px 20px; border-radius: 6px; white-space: nowrap; }
.nav-cta span { margin-left: 8px; }
.menu-button { display: none; background: transparent; border: 0; padding: 10px; margin-left: auto; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }
.flash { position: fixed; z-index: 100; top: 126px; left: 50%; transform: translateX(-50%); padding: 14px 22px; border-radius: 9px; font-weight: 700; box-shadow: var(--shadow); max-width: min(600px, calc(100% - 30px)); }
.flash-success { background: #dff8e9; color: #175f36; border: 1px solid #9bd7b4; }
.flash-error { background: #fff0ee; color: #9b2d21; border: 1px solid #efb1aa; }

.hero { color: #fff; background: radial-gradient(circle at 76% 38%, #15559b 0, var(--navy-2) 22%, var(--navy) 56%, #041d3e 100%); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 90%); }
.hero-grid { min-height: 690px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding-top: 50px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy h1 { max-width: 720px; }
.hero-lede { color: #c8d6e7; font-size: 18px; max-width: 615px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border-radius: 7px; border: 1px solid transparent; font-size: 13px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 12px 30px rgba(255,103,0,.28); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.05); }
.btn-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-white { background: #fff; color: var(--navy); }
.btn-danger { background: #a92e25; color: #fff; }
.hero-stats { display: flex; align-items: stretch; margin-top: 48px; }
.hero-stats > div { min-width: 155px; display: flex; align-items: center; gap: 10px; padding-right: 22px; margin-right: 22px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-stats > div:last-child { border: 0; }
.hero-stats strong { color: #fff; font-size: 26px; }
.hero-stats span { color: #9fb4cd; text-transform: uppercase; font-size: 9px; line-height: 1.45; letter-spacing: .1em; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); position: absolute; }
.hero-visual::after { content: ""; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,255,255,.07); position: absolute; filter: blur(1px); }
.hero-logo-card { width: 480px; max-width: 95%; position: relative; z-index: 2; padding: 14px; background: rgba(255,255,255,.98); border-radius: 20px; box-shadow: 0 40px 90px rgba(0,0,0,.3); transform: rotate(-2deg); }
.hero-logo-card img { border-radius: 13px; width: 100%; }
.float-note { position: absolute; z-index: 4; padding: 13px 17px; border-radius: 10px; background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 16px 40px rgba(1,21,48,.23); font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.float-note.top { top: 60px; right: 0; }
.float-note.bottom { bottom: 50px; left: 0; display: flex; flex-direction: column; }
.float-note.bottom b { color: var(--orange); font-size: 18px; }
.hero-ticker { position: relative; z-index: 3; min-width: max-content; border-top: 1px solid rgba(255,255,255,.12); min-height: 58px; display: flex; align-items: center; justify-content: space-around; gap: 35px; padding: 0 34px; color: #e1e9f3; background: rgba(2,24,52,.68); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.hero-ticker i { color: var(--orange); }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.intro-grid h2 { max-width: 520px; }
.intro-copy p { font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 6px; border-bottom: 2px solid var(--orange); color: var(--navy); font-size: 13px; font-weight: 800; }
.section-heading { margin-bottom: 55px; }
.section-heading.row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.center { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 55px; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading p { max-width: 520px; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.category-card { min-height: 300px; padding: 30px; background: var(--navy); display: flex; flex-direction: column; justify-content: space-between; transition: .25s ease; }
.category-card:hover { background: var(--navy-2); transform: translateY(-3px); }
.category-top { display: flex; justify-content: space-between; color: #7594ba; font-size: 12px; }
.category-top b { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.23); }
.category-card h3 { color: #fff; margin-bottom: 12px; }
.category-card p { color: #9fb4cd; font-size: 14px; margin: 0; }
.category-card:hover .category-top b { background: var(--orange); border-color: var(--orange); }

.deal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.deal-card { min-height: 375px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; position: relative; overflow: hidden; }
.deal-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: .25s ease; }
.deal-card:hover::before { transform: scaleX(1); }
.deal-index { color: #8793a2; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.deal-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 42px 0 32px; border-radius: 16px; background: #eef3f9; color: var(--navy); font-size: 30px; }
.deal-card:nth-child(2) .deal-icon { color: var(--orange); background: #fff0e5; }
.deal-card h3 { color: var(--navy); }
.deal-card p { font-size: 14px; }
.deal-card > a { color: var(--navy); font-weight: 800; font-size: 13px; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); }

.proof-panel { padding: 70px; background: linear-gradient(135deg, #06264f, #0b3e7b); border-radius: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; color: #fff; box-shadow: var(--shadow); }
.proof-panel p { color: #b7c7da; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.proof-item { background: #0a376f; min-height: 145px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.proof-item strong { color: var(--orange); font-size: 30px; }
.proof-item span { color: #d4dfec; font-size: 13px; }

.steps-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps-list li { padding: 34px 30px 0 0; position: relative; }
.steps-list li::before { content: ""; width: 10px; height: 10px; border: 3px solid var(--orange); border-radius: 50%; background: #fff; position: absolute; top: -8px; left: 0; }
.steps-list b { display: block; color: #a1aab5; font-size: 11px; margin-bottom: 28px; }
.steps-list span { display: block; color: var(--navy); font-weight: 800; margin-bottom: 11px; }
.steps-list p { font-size: 13px; padding-right: 25px; }

.page-hero { padding: 105px 0 95px; color: #fff; background: radial-gradient(circle at 80% 30%, #15559b, var(--navy) 50%, #041d3e); position: relative; overflow: hidden; }
.page-hero::after { content: "B"; position: absolute; right: -45px; top: -130px; font-size: 420px; font-weight: 900; color: rgba(255,255,255,.035); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; margin: 22px 0; font-size: clamp(48px, 6vw, 80px); }
.page-hero p { color: #c2d1e3; font-size: 18px; max-width: 720px; }
.breadcrumbs { color: #8fa8c6; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a:hover { color: #fff; }

.about-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.about-logo { background: #fff; border-radius: 25px; padding: 24px; box-shadow: var(--shadow); position: relative; }
.about-logo::before { content: "30+ YEARS"; position: absolute; right: -22px; bottom: 40px; background: var(--orange); color: #fff; padding: 18px 22px; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: #fff; padding: 34px; border-radius: 18px; border: 1px solid var(--line); }
.service-card .number { color: var(--orange); font-weight: 900; font-size: 12px; }
.service-card h3 { color: var(--navy); margin-top: 35px; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-bar a { border: 1px solid var(--line); padding: 10px 16px; border-radius: 30px; color: #506077; font-size: 12px; font-weight: 800; background: #fff; }
.filter-bar a:hover, .filter-bar a.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { display: block; aspect-ratio: 4 / 3; background: #edf2f7; overflow: hidden; position: relative; }
.product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 8px 11px; background: var(--orange); color: #fff; border-radius: 5px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.product-content { padding: 24px; }
.product-content small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-content h3 { color: var(--navy); font-size: 21px; margin: 10px 0 12px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: #677487; font-size: 12px; margin-bottom: 21px; }
.product-content > a { color: var(--navy); font-size: 12px; font-weight: 900; border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; }
.empty-state { text-align: center; padding: 70px 25px; border: 1px dashed #b9c4d0; border-radius: 20px; background: #fff; }
.empty-state h3 { color: var(--navy); }
.empty-state p { max-width: 550px; margin-inline: auto; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.product-detail-image { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.detail-tags { display: flex; gap: 8px; margin-bottom: 20px; }
.detail-tags span { padding: 8px 11px; border-radius: 5px; background: #fff0e4; color: #bd4b00; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.spec-list { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.spec-list li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-list li span:first-child { color: #718095; }
.spec-list li span:last-child { color: var(--navy); font-weight: 800; text-align: right; }

.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: start; }
.feature-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 13px; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; color: #445268; }
.feature-list li::before { content: "✓"; color: #fff; background: var(--orange); min-width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; }
.info-panel { padding: 35px; border-radius: 20px; background: var(--navy); color: #fff; position: sticky; top: 30px; }
.info-panel p { color: #b4c5d9; }
.info-panel .btn { width: 100%; margin-top: 10px; }

.form-card { padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 20px 60px rgba(8,46,97,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd7e0; border-radius: 8px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,103,0,.1); }
.form-note { font-size: 11px; color: #7b8797; margin-top: 12px; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.contact-card small { color: var(--orange); font-weight: 900; letter-spacing: .1em; }
.contact-card strong, .contact-card a { display: block; color: var(--navy); margin-top: 8px; font-size: 17px; }

.contact-strip { padding: 72px 0; color: #fff; background: linear-gradient(135deg, var(--orange), #ee5700); }
.contact-strip-grid { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.contact-strip h2 { font-size: clamp(38px, 5vw, 62px); margin: 13px 0 5px; }
.contact-strip p { color: #fff; margin: 0; }
.contact-strip-actions { display: flex; align-items: center; gap: 35px; }
.contact-strip-actions > div { display: flex; flex-direction: column; }
.contact-strip-actions small { font-size: 9px; letter-spacing: .12em; opacity: .8; }
.contact-strip-actions > div a { font-size: 22px; font-weight: 900; }
.site-footer { background: #031b39; color: #fff; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr 1fr 1.25fr; gap: 55px; }
.brand-light .brand-mark, .brand-light b { color: #fff; }
.footer-intro p { color: #91a6bf; font-size: 13px; max-width: 340px; margin: 25px 0; }
.gst-badge { display: inline-block; border: 1px solid rgba(255,255,255,.15); color: #aabbd0; padding: 9px 12px; border-radius: 5px; font-size: 10px; }
.site-footer h3 { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 24px; }
.footer-grid > div:not(:first-child) > a { display: block; color: #94aac3; font-size: 12px; padding: 7px 0; }
.footer-grid a:hover { color: #fff !important; }
.footer-contact p { color: #94aac3; font-size: 12px; line-height: 1.7; }
.footer-grid .footer-phone { color: var(--orange) !important; font-size: 19px !important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); padding-top: 23px; margin-top: 55px; color: #6f87a3; font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.24); font-weight: 900; }

/* Admin */
.admin-body { min-height: 100vh; background: #eef2f6; }
.admin-shell { width: min(1180px, calc(100% - 34px)); margin-inline: auto; }
.admin-header { background: var(--navy); color: #fff; padding: 17px 0; }
.admin-header-inner { display: flex; align-items: center; gap: 30px; }
.admin-header .brand b, .admin-header .brand-mark { color: #fff; }
.admin-nav { display: flex; gap: 20px; margin-left: auto; align-items: center; }
.admin-nav a { font-size: 12px; color: #b7c7d9; font-weight: 800; }
.admin-nav a:hover { color: #fff; }
.admin-main { padding: 45px 0 80px; }
.admin-title { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-bottom: 30px; }
.admin-title h1 { color: var(--navy); font-size: 38px; margin: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.admin-stat { background: #fff; border-radius: 14px; padding: 25px; border: 1px solid #dde4eb; }
.admin-stat small { color: #758298; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.admin-stat strong { display: block; color: var(--navy); font-size: 32px; margin-top: 10px; }
.admin-card { background: #fff; border-radius: 15px; border: 1px solid #dde4eb; overflow: hidden; }
.admin-card-header { padding: 20px 24px; border-bottom: 1px solid #e3e9ee; display: flex; align-items: center; justify-content: space-between; }
.admin-card-header h2 { font-size: 20px; margin: 0; color: var(--navy); }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th, .admin-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid #edf0f3; vertical-align: middle; }
.admin-table th { color: #6a7789; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.admin-table td strong { color: var(--navy); }
.admin-table img { width: 58px; height: 46px; object-fit: cover; border-radius: 6px; }
.admin-actions { display: flex; gap: 8px; }
.admin-actions a, .admin-actions button { border: 0; background: #edf2f7; color: var(--navy); padding: 7px 10px; border-radius: 5px; font-size: 10px; font-weight: 800; cursor: pointer; }
.admin-actions .delete { background: #fff0ee; color: #a52d22; }
.status { display: inline-block; padding: 6px 9px; border-radius: 15px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.status-active, .status-new { background: #def8e9; color: #1f7142; }
.status-inactive, .status-closed { background: #edf0f3; color: #606c7c; }
.status-contacted { background: #fff1d5; color: #966413; }
.admin-form { padding: 28px; }
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 70% 20%, #17569a, #06264f 60%, #031a37); }
.login-card { width: min(470px, 100%); background: #fff; border-radius: 22px; padding: 42px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.login-card .brand { margin-bottom: 35px; }
.login-card h1 { color: var(--navy); font-size: 34px; margin-bottom: 8px; }
.login-card .field { margin-bottom: 18px; }
.login-card .btn { width: 100%; }
.setup-card { width: min(650px, 100%); }

@media (max-width: 1040px) {
    .topbar-inner span:first-child { display: none; }
    .main-nav { gap: 15px; }
    .main-nav a { font-size: 11px; }
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-logo-card { width: 400px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 840px) {
    .topbar { display: none; }
    .nav-wrap { min-height: 76px; }
    .menu-button { display: block; }
    .nav-cta { display: none; }
    .main-nav { position: fixed; inset: 76px 0 auto; background: #fff; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border-top: 1px solid var(--line); box-shadow: 0 30px 60px rgba(5,35,75,.17); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 14px 5px; border-bottom: 1px solid var(--line); }
    .main-nav a::after { display: none; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 85px; }
    .hero-visual { min-height: 430px; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .button-row, .hero-stats { justify-content: center; }
    .hero-lede { margin-inline: auto; }
    .intro-grid, .about-story, .product-detail-grid, .content-grid, .proof-panel { grid-template-columns: 1fr; }
    .intro-grid, .about-story, .product-detail-grid, .content-grid { gap: 45px; }
    .proof-panel { gap: 35px; padding: 45px; }
    .category-grid, .product-grid { grid-template-columns: 1fr 1fr; }
    .deal-grid, .service-grid { grid-template-columns: 1fr; }
    .deal-card { min-height: 320px; }
    .steps-list { grid-template-columns: 1fr 1fr; row-gap: 35px; }
    .contact-strip-grid, .section-heading.row { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-contact { grid-column: auto; }
    .admin-stats { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .shell { width: min(100% - 28px, 1180px); }
    .section { padding: 72px 0; }
    .brand-mark { width: 44px; font-size: 31px; }
    .brand-mark i { left: 18px; font-size: 26px; }
    .brand b { font-size: 18px; }
    .hero-grid { min-height: auto; padding-bottom: 45px; }
    .hero-visual { min-height: 345px; }
    .hero-logo-card { width: 94%; }
    .float-note.top { top: 20px; right: -4px; }
    .float-note.bottom { bottom: 5px; }
    .hero-stats > div { min-width: 0; padding-right: 11px; margin-right: 11px; }
    .hero-stats strong { font-size: 20px; }
    .hero-stats span { font-size: 7px; }
    .hero-ticker { justify-content: flex-start; overflow: hidden; }
    .category-grid, .product-grid, .proof-grid, .steps-list, .service-grid, .form-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 245px; }
    .proof-panel { padding: 30px 22px; border-radius: 20px; }
    .section-heading.row { display: block; }
    .contact-strip-actions { align-items: stretch; flex-direction: column; width: 100%; }
    .contact-strip-actions .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .about-logo::before { right: -5px; bottom: 20px; }
    .form-card { padding: 25px 20px; }
    .admin-title { align-items: flex-start; flex-direction: column; }
    .admin-nav a:not(:last-child) { display: none; }
    .login-card { padding: 30px 23px; }
}
