:root {
    --navy: #071a2d;
    --navy-2: #0b2944;
    --blue: #087fd1;
    --blue-2: #16a3ef;
    --green: #23976a;
    --ink: #102235;
    --muted: #607080;
    --line: #dce5ec;
    --bg: #f5f8fb;
    --white: #fff;
    --shadow: 0 18px 50px rgba(7, 26, 45, .12);
    --radius: 18px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7, 26, 45, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.brand-logo { width: 400px; height: 80px; object-fit: contain; }
.brand-name {
    font-family: "Orbitron", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.brand-name span {
    font-weight: 500;
    color: #fff;
    margin-left: 4px;
}
.nav-links { display: flex; gap: 26px; margin-left: auto; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: #fff; }
.nav-phone {
    color: #fff;
    font-weight: 800;
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    white-space: nowrap;
}
.nav-phone:hover { border-color: var(--blue-2); }

.hero {
    position: relative;
    min-height: 670px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 40%, rgba(22,163,239,.26), transparent 28%),
        linear-gradient(120deg, #06182b 0%, #0b2944 60%, #071a2d 100%);
}
.hero-image {
    position: absolute;
    inset: 0 0 0 44%;
    background-image: url("assets/hero.jpg");
    background-size: cover;
    background-position: center;
    opacity: .92;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #071a2d 0%, rgba(7,26,45,.96) 34%, rgba(7,26,45,.56) 57%, rgba(7,26,45,.2) 100%),
        linear-gradient(0deg, rgba(7,26,45,.35), transparent 45%);
}
.hero-content {
    position: relative;
    z-index: 2;
    min-height: 670px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hero-copy { max-width: 720px; }
.eyebrow {
    color: #73d0ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 14px;
}
.eyebrow.dark { color: var(--blue); }
.hero h1 {
    margin: 0;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 760px;
}
.hero h1 span { color: #19a8f2; }
.hero-lead {
    max-width: 660px;
    font-size: clamp(17px, 2vw, 20px);
    color: rgba(255,255,255,.82);
    margin: 26px 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 21px;
    border: 0;
    border-radius: 10px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #0784d9, #11a4ed);
    box-shadow: 0 12px 25px rgba(8,127,209,.25);
}
.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.06);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 25px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}
.hero-card {
    width: min(320px, 100%);
    padding: 22px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.hero-card-icon {
    width: 44px; height: 44px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: #0b8bdc;
    font-size: 24px;
    margin-bottom: 20px;
}
.hero-card strong { font-size: 20px; }
.hero-card p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div {
    min-height: 100px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-right: 1px solid var(--line);
}
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid b { color: var(--blue); font-size: 13px; }
.trust-grid span { font-size: 13px; font-weight: 750; line-height: 1.3; }

.section { padding: 100px 0; }
.section-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}
.section-heading h2, .takeover-copy h2, .contact-copy h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -.035em;
}
.section-heading h2 span, .takeover-copy h2 span, .contact-copy h2 span { color: var(--blue); }
.section-heading > p { color: var(--muted); max-width: 520px; margin: 0 0 4px; }

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.service-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 30px rgba(7,26,45,.045);
    transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card.featured { border-color: #9bd6f7; background: linear-gradient(145deg, #fff, #eef9ff); }
.service-icon {
    width: 50px; height: 50px;
    display: grid; place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--navy);
    font-size: 24px;
    margin-bottom: 22px;
}
.service-card:nth-child(2) .service-icon,
.service-card:nth-child(4) .service-icon { background: var(--blue); }
.service-card:nth-child(3) .service-icon { background: #248d6c; }
.service-card h3 { margin: 0 0 8px; font-size: 21px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.service-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; color: #3f5263; font-size: 13px; }
.service-card li::before { content: "✓"; color: var(--blue); font-weight: 900; margin-right: 8px; }

.takeover { background: var(--navy); color: #fff; }
.takeover-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.takeover-visual {
    min-height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 35%, rgba(19,159,235,.24), transparent 28%),
        linear-gradient(145deg, #0c304e, #06192b);
    border: 1px solid rgba(255,255,255,.12);
}
.rack-lines {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 40px 40px;
    transform: perspective(500px) rotateX(55deg) scale(1.4);
    transform-origin: center bottom;
}
.rack-box {
    position: absolute;
    width: 230px;
    height: 300px;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255,255,255,.28);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(255,255,255,.06));
    box-shadow: 0 35px 80px rgba(0,0,0,.3);
    padding: 40px 20px;
    display: grid;
    align-content: start;
    gap: 13px;
}
.rack-box span {
    height: 25px;
    border-radius: 5px;
    background: linear-gradient(90deg, #0c5f94, #12a2e9);
    border: 1px solid rgba(255,255,255,.15);
}
.takeover-badge {
    position: absolute;
    right: 24px; bottom: 24px;
    width: 72px; height: 72px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--green);
    font-size: 22px;
    font-weight: 950;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
}
.takeover-copy .eyebrow { color: #6fd0a8; }
.takeover-copy h2 { margin-bottom: 22px; }
.takeover-copy > p { color: rgba(255,255,255,.72); max-width: 650px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin: 28px 0; }
.feature-list div { font-size: 14px; color: rgba(255,255,255,.84); }
.feature-list b { color: #65d5a5; margin-right: 8px; }
.small-note { font-size: 12px !important; color: rgba(255,255,255,.46) !important; }

.centered { display: block; text-align: center; }
.centered .eyebrow { margin-bottom: 10px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
    padding: 27px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.step > span { color: var(--blue); font-weight: 900; font-size: 12px; }
.step h3 { margin: 18px 0 8px; font-size: 20px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

.contact-section { background: #eaf4fb; padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy .eyebrow { color: var(--blue); }
.contact-copy > p { max-width: 570px; color: var(--muted); margin: 22px 0 30px; }
.contact-details { display: grid; gap: 18px; }
.contact-details a, .contact-details div { display: grid; gap: 2px; }
.contact-details small { color: #6d7d8d; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.contact-details strong { font-size: 17px; }
.contact-form-wrap {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; color: #344b5d; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #d4e0e8;
    border-radius: 10px;
    background: #fbfdff;
    color: var(--ink);
    padding: 12px 13px;
    outline: none;
    resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,127,209,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent {
    display: flex !important;
    grid-template-columns: auto 1fr !important;
    align-items: start;
    gap: 9px !important;
    font-weight: 600 !important;
    color: #687988 !important;
    font-size: 11px !important;
}
.consent input { width: 16px; margin-top: 2px; }
.btn-submit { width: 100%; }
.form-note { margin: -4px 0 0; color: #7a8995; font-size: 11px; text-align: center; }
.form-message { padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; font-size: 13px; font-weight: 750; }
.form-message.success { background: #e8f8f0; color: #176946; border: 1px solid #b8e6ce; }
.form-message.error { background: #fff0f0; color: #9a2f2f; border: 1px solid #f1c4c4; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { background: #061624; color: rgba(255,255,255,.7); padding: 28px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand .brand-logo { width: 300px; height: 80px; }
.footer-brand div { display: grid; gap: 1px; }
.footer-brand strong {
    display: block;
    font-family: "Orbitron", "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
}

.footer-brand span {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
}
.footer-links { display: flex; gap: 20px; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-copy { text-align: right; font-size: 11px; }

@media (max-width: 1000px) {
    .nav-links { display: none; }
    .hero-content { align-items: flex-end; }
    .hero-card { display: none; }
    .hero-image { inset: 0; opacity: .48; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,26,45,.97), rgba(7,26,45,.66)); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .takeover-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
    .takeover-visual { min-height: 360px; }
}

@media (max-width: 760px) {
    .container { width: min(var(--max), calc(100% - 28px)); }
    .site-header { position: relative; }
    .nav { min-height: 68px; }
    .nav-phone { margin-left: auto; padding: 8px 10px; font-size: 12px; }
    .brand-logo { width: 400px; height: 80px; }
    .brand-name { font-size: 17px; }

    .hero { min-height: auto; }
    .hero-content { min-height: 620px; padding: 75px 0 50px; }
    .hero h1 { font-size: clamp(40px, 12vw, 60px); }
    .hero-lead { font-size: 16px; }
    .hero-points { display: grid; gap: 8px; }
    .hero-image { background-position: 65% center; opacity: .32; }

    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div { min-height: 82px; padding: 15px; }
    .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
    .trust-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
    .trust-grid span { font-size: 11px; }

    .section, .contact-section { padding: 70px 0; }
    .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
    .section-heading h2, .takeover-copy h2, .contact-copy h2 { font-size: 37px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { padding: 23px; }

    .takeover-grid { gap: 35px; }
    .takeover-visual { min-height: 300px; }
    .rack-box { width: 180px; height: 235px; padding: 28px 15px; }
    .feature-list { grid-template-columns: 1fr; gap: 10px; }

    .steps { grid-template-columns: 1fr 1fr; }
    .step { padding: 20px; }

    .contact-grid { gap: 35px; }
    .contact-form-wrap { padding: 20px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-brand { justify-content: center; }
    .footer-links { justify-content: center; flex-wrap: wrap; }
    .footer-copy { text-align: center; }
}

@media (max-width: 420px) {
    .nav-phone { display: none; }
    .hero-content { min-height: 650px; }
    .steps { grid-template-columns: 1fr; }
}
