:root {
    --sentinel-navy: #06182d;
    --sentinel-navy-2: #071f3b;
    --sentinel-navy-3: #0b284b;
    --sentinel-blue: #0d6efd;
    --sentinel-blue-2: #1794ff;
    --sentinel-cyan: #55b9ff;
    --sentinel-white: #ffffff;
    --sentinel-offwhite: #f7f9fc;
    --sentinel-border: #dce3ec;
    --sentinel-text: #101828;
    --sentinel-muted: #667085;
    --sentinel-shadow: 0 18px 48px rgba(15, 36, 67, .12);
    --sentinel-radius: 12px;
    --sentinel-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--sentinel-text);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--sentinel-blue); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    position: fixed !important; z-index: 99999; top: 12px; left: 12px;
    width: auto; height: auto; padding: 12px 16px; margin: 0;
    clip: auto; background: #fff; color: #000;
}
.sentinel-container { width: min(var(--sentinel-container), calc(100% - 48px)); margin: 0 auto; }

/* Header */
.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(3,16,32,.96), rgba(3,16,32,.72));
}
.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 38px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; flex-shrink: 0; }
.brand:hover { color: #fff; }
.brand-mark { display: grid; place-items: center; width: 48px; color: #29a0ff; filter: drop-shadow(0 0 12px rgba(18,132,255,.35)); }
.brand-mark svg { width: 100%; height: auto; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; letter-spacing: .16em; }
.brand-copy strong { font-size: 21px; }
.brand-copy small { margin-top: 8px; font-size: 10px; font-weight: 800; letter-spacing: .34em; }
.header-brand-copy{justify-content:center;text-align:left;line-height:1.05;white-space:nowrap}
.header-brand-copy strong{display:block;line-height:1.15}
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 64px; width: auto; }
.primary-navigation { margin-left: auto; }
.primary-menu { list-style: none; display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; }
.primary-menu a { color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; }
.primary-menu a:hover { color: #fff; }
.primary-menu .menu-item-has-children > a::after { content: "⌄"; margin-left: 5px; font-size: 11px; }
.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 0 24px;
    font-weight: 750;
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, #0a63ee, #0d7cff); color: #fff; box-shadow: 0 10px 25px rgba(10,101,239,.28); }
.button-primary:hover { color: #fff; background: linear-gradient(135deg, #0758d8, #0b6fe8); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(6,24,45,.35); backdrop-filter: blur(8px); }
.button-outline:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.header-quote { min-width: 142px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 7px; padding: 10px; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; }

/* Hero */
.hero-section {
    position: relative;
    min-height: 685px;
    overflow: hidden;
    color: #fff;
    background: var(--sentinel-navy);
}
.hero-media {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero-security.jpg');
    background-size: cover;
    background-position: 71% center;
    transform: scale(1.02);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 63% 28%, rgba(28,139,255,.17), transparent 22%),
        linear-gradient(90deg, rgba(2,13,29,.99) 0%, rgba(3,17,35,.97) 32%, rgba(3,17,35,.64) 55%, rgba(3,17,35,.18) 78%, rgba(3,17,35,.28) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
}
.hero-inner { position: relative; z-index: 2; min-height: 685px; display: flex; align-items: center; padding-top: 92px; padding-bottom: 70px; }
.hero-copy { width: min(570px, 52%); }
.hero-kicker, .section-kicker { margin: 0 0 12px; color: #218dff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-kicker { color: #66baff; text-transform: none; font-size: 14px; }
.hero-copy h1 { margin: 0; max-width: 560px; font-size: clamp(46px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; }
.hero-description { margin: 24px 0 28px; max-width: 510px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.hero-trust .trust-icon { width: 32px; color: var(--sentinel-blue-2); }
.hero-trust .sentinel-icon { width: 32px; height: 32px; }
.hero-trust strong, .hero-trust small { display: block; }
.hero-trust strong { font-size: 14px; }
.hero-trust small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; }
.form-status { margin-top: 18px; padding: 12px 14px; border-radius: 7px; font-size: 13px; }
.form-status.is-success { background: rgba(23,167,94,.16); border: 1px solid rgba(75,223,145,.3); }
.form-status.is-error { background: rgba(222,68,68,.18); border: 1px solid rgba(255,125,125,.3); }

/* Statistics panel */
.stats-wrap { position: relative; z-index: 5; margin-top: -65px; }
.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(80,142,210,.36);
    background: linear-gradient(135deg, #0a213d, #06172c 70%);
    box-shadow: 0 22px 48px rgba(1,15,33,.25);
}
.stat-item { min-height: 142px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 26px; color: #fff; position: relative; }
.stat-item + .stat-item::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px; background: rgba(255,255,255,.15); }
.stat-icon { color: #1494ff; display: grid; place-items: start; }
.stat-icon .sentinel-icon { width: 40px; height: 40px; }
.stat-247 { width: 42px; height: 42px; border: 2px solid #1494ff; border-radius: 50%; font-size: 12px; font-weight: 900; place-items: center; }
.stat-item strong { display: block; font-size: 28px; line-height: 1; }
.stat-item span { display: block; margin-top: 6px; color: #2f9fff; font-size: 12px; font-weight: 700; }
.stat-item small { display: block; margin-top: 10px; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.45; }

/* Shared sections */
.section { padding: 84px 0; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading h2 { margin: 0; color: #0b1220; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 10px 0 0; color: var(--sentinel-muted); font-size: 14px; }
.card-grid { display: grid; gap: 14px; }
.service-grid, .industry-grid { grid-template-columns: repeat(6, 1fr); }
.info-card {
    min-height: 208px;
    position: relative;
    text-align: center;
    padding: 26px 17px 22px;
    border: 1px solid var(--sentinel-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(11,35,72,.06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.info-card:hover { transform: translateY(-4px); border-color: #b8d8ff; box-shadow: 0 15px 34px rgba(11,75,145,.12); }
.card-link { position: absolute; inset: 0; z-index: 2; }
.card-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; color: #126eef; }
.card-icon .sentinel-icon { width: 48px; height: 48px; }
.info-card h3 { margin: 12px 0 8px; font-size: 16px; line-height: 1.2; }
.info-card p { margin: 0; color: var(--sentinel-muted); font-size: 12px; line-height: 1.55; }
.section-more { margin: 25px 0 0; text-align: center; }
.section-more a { color: #126eef; font-size: 13px; font-weight: 800; }
.industries-section { background: #f8fafc; border-top: 1px solid #eef1f5; }
.industry-card { min-height: 178px; padding-top: 22px; }
.industry-card .card-icon { height: 52px; }
.industry-card .card-icon .sentinel-icon { width: 44px; height: 44px; }

/* Why section */
.why-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 74px;
    color: #fff;
    background:
        linear-gradient(rgba(4,23,44,.95), rgba(4,23,44,.97)),
        radial-gradient(circle at 50% 50%, #0d3763, #04172c 65%);
}
.why-section::before {
    content: "";
    position: absolute; inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(59,140,225,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(59,140,225,.12) 1px, transparent 1px);
    background-size: 34px 34px;
}
.why-section .sentinel-container { position: relative; z-index: 1; }
.light-heading h2 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-item { position: relative; min-height: 180px; text-align: center; padding: 10px 34px; }
.why-item + .why-item::before { content: ""; position: absolute; left: 0; top: 16px; bottom: 16px; width: 1px; background: rgba(255,255,255,.16); }
.why-icon { display: inline-grid; width: 54px; color: #0e86ff; }
.why-icon .sentinel-icon { width: 46px; height: 46px; }
.why-item h3 { margin: 12px 0 6px; font-size: 16px; }
.why-item p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }

/* Testimonials */
.testimonials-section { padding-bottom: 58px; }
.testimonial-carousel { position: relative; }
.testimonial-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 30px) / 3); gap: 15px; overflow: hidden; scroll-behavior: smooth; }
.testimonial-card { min-height: 205px; padding: 22px 24px; border: 1px solid var(--sentinel-border); border-radius: 8px; background: #fff; box-shadow: 0 7px 22px rgba(11,35,72,.05); }
.testimonial-top { display: flex; align-items: flex-start; justify-content: space-between; }
.quote-mark { color: #1b79f4; font-size: 36px; line-height: .8; font-weight: 800; }
.stars { color: #0b75ff; font-size: 13px; letter-spacing: 2px; }
.testimonial-copy { min-height: 82px; color: #3f4a5a; font-size: 12px; line-height: 1.55; }
.testimonial-copy p { margin: 8px 0; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.testimonial-avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.avatar-initials { display: grid; place-items: center; background: #eaf3ff; color: #0b67db; font-size: 12px; font-weight: 900; }
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author strong { font-size: 12px; }
.testimonial-author small { color: var(--sentinel-muted); font-size: 10px; }
.carousel-arrow { position: absolute; top: 50%; z-index: 3; width: 36px; height: 36px; margin-top: -35px; border: 0; border-radius: 50%; background: transparent; color: #a5adba; font-size: 34px; line-height: 1; }
.carousel-prev { left: -46px; }
.carousel-next { right: -46px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #ccd2dc; }
.carousel-dots button.is-active { width: 9px; height: 9px; background: #0d74ff; }

/* CTA */
.prefooter-cta { margin-bottom: -38px; position: relative; z-index: 6; }
.cta-panel {
    min-height: 116px;
    display: grid;
    grid-template-columns: 90px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 22px 35px;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid rgba(64,142,230,.35);
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(7,32,60,.98) 0%, rgba(8,36,67,.92) 55%, rgba(7,30,57,.67) 100%),
        url('../images/cta-security.jpg') right center / cover no-repeat;
    box-shadow: var(--sentinel-shadow);
}
.cta-shield { width: 74px; color: #5ab6ff; }
.cta-shield .sentinel-icon { width: 70px; height: 70px; }
.cta-copy h2 { margin: 0 0 4px; font-size: 26px; line-height: 1.15; }
.cta-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; }
.cta-panel .button { min-width: 225px; }

/* Footer */
.site-footer { padding-top: 90px; color: rgba(255,255,255,.74); background: #05172b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr .8fr 1.05fr; gap: 38px; padding-bottom: 52px; }
.footer-brand { margin-bottom: 20px; }
.footer-brand-col { min-width: 0; }
.site-footer h3 { margin: 8px 0 16px; color: #fff; font-size: 14px; }
.contact-list, .footer-links { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: grid; grid-template-columns: 13px 1fr; gap: 9px; margin: 10px 0; font-size: 12px; line-height: 1.5; }
.contact-list li span { color: #66b8ff; font-size: 6px; margin-top: 7px; }
.footer-links li { margin: 7px 0; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.site-footer p { font-size: 12px; }
.social-links { display: flex; gap: 9px; margin-top: 18px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; }
.social-links a:hover { background: #0d6efd; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; padding: 18px 0; text-align: center; color: rgba(255,255,255,.45); font-size: 11px; }

/* Modal and form */
.quote-modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; padding: 20px; }
.quote-modal.is-open { display: flex; }
.quote-modal-backdrop { position: absolute; inset: 0; background: rgba(2,11,23,.78); backdrop-filter: blur(5px); }
.quote-modal-panel { position: relative; z-index: 2; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 38px; border-radius: 12px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.quote-modal-panel h2 { margin: 0 0 8px; font-size: 32px; }
.quote-modal-panel > p:not(.section-kicker) { color: var(--sentinel-muted); }
.quote-modal-close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef3f9; color: #26354a; font-size: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 15px; color: #344054; font-size: 13px; font-weight: 700; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; margin-top: 6px; border: 1px solid #d7dee8; border-radius: 7px; background: #fff; padding: 11px 12px; outline: none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: #1b7df5; box-shadow: 0 0 0 3px rgba(27,125,245,.12); }

/* Inner pages */
.inner-hero { padding: 155px 0 70px; color: #fff; background: linear-gradient(135deg, #06182d, #0b2b51); }
.inner-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 60px); }
.content-area { padding: 72px 0; }
.content-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; }
.entry-content { font-size: 16px; }
.entry-content h2, .entry-content h3 { line-height: 1.25; }
.entry-content a { color: var(--sentinel-blue); text-decoration: underline; }
.entry-content img { border-radius: 10px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-card { border: 1px solid var(--sentinel-border); border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 8px 28px rgba(10,40,80,.06); }
.archive-card-body { padding: 24px; }
.archive-card h2 { margin: 0 0 10px; font-size: 22px; }
.archive-card p { color: var(--sentinel-muted); }
.archive-card .card-icon { margin-bottom: 6px; }

@media (max-width: 1120px) {
    .primary-menu { gap: 20px; }
    .header-inner { gap: 22px; }
    .service-grid, .industry-grid { grid-template-columns: repeat(3, 1fr); }
    .stats-panel { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(3)::before { display: none; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .footer-grid > :nth-child(4), .footer-grid > :nth-child(5) { margin-top: 10px; }
    .carousel-prev { left: -20px; }
    .carousel-next { right: -20px; }
}

@media (max-width: 900px) {
    .site-header { position: absolute; }
    .header-quote { display: none; }
    .menu-toggle { display: block; margin-left: auto; }
    .primary-navigation {
        position: absolute; top: 100%; left: 24px; right: 24px;
        display: none; margin: 0; padding: 18px;
        border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
        background: rgba(5,24,45,.98); box-shadow: 0 18px 50px rgba(0,0,0,.32);
    }
    .primary-navigation.is-open { display: block; }
    .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-menu a { display: block; padding: 12px 10px; }
    .hero-copy { width: 68%; }
    .hero-media { background-position: 60% center; opacity: .75; }
    .hero-overlay { background: linear-gradient(90deg, rgba(2,13,29,.99) 0%, rgba(3,17,35,.92) 55%, rgba(3,17,35,.45) 100%); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .why-item:nth-child(3)::before { display: none; }
    .testimonial-track { grid-auto-columns: calc((100% - 15px) / 2); }
    .cta-panel { grid-template-columns: 70px 1fr; }
    .cta-panel .button { grid-column: 2; justify-self: start; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .sentinel-container { width: min(100% - 30px, var(--sentinel-container)); }
    .header-inner { min-height: 76px; }
    .brand-mark { width: 40px; }
    .brand-copy strong { font-size: 17px; }
    .brand-copy small { font-size: 8px; }
    .hero-section, .hero-inner { min-height: 680px; }
    .hero-inner { align-items: flex-end; padding: 120px 0 120px; }
    .hero-media { background-position: 67% center; opacity: .54; }
    .hero-overlay { background: linear-gradient(180deg, rgba(2,13,29,.65), rgba(2,13,29,.95) 58%, rgba(2,13,29,1)); }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: 43px; }
    .hero-description { font-size: 15px; }
    .hero-actions .button { flex: 1 1 160px; }
    .stats-wrap { margin-top: -80px; }
    .stats-panel { grid-template-columns: 1fr; }
    .stat-item { min-height: 120px; }
    .stat-item + .stat-item::before { left: 24px; right: 24px; top: 0; bottom: auto; width: auto; height: 1px; display: block; }
    .section { padding: 66px 0; }
    .service-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .info-card { min-height: 195px; padding-inline: 13px; }
    .why-grid { grid-template-columns: 1fr; }
    .why-item + .why-item::before { left: 28px; right: 28px; top: 0; bottom: auto; width: auto; height: 1px; }
    .testimonial-track { grid-auto-columns: 100%; }
    .carousel-arrow { display: none; }
    .cta-panel { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; }
    .cta-shield { margin: 0 auto; }
    .cta-panel .button { grid-column: auto; justify-self: center; min-width: 0; width: 100%; }
    .prefooter-cta { margin-bottom: -44px; }
    .site-footer { padding-top: 100px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand-col { grid-column: auto; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .quote-modal-panel { padding: 32px 22px 24px; }
    .archive-grid { grid-template-columns: 1fr; }
    .content-shell { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .service-grid, .industry-grid { grid-template-columns: 1fr; }
    .info-card { min-height: 180px; }
    .hero-copy h1 { font-size: 38px; }
}

body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* Online Security Guard Request system */
.sentinel-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.guard-request-form-wrap{max-width:980px;margin:0 auto}.guard-request-form{margin-top:24px}.guard-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.guard-form-grid label,.status-lookup-form label{display:grid;gap:8px;color:#172b4d;font-size:.88rem;font-weight:700}.guard-form-grid input,.guard-form-grid select,.guard-form-grid textarea,.status-lookup-form input{width:100%;border:1px solid #cdd7e5;border-radius:8px;background:#fff;padding:13px 14px;color:#10223d;font:inherit;box-sizing:border-box}.guard-form-grid input:focus,.guard-form-grid select:focus,.guard-form-grid textarea:focus,.status-lookup-form input:focus{outline:3px solid rgba(18,104,243,.16);border-color:#1268f3}.guard-field-wide{grid-column:1/-1}.guard-consent{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:#40516c;font-size:.9rem}.guard-consent input{margin-top:4px}.guard-submit{min-height:50px}.guard-form-notice{padding:16px 18px;margin:0 0 20px;border-radius:9px}.guard-form-notice.success{background:#e8f8ee;border:1px solid #a9dfbb;color:#155f34}.guard-form-notice.error{background:#fff0f0;border:1px solid #efb5b5;color:#8d1e1e}.quote-modal-panel{width:min(980px,calc(100vw - 30px));max-height:92vh;overflow-y:auto}.quote-modal-panel .guard-form-grid{gap:13px}.quote-modal-panel .guard-form-grid input,.quote-modal-panel .guard-form-grid select,.quote-modal-panel .guard-form-grid textarea{padding:10px 12px}.sentinel-status-portal{max-width:1060px;margin:0 auto;padding:42px 20px}.status-lookup-card,.status-summary-card,.customer-request-card,.customer-updates-card{background:#fff;border:1px solid #e0e7f0;border-radius:14px;box-shadow:0 12px 35px rgba(5,31,69,.08)}.status-lookup-card{max-width:650px;margin:0 auto;padding:36px}.status-lookup-card h2{margin:.3rem 0 .7rem;color:#071d38}.status-lookup-form{display:grid;gap:17px;margin-top:24px}.status-summary-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 32px}.status-summary-card h2{margin:4px 0;color:#071d38}.customer-status-pill{display:inline-flex;padding:10px 16px;border-radius:999px;font-weight:800}.status-progress{display:grid;grid-template-columns:repeat(5,1fr);margin:34px 0 28px;position:relative}.status-progress:before{content:"";position:absolute;left:8%;right:8%;top:21px;height:3px;background:#dfe6ef}.status-step{position:relative;text-align:center;z-index:1;color:#7b8799}.status-step span{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 9px;border-radius:50%;background:#e7edf4;border:4px solid #f7f9fc;font-weight:800}.status-step strong{font-size:.82rem}.status-step.is-complete{color:#0c5dd4}.status-step.is-complete span{background:#1268f3;color:#fff}.status-progress.is-cancelled:before{background:#efd6d6}.customer-request-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.customer-request-card,.customer-updates-card{padding:27px}.customer-request-card h3,.customer-updates-card h3{margin-top:0;color:#071d38}.customer-request-card dl{display:grid;grid-template-columns:160px 1fr;gap:10px;margin:0}.customer-request-card dt{font-weight:700;color:#53657e}.customer-request-card dd{margin:0;color:#152943}.quotation-amount{font-size:1.55rem;font-weight:800;color:#1268f3}.customer-updates-card{margin-top:22px}.customer-update{padding:16px 0;border-top:1px solid #e8edf3}.customer-update:first-of-type{border-top:0}.customer-update>div{display:flex;justify-content:space-between;gap:20px}.customer-update time{font-size:.82rem;color:#718096}.customer-update p{margin-bottom:0}.page .entry-content>.guard-request-form-wrap,.page .entry-content>.sentinel-status-portal{margin-top:20px;margin-bottom:60px}@media(max-width:760px){.guard-form-grid{grid-template-columns:1fr}.guard-field-wide{grid-column:auto}.status-summary-card{align-items:flex-start;flex-direction:column}.status-progress{grid-template-columns:1fr;gap:9px}.status-progress:before{display:none}.status-step{display:flex;align-items:center;gap:10px;text-align:left}.status-step span{margin:0}.customer-request-grid{grid-template-columns:1fr}.customer-request-card dl{grid-template-columns:1fr;gap:4px}.customer-request-card dd{margin-bottom:10px}.quote-modal-panel{padding:24px 18px}}

/* Turbo Guard company branding and supplied content */
.turbo-guard-logo{display:block;max-width:240px;max-height:68px;width:auto;height:auto;object-fit:contain}
.footer-logo{max-width:230px;max-height:74px}
.turbo-brand-mark{color:#178cff}
.turbo-service-grid{grid-template-columns:repeat(5,1fr)}
.turbo-company-section{background:#fff}
.turbo-company-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.turbo-company-copy h2{margin:0 0 18px;font-size:clamp(32px,3.4vw,48px);line-height:1.12;letter-spacing:-.035em;color:#071528}
.turbo-company-copy>p{color:var(--sentinel-muted);font-size:15px}
.turbo-company-copy .turbo-company-lead{font-size:19px;line-height:1.65;color:#24364c;font-weight:650}
.turbo-registration-list{margin:28px 0 0;border-top:1px solid var(--sentinel-border)}
.turbo-registration-list>div{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--sentinel-border)}
.turbo-registration-list dt{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7b8798;font-weight:800}
.turbo-registration-list dd{margin:0;font-size:13px;color:#14243a;font-weight:750}
.turbo-registration-list a{color:#0c6fec}
.turbo-team-panel{padding:30px;border-radius:14px;background:linear-gradient(145deg,#081d36,#061326);color:#fff;box-shadow:0 24px 55px rgba(4,24,48,.2)}
.turbo-team-panel>h3{margin:0 0 20px;font-size:22px}
.turbo-team-grid{display:grid;gap:11px}
.turbo-team-grid article{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.035)}
.turbo-team-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#0d6efd,#138cff);font-weight:900}
.turbo-team-grid strong,.turbo-team-grid small,.turbo-team-grid a{display:block}
.turbo-team-grid strong{font-size:14px}.turbo-team-grid small{margin-top:2px;color:rgba(255,255,255,.64);font-size:11px}.turbo-team-grid a{margin-top:5px;color:#61b4ff;font-size:11px;font-weight:800}
.footer-tagline{margin:0 0 16px;color:#6bb8ff;font-style:italic;font-weight:700;font-size:13px}
.footer-registration{margin:16px 0 0;color:rgba(255,255,255,.54);font-size:10px;line-height:1.6}
.footer-registration strong{color:#fff;font-size:11px}
.footer-person{margin:0 0 15px}.footer-person strong,.footer-person small,.footer-person a{display:block}.footer-person strong{font-size:12px;color:#fff}.footer-person small{font-size:10px;color:rgba(255,255,255,.55);margin:2px 0}.footer-person a{font-size:10px;color:#61b4ff;font-weight:800}
.footer-follow-title{margin-top:26px!important}
.footer-bottom .sentinel-container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom a{color:#69b8ff;font-size:10px;font-weight:750}

@media(max-width:1100px){.turbo-service-grid{grid-template-columns:repeat(3,1fr)}.turbo-company-grid{grid-template-columns:1fr;gap:34px}}
@media(max-width:720px){.turbo-service-grid{grid-template-columns:repeat(2,1fr)}.turbo-registration-list>div{grid-template-columns:1fr;gap:4px}.turbo-team-panel{padding:22px}.footer-bottom .sentinel-container{align-items:flex-start;flex-direction:column}.turbo-guard-logo{max-width:195px;max-height:58px}}
@media(max-width:460px){.turbo-service-grid{grid-template-columns:1fr}}

/* Turbo Guard premium visual system v4 */
:root{
    --sentinel-navy:#050b14;
    --sentinel-navy-2:#0a1422;
    --sentinel-navy-3:#101d2f;
    --sentinel-blue:#e62b25;
    --sentinel-blue-2:#ff3b32;
    --sentinel-cyan:#ffffff;
    --sentinel-offwhite:#f7f7f5;
    --sentinel-border:#e5e7eb;
    --sentinel-text:#111827;
    --sentinel-muted:#657083;
    --sentinel-shadow:0 24px 70px rgba(4,10,20,.13);
    --sentinel-radius:18px;
}
body{background:#fff;overflow-x:hidden}
::selection{background:#e62b25;color:#fff}
.sentinel-container{width:min(1220px,calc(100% - 48px))}
.site-header{position:absolute;background:linear-gradient(180deg,rgba(3,7,13,.96),rgba(3,7,13,.62));border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px)}
.site-header.is-scrolled{position:fixed;background:rgba(4,9,16,.94);box-shadow:0 16px 45px rgba(0,0,0,.28);animation:headerDrop .45s ease both}
.header-inner{min-height:104px}
.brand{position:relative}
.turbo-guard-logo,.custom-logo{width:88px!important;height:88px!important;max-width:none!important;max-height:none!important;object-fit:contain;border-radius:50%;filter:drop-shadow(0 10px 24px rgba(230,43,37,.22));transition:transform .4s ease,filter .4s ease}
.brand:hover .turbo-guard-logo,.brand:hover .custom-logo{transform:rotate(-3deg) scale(1.04);filter:drop-shadow(0 14px 32px rgba(230,43,37,.38))}
.primary-menu{gap:29px}
.primary-menu a{position:relative;font-weight:700;letter-spacing:.015em}
.primary-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:#ef3029;transition:right .3s ease}
.primary-menu a:hover:after,.primary-menu .current-menu-item>a:after{right:0}
.button{position:relative;overflow:hidden;border-radius:999px;min-height:52px;padding-inline:27px;letter-spacing:.01em}
.button:before{content:"";position:absolute;inset:0;transform:translateX(-115%) skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transition:transform .65s ease}
.button:hover:before{transform:translateX(115%) skewX(-20deg)}
.button-primary{background:linear-gradient(135deg,#d91f19,#ff4239);box-shadow:0 15px 36px rgba(230,43,37,.3)}
.button-primary:hover{background:linear-gradient(135deg,#bd1712,#ee3028);box-shadow:0 18px 44px rgba(230,43,37,.4)}
.button-outline{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.04)}
.hero-section,.hero-inner{min-height:760px}
.hero-media{background-position:68% center;animation:heroZoom 16s ease-in-out infinite alternate}
.hero-overlay{background:radial-gradient(circle at 72% 28%,rgba(230,43,37,.18),transparent 28%),linear-gradient(90deg,rgba(2,6,12,.99) 0%,rgba(3,9,17,.95) 38%,rgba(3,8,15,.54) 64%,rgba(3,8,15,.2) 100%)}
.hero-inner{padding-top:112px}
.hero-copy{width:min(650px,58%)}
.hero-kicker,.section-kicker{color:#e62b25;letter-spacing:.16em;font-weight:900;text-transform:uppercase}
.hero-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:11px;color:#fff;backdrop-filter:blur(8px)}
.hero-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#ef3029;box-shadow:0 0 0 6px rgba(239,48,41,.14);animation:pulseDot 1.8s ease-out infinite}
.hero-copy h1{font-size:clamp(48px,5.8vw,78px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.hero-description{font-size:18px;max-width:560px}
.hero-trust{padding-top:23px;border-top:1px solid rgba(255,255,255,.13);max-width:510px}
.hero-trust .trust-icon{color:#ef3029}
.stats-wrap{margin-top:-74px}
.stats-panel{border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#101925,#050a12);box-shadow:0 28px 75px rgba(0,0,0,.28)}
.stat-item{min-height:155px;transition:background .35s ease,transform .35s ease}
.stat-item:hover{background:rgba(230,43,37,.08);transform:translateY(-3px)}
.stat-icon,.stat-item span{color:#ef3029}
.stat-247{border-color:#ef3029}
.section{padding:104px 0}
.section-heading{margin-bottom:48px}
.section-heading h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.045em}
.card-grid{gap:20px}
.info-card{min-height:228px;padding:31px 20px 26px;border-radius:18px;border-color:#e7e9ee;box-shadow:0 12px 40px rgba(11,18,30,.06);overflow:hidden}
.info-card:before{content:"";position:absolute;inset:auto -25% -65% auto;width:150px;height:150px;border-radius:50%;background:rgba(230,43,37,.08);transition:transform .45s ease}
.info-card:hover{transform:translateY(-9px);border-color:rgba(230,43,37,.32);box-shadow:0 24px 55px rgba(11,18,30,.12)}
.info-card:hover:before{transform:scale(1.7)}
.card-icon{color:#e62b25;background:#fff0ef;border-radius:16px;width:64px;height:64px}
.section-more a{color:#d9231d}
.industries-section{background:linear-gradient(180deg,#fafafa,#f3f4f6)}
.why-section{padding:94px 0;background:radial-gradient(circle at 12% 20%,rgba(230,43,37,.19),transparent 26%),linear-gradient(145deg,#03070d,#101a28)}
.why-section:before{opacity:.14;background-size:42px 42px}
.why-grid{gap:18px}
.why-item{padding:28px 25px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);backdrop-filter:blur(10px);transition:transform .35s ease,background .35s ease,border-color .35s ease}
.why-item:hover{transform:translateY(-8px);background:rgba(255,255,255,.07);border-color:rgba(230,43,37,.34)}
.why-item + .why-item:before{display:none}
.why-icon{color:#ef3029}
.testimonial-card{border-radius:18px;padding:28px;box-shadow:0 14px 45px rgba(8,18,34,.07)}
.quote-mark,.stars{color:#e62b25}
.carousel-dots button.is-active{background:#e62b25}
.turbo-company-section{background:linear-gradient(180deg,#fff,#fafafa)}
.turbo-company-copy h2{font-size:clamp(36px,4vw,56px)}
.turbo-company-lead{border-left:4px solid #e62b25;padding-left:20px}
.turbo-team-panel{border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(230,43,37,.18),transparent 28%),linear-gradient(145deg,#101925,#050a11);box-shadow:0 32px 80px rgba(5,10,18,.24)}
.turbo-team-grid article{border-radius:15px;transition:transform .3s ease,background .3s ease}
.turbo-team-grid article:hover{transform:translateX(7px);background:rgba(255,255,255,.07)}
.turbo-team-grid article>span{background:linear-gradient(145deg,#c81b16,#ff3d34)}
.turbo-registration-list a,.turbo-team-grid a{color:#e62b25}
.cta-panel{min-height:145px;border-radius:24px;border-color:rgba(230,43,37,.25);background:linear-gradient(90deg,rgba(5,10,18,.98),rgba(9,17,28,.92) 58%,rgba(9,17,28,.54)),url('../images/cta-security.jpg') right center/cover no-repeat;box-shadow:0 28px 70px rgba(4,9,16,.24)}
.cta-shield{color:#ef3029;animation:shieldFloat 3.5s ease-in-out infinite}
.site-footer{background:#03070d}
.footer-tagline,.footer-registration strong,.footer-person a,.footer-bottom a{color:#f04a43}
.social-links a:hover{background:#e62b25}
.quote-modal-backdrop{background:rgba(1,4,8,.86)}
.quote-modal-panel{border-radius:24px;border:1px solid rgba(230,43,37,.15)}
.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus,.guard-form-grid input:focus,.guard-form-grid select:focus,.guard-form-grid textarea:focus,.status-lookup-form input:focus{border-color:#e62b25;box-shadow:0 0 0 4px rgba(230,43,37,.11);outline:none}

/* Scroll animation: content stays visible when JS or screenshot tools are unavailable */
.reveal-ready [data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal-ready [data-reveal="left"]{transform:translateX(-38px)}
.reveal-ready [data-reveal="right"]{transform:translateX(38px)}
.reveal-ready [data-reveal].is-visible{opacity:1;transform:none}

@keyframes headerDrop{from{transform:translateY(-100%)}to{transform:none}}
@keyframes heroZoom{from{transform:scale(1.03)}to{transform:scale(1.1)}}
@keyframes pulseDot{0%{box-shadow:0 0 0 0 rgba(239,48,41,.38)}70%{box-shadow:0 0 0 12px rgba(239,48,41,0)}100%{box-shadow:0 0 0 0 rgba(239,48,41,0)}}
@keyframes shieldFloat{50%{transform:translateY(-8px) rotate(2deg)}}

@media(max-width:900px){
    .header-inner{min-height:84px}.turbo-guard-logo,.custom-logo{width:68px!important;height:68px!important}
    .primary-navigation{position:fixed;inset:0;top:0;display:flex;align-items:center;justify-content:center;padding:100px 28px 40px;border:0;border-radius:0;background:rgba(3,7,13,.98);transform:translateX(100%);transition:transform .42s cubic-bezier(.2,.8,.2,1);box-shadow:none}
    .primary-navigation.is-open{display:flex;transform:translateX(0)}
    .primary-menu{width:100%;max-width:420px;text-align:center;gap:4px}
    .primary-menu a{padding:13px;font-size:24px}
    .menu-toggle{position:relative;z-index:1001;border-radius:50%;background:rgba(255,255,255,.07)}
    .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
    .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    .menu-toggle span:not(.screen-reader-text){transition:transform .3s ease,opacity .3s ease}
    .hero-copy{width:72%}.hero-media{opacity:.72}.service-grid,.industry-grid,.turbo-service-grid{grid-template-columns:repeat(2,1fr)}
    .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
    .sentinel-container{width:min(100% - 30px,1220px)}
    .hero-section,.hero-inner{min-height:740px}.hero-inner{align-items:flex-end;padding:122px 0 105px}.hero-copy{width:100%}.hero-copy h1{font-size:clamp(42px,13vw,58px)}.hero-description{font-size:16px}.hero-media{background-position:65% center;opacity:.48}.hero-overlay{background:linear-gradient(180deg,rgba(2,6,12,.5),rgba(2,6,12,.94) 55%,#02060c)}
    .stats-wrap{margin-top:-55px}.stat-item{min-height:112px;padding:22px}.section{padding:76px 0}.section-heading{margin-bottom:34px}.service-grid,.industry-grid,.turbo-service-grid,.why-grid{grid-template-columns:1fr}.info-card{min-height:190px}.why-item{min-height:auto}.turbo-company-grid{gap:28px}.turbo-team-panel{padding:22px}.cta-panel{border-radius:20px}.site-footer{padding-top:92px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal-ready [data-reveal]{opacity:1!important;transform:none!important}}

/* Turbo Guard v4.1 — mobile viewport stability and refinement */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

#main-content,
.site-header,
.hero-section,
.stats-wrap,
.section,
.why-section,
.prefooter-cta,
.site-footer {
    width: 100%;
    max-width: 100%;
}

.site-header,
.hero-section,
.hero-media,
.hero-overlay {
    left: 0;
    right: 0;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 900px) {
    body.menu-open {
        overflow: hidden;
    }

    .site-header,
    .site-header.is-scrolled {
        width: 100%;
        max-width: 100vw;
    }

    .header-inner {
        width: calc(100% - 32px);
        max-width: none;
        margin-inline: auto;
        padding: 0;
    }

    .brand {
        min-width: 0;
        max-width: calc(100% - 64px);
        overflow: hidden;
    }

    .turbo-guard-logo,
    .custom-logo {
        flex: 0 0 auto;
    }

    .primary-navigation {
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        left: 0;
        right: auto;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .primary-menu {
        margin: auto;
    }

    .hero-section,
    .hero-inner {
        width: 100%;
        max-width: 100%;
    }

    .hero-inner,
    .sentinel-container {
        min-width: 0;
    }

    .hero-copy,
    .hero-copy > *,
    .section-heading,
    .info-card,
    .stat-item,
    .why-item,
    .turbo-company-copy,
    .turbo-team-panel,
    .cta-panel {
        max-width: 100%;
    }

    /* Sideways reveal movement can be clipped by narrow mobile browsers. */
    .reveal-ready [data-reveal="left"],
    .reveal-ready [data-reveal="right"] {
        transform: translateY(24px);
    }
}

@media (max-width: 680px) {
    .sentinel-container {
        width: calc(100% - 32px);
        max-width: none;
        margin-inline: auto;
    }

    .header-inner {
        min-height: 76px;
    }

    .turbo-guard-logo,
    .custom-logo {
        width: 58px !important;
        height: 58px !important;
    }

    .menu-toggle {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        margin-left: auto;
    }

    .primary-navigation {
        padding: 92px 24px 36px;
    }

    .primary-menu a {
        padding: 12px 10px;
        font-size: clamp(21px, 7vw, 27px);
        line-height: 1.2;
    }

    .hero-section,
    .hero-inner {
        min-height: 700px;
    }

    .hero-inner {
        padding: 112px 0 90px;
    }

    .hero-copy h1 {
        font-size: clamp(38px, 11.2vw, 52px);
        line-height: 1.02;
        overflow-wrap: normal;
        word-break: normal;
    }

    .hero-kicker {
        max-width: 100%;
        line-height: 1.45;
        letter-spacing: .1em;
    }

    .hero-description {
        margin: 20px 0 24px;
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero-actions .button {
        min-width: 0;
        min-height: 50px;
        padding-inline: 20px;
    }

    .hero-trust {
        margin-top: 30px;
        padding-top: 20px;
    }

    .stats-wrap {
        margin-top: -42px;
    }

    .stats-panel {
        border-radius: 18px;
    }

    .stat-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 22px 20px;
    }

    .stat-item strong {
        font-size: 24px;
        overflow-wrap: anywhere;
    }

    .section {
        padding: 70px 0;
    }

    .section-heading h2,
    .turbo-company-copy h2 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.1;
    }

    .info-card,
    .why-item,
    .testimonial-card,
    .turbo-team-panel,
    .cta-panel {
        border-radius: 16px;
    }

    .turbo-company-grid,
    .footer-grid,
    .cta-panel {
        min-width: 0;
    }

    .turbo-registration-list dd,
    .footer-grid a,
    .footer-grid p {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 430px) {
    .sentinel-container,
    .header-inner {
        width: calc(100% - 26px);
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .button {
        width: 100%;
    }

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


/* Turbo Guard v4.2 — hero image + integrated request form */
.hero-request-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    min-height: 900px;
    padding-top: 132px;
    padding-bottom: 110px;
}
.hero-request-layout .hero-copy { width: 100%; }
.hero-request-card {
    position: relative;
    z-index: 3;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(8,15,25,.94), rgba(14,24,38,.9));
    box-shadow: 0 32px 90px rgba(0,0,0,.42);
    backdrop-filter: blur(18px);
}
.hero-request-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 26px 0 0 26px;
    background: linear-gradient(#ff4a42, #bb1510);
}
.hero-request-heading { margin-bottom: 18px; }
.hero-request-heading h2 { margin: 4px 0 8px; color: #fff; font-size: clamp(27px, 2.5vw, 38px); letter-spacing: -.035em; }
.hero-request-heading p:last-child { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.hero-request-card .guard-request-form { margin-top: 0; }
.hero-request-card .guard-form-grid { gap: 12px; }
.hero-request-card .guard-form-grid label { gap: 6px; color: rgba(255,255,255,.82); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.hero-request-card .guard-form-grid input,
.hero-request-card .guard-form-grid select,
.hero-request-card .guard-form-grid textarea {
    min-height: 44px;
    padding: 10px 12px;
    border-color: rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(255,255,255,.075);
    color: #fff;
}
.hero-request-card .guard-form-grid input::placeholder,
.hero-request-card .guard-form-grid textarea::placeholder { color: rgba(255,255,255,.4); }
.hero-request-card .guard-form-grid select option { color: #111827; }
.hero-request-card .guard-form-grid textarea { min-height: 78px; resize: vertical; }
.hero-request-card .guard-consent { margin: 13px 0; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }
.hero-request-card .guard-submit { width: 100%; justify-content: center; }
.hero-request-card .guard-form-notice { margin-bottom: 14px; }
.hero-media { background-image: url('../images/hero-security.jpg'); opacity: 1; }
.hero-overlay { background: radial-gradient(circle at 76% 23%,rgba(230,43,37,.16),transparent 25%),linear-gradient(90deg,rgba(2,6,12,.98) 0%,rgba(3,9,17,.9) 42%,rgba(3,8,15,.56) 68%,rgba(3,8,15,.42) 100%); }

@media (max-width: 1080px) {
    .hero-request-layout { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: 30px; }
    .hero-request-layout .hero-copy h1 { font-size: clamp(44px, 6vw, 64px); }
}
@media (max-width: 900px) {
    .hero-section { min-height: auto; }
    .hero-request-layout { display: grid; grid-template-columns: 1fr; min-height: auto; padding-top: 122px; padding-bottom: 80px; }
    .hero-request-layout .hero-copy { max-width: 680px; }
    .hero-request-card { width: 100%; max-width: 720px; }
    .hero-media { background-position: 64% center; }
    .stats-wrap { margin-top: -35px; }
}
@media (max-width: 680px) {
    .hero-request-layout { padding-top: 105px; padding-bottom: 62px; gap: 34px; }
    .hero-request-layout .hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
    .hero-request-card { padding: 23px 17px 20px; border-radius: 20px; }
    .hero-request-card::before { border-radius: 20px 0 0 20px; }
    .hero-request-card .guard-form-grid { grid-template-columns: 1fr; }
    .hero-request-card .guard-field-wide { grid-column: auto; }
    .hero-request-card .guard-form-grid textarea { min-height: 92px; }
    .hero-media { background-position: 62% top; }
}

/* Premium sharp-edge visual refresh v5 */
:root{--premium-red:#e2261f;--premium-ink:#05080d;--premium-steel:#111923;--premium-line:rgba(255,255,255,.16)}
body{background:#fff}
.button,.hero-request-card,.stats-panel,.info-card,.turbo-team-panel,.why-item,.testimonial-card,.cta-panel,.premium-photo,input,textarea,select{border-radius:0!important}
.button{min-height:54px;padding:0 28px;border-width:1px;text-transform:uppercase;letter-spacing:.095em;font-size:12px;font-weight:800;box-shadow:none!important}
.button-primary{background:var(--premium-red);border-color:var(--premium-red)}
.button-primary:hover{background:#b91712;border-color:#b91712;transform:translateY(-2px)}
.button-outline{background:transparent;border-color:rgba(255,255,255,.7)}
.button-outline:hover{background:#fff;color:#05080d}
.site-header{border-bottom:1px solid rgba(255,255,255,.14)}
.site-header.is-scrolled{background:rgba(4,7,12,.96);backdrop-filter:blur(18px)}
.premium-hero{position:relative;overflow:hidden;background:#05080d;min-height:820px}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.1s ease,transform 7s ease;will-change:opacity,transform}
.hero-slide.is-active{opacity:1;transform:scale(1.0)}
.premium-hero .hero-overlay{background:linear-gradient(90deg,rgba(2,5,9,.96) 0%,rgba(2,5,9,.78) 42%,rgba(2,5,9,.2) 72%,rgba(2,5,9,.35) 100%),linear-gradient(180deg,rgba(2,5,9,.08),rgba(2,5,9,.68))}
.hero-slide-controls{position:absolute;z-index:5;left:max(24px,calc((100vw - 1180px)/2));bottom:48px;display:flex;gap:9px}
.hero-slide-dot{width:42px;height:3px;padding:0;border:0;background:rgba(255,255,255,.34);transition:.3s ease}
.hero-slide-dot.is-active{background:var(--premium-red);width:72px}
.hero-copy h1{max-width:820px;text-transform:uppercase;letter-spacing:-.045em;line-height:.98}
.hero-kicker,.section-kicker{letter-spacing:.19em;text-transform:uppercase}
.hero-request-card{border:1px solid rgba(255,255,255,.22);background:rgba(5,8,13,.84);backdrop-filter:blur(18px);box-shadow:28px 28px 0 rgba(226,38,31,.14)}
.stats-panel{border-left:4px solid var(--premium-red);box-shadow:22px 22px 0 rgba(5,8,13,.08)}
.info-card{border-top:3px solid transparent;transition:.35s ease}
.info-card:hover{transform:translateY(-8px);border-top-color:var(--premium-red)}
.turbo-company-section{position:relative;overflow:hidden}
.turbo-company-section:before{content:"";position:absolute;inset:0 0 auto auto;width:38%;height:100%;background:linear-gradient(135deg,transparent,rgba(226,38,31,.035));pointer-events:none}
.premium-operations{background:var(--premium-ink);color:#fff;position:relative;overflow:hidden}
.turbo-company-statement{padding:18px 20px;border-left:4px solid #e2261f;background:linear-gradient(135deg,rgba(226,38,31,.08),rgba(14,31,53,.04));border-radius:0 12px 12px 0;line-height:1.75}
.premium-photo-caption a{color:#fff;font-weight:800;text-decoration:none;letter-spacing:.04em}
.premium-photo-caption a:hover{color:#ffb3ae}
.site-footer{background:linear-gradient(150deg,#07111f 0%,#0d2238 58%,#161c27 100%)}
.footer-logo{width:112px!important;height:112px!important;filter:drop-shadow(0 14px 28px rgba(226,38,31,.28))}
.industries-section{background:radial-gradient(circle at 8% 12%,rgba(226,38,31,.09),transparent 28%),linear-gradient(180deg,#f8fafc 0%,#eef3f8 100%)}
.industry-grid{gap:24px}
.industry-card{position:relative;overflow:hidden;border:1px solid rgba(15,35,58,.09);background:rgba(255,255,255,.92);box-shadow:0 16px 40px rgba(7,25,44,.08);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.industry-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#e2261f,#9d1713);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease}
.industry-card:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(7,25,44,.15);border-color:rgba(226,38,31,.25)}
.industry-card:hover:before{transform:scaleY(1)}
.turbo-team-panel{background:linear-gradient(145deg,#0a1b2d,#102d49);box-shadow:0 24px 60px rgba(6,22,38,.2)}
.turbo-team-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);transition:transform .25s ease,background .25s ease}
.turbo-team-grid article:hover{transform:translateX(5px);background:rgba(255,255,255,.11)}
.premium-operations:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 48%,rgba(226,38,31,.08) 48% 49%,transparent 49%);pointer-events:none}
.premium-heading{position:relative;z-index:1}
.premium-heading h2,.premium-heading p{color:#fff}
.premium-heading>p:last-child{color:rgba(255,255,255,.62)}
.premium-photo-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.premium-photo{position:relative;min-height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0c1118;isolation:isolate;box-shadow:0 24px 60px rgba(0,0,0,.18);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.premium-photo-manager{grid-row:auto;min-height:420px}
.premium-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.88) contrast(1.02);transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .5s ease}
.premium-photo:before{content:"";position:absolute;inset:18px;z-index:1;border:1px solid rgba(255,255,255,.18);opacity:.55;pointer-events:none;transition:inset .35s ease,opacity .35s ease}
.premium-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,5,8,.06) 0%,rgba(3,5,8,.16) 32%,rgba(3,5,8,.95) 100%);pointer-events:none}
.premium-photo:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.28);box-shadow:0 32px 75px rgba(0,0,0,.26)}
.premium-photo:hover:before{inset:14px;opacity:.85}
.premium-photo:hover img{transform:scale(1.05);filter:saturate(1) contrast(1.03)}
.premium-photo-caption{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;padding:0 0 0 18px;border-left:3px solid var(--premium-red)}
.premium-photo-caption span{display:inline-block;margin-bottom:10px;padding:7px 10px;background:rgba(226,38,31,.16);backdrop-filter:blur(10px);color:#ff9d98;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800}
.premium-photo-caption h3{margin:0 0 8px;color:#fff;font-size:clamp(22px,2vw,30px);line-height:1.08}
.premium-photo-caption p{margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.55;max-width:34ch}
.premium-leadership-grid .premium-photo{min-height:460px}
.premium-leadership-card img{object-position:center top}
.why-item{border-top:2px solid rgba(255,255,255,.18)}
.why-item:hover{border-top-color:var(--premium-red)}
.cta-panel{border-left:5px solid var(--premium-red)}
@media(max-width:900px){.premium-hero{min-height:760px}.premium-photo-grid{grid-template-columns:1fr;grid-template-rows:auto}.premium-photo-manager{grid-row:auto;min-height:520px}.premium-photo,.premium-leadership-grid .premium-photo{min-height:380px}.hero-slide-controls{left:24px;bottom:26px}}
@media(max-width:680px){.premium-hero{min-height:760px}.hero-slide{background-position:62% top}.premium-hero .hero-overlay{background:linear-gradient(180deg,rgba(2,5,9,.18),rgba(2,5,9,.92) 50%,#020509)}.hero-slide-controls{bottom:18px}.premium-photo-manager,.premium-photo,.premium-leadership-grid .premium-photo{min-height:390px}.premium-photo-caption{left:20px;right:20px;bottom:20px}.premium-photo-caption p{font-size:13px}.hero-request-card{box-shadow:12px 12px 0 rgba(226,38,31,.14)}}
@media(prefers-reduced-motion:reduce){.hero-slide,.premium-photo img{transition:none!important}}


/* Premium curved full-screen redesign v6 */
:root{--premium-radius:5px}
.button,.hero-request-card,.stats-panel,.info-card,.turbo-team-panel,.why-item,.testimonial-card,.cta-panel,.premium-photo,input,textarea,select,.quote-modal-panel,.archive-card,.status-lookup-card,.status-summary-card,.customer-request-card,.customer-updates-card,.guard-form-notice,.turbo-team-grid article,.card-icon{border-radius:var(--premium-radius)!important}
.button{border-radius:var(--premium-radius)!important}
.hero-kicker{border-radius:var(--premium-radius)!important}
.premium-hero{height:100vh;height:100svh;min-height:700px;display:flex;align-items:center}
.premium-hero .hero-inner{position:relative;z-index:3;width:100%;min-height:100%;display:flex;align-items:center;padding-top:120px;padding-bottom:96px}
.hero-only-layout .hero-copy{max-width:780px;padding:38px 0}
.hero-only-layout .hero-copy h1{font-size:clamp(52px,7.2vw,104px);max-width:900px;text-wrap:balance}
.hero-only-layout .hero-description{max-width:650px;font-size:clamp(16px,1.3vw,20px)}
.hero-slides{background:#05080d}
.hero-slide{background-repeat:no-repeat;background-size:cover;background-position:center center}
.premium-hero .hero-overlay{background:linear-gradient(90deg,rgba(2,5,9,.84) 0%,rgba(2,5,9,.58) 44%,rgba(2,5,9,.13) 76%,rgba(2,5,9,.24) 100%),linear-gradient(180deg,rgba(2,5,9,.18),rgba(2,5,9,.5))}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-slide-controls{bottom:40px}
.stats-wrap{position:relative;z-index:5;margin-top:-42px}
.stats-panel{box-shadow:0 24px 70px rgba(5,8,13,.18);border-left:0}
.info-card,.why-item,.testimonial-card,.premium-photo,.cta-panel{overflow:hidden}
.info-card:hover,.why-item:hover{transform:translateY(-6px)}
.site-header .button,.primary-menu a{border-radius:var(--premium-radius)}
@media(max-width:900px){
 .premium-hero{height:100vh;height:100svh;min-height:720px}
 .premium-hero .hero-inner{padding-top:110px;padding-bottom:88px;align-items:flex-end}
 .hero-only-layout .hero-copy{max-width:680px;padding-bottom:34px}
 .hero-only-layout .hero-copy h1{font-size:clamp(46px,10vw,76px)}
 .stats-wrap{margin-top:0}
}
@media(max-width:680px){
 .premium-hero{height:100vh;height:100svh;min-height:680px}
 .hero-slide{background-size:cover;background-position:center top}
 .hero-slide:nth-child(2){background-position:58% top}
 .premium-hero .hero-overlay{background:linear-gradient(180deg,rgba(2,5,9,.12) 0%,rgba(2,5,9,.24) 38%,rgba(2,5,9,.92) 78%,#020509 100%)}
 .premium-hero .hero-inner{padding:96px 20px 82px;align-items:flex-end}
 .hero-only-layout .hero-copy{padding:0;max-width:100%}
 .hero-only-layout .hero-copy h1{font-size:clamp(39px,12vw,58px);line-height:1.02}
 .hero-only-layout .hero-description{font-size:15px;line-height:1.65}
 .hero-actions .button{width:100%;justify-content:center}
 .hero-trust{display:none}
 .hero-slide-controls{left:20px;bottom:28px}
 .hero-slide-dot{width:30px}.hero-slide-dot.is-active{width:54px}
}
@media(max-width:420px){
 .premium-hero{min-height:640px}
 .hero-kicker{font-size:9px;letter-spacing:.13em;padding:7px 9px}
 .hero-only-layout .hero-copy h1{font-size:clamp(36px,11.4vw,50px)}
}

/* Hero layout correction v6.1 — balanced text, true viewport slideshow and 5px finish */
.premium-hero {
    height: 100vh;
    height: 100svh;
    min-height: 680px;
    isolation: isolate;
}
.premium-hero .hero-slides,
.premium-hero .hero-slide,
.premium-hero .hero-overlay {
    position: absolute;
    inset: 0;
}
.premium-hero .hero-slide {
    background-size: cover;
    background-position: 50% 18%;
}
.premium-hero .hero-slide:nth-child(2) {
    background-position: 50% 16%;
}
.premium-hero .hero-inner {
    box-sizing: border-box;
    min-height: 100%;
    padding-top: 132px;
    padding-bottom: 84px;
    align-items: center;
}
.hero-only-layout .hero-copy {
    width: min(700px, 58vw);
    max-width: 700px;
    padding: 0;
}
.hero-only-layout .hero-copy h1 {
    max-width: 700px;
    font-size: clamp(48px, 4.6vw, 74px);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.hero-only-layout .hero-description {
    max-width: 610px;
    margin: 22px 0 26px;
    font-size: clamp(16px, 1.12vw, 19px);
    line-height: 1.65;
}
.premium-hero .hero-overlay {
    background:
        linear-gradient(90deg, rgba(2,5,9,.91) 0%, rgba(2,5,9,.69) 37%, rgba(2,5,9,.18) 68%, rgba(2,5,9,.18) 100%),
        linear-gradient(180deg, rgba(2,5,9,.18) 0%, rgba(2,5,9,.08) 55%, rgba(2,5,9,.56) 100%);
}
.hero-slide-controls { bottom: 28px; }

/* Keep the viewport calculation correct while logged in to WordPress. */
body.admin-bar .premium-hero {
    height: calc(100vh - 32px);
    height: calc(100svh - 32px);
}

@media (max-width: 900px) {
    .premium-hero,
    body.admin-bar .premium-hero {
        height: 100vh;
        height: 100svh;
        min-height: 680px;
    }
    .premium-hero .hero-slide,
    .premium-hero .hero-slide:nth-child(2) {
        background-position: 52% center;
    }
    .premium-hero .hero-inner {
        padding: 112px 24px 84px;
        align-items: flex-end;
    }
    .hero-only-layout .hero-copy {
        width: min(650px, 100%);
        max-width: 650px;
    }
    .hero-only-layout .hero-copy h1 {
        font-size: clamp(42px, 8.5vw, 66px);
        max-width: 650px;
    }
    .premium-hero .hero-overlay {
        background:
            linear-gradient(180deg, rgba(2,5,9,.14) 0%, rgba(2,5,9,.12) 38%, rgba(2,5,9,.82) 73%, rgba(2,5,9,.96) 100%),
            linear-gradient(90deg, rgba(2,5,9,.36), rgba(2,5,9,.08));
    }
}

@media (max-width: 782px) {
    body.admin-bar .premium-hero {
        height: calc(100vh - 46px);
        height: calc(100svh - 46px);
    }
}

@media (max-width: 680px) {
    .premium-hero,
    body.admin-bar .premium-hero {
        min-height: 640px;
    }
    .premium-hero .hero-slide {
        background-size: cover;
        background-position: 50% center;
    }
    .premium-hero .hero-slide:nth-child(2) {
        background-position: 51% center;
    }
    .premium-hero .hero-inner {
        width: 100%;
        padding: 96px 20px 72px;
    }
    .hero-only-layout .hero-copy h1 {
        max-width: 520px;
        font-size: clamp(36px, 10.8vw, 50px);
        line-height: 1;
    }
    .hero-only-layout .hero-description {
        max-width: 520px;
        margin: 17px 0 20px;
        font-size: 14px;
        line-height: 1.55;
    }
    .hero-kicker { margin-bottom: 10px; }
    .hero-actions { gap: 10px; }
    .hero-actions .button {
        width: auto;
        min-height: 46px;
        padding-inline: 17px;
        font-size: 12px;
    }
    .hero-slide-controls { left: 20px; bottom: 18px; }
}

@media (max-width: 430px) {
    .hero-only-layout .hero-copy h1 {
        font-size: clamp(34px, 10.5vw, 44px);
    }
    .hero-actions .button { width: 100%; }
    .hero-actions .button-outline { display: none; }
}

/* Turbo Guard v6.2 — full-image mobile hero and homepage-only service details */
.home-service-card {
    position: relative;
    cursor: default;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.home-service-card:hover {
    transform: translateY(-5px);
}
.home-service-card .card-icon {
    flex: 0 0 auto;
}
.home-service-card p {
    margin-bottom: 18px;
}
.service-points {
    list-style: none;
    padding: 16px 0 0;
    margin: auto 0 0;
    border-top: 1px solid rgba(255,255,255,.10);
    display: grid;
    gap: 9px;
}
.service-points li {
    position: relative;
    padding-left: 19px;
    color: rgba(255,255,255,.76);
    font-size: .9rem;
    line-height: 1.45;
}
.service-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .57em;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--premium-red, #e3261f);
    box-shadow: 0 0 0 3px rgba(227,38,31,.13);
}

@media (max-width: 680px) {
    .premium-hero,
    body.admin-bar .premium-hero {
        min-height: 100svh;
        height: 100svh;
        background: #030507;
    }

    /* Show the entire supplied artwork instead of cropping people out. */
    .premium-hero .hero-slide,
    .premium-hero .hero-slide:nth-child(2) {
        background-size: contain !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        transform: none !important;
    }

    .premium-hero .hero-overlay {
        background:
            linear-gradient(180deg, rgba(2,5,9,.06) 0%, rgba(2,5,9,.18) 42%, rgba(2,5,9,.90) 72%, #020509 100%) !important;
    }

    .premium-hero .hero-inner {
        align-items: flex-end;
        padding-top: 84px;
        padding-bottom: 74px;
    }

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

    .premium-hero .hero-copy h1 {
        font-size: clamp(2.15rem, 10vw, 3.15rem) !important;
        line-height: .98 !important;
        max-width: 11ch;
    }

    .premium-hero .hero-description {
        font-size: .96rem;
        line-height: 1.55;
        max-width: 35rem;
    }

    .hero-slide-controls {
        bottom: 18px !important;
    }

    .turbo-service-grid {
        grid-template-columns: 1fr !important;
    }

    .home-service-card {
        padding: 26px 22px;
    }
}

/* Very tall/narrow phones: keep the whole picture and preserve room for copy. */
@media (max-width: 430px) and (min-height: 760px) {
    .premium-hero .hero-slide,
    .premium-hero .hero-slide:nth-child(2) {
        background-position: center 48px !important;
    }
}


/* Turbo Guard v6.3 — non-clickable home cards and mobile hero/header clearance */
.home-service-card,
.industry-card {
    cursor: default !important;
}
.home-service-card .card-link,
.industry-card .card-link {
    display: none !important;
    pointer-events: none !important;
}
.service-points li {
    color: #5f6d83 !important;
}
.services-section .home-service-card {
    color: #101828;
}
.services-section .service-points {
    border-top-color: rgba(16, 24, 40, .10);
}

@media (max-width: 900px) {
    /* Keep the mobile header in normal document flow so the hero begins below it. */
    .site-header,
    .site-header.is-scrolled,
    body.admin-bar .site-header,
    body.admin-bar .site-header.is-scrolled {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
    }

    .premium-hero,
    body.admin-bar .premium-hero {
        height: calc(100svh - 76px) !important;
        min-height: 650px !important;
    }

    .premium-hero .hero-inner {
        padding-top: 28px !important;
        padding-bottom: 68px !important;
        align-items: flex-end !important;
    }

    .premium-hero .hero-slide,
    .premium-hero .hero-slide:nth-child(2) {
        background-size: contain !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .premium-hero .hero-overlay {
        background:
            linear-gradient(180deg, rgba(2,5,9,.02) 0%, rgba(2,5,9,.08) 37%, rgba(2,5,9,.78) 66%, #020509 100%) !important;
    }

    .hero-only-layout .hero-copy {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .hero-slide-controls {
        bottom: 18px !important;
    }
}

@media (max-width: 680px) {
    .premium-hero,
    body.admin-bar .premium-hero {
        height: calc(100svh - 76px) !important;
        min-height: 620px !important;
    }

    .premium-hero .hero-inner {
        padding: 24px 15px 66px !important;
    }

    .hero-kicker {
        margin-bottom: 10px !important;
    }

    .premium-hero .hero-copy h1 {
        font-size: clamp(2.05rem, 10.3vw, 3rem) !important;
        line-height: 1 !important;
        max-width: 10ch !important;
    }

    .premium-hero .hero-description {
        margin: 16px 0 20px !important;
        font-size: .94rem !important;
        line-height: 1.55 !important;
    }
}

@media (max-width: 430px) {
    .premium-hero,
    body.admin-bar .premium-hero {
        min-height: 600px !important;
    }

    .premium-hero .hero-copy h1 {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
    }
}
