.public-page {
    overflow-x: hidden;
    overflow-y: visible;
    background:
        radial-gradient(circle at 50% 20%, rgba(0, 212, 255, 0.16), transparent 34rem),
        radial-gradient(circle at 32% 36%, rgba(230, 50, 58, 0.22), transparent 30rem),
        #041d33;
}

.public-page-empty,
.n10-block {
    width: min(1500px, calc(100% - 2rem));
    margin: 0 auto;
}

/* Las secciones fuera de pantalla se construyen cuando el usuario se acerca a ellas. */
@supports (content-visibility: auto) {
    .public-page > .n10-block:not(.n10-hero):not(.n10-solution-header) {
        content-visibility: auto;
        contain-intrinsic-size: auto 720px;
    }
}

.public-page-empty {
    padding: 5rem 0;
}

.n10-block {
    position: relative;
    padding: 5rem 0;
}

.n10-block.has-section-bg {
    width: 100%;
    max-width: none;
    padding-left: max(1rem, 10vw);
    padding-right: max(1rem, 10vw);
    background-color: var(--section-bg-color, #041d33);
    color: var(--section-text-color, #ffffff);
}

.n10-block.has-section-bg.has-section-bg-image {
    background-image:
        linear-gradient(180deg, rgba(4, 29, 51, 0.78), rgba(4, 29, 51, 0.86)),
        var(--section-bg-image);
    background-size: cover;
    background-position: center;
}

.n10-block.has-section-bg-video {
    overflow: hidden;
    isolation: isolate;
}

.n10-section-bg-video,
.n10-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.n10-inline-video { display:block; width:100%; max-width:100%; border-radius:inherit; background:#020d16; }

.n10-section-bg-video { z-index: 0; }
.n10-section-video-overlay { position:absolute; inset:0; z-index:1; background:rgba(4,29,51,.72); pointer-events:none; }
.n10-block.has-section-bg-video > :not(.n10-section-bg-video):not(.n10-section-video-overlay):not(.n10-video-sound) { position:relative; z-index:2; }

.n10-video-sound {
    position: absolute;
    right: max(1rem, 3vw);
    bottom: 1.25rem;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 42px;
    padding: 0 .95rem;
    border: 1px solid rgba(0, 212, 255, .5);
    border-radius: 999px;
    background: rgba(2, 19, 33, .82);
    color: #fff;
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.n10-video-sound:hover,
.n10-video-sound:focus-visible { border-color:#00d4ff; background:rgba(0,72,94,.9); }

.n10-block.has-section-bg h2,
.n10-block.has-section-bg h3,
.n10-block.has-section-bg strong {
    color: var(--section-text-color, #ffffff);
}

.n10-block.has-section-bg p,
.n10-block.has-section-bg li,
.n10-block.has-section-bg span {
    color: var(--section-text-color, #ffffff);
}

.n10-hero {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 92px);
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
}

.n10-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(180deg, rgba(var(--hero-overlay-color, 4, 29, 51), var(--hero-overlay, 0.72)), rgba(var(--hero-overlay-color, 4, 29, 51), calc(var(--hero-overlay, 0.72) + 0.08))),
        radial-gradient(circle at 46% 42%, rgba(0, 212, 255, 0.22), transparent 34rem),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
}

.n10-hero-video { z-index:0; filter:saturate(1.05); }
.n10-hero-video-sound { bottom:1.5rem; }

.n10-hero.has-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(4, 29, 51, 0.5), rgba(4, 29, 51, 0.2), rgba(4, 29, 51, 0.58)),
        radial-gradient(circle at 50% 54%, rgba(230, 50, 58, 0.16), transparent 30rem);
    pointer-events: none;
}

.network-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.45;
    background:
        linear-gradient(90deg, rgba(0, 212, 255, 0.08) 1px, transparent 1px) 0 0 / 120px 120px,
        linear-gradient(rgba(0, 212, 255, 0.08) 1px, transparent 1px) 0 0 / 120px 120px;
    mask-image: radial-gradient(circle at 50% 45%, #000 0, transparent 70%);
}

.n10-hero-inner {
    position: relative;
    width: min(920px, calc(100% - 2rem));
    z-index: 2;
}

.n10-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 1.4rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(0, 212, 255, 0.24);
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.06);
    color: #00d4ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.n10-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.75rem, 4.2vw, 3.75rem);
    font-weight: 500;
    line-height: 1.08;
    text-wrap: balance;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
}

.n10-hero-compact h1 {
    font-size: clamp(2.45rem, 3.5vw, 3.15rem);
}

.n10-hero-large h1 {
    font-size: clamp(3rem, 4.8vw, 4.1rem);
}

.n10-hero p {
    margin: 1.6rem auto 0;
    max-width: 780px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1.68;
    text-wrap: pretty;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.n10-hero-compact p {
    max-width: 720px;
    font-size: 1.06rem;
}

.n10-hero-large p {
    max-width: 840px;
    font-size: 1.28rem;
}

.n10-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.2rem;
}

.n10-actions a,
.n10-managed-actions a,
.news-feature a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.25rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.96rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.n10-primary {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.18), transparent 46%),
        linear-gradient(135deg, #1b84ff, #056ee9);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(27, 132, 255, 0.25);
}

.n10-secondary {
    border: 1px solid rgba(0, 212, 255, 0.28);
    background: rgba(6, 36, 58, 0.62);
    color: #ffffff;
}

.n10-actions a:hover,
.n10-managed-actions a:hover,
.news-feature a:hover {
    transform: translateY(-2px);
}

.n10-primary:hover {
    box-shadow: 0 18px 42px rgba(27, 132, 255, 0.34);
}

.n10-secondary:hover,
.news-feature a:hover {
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 14px 34px rgba(0, 212, 255, 0.12);
}

.hero-tags {
    position: absolute;
    z-index: 2;
    right: 2rem;
    bottom: 3rem;
    display: grid;
    gap: 0.9rem;
    width: min(230px, 90vw);
    padding: 1.2rem;
    border: 1px solid rgba(230, 50, 58, 0.55);
    border-radius: 8px;
    background: rgba(34, 21, 42, 0.72);
}

.hero-tags span {
    min-height: 42px;
    padding: 0.7rem;
    border: 1px solid rgba(230, 50, 58, 0.55);
    border-radius: 8px;
    color: #ff3344;
    font-weight: 700;
}

.n10-solution-header,
.n10-featured-text,
.n10-icon-section,
.n10-process,
.n10-value-panel-section,
.n10-icon-stats,
.n10-solution-cta {
    width: 100%;
    max-width: none;
    padding-left: max(1rem, 12vw);
    padding-right: max(1rem, 12vw);
    background: #041d33;
    text-align: center;
}

.n10-solution-header {
    text-align: left;
}

.n10-featured-text:nth-child(even),
.n10-icon-section:nth-child(even),
.n10-process:nth-child(even),
.n10-value-panel-section:nth-child(even) {
    background: #1b1b1a;
}

.n10-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .5rem;
    width: auto;
    max-width: 100%;
    display: flex;
    width: min(1180px, 100%);
    margin: 0 auto 2rem;
    padding: 0 0 0 .85rem;
    border: 0;
    border-left: 2px solid rgba(0, 212, 255, .55);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #9eb4c9;
    font-size: .84rem;
    text-align: left;
}

.n10-breadcrumb a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 .25rem;
    border-radius: 5px;
    color: #75e7ff;
    font-weight: 400;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.n10-breadcrumb a:hover,
.n10-breadcrumb a:focus-visible {
    color: #ffffff;
    background: rgba(0, 212, 255, .1);
}

.n10-breadcrumb-separator {
    color: rgba(117, 231, 255, .35);
    font-size: 1rem;
}

.n10-breadcrumb [aria-current="page"] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 .25rem;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-weight: 400;
}

.solution-icon,
.n10-icon-card > span,
.process-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(0, 167, 126, 0.22);
    border-radius: 50%;
    background: rgba(0, 167, 126, 0.1);
    color: #00a77e;
    font-size: 1.45rem;
}

.n10-solution-header .solution-icon {
    margin: 0 auto 1.35rem;
}

.n10-solution-header h1,
.n10-solution-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.45rem, 4.8vw, 4.8rem);
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
}

.n10-solution-header h1 {
    width: min(1050px, 100%);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.6rem, 4.7vw, 4.7rem);
    text-align: center;
}

.n10-solution-header h1 span,
.n10-solution-cta h2 span,
.n10-featured-text h2 span,
.n10-icon-section h2 span,
.n10-process h2 span,
.n10-value-panel-section h2 span {
    color: #00a77e;
}

.n10-solution-header p,
.n10-solution-cta p {
    width: min(780px, 100%);
    margin: 1.3rem auto 0;
    color: #c9d7e6;
    font-size: 1.08rem;
    line-height: 1.62;
}

.n10-solution-header p {
    width: min(900px, 100%);
    margin: 1.15rem auto 0;
    text-align: center;
}

.solution-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 1.6rem;
}

.solution-chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #9fb4c9;
    font-size: 0.92rem;
}

.solution-chips i {
    color: #00a77e;
}

.n10-featured-text h2 {
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 400;
}

.n10-featured-text article,
.n10-value-panel {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid rgba(0, 132, 172, 0.52);
    border-radius: 8px;
    background: rgba(5, 34, 59, 0.82);
    text-align: left;
    box-shadow: inset 0 0 80px rgba(0, 212, 255, 0.035);
}

.n10-featured-text article p,
.n10-value-panel p {
    margin: 0;
    color: #dbe7f3;
    font-size: 1.08rem;
    line-height: 1.78;
}

.featured-text-callout {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.8rem;
    padding-left: 1.2rem;
    border-left: 4px solid #00a77e;
}

.featured-text-callout strong {
    color: #ffffff;
    font-size: 1.12rem;
    line-height: 1.55;
}

.n10-icon-grid,
.n10-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: min(1100px, 100%);
    margin: 3rem auto 0;
}

.n10-icon-card,
.n10-process-grid article {
    position: relative;
    min-height: 218px;
    padding: 1.8rem;
    border: 1px solid rgba(0, 132, 172, 0.55);
    border-radius: 8px;
    background: rgba(6, 38, 65, 0.88);
    text-align: left;
    overflow: hidden;
}

.n10-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.n10-icon-card::after,
.n10-process-grid article::after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: rgba(0, 167, 126, 0.08);
}

.n10-icon-card > span,
.process-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 1.35rem;
    border-radius: 8px;
    font-size: 1.15rem;
}

.n10-icon-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.n10-icon-card h3,
.n10-process-grid h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 700;
}

.n10-icon-card h3 {
    font-weight: 500;
    line-height: 1.35;
}

.n10-icon-card p,
.n10-process-grid p {
    margin: 0.75rem 0 0;
    color: #a8bed5;
    font-size: 0.96rem;
    line-height: 1.55;
}

.n10-icon-card p {
    max-width: 30rem;
}

.n10-icon-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 38px;
    margin-top: auto;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(0, 212, 255, 0.45);
    border-radius: 999px;
    color: #75e7ff;
    background: rgba(0, 212, 255, 0.06);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.n10-icon-card a::after {
    content: "→";
    font-size: 1rem;
}

.n10-icon-card a:hover,
.n10-icon-card a:focus-visible {
    color: #062641;
    background: #00d4ff;
    border-color: #00d4ff;
    transform: translateY(-1px);
}

.n10-custom-html .retail-detail-intro {
    max-width: 900px;
    margin: 0 auto 2rem;
    color: #b8c8d8;
    text-align: center;
    line-height: 1.7;
}

.retail-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    width: min(1050px, 100%);
    margin: 2rem auto 0;
}

.retail-detail-card {
    padding: 1.45rem;
    border: 1px solid rgba(0, 174, 220, .45);
    border-radius: 10px;
    background: rgba(4, 29, 51, .72);
    text-align: left;
}

.retail-detail-card-icon {
    display: block;
    margin-bottom: .8rem;
    color: #00a77e;
    font-size: 1.35rem;
}

.retail-detail-card h3 {
    margin: 0 0 .55rem;
    color: #12a77d;
    font-size: 1.05rem;
    font-weight: 500;
}

.retail-detail-card p {
    margin: 0;
    color: #d4dfeb;
    font-size: .9rem;
    line-height: 1.55;
}

.retail-detail-chips {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    width: min(1050px, 100%);
    margin: 2rem auto 0;
}

.retail-detail-chips span {
    padding: .8rem 1rem;
    border: 1px solid rgba(0, 174, 220, .45);
    border-radius: 8px;
    color: #54daf7;
    background: rgba(4, 29, 51, .58);
    text-align: center;
    font-size: .88rem;
}

.retail-detail-list {
    width: min(950px, 100%);
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
}

.retail-detail-list li {
    position: relative;
    margin: .8rem 0;
    padding-left: 1.8rem;
    color: #d8e2ec;
    line-height: 1.55;
}

.retail-detail-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00a77e;
    font-weight: 700;
}

.n10-smart-gallery {
    background: #071d31;
}

.n10-smart-gallery-heading {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto 2.5rem;
}

.n10-smart-gallery-grid {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.n10-smart-gallery-grid.is-single {
    grid-template-columns: 1fr;
}

.n10-smart-gallery-grid.is-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.n10-smart-gallery-item {
    min-width: 0;
    margin: 0;
}

.n10-smart-gallery-item a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(0, 190, 224, 0.28);
    border-radius: 18px;
    background: #061725;
}

.n10-smart-gallery-grid.is-single .n10-smart-gallery-item a {
    aspect-ratio: 16 / 7;
}

.n10-smart-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.n10-smart-gallery-item a:hover img,
.n10-smart-gallery-item a:focus-visible img {
    transform: scale(1.025);
}

.n10-smart-gallery-item figcaption {
    padding: .8rem .25rem 0;
    color: #a9bbca;
    font-size: .95rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .n10-smart-gallery-grid.is-trio,
    .n10-smart-gallery-grid.is-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .retail-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .retail-detail-chips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .retail-detail-grid,
    .retail-detail-chips {
        grid-template-columns: 1fr;
    }

    .n10-breadcrumb {
        font-size: .8rem;
    }

    .n10-solution-header h1,
    .n10-solution-header p {
        text-align: center;
    }
}

.process-step {
    display: block;
    margin-bottom: 0.75rem;
    color: #00a77e;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.n10-value-panel-section .section-heading {
    margin-bottom: 2rem;
}

.n10-value-panel {
    text-align: center;
}

.n10-value-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.n10-value-mini-grid div {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    min-height: 132px;
    padding: 1rem;
    border: 1px solid rgba(0, 132, 172, 0.55);
    border-radius: 8px;
    background: rgba(4, 29, 51, 0.68);
}

.n10-value-mini-grid i,
.n10-icon-stats-grid i {
    color: #00a77e;
    font-size: 1.45rem;
}

.n10-value-mini-grid strong {
    color: #ffffff;
    font-size: 1rem;
}

.n10-value-mini-grid span {
    color: #a8bed5;
    font-size: 0.9rem;
    line-height: 1.4;
}

.n10-icon-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    width: min(1050px, 100%);
    margin: 0 auto;
}

.n10-icon-stats .section-heading + .n10-icon-stats-grid {
    margin-top: 2.6rem;
}

.n10-icon-stats-grid article {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    min-height: 130px;
    padding: 1rem;
}

.n10-icon-stats-grid strong {
    color: #00a77e;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1;
}

.n10-icon-stats-grid span {
    color: #9fb4c9;
    font-size: 0.94rem;
}

.n10-solution-cta {
    display: grid;
    justify-items: center;
}

.n10-solution-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 2rem;
    padding: 0 1.35rem;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.n10-intro,
.n10-stats,
.n10-news,
.n10-partners {
    text-align: center;
}

.n10-intro h2,
.section-heading h2,
.n10-partners h2,
.n10-contact h2,
.n10-generic h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.6vw, 2.65rem);
    font-weight: 400;
    line-height: 1.22;
}

.section-heading p,
.n10-contact p,
.n10-generic p {
    margin: 0.7rem auto 0;
    max-width: 800px;
    color: #a8bed5;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.65;
}

.glass-panel,
.n10-stats,
.n10-quote {
    width: min(900px, 100%);
    margin: 2.5rem auto 0;
    padding: 2.6rem;
    border: 1px solid rgba(0, 132, 99, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 0 70px rgba(230, 50, 58, 0.08);
}

.glass-panel p {
    margin: 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.7;
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2rem;
}

.stats-cards article {
    display: grid;
    place-items: center;
    min-height: 150px;
    padding: 1rem;
    border: 1px solid rgba(0, 132, 99, 0.4);
    border-radius: 8px;
    background: rgba(0, 132, 99, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stats-cards article:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    border-color: rgba(0, 132, 99, 0.65);
}

.stats-cards article:nth-child(odd):hover {
    border-color: rgba(230, 50, 58, 0.55);
}

.stats-cards article:nth-child(odd) {
    border-color: rgba(230, 50, 58, 0.35);
    background: rgba(230, 50, 58, 0.1);
}

.stats-cards strong {
    color: #00a77e;
    font-size: 2rem;
    font-weight: 400;
}

.stats-cards article:nth-child(odd) strong {
    color: #ff3344;
}

.stats-cards span,
.trust-strip {
    color: #ffffff;
}

.trust-strip {
    margin-top: 2rem;
    padding: 1.2rem;
    border: 1px solid rgba(0, 132, 99, 0.25);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    font-size: 1.25rem;
}

.n10-mission-vision {
    display: grid;
    gap: clamp(2.6rem, 4.6vw, 4rem);
    padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.mission-vision-heading {
    text-align: center;
}

.mission-vision-heading h2 {
    font-size: clamp(2.8rem, 5vw, 4.75rem);
    font-weight: 400;
}

.mission-vision-heading p {
    color: #ffffff;
}

.mission-feature-band {
    display: grid;
    gap: 2.3rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 132, 99, 0.18);
    text-align: center;
}

.mission-feature-heading h3,
.mission-values h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 2.8vw, 2.55rem);
    font-weight: 400;
}

.mission-feature-heading h3 span,
.mission-panel-green h3::before,
.mission-panel-red h3::before {
    color: #00a77e;
}

.mission-feature-heading p {
    width: min(620px, 100%);
    margin: 0.8rem auto 0;
    color: #a8bed5;
    font-size: 1.1rem;
    line-height: 1.55;
}

.mission-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.mission-feature-grid article {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 1.2rem;
    min-height: 128px;
    color: #ffffff;
}

.mission-feature-grid i {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    color: #00d4ff;
    font-size: 2.25rem;
}

.mission-feature-grid p {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.48;
}

.mission-panels {
    display: grid;
    gap: 2rem;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.mission-panel {
    padding: clamp(1.8rem, 3vw, 2.6rem);
    border: 1px solid rgba(0, 132, 99, 0.28);
    border-radius: 8px;
    background: rgba(9, 35, 64, 0.62);
}

.mission-panel-red {
    border-color: rgba(230, 50, 58, 0.32);
    background: rgba(16, 35, 68, 0.72);
}

.mission-panel h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    font-weight: 400;
}

.mission-panel h3::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 44px;
    border-radius: 999px;
    background: #00a77e;
}

.mission-panel-red h3::before {
    background: #ff3344;
}

.mission-panel p {
    margin: 1.6rem 0 0;
    color: #ffffff;
    font-size: 1.12rem;
    line-height: 1.7;
}

.vision-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.vision-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 1rem;
    border: 1px solid rgba(0, 132, 99, 0.4);
    border-radius: 999px;
    background: rgba(0, 132, 99, 0.16);
    color: #00a77e;
    font-weight: 700;
}

.vision-tags span:nth-child(even) {
    border-color: rgba(230, 50, 58, 0.4);
    background: rgba(230, 50, 58, 0.12);
    color: #ff3344;
}

.mission-values {
    display: grid;
    gap: 1.6rem;
    width: min(1180px, 100%);
    margin: 0 auto;
    text-align: center;
}

.mission-values > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mission-values span {
    position: relative;
    min-height: 58px;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid rgba(0, 132, 99, 0.22);
    border-radius: 8px;
    background: rgba(4, 38, 66, 0.56);
    color: #ffffff;
    text-align: left;
    font-size: 1.08rem;
}

.mission-values span::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #00a77e;
    transform: translateY(-50%);
}

.n10-about {
    display: grid;
    gap: clamp(3rem, 5vw, 5rem);
}

.n10-about-heading {
    width: min(780px, 100%);
    margin: 0 auto;
    text-align: center;
}

.n10-about-heading > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 0 1.25rem;
    border: 1px solid rgba(0, 132, 99, 0.42);
    border-radius: 999px;
    background: rgba(0, 132, 99, 0.16);
    color: #00a77e;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.n10-about-heading h2 {
    margin-top: 1.25rem;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 400;
}

.n10-about-heading p {
    color: #ffffff;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.about-feature-grid article {
    display: grid;
    justify-items: center;
    gap: 1.2rem;
    text-align: center;
}

.about-feature-grid i {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    color: #00d4ff;
    font-size: 2.1rem;
}

.about-feature-grid p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}

.about-history {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding-left: 1.45rem;
    border-left: 4px solid #00a77e;
}

.about-history h3 {
    margin: 0 0 1.35rem;
    color: #ffffff;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 400;
}

.about-history h3 span,
.about-cases h3 span {
    color: #00a77e;
}

.about-history p {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.72;
}

.about-cases {
    display: grid;
    gap: 2rem;
    width: min(1080px, 100%);
    margin: 0 auto;
}

.about-cases > h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    font-weight: 400;
    text-align: center;
}

.about-case {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
    min-height: 360px;
    border: 1px solid rgba(0, 132, 99, 0.24);
    border-radius: 8px;
    background: rgba(4, 38, 66, 0.72);
    overflow: hidden;
}

.about-case:nth-of-type(even) {
    grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
}

.about-case:nth-of-type(even) figure {
    order: -1;
}

.about-case > div {
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.about-case h4 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.about-case p {
    margin: 1rem 0 0;
    color: #ffffff;
    line-height: 1.62;
}

.about-case figure {
    min-height: 100%;
    margin: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.2), transparent 38%),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.about-case img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.08);
}

.n10-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 3rem;
    align-items: center;
}

.n10-split h2,
.n10-managed h2,
.n10-quote h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.6vw, 2.65rem);
    font-weight: 400;
    line-height: 1.22;
}

.n10-managed {
    display: grid;
    gap: clamp(3rem, 5vw, 5rem);
}

.n10-managed-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.n10-managed-copy {
    min-width: 0;
}

.n10-managed p {
    color: #a8bed5;
    font-size: 1.1rem;
    line-height: 1.8;
}

.n10-managed ul {
    display: grid;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.n10-managed li {
    position: relative;
    padding-left: 2rem;
    color: #ffffff;
    line-height: 1.6;
}

.n10-managed li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: radial-gradient(circle, #00d4ff 0 4px, rgba(0, 132, 99, 0.35) 5px);
}

.n10-managed figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.28), transparent 38%),
        linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.n10-managed img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.n10-managed figure.is-placeholder {
    min-height: 280px;
}

.n10-managed figure:hover img {
    transform: scale(1.04);
}

.n10-managed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.n10-managed-commitment {
    width: min(960px, 100%);
    margin: 0 auto;
    padding: clamp(1.6rem, 3vw, 2.6rem);
    border: 1px solid rgba(0, 132, 99, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 0 70px rgba(230, 50, 58, 0.08);
    text-align: center;
}

.n10-managed-commitment p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.2vw, 2.25rem);
    line-height: 1.28;
}

.n10-split p {
    color: #a8bed5;
    font-size: 1.1rem;
    line-height: 1.8;
}

.n10-split ul {
    display: grid;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.n10-split li {
    position: relative;
    padding-left: 2rem;
    color: #ffffff;
    line-height: 1.6;
}

.n10-split li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: radial-gradient(circle, #00d4ff 0 4px, rgba(0, 132, 99, 0.35) 5px);
}

.n10-split figure,
.news-feature figure {
    min-height: 280px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.34), transparent 38%),
        linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
}

.n10-split img,
.news-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.n10-split figure:hover img {
    transform: scale(1.04);
}

.n10-quote {
    text-align: center;
}

.n10-quote h2 {
    max-width: 960px;
    margin: 0 auto;
}

.n10-principles {
    display: grid;
    gap: clamp(3.5rem, 8vw, 8rem);
    padding-top: clamp(4rem, 7vw, 6.5rem);
    padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.n10-principles-heading {
    width: min(760px, 100%);
    margin: 0 auto;
    text-align: center;
}

.principles-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 1.25rem;
    border: 1px solid rgba(0, 132, 99, 0.42);
    border-radius: 999px;
    background: rgba(0, 132, 99, 0.16);
    color: #00a77e;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.n10-principles-heading h2 {
    margin-top: 1.25rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 400;
}

.n10-principles-heading p {
    max-width: 680px;
    color: #ffffff;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    width: min(1040px, 100%);
    margin: 0 auto;
}

.principle-card {
    min-height: 330px;
    padding: clamp(1.8rem, 3vw, 2.4rem);
    border: 1px solid rgba(0, 132, 99, 0.28);
    border-radius: 8px;
    background: rgba(2, 31, 54, 0.58);
}

.principle-card h3 {
    max-width: 460px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.16;
}

.principle-card p {
    margin: 1.35rem 0 0;
    color: #ffffff;
    font-size: 1.03rem;
    line-height: 1.62;
}

.n10-news {
    width: 100%;
    max-width: none;
    padding-left: max(1rem, 10vw);
    padding-right: max(1rem, 10vw);
    background: #052843;
}

.news-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: stretch;
    width: min(1500px, 100%);
    margin: 3rem auto 0;
    border: 1px solid rgba(0, 212, 255, 0.22);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(8, 28, 52, 0.7) 0%, rgba(5, 18, 36, 0.7) 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    text-align: left;
}

.news-feature figure {
    border-radius: 0;
}

.news-feature > div {
    padding: 2.4rem 2.2rem;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1.05rem;
}

.news-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 0.9rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.news-meta time {
    color: #a8bed5;
    font-size: 0.96rem;
    font-weight: 400;
}

.news-feature h3 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 400;
    line-height: 1.25;
}

.news-feature p {
    color: #a8bed5;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.65;
}

.news-feature a {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.14), rgba(0, 160, 200, 0.08));
    border: 1px solid rgba(0, 212, 255, 0.35);
    color: #00d4ff;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.n10-partners {
    width: 100%;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #052843;
    overflow: hidden;
}

.n10-partners-inner {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.n10-partners-heading {
    width: min(980px, 100%);
    margin: 0 auto;
    text-align: center;
}

.n10-partners-heading h2 {
    font-size: clamp(1.9rem, 2.6vw, 2.65rem);
    font-weight: 390;
    line-height: 1.18;
}

.n10-partners-heading p {
    max-width: 760px;
}

.partner-viewport {
    position: relative;
    width: 100%;
    margin-top: 3.4rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.partner-viewport::before,
.partner-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: min(110px, 12vw);
    pointer-events: none;
}

.partner-viewport::before {
    left: 0;
    background: linear-gradient(90deg, #052843, rgba(5, 40, 67, 0));
}

.partner-viewport::after {
    right: 0;
    background: linear-gradient(270deg, #052843, rgba(5, 40, 67, 0));
}

.partner-track {
    display: flex;
    width: max-content;
    max-width: none;
    padding: 0.2rem 0;
    will-change: transform;
}

.partner-group {
    display: flex;
    gap: 1.5rem;
    flex: 0 0 auto;
    padding-right: 1.5rem;
}

.partner-track.is-rolling {
    animation: n10BrandRail 32s linear infinite;
}

.partner-track.is-rolling:hover {
    animation-play-state: paused;
}

.partner-logo {
    flex: 0 0 190px;
    display: grid;
    place-items: center;
    width: 190px;
    min-height: 108px;
    padding: 1.2rem;
    border: 1px solid rgba(0, 212, 255, 0.18);
    border-radius: 12px;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 4px 16px rgba(0, 0, 0, 0.14);
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.partner-logo img {
    display: block;
    max-width: 150px;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(0.65) brightness(1.5) contrast(0.88);
    opacity: 0.82;
    transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.partner-logo strong {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.partner-logo:hover img {
    filter: grayscale(0) brightness(1.05);
    opacity: 1;
}

.partner-logo:hover {
    border-color: rgba(0, 212, 255, 0.42);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(0, 212, 255, 0.045);
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.18);
}

@keyframes n10BrandRail {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.n10-directory {
    width: 100%;
    max-width: none;
    padding-left: max(1rem, 6vw);
    padding-right: max(1rem, 6vw);
    background: #052843;
}

.directory-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: min(1280px, 100%);
    margin: 2.8rem auto 0;
}

.directory-filters button {
    min-height: 52px;
    border: 1px solid rgba(0, 132, 99, 0.34);
    border-radius: 8px;
    padding: 0 1.6rem;
    background: rgba(0, 132, 99, 0.08);
    color: #008463;
    cursor: pointer;
    font: inherit;
    font-size: clamp(0.9rem, 1vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.directory-filters button:hover,
.directory-filters button.is-active {
    border-color: rgba(0, 132, 99, 0.8);
    background: #008463;
    color: #ffffff;
    transform: translateY(-1px);
}

.directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    width: min(1500px, 100%);
    margin: 3.4rem auto 0;
}

.directory-card {
    min-width: 0;
    min-height: 420px;
    padding: clamp(1.6rem, 2.4vw, 2.4rem);
    border: 1px solid rgba(0, 132, 99, 0.22);
    border-radius: 12px;
    background: rgba(0, 35, 64, 0.5);
    color: #ffffff;
}

.directory-card figure {
    display: grid;
    place-items: center;
    width: 140px;
    height: 140px;
    margin: 0 auto 1.7rem;
    overflow: hidden;
    border: 5px solid #008463;
    border-radius: 999px;
    background: rgba(0, 132, 99, 0.18);
}

.directory-card figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.directory-card figure span {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.directory-card h3 {
    margin: 0 auto;
    max-width: 420px;
    color: #ffffff;
    font-size: clamp(1.15rem, 1.45vw, 1.45rem);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.directory-card > p {
    margin: 0.7rem 0 1.7rem;
    color: #008463;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}

.directory-card ul {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.directory-card li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    color: #d8e7f5;
}

.directory-card li i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 132, 99, 0.2);
    color: #008463;
}

.directory-card a {
    min-width: 0;
    color: #d8e7f5;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.directory-card a:hover {
    color: #00d4ff;
}

.n10-contact {
    width: 100%;
    max-width: none;
    min-height: auto;
    display: block;
    padding-top: clamp(4.5rem, 7vw, 6.5rem);
    padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
    padding-left: max(1rem, 10vw);
    padding-right: max(1rem, 10vw);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0, 212, 255, 0.13), transparent 36rem),
        radial-gradient(ellipse at 90% 80%, rgba(0, 100, 160, 0.12), transparent 28rem),
        linear-gradient(180deg, rgba(5, 40, 67, 0.3), transparent 20rem),
        #041d33;
}

.n10-contact-heading {
    width: min(900px, 100%);
    margin: 0 auto clamp(3.4rem, 5vw, 5rem);
    text-align: center;
}

.n10-contact-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 2.6vw, 2.65rem);
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

.n10-contact-heading h2 span {
    color: #008463;
    font-weight: 500;
}

.n10-contact-heading p {
    margin: 1rem auto 0;
    max-width: 760px;
    color: #a8bed5;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.65;
}

.n10-contact-grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.78fr) minmax(620px, 1.62fr);
    gap: clamp(1.8rem, 2.8vw, 3rem);
    align-items: start;
    width: min(1420px, 100%);
    margin: 0 auto;
}

.contact-cards {
    display: grid;
    gap: 1.15rem;
}

.contact-card,
.contact-form-shell {
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(10, 34, 60, 0.72) 0%, rgba(5, 20, 40, 0.72) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 40px rgba(0, 0, 0, 0.12);
}

.contact-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1.1rem;
    align-items: center;
    min-height: 100px;
    padding: 1.25rem 1.4rem;
    border-left: 3px solid rgba(0, 212, 255, 0.32);
    border-radius: 12px;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.contact-card:hover {
    transform: translateX(5px);
    border-left-color: #00d4ff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        -4px 0 16px rgba(0, 212, 255, 0.18),
        0 16px 40px rgba(0, 0, 0, 0.16);
}

.contact-card strong,
.contact-card div > span {
    display: block;
}

.contact-card strong {
    color: #ffffff;
    margin-bottom: 0.35rem;
    font-size: 1.02rem;
    font-weight: 650;
}

.contact-card div > span {
    color: #a8bed5;
    font-size: 0.96rem;
    line-height: 1.52;
}

.contact-card .contact-icon {
    display: grid;
    place-items: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.22), rgba(0, 160, 200, 0.12));
    border: 1px solid rgba(0, 212, 255, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 6px 16px rgba(0, 212, 255, 0.14);
}

.contact-card .contact-icon i {
    color: #00d4ff;
    font-size: 1.22rem;
    line-height: 1;
}

.contact-form-shell {
    padding: clamp(1.8rem, 3vw, 2.8rem);
    border-top: 2px solid rgba(0, 212, 255, 0.35);
}

.contact-form-shell h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.01em;
}

.contact-form-shell > p {
    margin: 0.85rem 0 0;
    max-width: none;
    color: #a8bed5;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.65;
}

.contact-flash {
    margin-top: 1.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 212, 255, 0.28);
    border-radius: 8px;
    background: rgba(0, 212, 255, 0.08);
    color: #dff9ff;
    font-weight: 700;
}

.contact-form-shell form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.35rem;
    margin-top: 1.8rem;
}

.contact-form-shell label {
    display: grid;
    gap: 0.6rem;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 650;
}

.contact-form-shell label.is-wide,
.contact-form-shell button,
.contact-form-shell small {
    grid-column: 1 / -1;
}

.contact-form-shell input,
.contact-form-shell textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(0, 212, 255, 0.18);
    border-radius: 10px;
    background: rgba(2, 14, 26, 0.72);
    color: #ffffff;
    font: inherit;
    padding: 0.9rem 1.1rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-shell input::placeholder,
.contact-form-shell textarea::placeholder {
    color: rgba(168, 190, 213, 0.5);
}

.contact-form-shell input:focus,
.contact-form-shell textarea:focus {
    border-color: rgba(0, 212, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1), inset 0 1px 0 rgba(0, 212, 255, 0.06);
}

.contact-form-shell textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-form-shell button {
    position: relative;
    min-height: 54px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #00d4ff 0%, #0a9fbd 100%);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.03em;
    box-shadow:
        0 14px 32px rgba(0, 200, 230, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-shell button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 22px 44px rgba(0, 200, 230, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.contact-form-shell button::after {
    content: "→";
    display: inline-block;
    margin-left: 0.75rem;
    font-size: 1.1rem;
    transition: transform 0.18s ease;
}

.contact-form-shell button:hover::after {
    transform: translateX(3px);
}

.contact-form-shell small {
    display: block;
    margin-top: 1.25rem;
    color: rgba(168, 190, 213, 0.7);
    text-align: center;
}

@media (max-width: 980px) {
    .n10-hero {
        min-height: auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .n10-hero h1,
    .n10-hero-large h1 {
        font-size: 2.8rem;
    }

    .n10-hero-compact h1 {
        font-size: 2.55rem;
    }

    .n10-hero p,
    .n10-hero-large p {
        max-width: 720px;
        font-size: 1.08rem;
    }

    .n10-split,
    .n10-managed-main,
    .news-feature,
    .n10-contact-grid {
        grid-template-columns: 1fr;
    }

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

    .n10-icon-grid,
    .n10-process-grid,
    .n10-icon-stats-grid,
    .n10-value-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .about-case,
    .about-case:nth-of-type(even) {
        grid-template-columns: 1fr;
    }

    .about-case:nth-of-type(even) figure {
        order: 0;
    }

    .about-case figure {
        min-height: 300px;
    }

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

    .principles-grid {
        grid-template-columns: 1fr;
        width: min(680px, 100%);
    }

    .principle-card {
        min-height: auto;
    }

    .n10-partners {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .partner-logo {
        flex-basis: 170px;
        width: 170px;
        min-height: 98px;
    }

    .hero-tags {
        position: static;
        margin-top: 2rem;
    }
}

@media (max-width: 640px) {
    .n10-video-sound span { display:none; }
    .n10-video-sound { width:42px; padding:0; justify-content:center; }
    .n10-smart-gallery-heading,
    .n10-smart-gallery-grid {
        width: min(100%, calc(100% - 1.5rem));
    }

    .n10-smart-gallery-grid,
    .n10-smart-gallery-grid.is-pair,
    .n10-smart-gallery-grid.is-trio,
    .n10-smart-gallery-grid.is-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .n10-smart-gallery-grid.is-single .n10-smart-gallery-item a {
        aspect-ratio: 16 / 10;
    }

    .n10-block {
        padding: 3rem 0;
    }

    .n10-hero {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .n10-hero-inner {
        width: min(100%, calc(100% - 1.5rem));
    }

    .n10-hero h1,
    .n10-hero-compact h1,
    .n10-hero-large h1 {
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .n10-hero p,
    .n10-hero-compact p,
    .n10-hero-large p {
        margin-top: 1.25rem;
        font-size: 1rem;
        line-height: 1.62;
    }

    .n10-actions,
    .contact-form-shell form {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .n10-actions a {
        width: 100%;
    }

    .n10-managed-actions a {
        width: 100%;
    }

    .stats-cards {
        grid-template-columns: 1fr;
    }

    .n10-icon-grid,
    .n10-process-grid,
    .n10-icon-stats-grid,
    .n10-value-mini-grid {
        grid-template-columns: 1fr;
    }

    .n10-featured-text article,
    .n10-value-panel {
        padding: 1.5rem;
    }

    .mission-feature-grid,
    .about-feature-grid,
    .mission-values > div {
        grid-template-columns: 1fr;
    }

    .mission-feature-grid article {
        min-height: auto;
    }

    .directory-grid {
        grid-template-columns: 1fr;
        margin-top: 2.2rem;
    }

    .directory-filters {
        justify-content: stretch;
        margin-top: 2rem;
    }

    .directory-filters button {
        width: 100%;
    }

    .n10-principles {
        gap: 3rem;
    }

    .principles-eyebrow {
        width: min(100%, 280px);
    }

    .partner-viewport {
        margin-top: 2.2rem;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
    }

    .partner-group {
        gap: 0.9rem;
        padding-right: 0.9rem;
    }

    .partner-logo {
        flex-basis: 145px;
        width: 145px;
        min-height: 86px;
        padding: 0.9rem;
    }

    .partner-logo img {
        max-width: 112px;
        max-height: 44px;
    }
}
