/* Internet — DALNet */

.main_right_bg {
    display: none !important;
}

body {
    background: #e6eef7;
}

.inet {
    color: #14233d;
    overflow: hidden;
    background: #e6eef7;
}

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

.inet-eyebrow {
    margin: 0 0 12px;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3e9fff;
}

/* Hero */
.inet-hero {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: stretch;
    padding: calc(8.385vw + 72px) 0 0;
    color: #fff;
    isolation: isolate;
}

.inet-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.inet-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
    transform: none;
    animation: none;
}

.inet-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(95deg, rgba(12, 28, 52, 0.82) 0%, rgba(12, 28, 52, 0.62) 36%, rgba(12, 28, 52, 0.28) 62%, rgba(12, 28, 52, 0.18) 100%),
        linear-gradient(0deg, rgba(12, 28, 52, 0.35) 0%, transparent 45%);
}

.inet-hero__frame {
    position: relative;
    z-index: 2;
    width: min(90vw, 1180px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 4vw, 40px);
    padding: clamp(36px, 4.5vw, 52px) 0 clamp(28px, 3.5vw, 40px);
    min-height: clamp(340px, 48vw, 460px);
    animation: inet-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.inet-hero__brand {
    margin: 0 0 16px;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: clamp(26px, 2.8vw, 38px);
    letter-spacing: -0.03em;
    line-height: 1;
    color: #fff;
}

.inet-hero h1 {
    margin: 0 0 16px;
    max-width: none;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: clamp(38px, 4.8vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: #fff;
}

.inet-hero__lead {
    margin: 0;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.55;
}

.inet-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 22px;
    margin-top: 28px;
}

.inet-link-soft {
    color: rgba(255, 255, 255, 0.88);
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.inet-link-soft:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

/* Facts on photo ? not a white card */
.inet-hero__facts {
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.inet-hero__facts li {
    position: relative;
    padding: 0 22px;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: clamp(13px, 0.95vw, 15px);
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
}

.inet-hero__facts li:first-child {
    padding-left: 0;
}

.inet-hero__facts li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.28);
}

/* Buttons */
.inet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 12px;
    border: 0;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.inet-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.inet-btn--light {
    background: #fff;
    color: #14345f;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.inet-btn--light:hover {
    background: #eef5ff;
    color: #14345f;
}

.inet-btn--on-blue {
    background: #fff;
    color: #1a4f9c;
    box-shadow: 0 12px 28px rgba(10, 40, 90, 0.22);
}

.inet-btn--on-blue:hover {
    background: #f3f8ff;
    color: #1a4f9c;
}

/* Path */
.inet-path {
    width: min(90vw, 1180px);
    margin: clamp(56px, 7vw, 88px) auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.inet-path h2,
.inet-local h2,
.inet-close h2 {
    margin: 0 0 14px;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: clamp(30px, 3.1vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #14345f;
}

.inet-path__intro,
.inet-local__lead {
    margin: 0;
    max-width: 34rem;
    color: #5a6b84;
    font-size: 17px;
    line-height: 1.6;
}

.inet-path__list {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid rgba(37, 96, 230, 0.14);
}

.inet-path__list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(37, 96, 230, 0.14);
}

.inet-path__list span {
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #3e9fff;
    padding-top: 3px;
}

.inet-path__list strong {
    display: block;
    margin-bottom: 4px;
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 18px;
    color: #14345f;
}

.inet-path__list em {
    display: block;
    font-style: normal;
    color: #5a6b84;
    font-size: 15px;
    line-height: 1.5;
}

.inet-path__visual {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #cfe0f2;
    box-shadow: 0 24px 56px rgba(20, 52, 95, 0.14);
}

.inet-path__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

/* Local / why */
.inet-local {
    width: min(90vw, 1180px);
    margin: 0 auto clamp(56px, 7vw, 88px);
}

.inet-local__inner {
    max-width: 52rem;
}

.inet-local h2 {
    max-width: 24ch;
}

.inet-local__points {
    list-style: none;
    margin: 36px 0 0;
    padding: 28px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    border-top: 1px solid rgba(37, 96, 230, 0.16);
}

.inet-local__points li {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.inet-local__points strong {
    font-family: SourceSansBold, Arial, sans-serif;
    font-size: 17px;
    color: #14345f;
}

.inet-local__points span {
    color: #5a6b84;
    font-size: 15px;
    line-height: 1.45;
}

/* Close CTA */
.inet-close {
    width: min(90vw, 1180px);
    margin: 0 auto clamp(64px, 8vw, 100px);
}

.inet-close__inner {
    padding: clamp(40px, 5vw, 56px);
    border-radius: 24px;
    background: linear-gradient(135deg, #3e9fff 0%, #287ee7 48%, #1f63d0 100%);
    box-shadow: 0 24px 50px rgba(37, 96, 230, 0.28);
    color: #fff;
}

.inet-close h2 {
    color: #fff;
    margin-bottom: 10px;
}

.inet-close p {
    margin: 0 0 28px;
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.5;
}

/* Motion */
@keyframes inet-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes inet-hero-zoom {
    from { transform: scale(1.1); }
    to { transform: scale(1.03); }
}

@media (prefers-reduced-motion: reduce) {
    .inet-hero__media img,
    .inet-hero__frame {
        animation: none;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .inet-hero {
        min-height: min(86vh, 740px);
    }

    .inet-hero__frame {
        min-height: calc(min(86vh, 740px) - clamp(118px, 12vw, 140px));
    }

    .inet-path {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .inet-path__visual {
        order: -1;
        max-width: 440px;
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 16 / 11;
    }

    .inet-local__points {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .inet-local h2 {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .inet-hero {
        min-height: 0;
        padding-top: calc(8.385vw + 88px);
    }

    .inet-hero__frame {
        min-height: 0;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .inet-hero__media img {
        object-position: 70% center;
    }

    .inet-hero h1 {
        max-width: none;
        font-size: clamp(34px, 10vw, 42px);
    }

    .inet-hero__facts {
        flex-direction: column;
        gap: 10px;
        padding-top: 16px;
    }

    .inet-hero__facts li {
        padding: 0;
    }

    .inet-hero__facts li:not(:last-child)::after {
        display: none;
    }

    .inet-hero__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .inet-btn--light {
        width: 100%;
    }

    .inet-path__list li {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .inet-close__inner {
        padding: 32px 22px;
    }

    .inet-btn--on-blue {
        width: 100%;
    }
}
