
    :root {
        --mag-blue-950: #051936;
        --mag-blue-900: #06244f;
        --mag-blue-800: #093b7d;
        --mag-blue-700: #0b56b8;
        --mag-blue-600: #0f6bea;
        --mag-blue-100: #eef7ff;
        --mag-text: #102039;
        --mag-muted: #6d7f96;
        --mag-white: #ffffff;
        --mag-gold: #f5b642;
        --mag-border: rgba(255, 255, 255, 0.18);
        --mag-shadow: 0 18px 45px rgba(0, 27, 70, 0.22);
    }

    .mag-page {
        background: #f3f8ff;
        color: var(--mag-text);
        overflow-x: hidden;
    }

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

    .mag-container {
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto;
    }

    .mag-header {
        position: sticky;
        top: 0;
        z-index: 100;
        background: rgba(3, 21, 49, 0.96);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mag-nav {
        height: 92px;
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .mag-brand img {
        width: 82px;
        height: 82px;
        object-fit: contain;
    }

    .mag-menu {
        display: flex;
        align-items: center;
        gap: 28px;
        flex: 1;
        margin-left: 20px;
    }

    .mag-menu a {
        color: #fff;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        opacity: 0.92;
    }

    .mag-menu a:hover {
        color: #7cb7ff;
    }

    .mag-actions {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .mag-icon-btn {
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

    .mag-login {
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 13px;
    }

    .mag-mobile-toggle {
        display: none;
        margin-left: auto;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 24px;
    }

    .mag-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 44px;
        padding: 0 24px;
        border-radius: 7px;
        border: 1px solid transparent;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .mag-btn-primary {
        background: linear-gradient(135deg, #0b63e5, #0a4fba);
        color: #fff;
        box-shadow: 0 10px 25px rgba(0, 91, 220, 0.35);
    }

    .mag-btn-primary:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 15px 35px rgba(0, 91, 220, 0.45);
    }

    .mag-btn-outline {
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.6);
    }

    .mag-btn-outline:hover {
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
    }

    .mag-btn-light {
        background: #fff;
        color: var(--mag-blue-900);
    }

    .mag-btn-block {
        width: 100%;
    }

    .mag-hero {
        position: relative;
        min-height: 540px;
        background:
            linear-gradient(90deg, rgba(5, 37, 80, 0.98) 0%, rgba(5, 71, 142, 0.84) 48%, rgba(5, 37, 80, 0.45) 100%),
            url("{{ asset('web/img/magazine/hero-bg.jpg') }}") center/cover no-repeat;
        overflow: hidden;
    }

    .mag-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 60% 35%, rgba(39, 138, 255, 0.28), transparent 34%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(3, 18, 43, 0.28));
        pointer-events: none;
    }

    .mag-hero-inner {
        position: relative;
        z-index: 1;
        min-height: 540px;
        display: grid;
        grid-template-columns: 1fr 0.85fr;
        align-items: center;
    }

    .mag-hero-text {
        color: #fff;
        padding: 70px 0;
    }

    .mag-eyebrow {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 900;
        margin-bottom: 18px;
    }

    .mag-title {
        margin: 0;
        font-size: clamp(62px, 8vw, 108px);
        line-height: 0.9;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        font-weight: 1000;
        text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    }

    .mag-title span {
        display: block;
        font-size: clamp(26px, 4vw, 48px);
        letter-spacing: 0.46em;
        margin-top: 8px;
        font-weight: 800;
    }

    .mag-tagline {
        margin: 18px 0 14px;
        padding-top: 14px;
        border-top: 2px solid rgba(255, 255, 255, 0.25);
        max-width: 560px;
        text-transform: uppercase;
        letter-spacing: 0.35em;
        font-size: 17px;
        font-weight: 900;
    }

    .mag-pill {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        background: rgba(1, 17, 43, 0.82);
        color: #fff;
        padding: 8px 18px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
    }

    .mag-hero-desc {
        max-width: 560px;
        font-size: 18px;
        line-height: 1.5;
        margin: 24px 0 26px;
    }

    .mag-hero-actions {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .mag-hero-bull {
        align-self: end;
        position: relative;
    }

    .mag-hero-bull img {
        width: min(520px, 100%);
        margin-left: auto;
        filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.35));
    }

    .mag-preview-strip {
        background: #fff;
        border-bottom: 1px solid #dce8f5;
    }

    .mag-preview-inner {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 30px;
        align-items: center;
        padding: 26px 0;
    }

    .mag-preview-note h3 {
        margin: 0 0 8px;
        font-size: 22px;
        color: var(--mag-blue-950);
    }

    .mag-preview-note p {
        margin: 0;
        color: var(--mag-muted);
        line-height: 1.6;
    }

    .mag-preview-actions {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        flex-wrap: wrap;
    }

    .mag-section {
        padding: 42px 0 58px;
    }

    .mag-section-heading {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: end;
        margin-bottom: 22px;
    }

    .mag-section-heading h2 {
        margin: 0;
        font-size: clamp(28px, 4vw, 38px);
        line-height: 1;
        text-transform: uppercase;
        color: #081c38;
    }

    .mag-section-heading p {
        margin: 0;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--mag-blue-950);
    }

    .mag-article-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .mag-article-card {
        position: relative;
        min-height: 365px;
        border-radius: 9px;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(3, 18, 43, 0.18), rgba(3, 18, 43, 0.98)),
            var(--card-bg) center/cover no-repeat;
        box-shadow: var(--mag-shadow);
        transition: all 0.22s ease;
    }

    .mag-article-card:hover {
        transform: translateY(-5px);
    }

    .mag-lock {
        position: absolute;
        top: 118px;
        left: 50%;
        transform: translateX(-50%);
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: rgba(0, 12, 30, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.45);
        color: #fff;
        display: grid;
        place-items: center;
        font-size: 21px;
    }

    .mag-article-body {
        position: absolute;
        inset: auto 0 0;
        padding: 22px;
        color: #fff;
    }

    .mag-article-body span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        margin-bottom: 12px;
    }

    .mag-article-body h3 {
        margin: 0 0 10px;
        font-size: 21px;
        line-height: 1.16;
    }

    .mag-article-body p {
        min-height: 34px;
        margin: 0 0 22px;
        font-size: 13px;
        color: #e7edf7;
    }

    .mag-article-body small {
        color: #d7e3f4;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .mag-center-action {
        text-align: center;
        margin-top: 30px;
    }

    .mag-access-section {
        background:
            linear-gradient(90deg, rgba(3, 21, 52, 0.98), rgba(0, 62, 139, 0.82)),
            url("{{ asset('web/img/magazine/subscribe-bg.jpg') }}") center/cover no-repeat;
        color: #fff;
        padding: 64px 0;
    }

    .mag-access-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: center;
    }

    .mag-access-copy h2 {
        margin: 0 0 22px;
        font-size: clamp(30px, 4vw, 42px);
        text-transform: uppercase;
        line-height: 1.12;
    }

    .mag-access-copy > p {
        max-width: 520px;
        color: #dce9fb;
        line-height: 1.7;
        font-size: 17px;
    }

    .mag-feature-row {
        display: flex;
        gap: 28px;
        margin-top: 38px;
        flex-wrap: wrap;
    }

    .mag-feature {
        display: flex;
        gap: 13px;
        align-items: center;
    }

    .mag-feature span {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(15, 107, 234, 0.45);
        color: #fff;
        font-size: 20px;
    }

    .mag-feature p {
        margin: 0;
        color: #fff;
        line-height: 1.35;
    }

    .mag-pricing-area {
        text-align: center;
    }

    .mag-pricing-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 12px;
        text-align: left;
    }

    .mag-pricing-card {
        position: relative;
        border: 1px solid rgba(118, 177, 255, 0.55);
        border-radius: 10px;
        padding: 30px 24px 24px;
        background: rgba(6, 38, 85, 0.72);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    }

    .mag-pricing-card h3 {
        margin: 0 0 12px;
        text-transform: uppercase;
        font-size: 19px;
    }

    .mag-price {
        font-size: 27px;
        font-weight: 1000;
    }

    .mag-pricing-card > p {
        margin: 2px 0 20px;
        color: #cfe1f9;
    }

    .mag-pricing-card ul {
        list-style: none;
        padding: 0;
        margin: 0 0 22px;
    }

    .mag-pricing-card li {
        margin-bottom: 12px;
        color: #eef6ff;
        font-size: 14px;
    }

    .mag-pricing-card li i {
        margin-right: 8px;
    }

    .mag-best-value {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--mag-blue-600);
        padding: 8px 28px;
        border-radius: 6px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 900;
        white-space: nowrap;
    }

    .mag-how-it-works {
        background: #fff;
        padding: 58px 0;
    }

    .mag-steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin-top: 25px;
    }

    .mag-step {
        border: 1px solid #dce8f5;
        border-radius: 12px;
        padding: 24px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(0, 31, 77, 0.06);
    }

    .mag-step span {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--mag-blue-600);
        color: #fff;
        font-weight: 900;
        margin-bottom: 16px;
    }

    .mag-step h4 {
        margin: 0 0 10px;
        font-weight: 900;
        color: var(--mag-blue-950);
    }

    .mag-step p {
        margin: 0;
        color: var(--mag-muted);
        line-height: 1.6;
    }

    .mag-footer {
        background: #061a35;
        color: #d8e6f7;
        padding: 48px 0 18px;
    }

    .mag-footer-grid {
        display: grid;
        grid-template-columns: 1.6fr 1fr 1fr 1.45fr;
        gap: 50px;
    }

    .mag-footer-brand {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 18px;
    }

    .mag-footer-brand img {
        width: 70px;
        height: 70px;
    }

    .mag-footer-brand h3 {
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 0.95;
    }

    .mag-footer-brand span {
        text-transform: uppercase;
        letter-spacing: 0.54em;
        font-size: 13px;
        color: #fff;
    }

    .mag-footer h4 {
        margin: 0 0 18px;
        color: #fff;
        text-transform: uppercase;
    }

    .mag-footer a {
        display: block;
        margin-bottom: 12px;
        color: #d8e6f7;
    }

    .mag-footer a:hover {
        color: #fff;
    }

    .mag-socials {
        display: flex;
        gap: 18px;
        margin-top: 20px;
    }

    .mag-socials a {
        color: #2e86ff;
        font-size: 18px;
    }

    .mag-newsletter input {
        width: 100%;
        height: 48px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(0, 0, 0, 0.16);
        color: #fff;
        border-radius: 7px;
        padding: 0 16px;
        margin-bottom: 14px;
    }

    .mag-footer-bottom {
        margin-top: 34px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        display: flex;
        justify-content: space-between;
        gap: 20px;
        font-size: 13px;
        color: #fff;
    }

    .mag-modal {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 5000;
    }

    .mag-modal.is-open {
        display: block;
    }

    .mag-modal-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(1, 10, 26, 0.78);
    }

    .mag-modal-content {
        position: relative;
        z-index: 1;
        width: min(720px, calc(100% - 36px));
        margin: 10vh auto;
        background: #fff;
        border-radius: 12px;
        padding: 26px;
        box-shadow: var(--mag-shadow);
    }

    .mag-modal-close {
        position: absolute;
        right: 16px;
        top: 14px;
        border: 0;
        background: transparent;
        font-size: 22px;
        cursor: pointer;
    }

    .mag-video-placeholder {
        height: 360px;
        border-radius: 9px;
        background: linear-gradient(135deg, #061a35, #0b56b8);
        color: #fff;
        display: grid;
        place-items: center;
        text-align: center;
    }

    .mag-video-placeholder i {
        font-size: 56px;
    }

    @media (max-width: 1050px) {
        .mag-article-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .mag-access-grid {
            grid-template-columns: 1fr;
            gap: 36px;
        }

        .mag-footer-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .mag-steps {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 860px) {
        .mag-nav {
            height: 78px;
        }

        .mag-brand img {
            width: 66px;
            height: 66px;
        }

        .mag-mobile-toggle {
            display: block;
        }

        .mag-menu {
            display: none;
            position: absolute;
            left: 20px;
            right: 20px;
            top: 78px;
            background: #061a35;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            padding: 18px;
            flex-direction: column;
            align-items: flex-start;
            margin: 0;
        }

        .mag-menu.is-open {
            display: flex;
        }

        .mag-actions {
            display: none;
        }

        .mag-hero-inner {
            grid-template-columns: 1fr;
        }

        .mag-hero-text {
            padding-bottom: 20px;
        }

        .mag-hero-bull img {
            width: 360px;
            margin: 0 auto;
        }

        .mag-section-heading,
        .mag-preview-inner {
            display: block;
        }

        .mag-preview-actions {
            justify-content: flex-start;
            margin-top: 18px;
        }

        .mag-article-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .mag-pricing-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 560px) {
        .mag-container {
            width: min(100% - 28px, 1180px);
        }

        .mag-title {
            font-size: 54px;
        }

        .mag-title span {
            letter-spacing: 0.28em;
        }

        .mag-tagline {
            letter-spacing: 0.18em;
            font-size: 14px;
        }

        .mag-hero-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .mag-article-grid,
        .mag-footer-grid,
        .mag-steps {
            grid-template-columns: 1fr;
        }

        .mag-article-card {
            min-height: 330px;
        }

        .mag-footer-bottom {
            flex-direction: column;
        }
    }
    