/* =========================================================
   ObeGames Shield — Professional landing page
   ========================================================= */

.shield-page {
    --shield-bg: #050817;
    --shield-bg-soft: #080d1f;
    --shield-surface: #0d1429;
    --shield-surface-2: #111a34;
    --shield-border: rgba(142, 159, 255, .15);
    --shield-border-strong: rgba(122, 151, 255, .32);
    --shield-text: #f7f9ff;
    --shield-muted: #a9b4cf;
    --shield-primary: #7657ff;
    --shield-blue: #3da4ff;
    --shield-cyan: #65dcff;
    --shield-green: #48d7a0;
    --shield-red: #ff7398;
    overflow: hidden;
    color: var(--shield-text);
    background: var(--shield-bg);
    font-family: var(--body-font, "Manrope", Helvetica, Arial, sans-serif);
}

.shield-page *,
.shield-page *::before,
.shield-page *::after { box-sizing: border-box; }

.shield-page h1,
.shield-page h2,
.shield-page h3,
.shield-page p { margin-top: 0; }

.shield-page h1,
.shield-page h2,
.shield-page h3,
.shield-page .shield-button,
.shield-page .shield-badge,
.shield-page .shield-section-label {
    font-family: var(--title-font, "Oxanium", Helvetica, Arial, sans-serif);
}

.shield-page a { text-decoration: none; }

/* Hero */
.shield-hero {
    position: relative;
    isolation: isolate;
    padding: 112px 0 62px;
    background:
        radial-gradient(circle at 14% 18%, rgba(107, 64, 255, .24), transparent 34%),
        radial-gradient(circle at 84% 24%, rgba(42, 165, 255, .18), transparent 32%),
        linear-gradient(180deg, #050716 0%, #070a1b 58%, #080c1d 100%);
}

.shield-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .34;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(to bottom, #000 8%, rgba(0,0,0,.82) 62%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 8%, rgba(0,0,0,.82) 62%, transparent 100%);
}

.shield-hero-glow {
    position: absolute;
    z-index: -2;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.shield-hero-glow-left { top: 100px; left: -280px; background: rgba(115, 72, 255, .18); }
.shield-hero-glow-right { right: -260px; bottom: 80px; background: rgba(40, 164, 255, .13); }
.shield-hero-container { position: relative; }

.shield-badge {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 6px 14px 6px 7px;
    border: 1px solid rgba(125, 151, 255, .24);
    border-radius: 999px;
    color: #edf2ff;
    background: rgba(11, 17, 39, .72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(14px);
}

.shield-badge-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #7b58ff, #3ca9ff);
    box-shadow: 0 8px 22px rgba(83, 98, 255, .34);
}

.shield-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--shield-green);
    box-shadow: 0 0 0 5px rgba(72, 215, 160, .12);
}

.shield-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(44px, 5.4vw, 73px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.shield-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #b29cff 0%, #70c7ff 55%, #7be7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.shield-hero-description {
    max-width: 700px;
    margin-bottom: 31px;
    color: var(--shield-muted);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: -.2px;
}

.shield-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 30px;
}

.shield-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.shield-button:hover { transform: translateY(-2px); }

.shield-button-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #7654ff 0%, #3f98ff 100%);
    box-shadow: 0 18px 42px rgba(73, 84, 255, .30);
}

.shield-button-primary:hover { box-shadow: 0 23px 48px rgba(73, 84, 255, .39); }

.shield-button-secondary {
    border-color: rgba(143, 160, 220, .25);
    color: #eef3ff !important;
    background: rgba(15, 23, 50, .75);
}

.shield-button-secondary:hover {
    border-color: rgba(123, 166, 255, .48);
    background: rgba(22, 32, 68, .95);
}

.shield-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 22px;
}

.shield-hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c6d0e7;
    font-size: 13px;
}

.shield-hero-benefits i { color: var(--shield-green); }

/* Protection console */
.shield-console {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(132, 153, 255, .19);
    border-radius: 28px;
    background:
        linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
        radial-gradient(circle at 50% 34%, rgba(91, 75, 255, .20), transparent 37%),
        linear-gradient(145deg, rgba(17, 25, 55, .98), rgba(7, 11, 28, .99));
    background-size: 38px 38px, 38px 38px, auto, auto;
    box-shadow: 0 38px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.055);
}

.shield-console::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255,255,255,.04);
    border-radius: 20px;
    pointer-events: none;
}

.shield-console-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 3px 3px 16px;
    border-bottom: 1px solid rgba(145, 159, 255, .12);
}

.shield-console-head > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.shield-console-logo {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(143, 160, 255, .20);
    border-radius: 13px;
    color: #8cd7ff;
    background: rgba(77, 94, 255, .12);
}

.shield-console-head strong,
.shield-console-head small { display: block; }
.shield-console-head strong { color: #fff; font-size: 14px; }
.shield-console-head small { margin-top: 2px; color: #8795b5; font-size: 11px; }

.shield-online-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(72, 215, 160, .17);
    border-radius: 999px;
    color: #a9f0d2;
    background: rgba(34, 124, 92, .12);
    font-size: 11px;
    font-weight: 700;
}

.shield-online-label i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--shield-green);
    box-shadow: 0 0 0 4px rgba(72, 215, 160, .11);
}

.shield-flow-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 85px 150px 85px 1fr;
    align-items: center;
    min-height: 260px;
    padding: 26px 0 18px;
}

.shield-flow-node {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px 10px;
    border: 1px solid rgba(137, 153, 218, .16);
    border-radius: 17px;
    text-align: center;
    background: rgba(12, 20, 43, .78);
    box-shadow: 0 16px 30px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}

.shield-flow-source { border-color: rgba(255, 114, 152, .18); }
.shield-flow-server { border-color: rgba(72, 215, 160, .20); }

.shield-flow-icon {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 10px;
    place-items: center;
    border-radius: 13px;
    color: #9cd9ff;
    background: rgba(72, 128, 255, .11);
}

.shield-flow-server .shield-flow-icon { color: #8bedc7; background: rgba(72, 215, 160, .11); }
.shield-flow-node strong { color: #f2f6ff; font-size: 12px; }
.shield-flow-node small { display: block; margin-top: 4px; color: #8794af; font-size: 10px; line-height: 1.45; }

.shield-core {
    position: relative;
    z-index: 3;
    display: flex;
    width: 150px;
    height: 172px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(50% 0%, 91% 15%, 86% 71%, 50% 100%, 14% 71%, 9% 15%);
    color: #fff;
    background:
        radial-gradient(circle at 50% 36%, rgba(123, 228, 255, .24), transparent 34%),
        linear-gradient(155deg, #7957ff, #287ee8);
    filter: drop-shadow(0 22px 30px rgba(64, 82, 255, .34));
}

.shield-core::before {
    content: "";
    position: absolute;
    inset: 6px;
    clip-path: inherit;
    border: 1px solid rgba(255,255,255,.35);
    background: linear-gradient(180deg, rgba(255,255,255,.07), transparent 55%);
}

.shield-core-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.27);
    border-radius: 15px;
    background: rgba(4, 9, 28, .20);
    font-size: 23px;
}

.shield-core strong,
.shield-core small { position: relative; z-index: 2; }
.shield-core strong { font-size: 12px; letter-spacing: .10em; }
.shield-core small { margin-top: 1px; color: rgba(255,255,255,.76); font-size: 8px; letter-spacing: .28em; }

.shield-core-radar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(107, 208, 255, .26);
    border-radius: 50%;
    animation: shieldRadar 3.6s ease-out infinite;
}

@keyframes shieldRadar {
    0% { transform: translate(-50%, -50%) scale(.42); opacity: .85; }
    86%,100% { transform: translate(-50%, -50%) scale(1.46); opacity: 0; }
}

.shield-flow-line {
    position: relative;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(91, 174, 255, .72), transparent);
}

.shield-flow-line span {
    position: absolute;
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #72d9ff;
    box-shadow: 0 0 12px rgba(99, 216, 255, .85);
    animation: shieldPacket 2.2s linear infinite;
}

.shield-flow-line span:nth-child(2) { animation-delay: .72s; }
.shield-flow-line span:nth-child(3) { animation-delay: 1.44s; }
.shield-flow-line-right span { animation-direction: reverse; }

@keyframes shieldPacket {
    from { left: 0; opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { left: calc(100% - 7px); opacity: 0; }
}

.shield-console-events {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 9px;
}

.shield-event {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid rgba(133, 151, 220, .13);
    border-radius: 14px;
    background: rgba(10, 17, 39, .72);
}

.shield-event-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #9bd9ff;
    background: rgba(61, 164, 255, .10);
}

.shield-event-danger .shield-event-icon { color: #ff94b2; background: rgba(255, 80, 125, .10); }
.shield-event-success .shield-event-icon { color: #87ebc1; background: rgba(72, 215, 160, .10); }
.shield-event strong { display: block; color: #eff4ff; font-size: 12px; }
.shield-event small { display: block; margin-top: 2px; color: #8592ad; font-size: 10px; }
.shield-event-state { padding: 5px 8px; border-radius: 999px; color: #b7c2da; background: rgba(255,255,255,.045); font-size: 9px; font-weight: 700; }
.shield-event-danger .shield-event-state { color: #ffabc0; background: rgba(255, 87, 132, .09); }
.shield-event-success .shield-event-state { color: #9eeaca; background: rgba(72, 215, 160, .09); }

/* Value strip */
.shield-value-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 60px;
    overflow: hidden;
    border: 1px solid rgba(129, 149, 255, .14);
    border-radius: 18px;
    background: rgba(9, 15, 34, .74);
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}

.shield-value-strip > div {
    display: flex;
    min-height: 84px;
    align-items: center;
    gap: 12px;
    padding: 18px 19px;
}

.shield-value-strip > div + div { border-left: 1px solid rgba(129, 149, 255, .11); }
.shield-value-strip > div > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 12px; color: #82d0ff; background: rgba(61, 138, 255, .10); }
.shield-value-strip p { margin: 0; }
.shield-value-strip strong, .shield-value-strip small { display: block; }
.shield-value-strip strong { color: #f5f7ff; font-size: 13px; }
.shield-value-strip small { margin-top: 3px; color: #8f9bb7; font-size: 11px; line-height: 1.4; }

/* Shared sections */
.shield-section { position: relative; padding: 105px 0; }
.shield-section-heading { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.shield-section-heading-left { margin: 0; text-align: left; }

.shield-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #8cc4ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.shield-section-label::before {
    content: "";
    width: 29px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #8056ff, #49cfff);
}

.shield-section-heading h2,
.shield-assurance-copy h2,
.shield-cta-copy h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(33px, 4.2vw, 53px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.shield-section-heading p,
.shield-assurance-copy p,
.shield-cta-copy p {
    margin-bottom: 0;
    color: var(--shield-muted);
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -.2px;
}

/* Layer cards */
.shield-layers-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(104, 62, 255, .11), transparent 34%),
        #080c1d;
}

.shield-layer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

.shield-layer-card {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: 28px 24px 25px;
    border: 1px solid var(--shield-border);
    border-radius: 21px;
    background: linear-gradient(180deg, rgba(17, 26, 56, .95), rgba(8, 13, 31, .98));
    box-shadow: 0 23px 52px rgba(0,0,0,.18);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.shield-layer-card::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(91, 77, 255, .09);
    filter: blur(12px);
}

.shield-layer-card:hover { transform: translateY(-7px); border-color: rgba(107, 158, 255, .38); box-shadow: 0 30px 65px rgba(27, 58, 150, .18); }
.shield-layer-card-featured { border-color: rgba(118, 145, 255, .37); background: linear-gradient(180deg, rgba(31, 34, 82, .95), rgba(10, 15, 36, .99)); }
.shield-layer-tag { position: absolute; top: 0; left: 24px; padding: 7px 10px; border-radius: 0 0 9px 9px; color: #dfe7ff; background: linear-gradient(135deg, rgba(119,82,255,.95), rgba(54,144,255,.95)); font-size: 9px; font-weight: 700; }
.shield-layer-code { position: absolute; top: 23px; right: 23px; z-index: 1; color: rgba(173, 187, 255, .29); font-family: var(--title-font, "Oxanium", sans-serif); font-size: 30px; font-weight: 700; }
.shield-layer-icon { position: relative; z-index: 1; display: grid; width: 55px; height: 55px; margin-bottom: 23px; place-items: center; border: 1px solid rgba(111, 151, 255, .20); border-radius: 16px; color: #82d5ff; background: linear-gradient(145deg, rgba(83,76,255,.18), rgba(47,178,255,.09)); font-size: 21px; }
.shield-layer-card-featured .shield-layer-icon { margin-top: 12px; }
.shield-layer-card h3 { position: relative; z-index: 1; margin-bottom: 12px; color: #fff; font-size: 20px; font-weight: 700; line-height: 1.35; }
.shield-layer-card p { position: relative; z-index: 1; min-height: 88px; margin-bottom: 19px; color: #aab5ce; font-size: 14px; line-height: 1.72; }
.shield-layer-card ul { position: relative; z-index: 1; display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.shield-layer-card li { position: relative; padding-left: 18px; color: #cbd4e7; font-size: 13px; line-height: 1.5; }
.shield-layer-card li::before { content: ""; position: absolute; top: .58em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #7c58ff, #4cd2ff); box-shadow: 0 0 0 4px rgba(90,120,255,.08); }

/* Operation */
.shield-operation-section { background: radial-gradient(circle at 84% 16%, rgba(35, 158, 255, .10), transparent 31%), #050817; }

.shield-route-card {
    padding: 23px;
    border: 1px solid rgba(128, 149, 255, .18);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(17, 26, 56, .96), rgba(8, 13, 30, .99));
    box-shadow: 0 30px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}

.shield-route-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid rgba(136, 152, 218, .13); }
.shield-route-card-head > div { display: flex; align-items: center; gap: 11px; }
.shield-route-card-head > div > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #8dd8ff; background: rgba(67, 139, 255, .11); }
.shield-route-card-head strong, .shield-route-card-head small { display: block; }
.shield-route-card-head strong { color: #f4f7ff; font-size: 14px; }
.shield-route-card-head small { margin-top: 3px; color: #8895b1; font-size: 11px; }
.shield-route-badge { padding: 6px 9px; border: 1px solid rgba(72,215,160,.17); border-radius: 999px; color: #9deac9; background: rgba(72,215,160,.08); font-size: 10px; font-weight: 700; }
.shield-route-map { display: grid; gap: 8px; padding: 21px 0 17px; }
.shield-route-step { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(137,153,218,.13); border-radius: 15px; background: rgba(11,18,40,.68); }
.shield-route-step-main { border-color: rgba(118,144,255,.31); background: linear-gradient(135deg, rgba(99,73,255,.15), rgba(41,142,255,.10)); }
.shield-route-step > span { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 13px; color: #8ed7ff; background: rgba(65,135,255,.11); }
.shield-route-step-main > span { color: #fff; background: linear-gradient(135deg, #7755ff, #3b9aff); box-shadow: 0 12px 26px rgba(70,91,255,.24); }
.shield-route-step strong, .shield-route-step small { display: block; }
.shield-route-step strong { color: #f0f4ff; font-size: 13px; }
.shield-route-step small { margin-top: 3px; color: #8e9ab5; font-size: 11px; line-height: 1.45; }
.shield-route-arrow { display: grid; place-items: center; height: 19px; color: #536a99; font-size: 11px; }
.shield-route-note { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid rgba(70,176,255,.15); border-radius: 13px; background: rgba(45,125,190,.08); }
.shield-route-note i { margin-top: 3px; color: #73c9ff; }
.shield-route-note p { margin: 0; color: #9fb0cb; font-size: 12px; line-height: 1.55; }
.shield-route-note strong { color: #dcecff; }

.shield-process-list { position: relative; display: grid; gap: 13px; margin-top: 31px; }
.shield-process-list::before { content: ""; position: absolute; top: 46px; bottom: 46px; left: 29px; width: 1px; background: linear-gradient(to bottom, transparent, rgba(91,149,255,.43) 15%, rgba(91,149,255,.43) 85%, transparent); }
.shield-process-list article { position: relative; display: grid; grid-template-columns: 59px minmax(0,1fr); align-items: start; gap: 14px; padding: 17px 18px 17px 0; }
.shield-process-list article > span { position: relative; z-index: 1; display: grid; width: 59px; height: 59px; place-items: center; border: 1px solid rgba(117,148,255,.24); border-radius: 17px; color: #9fdcff; background: #0b132b; box-shadow: 0 10px 23px rgba(0,0,0,.18); font-family: var(--title-font, "Oxanium", sans-serif); font-size: 13px; font-weight: 700; }
.shield-process-list h3 { margin-bottom: 5px; color: #fff; font-size: 17px; font-weight: 700; }
.shield-process-list p { margin: 0; color: #a0acc5; font-size: 13px; line-height: 1.65; }

/* Features */
.shield-features-section { background: radial-gradient(circle at 16% 12%, rgba(110,68,255,.09), transparent 29%), #080c1d; }
.shield-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.shield-feature-grid article { display: flex; min-height: 180px; align-items: flex-start; gap: 16px; padding: 24px; border: 1px solid var(--shield-border); border-radius: 19px; background: rgba(13, 20, 43, .82); box-shadow: 0 18px 42px rgba(0,0,0,.14); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.shield-feature-grid article:hover { transform: translateY(-5px); border-color: rgba(109,157,255,.34); background: rgba(17,26,56,.96); }
.shield-feature-grid article > span { display: grid; width: 51px; height: 51px; flex: 0 0 51px; place-items: center; border: 1px solid rgba(111,151,255,.18); border-radius: 15px; color: #83d2ff; background: linear-gradient(145deg, rgba(83,76,255,.17), rgba(47,178,255,.08)); font-size: 19px; }
.shield-feature-grid h3 { margin-bottom: 8px; color: #fff; font-size: 17px; font-weight: 700; }
.shield-feature-grid p { margin: 0; color: #a5b0ca; font-size: 13px; line-height: 1.68; }

/* Use cases */
.shield-usecases-section { background: #050817; }
.shield-usecase-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.shield-usecase-card { overflow: hidden; border: 1px solid var(--shield-border); border-radius: 22px; background: linear-gradient(180deg, rgba(15,23,50,.95), rgba(8,13,30,.99)); box-shadow: 0 22px 52px rgba(0,0,0,.18); }
.shield-usecase-visual { position: relative; display: flex; min-height: 175px; align-items: center; justify-content: center; overflow: hidden; font-size: 55px; }
.shield-usecase-visual::before, .shield-usecase-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); }
.shield-usecase-visual::before { width: 170px; height: 170px; }
.shield-usecase-visual::after { width: 112px; height: 112px; }
.shield-usecase-visual i { position: relative; z-index: 2; }
.shield-usecase-visual > span { position: absolute; right: 14px; bottom: 13px; z-index: 2; padding: 6px 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: rgba(255,255,255,.84); background: rgba(5,8,23,.32); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.shield-usecase-web { color: #96dcff; background: radial-gradient(circle at 50% 50%, rgba(52,168,255,.25), transparent 44%), linear-gradient(135deg, #102449, #0b1230); }
.shield-usecase-api { color: #bea9ff; background: radial-gradient(circle at 50% 50%, rgba(119,82,255,.27), transparent 44%), linear-gradient(135deg, #231849, #0d1230); }
.shield-usecase-game { color: #85ecc4; background: radial-gradient(circle at 50% 50%, rgba(72,215,160,.22), transparent 44%), linear-gradient(135deg, #0b332f, #0a142d); }
.shield-usecase-card > div:last-child { padding: 24px; }
.shield-usecase-card h3 { margin-bottom: 9px; color: #fff; font-size: 20px; font-weight: 700; }
.shield-usecase-card p { margin-bottom: 17px; color: #a5b0c9; font-size: 13px; line-height: 1.7; }
.shield-usecase-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.shield-usecase-card li { position: relative; padding-left: 18px; color: #cad3e7; font-size: 12px; }
.shield-usecase-card li::before { content: ""; position: absolute; top: .52em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--shield-green); box-shadow: 0 0 0 4px rgba(72,215,160,.08); }

/* Assurance */
.shield-assurance-section { padding-top: 34px; background: #050817; }
.shield-assurance-card { position: relative; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); align-items: center; gap: 40px; overflow: hidden; padding: 48px 52px; border: 1px solid rgba(124,148,255,.21); border-radius: 28px; background: radial-gradient(circle at 82% 50%, rgba(61,164,255,.18), transparent 29%), radial-gradient(circle at 72% 50%, rgba(119,82,255,.17), transparent 43%), linear-gradient(135deg, #111a3a, #0a1027); box-shadow: 0 32px 76px rgba(0,0,0,.28); }
.shield-assurance-copy { position: relative; z-index: 2; }
.shield-assurance-copy h2 { font-size: clamp(31px, 3.8vw, 49px); }
.shield-assurance-checks { display: grid; gap: 10px; margin-top: 25px; }
.shield-assurance-checks span { display: flex; align-items: center; gap: 9px; color: #d3dbee; font-size: 13px; }
.shield-assurance-checks i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #071a13; background: var(--shield-green); font-size: 10px; }
.shield-assurance-visual { position: relative; display: grid; min-height: 260px; place-items: center; }
.shield-assurance-visual > span { position: relative; z-index: 4; display: grid; width: 112px; height: 132px; place-items: center; clip-path: polygon(50% 0%, 91% 15%, 86% 71%, 50% 100%, 14% 71%, 9% 15%); color: #fff; background: linear-gradient(155deg, #7c59ff, #2f91ef); filter: drop-shadow(0 20px 25px rgba(58,84,255,.38)); font-size: 45px; }
.shield-assurance-ring { position: absolute; border: 1px solid rgba(112,202,255,.18); border-radius: 50%; }
.ring-one { width: 150px; height: 150px; }
.ring-two { width: 210px; height: 210px; }
.ring-three { width: 270px; height: 270px; }

/* FAQ */
.shield-faq-section { background: radial-gradient(circle at 15% 22%, rgba(108,65,255,.09), transparent 30%), #080c1d; }
.shield-faq-list { display: grid; gap: 12px; }
.shield-faq-list details { overflow: hidden; border: 1px solid rgba(132,151,220,.15); border-radius: 16px; background: rgba(12,19,41,.80); transition: border-color .2s ease, background .2s ease; }
.shield-faq-list details[open] { border-color: rgba(117,151,255,.31); background: rgba(16,25,53,.96); }
.shield-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 20px; color: #f4f7ff; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.shield-faq-list summary::-webkit-details-marker { display: none; }
.shield-faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 9px; color: #91d8ff; background: rgba(69,139,255,.10); transition: transform .2s ease; }
.shield-faq-list details[open] summary span { transform: rotate(45deg); }
.shield-faq-list details > div { padding: 0 20px 20px; color: #a6b1c9; font-size: 13px; line-height: 1.72; }

/* CTA */
.shield-cta-section { padding: 80px 0 95px; background: #080c1d; }
.shield-cta-card { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 38px; overflow: hidden; padding: 44px 48px; border: 1px solid rgba(133,153,255,.23); border-radius: 26px; background: radial-gradient(circle at 86% 50%, rgba(79,174,255,.23), transparent 29%), linear-gradient(135deg, #6c4af1 0%, #3f77e6 49%, #1c72b8 100%); box-shadow: 0 34px 78px rgba(34,63,168,.28); }
.shield-cta-card::before { content: ""; position: absolute; top: -160px; right: -100px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.shield-cta-copy { position: relative; z-index: 2; max-width: 760px; }
.shield-cta-copy > span { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; }
.shield-cta-copy h2 { margin-bottom: 12px; font-size: clamp(30px, 3.8vw, 48px); }
.shield-cta-copy p { color: rgba(242,247,255,.82); }
.shield-cta-actions { position: relative; z-index: 2; display: grid; gap: 12px; justify-items: center; }
.shield-button-light { color: #30569f !important; background: #fff; box-shadow: 0 17px 36px rgba(17,44,109,.20); }
.shield-cta-email { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.87) !important; font-size: 12px; font-weight: 700; }

/* Responsive */
@media (max-width: 1199.98px) {
    .shield-flow-panel { grid-template-columns: 1fr 50px 138px 50px 1fr; }
    .shield-flow-node { min-height: 112px; }
    .shield-layer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .shield-layer-card p { min-height: 0; }
}

@media (max-width: 991.98px) {
    .shield-hero { padding-top: 92px; }
    .shield-console { max-width: 720px; margin: 0 auto; }
    .shield-value-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .shield-value-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(129,149,255,.11); }
    .shield-value-strip > div:nth-child(4) { border-top: 1px solid rgba(129,149,255,.11); }
    .shield-section { padding: 88px 0; }
    .shield-section-heading-left { max-width: 760px; }
    .shield-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .shield-usecase-grid { grid-template-columns: 1fr; }
    .shield-usecase-card { display: grid; grid-template-columns: 260px minmax(0,1fr); }
    .shield-usecase-visual { min-height: 100%; }
    .shield-assurance-card { grid-template-columns: 1fr; }
    .shield-assurance-visual { min-height: 240px; }
    .shield-cta-card { grid-template-columns: 1fr; }
    .shield-cta-actions { justify-items: start; }
}

@media (max-width: 767.98px) {
    .shield-hero { padding: 72px 0 48px; }
    .shield-badge { margin-bottom: 20px; font-size: 11px; }
    .shield-hero h1 { font-size: clamp(36px, 10.5vw, 49px); line-height: 1.11; letter-spacing: -.032em; }
    .shield-hero-description { font-size: 15px; line-height: 1.72; }
    .shield-hero-actions { display: grid; grid-template-columns: 1fr; }
    .shield-button { width: 100%; }
    .shield-hero-benefits { display: grid; gap: 9px; }
    .shield-console { min-height: auto; padding: 16px; border-radius: 22px; }
    .shield-console-head { align-items: flex-start; }
    .shield-online-label { padding: 6px 8px; font-size: 9px; }
    .shield-flow-panel { grid-template-columns: 1fr; gap: 9px; padding: 20px 0; }
    .shield-flow-node { min-height: auto; flex-direction: row; justify-content: flex-start; gap: 11px; text-align: left; }
    .shield-flow-icon { margin: 0; flex: 0 0 43px; }
    .shield-core { width: 126px; height: 145px; margin: 6px auto; }
    .shield-core-radar { width: 150px; height: 150px; }
    .shield-flow-line { width: 1px; height: 25px; margin: 0 auto; background: linear-gradient(to bottom, transparent, rgba(91,174,255,.72), transparent); }
    .shield-flow-line span { left: -3px !important; animation: shieldPacketVertical 2.2s linear infinite; }
    .shield-flow-line-right span { animation-direction: normal; }
    @keyframes shieldPacketVertical { from { top: 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } to { top: calc(100% - 7px); opacity: 0; } }
    .shield-event { grid-template-columns: 38px minmax(0,1fr); }
    .shield-event-state { display: none; }
    .shield-value-strip { grid-template-columns: 1fr; margin-top: 36px; }
    .shield-value-strip > div + div { border-left: 0; border-top: 1px solid rgba(129,149,255,.11); }
    .shield-section { padding: 72px 0; }
    .shield-section-heading { margin-bottom: 36px; }
    .shield-section-heading h2, .shield-assurance-copy h2, .shield-cta-copy h2 { font-size: clamp(30px, 8.7vw, 41px); line-height: 1.2; }
    .shield-section-heading p, .shield-assurance-copy p, .shield-cta-copy p { font-size: 14px; line-height: 1.72; }
    .shield-layer-grid, .shield-feature-grid { grid-template-columns: 1fr; }
    .shield-layer-card { padding: 25px 22px; }
    .shield-route-card { padding: 17px; border-radius: 20px; }
    .shield-process-list article { grid-template-columns: 54px minmax(0,1fr); gap: 12px; }
    .shield-process-list article > span { width: 54px; height: 54px; }
    .shield-process-list::before { left: 27px; }
    .shield-feature-grid article { min-height: 0; padding: 21px; }
    .shield-usecase-card { display: block; }
    .shield-usecase-visual { min-height: 165px; }
    .shield-assurance-section { padding-top: 15px; }
    .shield-assurance-card { gap: 20px; padding: 32px 24px; border-radius: 22px; }
    .shield-assurance-visual { min-height: 210px; }
    .ring-three { width: 230px; height: 230px; }
    .shield-faq-list summary { padding: 17px; font-size: 13px; }
    .shield-faq-list details > div { padding: 0 17px 17px; }
    .shield-cta-section { padding: 62px 0 75px; }
    .shield-cta-card { gap: 28px; padding: 32px 24px; border-radius: 22px; }
    .shield-cta-actions { justify-items: stretch; }
    .shield-cta-email { justify-content: center; }
}

@media (max-width: 420px) {
    .shield-badge { gap: 7px; padding-right: 10px; }
    .shield-badge-icon { width: 27px; height: 27px; }
    .shield-status-dot { display: none; }
    .shield-console-head strong { font-size: 12px; }
    .shield-online-label { white-space: nowrap; }
    .shield-layer-tag { max-width: 170px; }
}

@media (prefers-reduced-motion: reduce) {
    .shield-core-radar,
    .shield-flow-line span { animation: none !important; }
    .shield-button,
    .shield-layer-card,
    .shield-feature-grid article { transition: none !important; }
}

/* =========================================================
   Free plan and premium protection packages
   ========================================================= */
.shield-free-note {
    display: flex;
    max-width: 620px;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
    padding: 14px 16px;
    border: 1px solid rgba(72, 215, 160, .18);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(40, 157, 112, .10), rgba(53, 105, 189, .08));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.shield-free-note-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 13px;
    color: #091a14;
    background: linear-gradient(135deg, #70e5b7, #49cfa0);
    box-shadow: 0 12px 25px rgba(72, 215, 160, .18);
}

.shield-free-note strong,
.shield-free-note small { display: block; }
.shield-free-note strong { margin-bottom: 3px; color: #ebfff7; font-size: 13px; }
.shield-free-note small { color: #9ebdb2; font-size: 11px; line-height: 1.5; }

.shield-plans-section {
    background:
        radial-gradient(circle at 18% 15%, rgba(72, 215, 160, .10), transparent 28%),
        radial-gradient(circle at 82% 13%, rgba(109, 74, 255, .13), transparent 31%),
        #080c1d;
}

.shield-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 17px;
}

.shield-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--shield-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(95, 113, 255, .11), transparent 31%),
        linear-gradient(180deg, rgba(16, 25, 53, .98), rgba(8, 13, 31, .99));
    box-shadow: 0 24px 58px rgba(0,0,0,.22);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.shield-plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, transparent, rgba(114, 149, 255, .78), transparent);
}

.shield-plan-card:hover {
    transform: translateY(-7px);
    border-color: rgba(112, 157, 255, .39);
    box-shadow: 0 34px 72px rgba(18, 44, 125, .24);
}

.shield-plan-card-free {
    border-color: rgba(72, 215, 160, .27);
    background:
        radial-gradient(circle at 100% 0%, rgba(72, 215, 160, .14), transparent 34%),
        linear-gradient(180deg, rgba(13, 43, 42, .85), rgba(8, 20, 30, .99));
}

.shield-plan-card-free::before {
    background: linear-gradient(90deg, transparent, rgba(72, 215, 160, .88), transparent);
}

.shield-plan-card-pro {
    border-color: rgba(74, 172, 255, .26);
    background:
        radial-gradient(circle at 100% 0%, rgba(49, 161, 255, .16), transparent 35%),
        linear-gradient(180deg, rgba(12, 30, 61, .95), rgba(8, 14, 32, .99));
}

.shield-plan-card-featured {
    border-color: rgba(122, 145, 255, .52);
    background:
        radial-gradient(circle at 100% 0%, rgba(108, 74, 255, .27), transparent 38%),
        linear-gradient(180deg, rgba(28, 30, 76, .99), rgba(10, 15, 37, .99));
    box-shadow: 0 31px 72px rgba(47, 58, 167, .27), inset 0 1px 0 rgba(255,255,255,.05);
}

.shield-plan-card-ultimate {
    border-color: rgba(255, 190, 76, .30);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 174, 54, .15), transparent 35%),
        linear-gradient(180deg, rgba(47, 35, 20, .95), rgba(12, 15, 29, .99));
}

.shield-plan-card-ultimate::before {
    background: linear-gradient(90deg, transparent, rgba(255, 190, 76, .86), transparent);
}

.shield-plan-ribbon {
    position: absolute;
    top: 0;
    right: 23px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    background: linear-gradient(135deg, #7b57ff, #3e94ff);
    box-shadow: 0 10px 24px rgba(62, 88, 255, .25);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.shield-plan-head {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-bottom: 17px;
}

.shield-plan-code {
    display: inline-block;
    margin-bottom: 6px;
    color: #8491ae;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .085em;
}

.shield-plan-head h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.shield-plan-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border: 1px solid rgba(122, 153, 255, .20);
    border-radius: 14px;
    color: #8ed8ff;
    background: linear-gradient(145deg, rgba(84, 76, 255, .18), rgba(49, 178, 255, .08));
    font-size: 17px;
}

.shield-plan-card-free .shield-plan-icon {
    border-color: rgba(72, 215, 160, .22);
    color: #89edc7;
    background: rgba(72, 215, 160, .10);
}

.shield-plan-card-business .shield-plan-icon {
    color: #c4b9ff;
}

.shield-plan-card-ultimate .shield-plan-icon {
    border-color: rgba(255, 190, 76, .22);
    color: #ffd27d;
    background: rgba(255, 190, 76, .09);
}

.shield-plan-price {
    display: flex;
    min-height: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    margin-bottom: 12px;
}

.shield-plan-price strong {
    color: #fff;
    font-family: var(--title-font, "Oxanium", sans-serif);
    font-size: clamp(24px, 1.9vw, 29px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.shield-plan-card-free .shield-plan-price strong { color: #8ff0cb; }
.shield-plan-card-pro .shield-plan-price strong { color: #8dd8ff; }
.shield-plan-card-featured .shield-plan-price strong { color: #c2b7ff; }
.shield-plan-card-ultimate .shield-plan-price strong { color: #ffd584; }
.shield-plan-price span { color: #8190ad; font-size: 10px; font-weight: 700; }

.shield-plan-summary {
    min-height: 89px;
    margin-bottom: 17px;
    color: #a4b0ca;
    font-size: 12px;
    line-height: 1.65;
}

.shield-plan-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 15px;
}

.shield-plan-metrics > div {
    display: flex;
    min-width: 0;
    min-height: 89px;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border: 1px solid rgba(128, 150, 222, .14);
    border-radius: 13px;
    background: rgba(8, 14, 33, .64);
}

.shield-plan-metrics span,
.shield-plan-metrics strong,
.shield-plan-metrics small { display: block; }

.shield-plan-metrics span {
    margin-bottom: 6px;
    color: #7f8da8;
    font-size: 9px;
    font-weight: 700;
}

.shield-plan-metrics strong {
    overflow-wrap: anywhere;
    color: #f2f6ff;
    font-family: var(--title-font, "Oxanium", sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
}

.shield-plan-metrics small {
    margin-top: 4px;
    color: #74819c;
    font-size: 8.5px;
    line-height: 1.35;
}

.shield-plan-level {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding: 11px 13px;
    border: 1px solid rgba(126, 151, 231, .16);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(67, 102, 197, .10), rgba(81, 65, 184, .08));
}

.shield-plan-level span {
    color: #8492ad;
    font-size: 10px;
    font-weight: 700;
}

.shield-plan-level strong {
    color: #eaf1ff;
    font-size: 11px;
    font-weight: 800;
}

.shield-plan-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 23px;
    padding: 0;
    list-style: none;
}

.shield-plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #cad3e6;
    font-size: 11px;
    line-height: 1.52;
}

.shield-plan-card li i {
    display: grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    place-items: center;
    margin-top: 0;
    border-radius: 50%;
    color: #081a14;
    background: var(--shield-green);
    font-size: 7px;
}

.shield-plan-card-featured li i {
    color: #fff;
    background: linear-gradient(135deg, #7b57ff, #3f98ff);
}

.shield-plan-card-ultimate li i {
    color: #2b1b00;
    background: linear-gradient(135deg, #ffd681, #f2a93e);
}

.shield-plan-button {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-family: var(--title-font, "Oxanium", sans-serif);
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shield-plan-button:hover { transform: translateY(-2px); }
.shield-plan-button-free { color: #061a12 !important; background: linear-gradient(135deg, #7ee8bd, #49cfa0); box-shadow: 0 16px 33px rgba(72, 215, 160, .19); }
.shield-plan-button-pro { color: #fff !important; background: linear-gradient(135deg, #287bd9, #27a8e5); box-shadow: 0 17px 34px rgba(37, 126, 220, .22); }
.shield-plan-button-business { color: #fff !important; background: linear-gradient(135deg, #7855ff, #3e96ff); box-shadow: 0 17px 36px rgba(69, 84, 255, .27); }
.shield-plan-button-ultimate { color: #2a1900 !important; background: linear-gradient(135deg, #ffd77e, #f5a83b); box-shadow: 0 17px 35px rgba(245, 168, 59, .20); }

.shield-plan-notice {
    display: flex;
    max-width: 980px;
    align-items: flex-start;
    gap: 14px;
    margin: 28px auto 0;
    padding: 18px 20px;
    border: 1px solid rgba(87, 167, 255, .16);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(52, 133, 210, .10), rgba(102, 75, 242, .08));
}

.shield-plan-notice > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: #8bd7ff;
    background: rgba(67, 145, 255, .12);
}

.shield-plan-notice strong { display: block; margin-bottom: 4px; color: #eaf2ff; font-size: 13px; }
.shield-plan-notice p { margin: 0; color: #95a4c1; font-size: 12px; line-height: 1.65; }

@media (max-width: 1399.98px) {
    .shield-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shield-plan-summary { min-height: 0; }
    .shield-plan-metrics > div { min-height: 84px; }
}

@media (max-width: 767.98px) {
    .shield-free-note { align-items: flex-start; margin-top: 20px; padding: 13px; }
    .shield-plan-grid { grid-template-columns: 1fr; }
    .shield-plan-card { padding: 23px 20px; border-radius: 20px; }
    .shield-plan-head h3 { font-size: 21px; }
    .shield-plan-price { min-height: 0; }
    .shield-plan-price strong { font-size: 26px; }
    .shield-plan-summary { min-height: 0; }
    .shield-plan-ribbon { right: 20px; }
    .shield-plan-notice { padding: 16px; }
}

@media (max-width: 399.98px) {
    .shield-plan-metrics { grid-template-columns: 1fr; }
    .shield-plan-metrics > div { min-height: 75px; }
}

@media (prefers-reduced-motion: reduce) {
    .shield-plan-card,
    .shield-plan-button { transition: none !important; }
}

/* ObeGames Shield pricing cards: readable type scale aligned with the main website */
.shield-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.shield-plan-card {
    padding: 30px;
}

.shield-plan-ribbon {
    padding: 9px 14px;
    font-size: 11px;
}

.shield-plan-head {
    min-height: 64px;
    margin-bottom: 20px;
}

.shield-plan-code {
    margin-bottom: 7px;
    font-size: 12px;
    letter-spacing: .075em;
}

.shield-plan-head h3 {
    font-size: 27px;
}

.shield-plan-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 20px;
}

.shield-plan-price {
    min-height: 72px;
    margin-bottom: 14px;
}

.shield-plan-price strong {
    font-size: clamp(31px, 2.4vw, 38px);
}

.shield-plan-price span {
    color: #a6b3cc;
    font-size: 13px;
}

.shield-plan-summary {
    min-height: 0;
    margin-bottom: 22px;
    color: #b8c3d8;
    font-size: 15.5px;
    line-height: 1.7;
}

.shield-plan-metrics {
    gap: 12px;
    margin-bottom: 20px;
}

.shield-plan-metrics > div {
    min-height: 108px;
    padding: 16px;
}

.shield-plan-metrics span {
    margin-bottom: 7px;
    color: #98a6c0;
    font-size: 12px;
}

.shield-plan-metrics strong {
    font-size: 20px;
}

.shield-plan-metrics small {
    margin-top: 5px;
    color: #8e9bb5;
    font-size: 11px;
    line-height: 1.45;
}

.shield-plan-level {
    margin-bottom: 22px;
    padding: 14px 16px;
}

.shield-plan-level span {
    font-size: 13px;
}

.shield-plan-level strong {
    font-size: 14px;
}

.shield-plan-card ul {
    gap: 13px;
    margin-bottom: 28px;
}

.shield-plan-card li {
    gap: 10px;
    color: #d9e1ef;
    font-size: 14px;
    line-height: 1.58;
}

.shield-plan-card li i {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    font-size: 8px;
}

.shield-plan-button {
    min-height: 56px;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .shield-plan-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shield-plan-card {
        padding: 25px 21px;
    }

    .shield-plan-head {
        min-height: 58px;
    }

    .shield-plan-head h3 {
        font-size: 24px;
    }

    .shield-plan-price strong {
        font-size: 31px;
    }

    .shield-plan-summary {
        font-size: 15px;
    }

    .shield-plan-metrics > div {
        min-height: 100px;
    }

    .shield-plan-card li {
        font-size: 14px;
    }
}

@media (max-width: 399.98px) {
    .shield-plan-metrics {
        grid-template-columns: 1fr;
    }

    .shield-plan-metrics > div {
        min-height: 92px;
    }
}

/* Hero layout after removing the protection-console mockup */
.shield-hero-copy {
    position: relative;
    z-index: 2;
}

.shield-hero-copy .shield-badge,
.shield-hero-copy h1,
.shield-hero-copy .shield-hero-description,
.shield-hero-copy .shield-hero-actions,
.shield-hero-copy .shield-hero-benefits,
.shield-hero-copy .shield-free-note {
    max-width: 900px;
}

.shield-hero-copy h1 {
    max-width: 980px;
}

@media (min-width: 992px) {
    .shield-hero-copy {
        padding-right: 7%;
    }
}

@media (max-width: 991.98px) {
    .shield-hero-copy {
        padding-right: 0;
    }
}

/* =========================================================
   ObeGames Shield V8
   Đồng bộ typography và hoàn thiện giao diện chuyên nghiệp
   ========================================================= */

.shield-page {
    --shield-type-body: 15px;
    --shield-type-body-mobile: 15px;
    --shield-type-meta: 13px;
    --shield-radius-card: 22px;
    --shield-radius-control: 14px;
    --shield-shadow-card: 0 24px 60px rgba(0, 0, 0, .22);
    font-size: var(--shield-type-body);
    line-height: 1.7;
}

.shield-page p,
.shield-page li,
.shield-page small,
.shield-page span,
.shield-page strong,
.shield-page a,
.shield-page summary {
    letter-spacing: -.1px;
}

.shield-page a:focus-visible,
.shield-page summary:focus-visible {
    outline: 3px solid rgba(101, 220, 255, .55);
    outline-offset: 4px;
}

/* Hero */
.shield-hero {
    padding: 132px 0 72px;
}

.shield-hero::after {
    content: "";
    position: absolute;
    right: 7%;
    bottom: 14%;
    z-index: -1;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(112, 202, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 64px rgba(111, 83, 255, .025),
        0 0 0 128px rgba(61, 164, 255, .018);
    pointer-events: none;
}

.shield-badge {
    min-height: 44px;
    margin-bottom: 27px;
    padding: 6px 15px 6px 7px;
    border-color: rgba(131, 160, 255, .30);
    color: #f4f7ff;
    font-size: 14px;
}

.shield-hero h1 {
    max-width: 1020px;
    margin-bottom: 25px;
    font-size: clamp(46px, 5.2vw, 70px);
    line-height: 1.09;
}

.shield-hero-description {
    max-width: 820px;
    margin-bottom: 32px;
    color: #b9c5da;
    font-size: 17px;
    line-height: 1.78;
}

.shield-button {
    min-height: 54px;
    padding: 14px 22px;
    border-radius: var(--shield-radius-control);
    font-size: 15px;
}

.shield-hero-benefits {
    gap: 12px 25px;
}

.shield-hero-benefits span {
    color: #d1daeb;
    font-size: 15px;
    line-height: 1.55;
}

.shield-free-note {
    max-width: 760px;
    gap: 15px;
    margin-top: 26px;
    padding: 16px 18px;
    border-radius: 17px;
}

.shield-free-note-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px;
    font-size: 17px;
}

.shield-free-note strong {
    margin-bottom: 3px;
    font-size: 15px;
}

.shield-free-note small {
    color: #aed0c4;
    font-size: 14px;
    line-height: 1.6;
}

.shield-value-strip {
    margin-top: 62px;
    border-color: rgba(129, 158, 255, .19);
    border-radius: 20px;
    background: rgba(10, 17, 38, .82);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.shield-value-strip > div {
    min-height: 104px;
    gap: 14px;
    padding: 22px;
}

.shield-value-strip > div > span {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border: 1px solid rgba(96, 166, 255, .15);
    border-radius: 14px;
    font-size: 17px;
}

.shield-value-strip strong {
    font-size: 16px;
    line-height: 1.35;
}

.shield-value-strip small {
    margin-top: 5px;
    color: #9facc5;
    font-size: 14px;
    line-height: 1.5;
}

/* Shared section typography */
.shield-section {
    padding: 96px 0;
}

.shield-section-heading {
    max-width: 850px;
    margin-bottom: 50px;
}

.shield-section-label {
    margin-bottom: 17px;
    color: #92caff;
    font-size: 13px;
    line-height: 1.4;
}

.shield-section-heading h2,
.shield-assurance-copy h2,
.shield-cta-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.18;
}

.shield-section-heading p,
.shield-assurance-copy p,
.shield-cta-copy p {
    color: #b4c0d6;
    font-size: 16px;
    line-height: 1.78;
}

/* Protection layers */
.shield-layer-grid {
    gap: 22px;
}

.shield-layer-card {
    padding: 31px 27px 28px;
    border-color: rgba(142, 159, 255, .18);
    border-radius: var(--shield-radius-card);
    background:
        radial-gradient(circle at 100% 0%, rgba(87, 112, 255, .12), transparent 34%),
        linear-gradient(180deg, rgba(17, 27, 57, .97), rgba(8, 14, 32, .99));
    box-shadow: var(--shield-shadow-card);
}

.shield-layer-card-featured {
    border-color: rgba(119, 151, 255, .42);
    background:
        radial-gradient(circle at 100% 0%, rgba(105, 76, 255, .22), transparent 38%),
        linear-gradient(180deg, rgba(28, 33, 79, .98), rgba(10, 16, 38, .99));
}

.shield-layer-tag {
    left: 27px;
    padding: 8px 11px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
}

.shield-layer-code {
    top: 27px;
    right: 27px;
    font-size: 32px;
}

.shield-layer-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 17px;
    font-size: 22px;
}

.shield-layer-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.35;
}

.shield-layer-card p {
    min-height: 0;
    margin-bottom: 20px;
    color: #b2bdd2;
    font-size: 15px;
    line-height: 1.7;
}

.shield-layer-card ul {
    gap: 10px;
}

.shield-layer-card li {
    padding-left: 19px;
    color: #d4dceb;
    font-size: 14px;
    line-height: 1.55;
}

/* Protected route and setup process */
.shield-route-card {
    padding: 26px;
    border-color: rgba(128, 156, 255, .22);
    border-radius: 26px;
    box-shadow: 0 30px 74px rgba(0, 0, 0, .30);
}

.shield-route-card-head {
    padding-bottom: 20px;
}

.shield-route-card-head > div > span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 17px;
}

.shield-route-card-head strong {
    font-size: 16px;
    line-height: 1.4;
}

.shield-route-card-head small {
    margin-top: 3px;
    color: #9ca9c1;
    font-size: 14px;
    line-height: 1.45;
}

.shield-route-badge {
    padding: 7px 11px;
    font-size: 12px;
}

.shield-route-map {
    gap: 9px;
    padding: 23px 0 19px;
}

.shield-route-step {
    gap: 15px;
    padding: 17px;
    border-radius: 16px;
}

.shield-route-step > span {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 14px;
    font-size: 17px;
}

.shield-route-step strong {
    font-size: 16px;
    line-height: 1.4;
}

.shield-route-step small {
    margin-top: 4px;
    color: #9ca9c1;
    font-size: 14px;
    line-height: 1.55;
}

.shield-route-arrow {
    height: 21px;
    font-size: 13px;
}

.shield-route-note {
    gap: 11px;
    padding: 15px 16px;
    border-radius: 14px;
}

.shield-route-note p {
    color: #aebbd1;
    font-size: 14px;
    line-height: 1.65;
}

.shield-process-list {
    gap: 12px;
    margin-top: 30px;
}

.shield-process-list article {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 16px 16px 0;
}

.shield-process-list article > span {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    font-size: 14px;
}

.shield-process-list h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.4;
}

.shield-process-list p {
    color: #aeb9cf;
    font-size: 15px;
    line-height: 1.7;
}

/* Feature cards */
.shield-feature-grid {
    gap: 20px;
}

.shield-feature-grid article {
    min-height: 200px;
    gap: 18px;
    padding: 27px;
    border-color: rgba(142, 159, 255, .18);
    border-radius: var(--shield-radius-card);
    background: linear-gradient(160deg, rgba(16, 25, 53, .94), rgba(10, 16, 36, .96));
    box-shadow: 0 20px 50px rgba(0, 0, 0, .17);
}

.shield-feature-grid article > span {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 16px;
    font-size: 20px;
}

.shield-feature-grid h3 {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.4;
}

.shield-feature-grid p {
    color: #afbad0;
    font-size: 15px;
    line-height: 1.7;
}

/* Pricing */
.shield-plan-grid {
    gap: 26px;
}

.shield-plan-card {
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 26px 64px rgba(0, 0, 0, .24);
}

.shield-plan-card:hover {
    transform: translateY(-5px);
}

.shield-plan-ribbon {
    right: 25px;
    padding: 9px 15px;
    border-radius: 0 0 11px 11px;
    font-size: 12px;
}

.shield-plan-head {
    min-height: 66px;
    margin-bottom: 21px;
}

.shield-plan-code {
    margin-bottom: 7px;
    color: #9aa8c1;
    font-size: 13px;
}

.shield-plan-head h3 {
    font-size: 27px;
}

.shield-plan-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 16px;
    font-size: 20px;
}

.shield-plan-price {
    min-height: 74px;
    margin-bottom: 15px;
}

.shield-plan-price strong {
    font-size: clamp(31px, 2.5vw, 39px);
    line-height: 1.15;
}

.shield-plan-price span {
    margin-top: 3px;
    color: #a9b5cb;
    font-size: 14px;
}

.shield-plan-summary {
    margin-bottom: 23px;
    color: #bbc5d8;
    font-size: 16px;
    line-height: 1.72;
}

.shield-plan-metrics {
    gap: 12px;
    margin-bottom: 21px;
}

.shield-plan-metrics > div {
    min-height: 112px;
    padding: 17px;
    border-color: rgba(128, 154, 231, .17);
    border-radius: 15px;
    background: rgba(6, 12, 29, .60);
}

.shield-plan-metrics span {
    margin-bottom: 7px;
    color: #a1aec5;
    font-size: 13px;
}

.shield-plan-metrics strong {
    font-size: 21px;
}

.shield-plan-metrics small {
    margin-top: 5px;
    color: #99a6bc;
    font-size: 13px;
    line-height: 1.45;
}

.shield-plan-level {
    margin-bottom: 23px;
    padding: 14px 16px;
    border-radius: 14px;
}

.shield-plan-level span,
.shield-plan-level strong {
    font-size: 14px;
}

.shield-plan-card ul {
    gap: 13px;
    margin-bottom: 29px;
}

.shield-plan-card li {
    gap: 10px;
    color: #dbe2ef;
    font-size: 15px;
    line-height: 1.58;
}

.shield-plan-card li i {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin-top: 1px;
    font-size: 9px;
}

.shield-plan-button {
    min-height: 56px;
    border-radius: 14px;
    font-size: 15px;
}

.shield-plan-notice {
    max-width: 1030px;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 22px;
    border-radius: 17px;
}

.shield-plan-notice > span {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
}

.shield-plan-notice strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.shield-plan-notice p {
    color: #aab7cd;
    font-size: 15px;
    line-height: 1.7;
}

/* Use cases */
.shield-usecase-grid {
    gap: 22px;
}

.shield-usecase-card {
    border-color: rgba(142, 159, 255, .18);
    border-radius: var(--shield-radius-card);
    box-shadow: var(--shield-shadow-card);
}

.shield-usecase-visual {
    min-height: 190px;
    font-size: 58px;
}

.shield-usecase-visual > span {
    right: 16px;
    bottom: 15px;
    padding: 7px 10px;
    border-radius: 9px;
    font-size: 12px;
}

.shield-usecase-card > div:last-child {
    padding: 27px;
}

.shield-usecase-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.4;
}

.shield-usecase-card p {
    margin-bottom: 19px;
    color: #afbad0;
    font-size: 15px;
    line-height: 1.72;
}

.shield-usecase-card ul {
    gap: 10px;
}

.shield-usecase-card li {
    padding-left: 19px;
    color: #d4dceb;
    font-size: 14px;
    line-height: 1.55;
}

/* Assurance */
.shield-assurance-card {
    gap: 44px;
    padding: 52px 56px;
    border-radius: 28px;
}

.shield-assurance-copy h2 {
    font-size: clamp(35px, 3.8vw, 48px);
}

.shield-assurance-checks {
    gap: 12px;
    margin-top: 27px;
}

.shield-assurance-checks span {
    gap: 10px;
    color: #dbe2ef;
    font-size: 15px;
    line-height: 1.55;
}

.shield-assurance-checks i {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-size: 10px;
}

/* FAQ */
.shield-faq-list {
    gap: 13px;
}

.shield-faq-list details {
    border-color: rgba(132, 156, 220, .18);
    border-radius: 17px;
}

.shield-faq-list summary {
    gap: 20px;
    padding: 20px 22px;
    font-size: 16px;
    line-height: 1.55;
}

.shield-faq-list summary span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 10px;
    font-size: 13px;
}

.shield-faq-list details > div {
    padding: 0 22px 22px;
    color: #b0bcd1;
    font-size: 15px;
    line-height: 1.75;
}

/* Final CTA */
.shield-cta-section {
    padding: 82px 0 98px;
}

.shield-cta-card {
    gap: 42px;
    padding: 48px 52px;
    border-radius: 28px;
}

.shield-cta-copy > span {
    margin-bottom: 14px;
    font-size: 14px;
}

.shield-cta-copy h2 {
    font-size: clamp(35px, 3.8vw, 48px);
}

.shield-cta-email {
    font-size: 14px;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .shield-layer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shield-layer-card p {
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    .shield-hero {
        padding: 92px 0 62px;
    }

    .shield-hero::after {
        right: -120px;
        bottom: 8%;
    }

    .shield-value-strip > div {
        min-height: 96px;
    }

    .shield-section {
        padding: 82px 0;
    }

    .shield-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shield-usecase-card {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .shield-assurance-card {
        padding: 44px;
    }

    .shield-cta-card {
        padding: 42px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .shield-page {
        font-size: var(--shield-type-body-mobile);
    }

    .shield-hero {
        padding: 68px 0 50px;
    }

    .shield-hero::after {
        display: none;
    }

    .shield-badge {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .shield-hero h1 {
        margin-bottom: 20px;
        font-size: clamp(36px, 10.3vw, 46px);
        line-height: 1.12;
    }

    .shield-hero-description {
        margin-bottom: 26px;
        font-size: 15px;
        line-height: 1.72;
    }

    .shield-button {
        min-height: 53px;
        font-size: 15px;
    }

    .shield-hero-benefits span {
        font-size: 14px;
    }

    .shield-free-note {
        gap: 13px;
        margin-top: 21px;
        padding: 14px;
    }

    .shield-free-note strong {
        font-size: 15px;
    }

    .shield-free-note small {
        font-size: 14px;
    }

    .shield-value-strip {
        margin-top: 38px;
    }

    .shield-value-strip > div {
        min-height: 88px;
        padding: 18px;
    }

    .shield-value-strip strong {
        font-size: 15px;
    }

    .shield-value-strip small {
        font-size: 14px;
    }

    .shield-section {
        padding: 68px 0;
    }

    .shield-section-heading {
        margin-bottom: 36px;
    }

    .shield-section-label {
        margin-bottom: 13px;
        font-size: 12px;
    }

    .shield-section-heading h2,
    .shield-assurance-copy h2,
    .shield-cta-copy h2 {
        margin-bottom: 15px;
        font-size: clamp(30px, 8.4vw, 38px);
        line-height: 1.22;
    }

    .shield-section-heading p,
    .shield-assurance-copy p,
    .shield-cta-copy p {
        font-size: 15px;
        line-height: 1.72;
    }

    .shield-layer-grid,
    .shield-feature-grid {
        grid-template-columns: 1fr;
    }

    .shield-layer-card {
        padding: 27px 22px 24px;
    }

    .shield-layer-tag {
        left: 22px;
        max-width: 190px;
        font-size: 11px;
    }

    .shield-layer-code {
        top: 25px;
        right: 22px;
        font-size: 29px;
    }

    .shield-layer-card h3,
    .shield-feature-grid h3 {
        font-size: 20px;
    }

    .shield-layer-card p,
    .shield-layer-card li,
    .shield-feature-grid p {
        font-size: 15px;
    }

    .shield-route-card {
        padding: 19px;
    }

    .shield-route-card-head {
        align-items: flex-start;
    }

    .shield-route-card-head strong,
    .shield-route-step strong {
        font-size: 15px;
    }

    .shield-route-card-head small,
    .shield-route-step small,
    .shield-route-note p {
        font-size: 14px;
    }

    .shield-route-badge {
        font-size: 11px;
        white-space: nowrap;
    }

    .shield-process-list article {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        padding-right: 0;
    }

    .shield-process-list article > span {
        width: 54px;
        height: 54px;
    }

    .shield-process-list::before {
        left: 27px;
    }

    .shield-process-list h3 {
        font-size: 18px;
    }

    .shield-process-list p {
        font-size: 15px;
    }

    .shield-feature-grid article {
        min-height: 0;
        padding: 23px 21px;
    }

    .shield-plan-grid {
        gap: 19px;
    }

    .shield-plan-card {
        padding: 26px 21px;
    }

    .shield-plan-ribbon {
        right: 21px;
        font-size: 11px;
    }

    .shield-plan-head {
        min-height: 59px;
    }

    .shield-plan-code {
        font-size: 12px;
    }

    .shield-plan-head h3 {
        font-size: 24px;
    }

    .shield-plan-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .shield-plan-price strong {
        font-size: 31px;
    }

    .shield-plan-price span {
        font-size: 14px;
    }

    .shield-plan-summary {
        font-size: 15px;
    }

    .shield-plan-metrics > div {
        min-height: 104px;
        padding: 15px;
    }

    .shield-plan-metrics span,
    .shield-plan-metrics small {
        font-size: 13px;
    }

    .shield-plan-metrics strong {
        font-size: 19px;
    }

    .shield-plan-card li {
        font-size: 15px;
    }

    .shield-plan-notice {
        gap: 12px;
        padding: 17px;
    }

    .shield-plan-notice strong {
        font-size: 15px;
    }

    .shield-plan-notice p {
        font-size: 14px;
    }

    .shield-usecase-card > div:last-child {
        padding: 23px 21px;
    }

    .shield-usecase-card h3 {
        font-size: 21px;
    }

    .shield-usecase-card p,
    .shield-usecase-card li {
        font-size: 15px;
    }

    .shield-assurance-card {
        padding: 33px 23px;
    }

    .shield-assurance-checks span {
        align-items: flex-start;
        font-size: 15px;
    }

    .shield-faq-list summary {
        padding: 18px;
        font-size: 15px;
    }

    .shield-faq-list details > div {
        padding: 0 18px 19px;
        font-size: 15px;
    }

    .shield-cta-section {
        padding: 64px 0 78px;
    }

    .shield-cta-card {
        gap: 29px;
        padding: 33px 23px;
    }

    .shield-cta-copy > span,
    .shield-cta-email {
        font-size: 14px;
    }
}

@media (max-width: 399.98px) {
    .shield-plan-metrics {
        grid-template-columns: 1fr;
    }

    .shield-plan-metrics > div {
        min-height: 92px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shield-page *,
    .shield-page *::before,
    .shield-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================================
   Pricing cards — đồng bộ trực tiếp với sản phẩm trang chủ
   ========================================================= */

.shield-home-pricing {
    --shield-card-text: #d7ddec;
    --shield-card-muted: #929cb3;
    --shield-card-title: #f8f9ff;
    --shield-card-line: rgba(123, 92, 255, .34);
    align-items: stretch;
}

.shield-home-pricing > [class*="col-"] {
    display: flex;
}

.shield-home-pricing .shield-product-card {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    padding: 34px 25px 18px;
    overflow: hidden;
    border: 3px solid var(--shield-card-line) !important;
    border-radius: 20px;
    color: var(--shield-card-text);
    background:
        radial-gradient(circle at 100% 0%, rgba(91, 65, 217, .12), transparent 34%),
        linear-gradient(180deg, #10131e 0%, #07080d 100%) !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .38);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.shield-home-pricing .shield-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(86, 35, 216, .44) !important;
    box-shadow: 0 30px 68px rgba(3, 8, 31, .34);
}

.shield-home-pricing .shield-product-card.rec {
    padding-top: 48px;
    border-color: #e615af !important;
}

.shield-home-pricing .shield-product-card.rec:hover {
    border-color: #f02dbd !important;
}

.shield-home-pricing .d-recommend {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 27px;
    padding: 5px 12px;
    color: #fff;
    background: linear-gradient(90deg, #cc149e, #e615af);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .02em;
}

.shield-home-pricing .d-head,
.shield-home-pricing .d-group,
.shield-home-pricing .d-action {
    margin-bottom: 27px;
}

.shield-home-pricing .d-head {
    flex: 0 0 auto;
}

.shield-home-pricing .d-head h3 {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(138, 113, 255, .24);
    border-radius: 7px;
    color: var(--shield-card-title) !important;
    background: linear-gradient(135deg, #1b1734 0%, #171b31 52%, #20162f 100%) !important;
    font-family: var(--title-font, "Oxanium", Helvetica, Arial, sans-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.shield-home-pricing .d-price {
    flex: 0 0 auto;
    margin-bottom: 28px;
}

.shield-home-pricing .d-price p {
    margin: 0 0 7px;
    color: #9ba5bc;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.shield-home-pricing .d-price h4 {
    margin: 0;
    color: #fff !important;
    font-family: var(--title-font, "Oxanium", Helvetica, Arial, sans-serif);
    font-size: clamp(27px, 2vw, 36px) !important;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.shield-home-pricing .d-price h4 span {
    margin-left: 2px;
    color: #879bff !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0;
}

.shield-home-pricing .d-group {
    flex: 1 1 auto;
    margin-bottom: 27px;
}

.shield-home-pricing .d-group > h4 {
    margin: 0 0 14px;
    color: #f3f5ff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.shield-home-pricing .d-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--shield-card-text);
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
}

.shield-home-pricing .d-list li {
    position: relative;
    min-height: 24px;
    margin: 0;
    padding: 0 0 0 27px;
    color: var(--shield-card-text) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.shield-home-pricing .d-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: grid;
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #6532e8, #5277f4);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 17px;
    text-align: center;
    content: "✓";
}

.shield-home-pricing .d-action {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: 0;
}

.shield-home-pricing .d-action .btn-main {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #632ae3 0%, #4937d9 56%, #536ff0 100%);
    box-shadow: 0 13px 27px rgba(77, 50, 216, .22);
    font-family: var(--title-font, "Oxanium", Helvetica, Arial, sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.shield-home-pricing .d-action .btn-main::before {
    background: linear-gradient(135deg, #7542ef 0%, #596df0 100%);
}

.shield-home-pricing .d-action p {
    min-height: 40px;
    margin: 12px 0 0;
    color: var(--shield-card-muted) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .shield-home-pricing .shield-product-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .shield-home-pricing .d-head h3 {
        font-size: 18px;
    }

    .shield-home-pricing .d-price h4 {
        font-size: 27px !important;
    }

    .shield-home-pricing .d-price h4 span {
        font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .shield-home-pricing {
        --bs-gutter-y: 19px;
    }

    .shield-home-pricing .shield-product-card {
        padding: 29px 22px 18px;
    }

    .shield-home-pricing .shield-product-card.rec {
        padding-top: 44px;
    }

    .shield-home-pricing .d-head,
    .shield-home-pricing .d-group {
        margin-bottom: 24px;
    }

    .shield-home-pricing .d-head h3 {
        min-height: 48px;
        font-size: 20px;
    }

    .shield-home-pricing .d-price {
        margin-bottom: 24px;
    }

    .shield-home-pricing .d-price h4 {
        font-size: 32px !important;
    }

    .shield-home-pricing .d-price h4 span {
        font-size: 16px !important;
    }

    .shield-home-pricing .d-list,
    .shield-home-pricing .d-list li {
        font-size: 15px;
    }
}

@media (max-width: 374.98px) {
    .shield-home-pricing .shield-product-card {
        padding-right: 18px;
        padding-left: 18px;
    }

    .shield-home-pricing .d-price h4 {
        font-size: 27px !important;
    }

    .shield-home-pricing .d-price h4 span {
        font-size: 14px !important;
    }
}
