@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --ink: #062033;
    --navy: #0b2438;
    --muted: #64748b;
    --line: #d9edf8;
    --panel: #ffffff;
    --soft: #eefaff;
    --cyan: #42bdf0;
    --mint: #20d39b;
    --blue: #1fa7e1;
    --red: #ed1c24;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a,
button {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

button,
input,
textarea {
    font: inherit;
}

input:focus,
textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 4px rgba(8, 182, 216, .14);
    outline: none;
}

.brand-mark {
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    border-radius: .35rem;
    color: #fff;
    background: var(--red);
    box-shadow: 0 10px 24px rgba(237, 28, 36, .16);
}

.hamburger-btn {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #d9edf8;
    background: #fff;
}

.hamburger-btn span {
    display: block;
    height: 2px;
    width: 1.15rem;
    border-radius: 999px;
    background: var(--ink);
    transform-origin: center;
    transition: transform .18s ease, opacity .18s ease;
}

.hamburger-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger-btn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu a {
    padding-block: .55rem;
}

.review-hero {
    min-height: 560px;
}

.hero-chip {
    display: flex;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    border: 2px solid #d9edf8;
    background: #fff;
    color: #209bd4;
    padding: .75rem .8rem;
    text-align: center;
    font-size: .78rem;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(14, 116, 144, .1);
}

.hero-chip:hover,
.hero-chip:nth-child(2) {
    border-color: #5bc7f4;
    transform: translateY(-2px);
}

.article-link {
    display: grid;
    gap: .65rem;
    color: #123044;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.55;
}

.article-link span {
    display: block;
    height: 3px;
    width: 4.25rem;
    background: #39bbed;
}

.hero-visual-wrap {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
}

.hero-visual-wrap::before,
.hero-visual-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #9bdcff;
}

.hero-visual-wrap::before {
    top: 12%;
    right: 24%;
    width: 215px;
    height: 165px;
}

.hero-visual-wrap::after {
    right: 10%;
    bottom: 19%;
    width: 310px;
    height: 170px;
    opacity: .82;
}

.hero-expert-image {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: 460px;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(8, 17, 31, .12));
}

.floating-badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .75rem;
    background: #fff;
    padding: .85rem 1rem;
    color: #0b2438;
    font-size: .72rem;
    line-height: 1.2;
    box-shadow: 0 18px 36px rgba(8, 17, 31, .12);
}

.floating-badge-left {
    left: 7%;
    top: 22%;
}

.floating-badge-right {
    right: 9%;
    bottom: 18%;
}

.badge-icon {
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
}

.recommendation-section {
    background: #eefaff;
}

.service-banner {
    width: 100%;
    background: #061b33;
}

.service-banner picture,
.service-banner img {
    display: block;
    width: 100%;
}

.service-banner img {
    height: auto;
    object-fit: cover;
}

.page-hero {
    background: #fff;
    border-bottom: 1px solid #e5f4fb;
}

.page-kicker {
    color: #239fd6;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.page-title {
    color: var(--ink);
    font-size: clamp(2.25rem, 5vw, 4.1rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.01em;
}

.page-title .accent {
    color: var(--red);
}

.review-panel {
    border: 1px solid #d9edf8;
    background: #fff;
    box-shadow: 0 18px 34px rgba(14, 116, 144, .08);
}

.review-panel.prose h2 {
    margin-top: 1.75rem;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 900;
}

.review-panel.prose p {
    margin-top: .85rem;
    line-height: 1.8;
}

.review-list-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid #e5f4fb;
    background: #fff;
    padding: 1.1rem;
    box-shadow: 0 14px 28px rgba(14, 116, 144, .06);
}

.review-list-card strong {
    display: grid;
    flex: 0 0 2.4rem;
    height: 2.4rem;
    place-items: center;
    background: #eaf8ff;
    color: #169bd6;
    font-weight: 900;
}

.form-shell input,
.form-shell textarea {
    border-radius: 0;
    border-color: #cde8f5;
    background: #fff;
}

.outline-blue-btn {
    display: inline-flex;
    justify-content: center;
    border: 2px solid #4fc3f1;
    padding: .8rem 1.1rem;
    color: #2aabe2;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.outline-blue-btn:hover {
    background: #eaf8ff;
}

.recommendation-card {
    position: relative;
    min-height: 100%;
    border: 1px solid #e5f4fb;
    background: #fff;
    padding: 2.1rem 1.35rem 1.35rem;
    box-shadow: 0 18px 34px rgba(14, 116, 144, .08);
}

.recommendation-card.is-featured {
    border: 2px solid #55c6f4;
    box-shadow: 0 20px 42px rgba(14, 116, 144, .14);
}

.ribbon {
    position: absolute;
    right: 1rem;
    top: .65rem;
    background: var(--red);
    color: #fff;
    padding: .25rem .7rem;
    font-size: .66rem;
    font-weight: 900;
    transform: skewX(-9deg);
    box-shadow: 0 8px 16px rgba(237, 28, 36, .16);
}

.visit-btn {
    display: flex;
    justify-content: center;
    margin-top: 1.35rem;
    border: 2px solid #4fc3f1;
    padding: .75rem 1rem;
    color: #2aabe2;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.visit-btn:hover {
    background: #eaf8ff;
}

.visit-btn-red {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.visit-btn-red:hover {
    background: #c9151c;
}

.cyber-grid,
.security-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 36px 36px;
}

.security-grid {
    background-image:
        linear-gradient(rgba(8, 17, 31, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 17, 31, .06) 1px, transparent 1px);
}

.hero-slider {
    isolation: isolate;
}

.hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(8, 17, 31, .96), rgba(11, 31, 51, .92) 52%, rgba(7, 89, 133, .86)),
        url("images/security-suite.svg") center right / min(760px, 70vw) no-repeat;
    z-index: -2;
}

.hero-slider::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    background: linear-gradient(0deg, rgba(8, 17, 31, .95), transparent);
    pointer-events: none;
}

.hero-slide {
    display: none;
    animation: fadeSlide .55s ease both;
}

.hero-slide.is-active {
    display: block;
}

.slider-dot {
    height: 10px;
    width: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .42);
}

.slider-dot.is-active {
    width: 34px;
    background: var(--mint);
}

.metric-tile {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .08);
    padding: 1rem;
    backdrop-filter: blur(12px);
}

.metric-tile strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
}

.metric-tile span {
    display: block;
    margin-top: .25rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cbd5e1;
}

.security-orbit {
    position: relative;
    min-height: 460px;
}

.security-orbit::before,
.security-orbit::after {
    content: "";
    position: absolute;
    inset: 7%;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    transform: rotate(-18deg);
}

.security-orbit::after {
    inset: 18%;
    transform: rotate(22deg);
}

.scan-card {
    position: absolute;
    inset: 42px 20px auto auto;
    width: min(430px, 100%);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(8, 17, 31, .94), rgba(11, 31, 51, .76));
    box-shadow: 0 34px 90px rgba(0, 0, 0, .3);
    padding: 1.5rem;
}

.scan-line {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(32, 211, 155, .18) 45%, transparent 70%);
    animation: scan 4s linear infinite;
}

.section-heading {
    margin-inline: auto;
    max-width: 760px;
    text-align: center;
}

.section-heading p,
.eyebrow {
    color: #239fd6;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-top: .75rem;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 900;
    line-height: 1.08;
}

.section-heading span {
    display: block;
    margin-top: 1rem;
    color: var(--muted);
    line-height: 1.75;
}

.section-heading-dark p {
    color: #67e8f9;
}

.section-heading-dark h2,
.section-heading-dark span {
    color: #fff;
}

.section-heading-dark span {
    color: #cbd5e1;
}

.brand-tile,
.product-card,
.feature-card,
.dark-card,
.best-card,
.step-card,
.testimonial-card {
    border-radius: 0;
}

.brand-tile {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #fff, #f8fbfd);
    padding: 1.2rem;
    text-align: center;
    font-weight: 900;
    color: var(--ink);
    box-shadow: 0 12px 34px rgba(8, 17, 31, .06);
}

.product-card,
.best-card,
.feature-card,
.step-card,
.testimonial-card {
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: 0 16px 34px rgba(14, 116, 144, .08);
}

.product-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 1.35rem;
}

.product-card:hover,
.best-card:hover,
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(14, 116, 144, .13);
}

.feature-card {
    padding: 1.35rem;
}

.feature-card span,
.support-row span {
    display: inline-grid;
    height: 2.35rem;
    width: 2.35rem;
    place-items: center;
    border-radius: .65rem;
    background: linear-gradient(135deg, rgba(8, 182, 216, .16), rgba(32, 211, 155, .18));
}

.feature-card span::before,
.support-row span::before {
    content: "";
    height: .82rem;
    width: .82rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--mint));
}

.feature-card h2,
.feature-card h3,
.dark-card h3,
.step-card h3 {
    margin-top: 1rem;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 900;
}

.feature-card p,
.dark-card p,
.step-card p,
.testimonial-card blockquote {
    margin-top: .5rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.65;
}

.dark-card {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
    padding: 1.5rem;
}

.dark-card h3 {
    color: #fff;
}

.dark-card p {
    color: #cbd5e1;
}

.support-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--line);
    border-radius: .75rem;
    background: #fff;
    padding: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(8, 17, 31, .05);
}

.best-card {
    display: grid;
    gap: 1.5rem;
    padding: 1.25rem;
}

.step-card,
.testimonial-card {
    padding: 1.5rem;
}

.step-card strong {
    color: #087f99;
    font-size: 2rem;
    font-weight: 900;
}

.testimonial-card figcaption {
    margin-top: 1rem;
    font-weight: 900;
    color: var(--ink);
}

.faq-item {
    padding: 1.25rem;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--ink);
}

.faq-item p {
    margin-top: .75rem;
    color: var(--muted);
    line-height: 1.7;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    justify-content: center;
    border-radius: .65rem;
    padding: .84rem 1.25rem;
    font-size: .9rem;
    font-weight: 900;
}

.btn-primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 16px 32px rgba(237, 28, 36, .16);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(237, 28, 36, .2);
}

.btn-secondary {
    border: 1px solid #cbd5e1;
    color: var(--ink);
    background: #fff;
}

.btn-secondary:hover {
    border-color: #67e8f9;
    background: #ecfeff;
}

.product-image-panel {
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(8, 182, 216, .08), rgba(32, 211, 155, .08)),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid var(--line);
}

.product-image {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 96%;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(8, 17, 31, .2));
}

.product-image-card {
    height: 210px;
    max-width: 96%;
}

.product-image-detail {
    width: 100%;
    height: 300px;
    max-width: 100%;
}

.product-image-cart {
    height: 76px;
    max-width: 96%;
    filter: drop-shadow(0 8px 12px rgba(8, 17, 31, .16));
}

.mesh-bg {
    background:
        radial-gradient(circle at 15% 15%, rgba(8, 182, 216, .14), transparent 32%),
        radial-gradient(circle at 88% 6%, rgba(32, 211, 155, .14), transparent 34%),
        #f4f8fb;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scan {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
    }
}

@media (min-width: 768px) {
    .best-card {
        grid-template-columns: 220px 1fr;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .hero-visual-wrap {
        min-height: 360px;
    }

    .floating-badge {
        display: none;
    }

    .hero-visual-wrap::before {
        right: 36%;
        width: 145px;
        height: 110px;
    }

    .hero-visual-wrap::after {
        right: 2%;
        width: 235px;
        height: 120px;
    }

    .hero-slider .metric-tile {
        padding: .75rem;
    }

    .metric-tile strong {
        font-size: 1.15rem;
    }

    .product-image-card {
        height: 190px;
    }

    .product-image-detail {
        height: 260px;
    }
}
