:root {
    --color-navy: #0b2e5d;
    --color-navy-dark: #071f40;
    --color-green: #1db954;
    --color-ink: #0f1728;
    --color-bg: #f5f7fa;
    --color-white: #ffffff;
    --color-slate: #3c4a62;
    --color-muted: #6c7a92;
    --color-border: rgba(17, 17, 17, 0.08);
    --color-muted-bg: #e8edf5;
    --color-navy-soft: #0f3a77;
    --gradient-alt: linear-gradient(140deg, rgba(11, 46, 93, 0.98), rgba(9, 34, 70, 0.94), rgba(17, 69, 122, 0.92));
    --max-width: 1220px;
    --radius-lg: 28px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --shadow: 0 24px 40px rgba(11, 46, 93, 0.12);
    --shadow-soft: 0 16px 24px rgba(17, 17, 17, 0.08);
    --transition: 0.25s ease;
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
    background: var(--color-bg);
    color: var(--color-slate);
    line-height: 1.6;
}

body.modal-open {
    overflow: hidden;
}

h1 {
    font-family: "Plus Jakarta Sans", "Source Sans 3", sans-serif;
    margin: 0 0 1rem;
    color: #FFFFFF;
    line-height: 1.2;
}

h2, h3, h4 {
    font-family: "Plus Jakarta Sans", "Source Sans 3", sans-serif;
    margin: 0 0 1rem;
    color: var(--color-navy);
    line-height: 1.2;
}

h1 {
    font-size: clamp(2rem, 4vw, 2.4rem);
}

h2 {
    font-size: clamp(1.2rem, 3vw, 2rem);
}

h3 {
    font-size: 1.3rem;
}

p {
    margin: 0 0 1.1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding-left: 1.2rem;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 50px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(245, 247, 250, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--color-border);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    height: 36px;
}


.primary-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.95rem;
}

.primary-nav a {
    position: relative;
    padding: 8px 0;
    color: var(--color-muted);
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, var(--color-navy), var(--color-green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
    color: var(--color-navy);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
    transform: scaleX(1);
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 12px 22px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-navy), var(--color-green));
    color: var(--color-white);
    box-shadow: var(--shadow);
}

.btn-outline {
    border: 1px solid var(--color-navy);
    color: var(--color-navy);
    background: var(--color-white);
}

.btn-link {
    color: var(--color-navy);
    font-weight: 600;
    padding: 0;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.section {
    --section-shape-primary: rgba(15, 58, 119, 0.18);
    --section-shape-secondary: rgba(29, 185, 84, 0.12);
    --section-grid-accent: rgba(15, 58, 119, 0.16);
    --section-grid-line: rgba(15, 58, 119, 0.08);
    --decor-before-width: clamp(180px, 34vw, 420px);
    --decor-before-height: var(--decor-before-width);
    --decor-before-top: -18%;
    --decor-before-right: -12%;
    --decor-before-bottom: auto;
    --decor-before-left: auto;
    --decor-before-rotation: 0deg;
    --decor-before-opacity: 0.9;
    --decor-before-blur: 0;
    --decor-before-bg: radial-gradient(circle at 30% 30%, var(--section-shape-primary), transparent 68%);
    --decor-after-width: clamp(320px, 82vw, 960px);
    --decor-after-height: clamp(220px, 48vw, 520px);
    --decor-after-top: auto;
    --decor-after-right: auto;
    --decor-after-bottom: -26%;
    --decor-after-left: -14%;
    --decor-after-rotation: -3deg;
    --decor-after-opacity: 0.45;
    --decor-after-blur: 0;
    --decor-after-bg:
        radial-gradient(circle at 78% 18%, var(--section-shape-secondary), transparent 65%),
        linear-gradient(130deg, transparent 0 46%, var(--section-grid-accent) 52%, transparent 66%),
        repeating-linear-gradient(90deg, transparent 0 22px, var(--section-grid-line) 22px 23px),
        repeating-linear-gradient(0deg, transparent 0 22px, var(--section-grid-line) 22px 23px);
    position: relative;
    padding: clamp(72px, 12vw, 120px) 0;
    overflow: hidden;
    isolation: isolate;
}

.section > * {
    position: relative;
    z-index: 1;
}

.section::before,
.section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section::before {
    width: var(--decor-before-width);
    height: var(--decor-before-height);
    top: var(--decor-before-top);
    right: var(--decor-before-right);
    bottom: var(--decor-before-bottom);
    left: var(--decor-before-left);
    transform: rotate(var(--decor-before-rotation));
    background-image: var(--decor-before-bg);
    opacity: var(--decor-before-opacity);
    filter: blur(var(--decor-before-blur));
}

.section::after {
    width: var(--decor-after-width);
    height: var(--decor-after-height);
    top: var(--decor-after-top);
    right: var(--decor-after-right);
    bottom: var(--decor-after-bottom);
    left: var(--decor-after-left);
    transform: rotate(var(--decor-after-rotation));
    background-image: var(--decor-after-bg);
    opacity: var(--decor-after-opacity);
    filter: blur(var(--decor-after-blur));
}

.section-light {
    background: var(--color-white);
    --section-shape-primary: rgba(15, 58, 119, 0.16);
    --section-shape-secondary: rgba(29, 185, 84, 0.1);
    --section-grid-accent: rgba(11, 46, 93, 0.12);
    --section-grid-line: rgba(11, 46, 93, 0.06);
    --decor-before-opacity: 0.82;
    --decor-after-opacity: 0.34;
}

.section-muted {
    background: var(--color-muted-bg);
    --section-shape-primary: rgba(11, 58, 119, 0.22);
    --section-shape-secondary: rgba(29, 185, 84, 0.14);
    --section-grid-accent: rgba(11, 58, 119, 0.2);
    --section-grid-line: rgba(11, 58, 119, 0.1);
    --decor-before-opacity: 0.88;
    --decor-after-opacity: 0.4;
}

.section-dark {
    background: var(--color-navy-dark);
    color: rgba(255, 255, 255, 0.92);
    --section-shape-primary: rgba(108, 180, 255, 0.32);
    --section-shape-secondary: rgba(111, 221, 192, 0.22);
    --section-grid-accent: rgba(108, 180, 255, 0.22);
    --section-grid-line: rgba(255, 255, 255, 0.08);
    --decor-before-opacity: 0.64;
    --decor-after-opacity: 0.26;
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
    color: var(--color-white);
}

.section-alt {
    background: var(--gradient-alt);
    color: rgba(255, 255, 255, 0.9);
    --section-shape-primary: rgba(132, 198, 255, 0.34);
    --section-shape-secondary: rgba(110, 232, 199, 0.24);
    --section-grid-accent: rgba(232, 246, 255, 0.2);
    --section-grid-line: rgba(232, 246, 255, 0.08);
    --decor-before-opacity: 0.7;
    --decor-after-opacity: 0.32;
}

.section-alt h2,
.section-alt h3,
.section-alt h4 {
    color: var(--color-white);
}

.section-alt p,
.section-alt li {
    color: rgba(240, 245, 255, 0.86);
}

.section-dark .tag {
    background: rgba(255, 255, 255, 0.18);
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.section-alt .card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 38px rgba(5, 16, 34, 0.35);
}

.section-alt .card h3 {
    color: var(--color-white);
}

.section-alt .highlight-list strong {
    color: var(--color-white);
}

.section-alt .card-visual figcaption {
    color: rgba(240, 245, 255, 0.78);
}
.mapa{
    max-width: 300px;
    padding-top:80px;

}

.section-alt .checklist li::before {
    color: #4fe4a0;
}

.section.is-decor-circuit {
    --decor-before-width: clamp(220px, 38vw, 460px);
    --decor-before-height: clamp(220px, 38vw, 460px);
    --decor-before-top: auto;
    --decor-before-right: -6%;
    --decor-before-bottom: -24%;
    --decor-before-left: auto;
    --decor-before-rotation: 18deg;
    --decor-before-opacity: 0.62;
    --decor-before-blur: 18px;
    --decor-before-bg:
        radial-gradient(circle at 58% 44%, var(--section-shape-primary), transparent 68%),
        conic-gradient(from 140deg at 50% 50%, transparent 0deg 80deg, var(--section-grid-accent) 80deg 100deg, transparent 100deg 180deg, var(--section-shape-secondary) 180deg 230deg, transparent 230deg 360deg);
    --decor-after-width: clamp(360px, 88vw, 1040px);
    --decor-after-height: clamp(240px, 56vw, 540px);
    --decor-after-top: auto;
    --decor-after-right: auto;
    --decor-after-bottom: -32%;
    --decor-after-left: -22%;
    --decor-after-rotation: -8deg;
    --decor-after-opacity: 0.36;
    --decor-after-bg:
        linear-gradient(150deg, transparent 0 42%, var(--section-grid-accent) 48%, transparent 58%),
        radial-gradient(circle at 20% 72%, var(--section-shape-secondary), transparent 68%),
        repeating-linear-gradient(115deg, transparent 0 18px, var(--section-grid-line) 18px 19px),
        repeating-linear-gradient(0deg, transparent 0 26px, var(--section-grid-line) 26px 27px);
}

.section.is-decor-orbit {
    --decor-before-width: clamp(240px, 40vw, 520px);
    --decor-before-height: clamp(240px, 40vw, 520px);
    --decor-before-top: -30%;
    --decor-before-right: -28%;
    --decor-before-bottom: auto;
    --decor-before-left: auto;
    --decor-before-rotation: -16deg;
    --decor-before-opacity: 0.58;
    --decor-before-blur: 12px;
    --decor-before-bg:
        conic-gradient(from 120deg at 50% 50%, transparent 0deg 40deg, var(--section-shape-primary) 40deg 90deg, transparent 90deg 180deg, var(--section-shape-secondary) 180deg 220deg, transparent 220deg 360deg);
    --decor-after-width: clamp(360px, 82vw, 940px);
    --decor-after-height: clamp(300px, 58vw, 600px);
    --decor-after-top: auto;
    --decor-after-right: auto;
    --decor-after-bottom: -40%;
    --decor-after-left: -28%;
    --decor-after-rotation: 6deg;
    --decor-after-opacity: 0.3;
    --decor-after-bg:
        radial-gradient(ellipse at 68% 24%, var(--section-shape-primary), transparent 58%),
        radial-gradient(ellipse at 18% 82%, var(--section-shape-secondary), transparent 64%),
        conic-gradient(from 45deg at 50% 50%, transparent 0deg 16deg, var(--section-grid-accent) 16deg 20deg, transparent 20deg 36deg, var(--section-grid-accent) 36deg 40deg, transparent 40deg 360deg);
}

.section.is-decor-dots {
    --decor-before-width: clamp(160px, 32vw, 320px);
    --decor-before-height: clamp(240px, 40vw, 420px);
    --decor-before-top: -18%;
    --decor-before-right: auto;
    --decor-before-bottom: auto;
    --decor-before-left: 10%;
    --decor-before-rotation: 10deg;
    --decor-before-opacity: 0.5;
    --decor-before-bg:
        linear-gradient(140deg, var(--section-shape-primary) 0%, transparent 72%);
    --decor-after-width: clamp(380px, 90vw, 980px);
    --decor-after-height: clamp(260px, 54vw, 520px);
    --decor-after-top: auto;
    --decor-after-right: auto;
    --decor-after-bottom: -24%;
    --decor-after-left: 12%;
    --decor-after-rotation: -12deg;
    --decor-after-opacity: 0.42;
    --decor-after-bg:
        radial-gradient(circle at 18% 28%, var(--section-shape-secondary), transparent 62%),
        radial-gradient(circle at 82% 74%, rgba(240, 245, 255, 0.22), transparent 68%),
        repeating-radial-gradient(circle at 0 0, var(--section-grid-line) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(90deg, transparent 0 18px, var(--section-grid-line) 18px 19px);
}

.sectors {
    background: var(--color-white);
}

.sectors-intro {
    max-width: 720px;
    margin-bottom: 36px;
    color: var(--color-muted);
}

.sectors-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.35fr) minmax(280px, 1fr);
    gap: clamp(28px, 5vw, 56px);
}

.sectors-nav {
    display: grid;
    gap: 12px;
    align-content: start;
}

.sector-tab {
    appearance: none;
    border: 1px solid var(--color-border);
    background: var(--color-bg);
    padding: 14px 16px;
    border-radius: var(--radius-md);
    text-align: left;
    font-weight: 600;
    color: var(--color-muted);
    cursor: pointer;
    transition: background var(--transition), border var(--transition), color var(--transition), transform var(--transition);
}

.sector-tab:hover,
.sector-tab:focus-visible {
    border-color: rgba(11, 46, 93, 0.3);
    color: var(--color-navy);
}

.sector-tab.is-active {
    background: linear-gradient(140deg, rgba(11, 46, 93, 0.1), rgba(11, 46, 93, 0.18));
    border-color: rgba(11, 46, 93, 0.4);
    color: var(--color-navy);
    transform: translateX(4px);
}

.sectors-panels {
    position: relative;
}

.sector-panel {
    display: none;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
    background: var(--color-white);
    padding: clamp(26px, 5vw, 40px);
    animation: fadeIn var(--transition);
}

.sector-panel.is-active {
    display: grid;
    gap: 22px;
}

.sector-panel header h3 {
    margin-bottom: 0.4rem;
}

.sector-panel header p {
    color: var(--color-muted);
}

.sector-panel figure {
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
}

.sector-panel figure img {
    width: 100%;
    display: block;
}

.sector-panel figure figcaption {
    padding: 12px 16px;
    font-size: 0.88rem;
    color: var(--color-muted);
    background: rgba(11, 46, 93, 0.05);
}

.sector-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    color: var(--color-muted);
}

.sector-highlights li {
    position: relative;
    padding-left: 28px;
}

.sector-highlights li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-green);
    font-size: 1.4rem;
    line-height: 1;
}

.module-modal {
    position: fixed;
    inset: 0;
    background: rgba(6, 14, 30, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    z-index: 1000;
    backdrop-filter: blur(6px);
}

.module-modal[aria-hidden="false"] {
    display: flex;
}

.module-modal__dialog {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    box-shadow: 0 32px 60px rgba(7, 16, 32, 0.35);
    max-width: 920px;
    width: min(100%, 920px);
    max-height: 90vh;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
}

.module-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: rgba(11, 46, 93, 0.08);
    color: var(--color-navy);
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background var(--transition), transform var(--transition);
}

.module-modal__close:hover,
.module-modal__close:focus-visible {
    background: rgba(11, 46, 93, 0.18);
    transform: rotate(90deg);
}

.module-modal__header {
    padding: clamp(28px, 6vw, 38px) clamp(28px, 6vw, 48px) 0;
}

.module-modal__title {
    margin-bottom: 0.6rem;
    color: var(--color-navy);
}

.module-modal__intro {
    color: var(--color-muted);
}

.module-modal__body {
    padding: clamp(24px, 5vw, 40px);
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 0.45fr);
    align-items: start;
    gap: clamp(22px, 4vw, 36px);
    overflow-y: auto;
}

.module-carousel {
    position: relative;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: var(--color-white);
    order: 2;
}

.module-carousel__track {
    display: flex;
    transition: transform 0.4s ease;
}

.module-carousel__slide {
    min-width: 100%;
    position: relative;
}

.module-carousel__slide img {
    width: 100%;
    height: clamp(220px, 48vw, 340px);
    object-fit: cover;
    display: block;
}

.module-carousel__slide figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.module-carousel__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(11, 46, 93, 0.18);
    color: var(--color-white);
    cursor: pointer;
    transition: background var(--transition);
    display: grid;
    place-items: center;
}

.module-carousel__control:hover,
.module-carousel__control:focus-visible {
    background: rgba(11, 46, 93, 0.32);
}

.module-carousel__control--prev {
    left: 16px;
}

.module-carousel__control--next {
    right: 16px;
}

.module-modal__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    color: var(--color-muted);
    order: 1;
}

.module-modal__highlights li {
    position: relative;
    padding-left: 26px;
}

.module-modal__highlights li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--color-green);
    font-weight: 700;
}

.hero {
    padding: clamp(40px, 20vw, 100px) 0 clamp(100px, 16vw, 170px);
    background:
        linear-gradient(118deg, rgba(7, 19, 41, 0.3), rgba(12, 47, 96, 0.3), rgba(40, 118, 206, 0.5)),
        url("../img/hero-background-strong.png") center/cover no-repeat;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}




.hero .container {
    position: relative;
    display: grid;
    gap: clamp(16px, 6vw, 32px);
    grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
}

.hero-layout {
    align-items: center;
    max-width: 100%;
}

.hero-copy h1 {
    margin-bottom: 1rem;
    text-shadow: 0 18px 40px #FFFFFF;
}

.hero-copy p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    text-shadow: 0 16px 34px rgba(4, 9, 20, 0.55);
}

.hero .tag {
    background: rgba(255, 255, 255, 0.24);
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-metrics {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.hero-metrics li {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-md);
    padding: 18px;
    backdrop-filter: blur(10px);
}

.hero-metrics strong {
    display: block;
    font-size: 1.8rem;
    font-family: "Roboto Mono", monospace;
    color: var(--color-white);
}

.hero-metrics span {
    color: rgba(245, 247, 250, 0.7);
    font-size: 0.9rem;
}

.hero-visual {
    display: grid;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 18px;
    box-shadow: var(--shadow);
}

.hero-visual img {
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

.hero-visual figcaption {
    font-size: 0.85rem;
    color: rgba(245, 247, 250, 0.78);
}

.hero-showcase {
    position: relative;
    display: grid;
    gap: 22px;
    justify-items: start;
}
.logo{
    z-index: 2;
}
.logo img{
    max-width: 300px;
    width: 100%;
    margin-top: -20px;
    -webkit-filter: drop-shadow(15px 0px 15px rgba(0,0,0,0.8));
  filter: drop-shadow(15px 0px 15px rgba(0,0,0,0.8));
  margin-left: 40px;
  opacity: 0.75;
}

.hero-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 26px 50px rgba(4, 10, 25, 0.45);
    isolation: isolate;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) brightness(1.08);
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(4, 10, 20, 0.05), rgba(6, 15, 32, 0.3));
    mix-blend-mode: multiply;
    pointer-events: none;
}

.hero-image.primary {
    max-width: 560px;
    margin-top: -70px;
}

.hero-image.secondary {
    max-width: 460px;
    justify-self: end;
    margin-top: -120px;
    border-color: rgba(79, 128, 255, 0.45);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.metrics {
    display: grid;
    gap: 18px;
}

.metrics article {
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.08);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.metrics h3 {
    margin: 0 0 0.4rem;
    color: var(--color-white);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-family: "Roboto Mono", monospace;
}

.social-proof {
    display: grid;
    align-items: center;
    gap: 32px;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
}

.social-proof-list {
    display: grid;
    gap: 14px;
    list-style: none;
    padding: 0;
    color: var(--color-muted);
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 24px;
    align-items: center;
}

.logo-grid .logo-card,
.logo-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    border-radius: var(--radius-sm);
    background: rgba(11, 46, 93, 0.08);
    border: 1px solid rgba(11, 46, 93, 0.08);
    color: var(--color-navy);
    font-weight: 600;
    box-shadow: var(--shadow-soft);
}

.logo-grid .logo-card {
    background: rgba(11, 46, 93, 0.04);
}

.logo-grid img {
    max-width: 140px;
    max-height: 52px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: saturate(1.05);
}

.clients-gallery {
    display: grid;
    gap: 18px;
    align-content: start;
}

.clients-map {
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
    background: var(--color-white);
}

.clients-map img {
    width: 100%;
    height: auto;
    display: block;
}

.clients-map__trigger {
    display: block;
    border: none;
    padding: 0;
    background: none;
    cursor: zoom-in;
    width: 100%;
    border-radius: inherit;
    line-height: 0;
}

.clients-map__trigger:focus-visible {
    outline: 2px solid rgba(29, 185, 84, 0.65);
    outline-offset: 4px;
}

.media-modal {
    position: fixed;
    inset: 0;
    background: rgba(6, 14, 30, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    z-index: 1100;
    backdrop-filter: blur(4px);
}

.media-modal[aria-hidden="false"] {
    display: flex;
}

.media-modal__dialog {
    position: relative;
    width: 90vw;
    height: 90vh;
    background: var(--color-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    box-shadow: 0 32px 60px rgba(7, 16, 32, 0.45);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.media-modal__figure {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 3vw, 24px);
    background: var(--color-white);
}

.media-modal__figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.media-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: rgba(11, 46, 93, 0.14);
    color: var(--color-navy);
    font-size: 1.6rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background var(--transition), transform var(--transition);
}

.media-modal__close:hover,
.media-modal__close:focus-visible {
    background: rgba(11, 46, 93, 0.24);
    transform: rotate(90deg);
}

.grid-columns {
    display: grid;
    gap: clamp(28px, 4vw, 48px);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pillars-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.pillar-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    padding: 24px;
    box-shadow: var(--shadow-soft);
}

.pillar-card h3 {
    margin-bottom: 0.6rem;
}

.card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: clamp(24px, 4vw, 32px);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
}

.card h3 {
    margin-bottom: 0.6rem;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: var(--color-navy);
    background: rgba(11, 46, 93, 0.12);
    margin-bottom: 1.1rem;
}

.section-dark .tag {
    background: rgba(255, 255, 255, 0.24);
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.highlight {
    color: var(--color-navy);
    font-weight: 600;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    color: var(--color-muted);
}

.highlight-list strong {
    color: var(--color-navy);
}

.card-visual {
    display: grid;
    gap: 12px;
    padding: 0;
    overflow: hidden;
    padding:40px;
}

.card-visual img {
    width: 100%;
    border-radius: var(--radius-lg);
}

.card-visual figcaption {
    padding: 0 24px 24px;
    font-size: 0.9rem;
    color: var(--color-muted);
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.checklist li {
    position: relative;
    padding-left: 26px;
    color: var(--color-muted);
}

.checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-green);
    font-weight: 700;
}

.why-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.why-grid figure {
    margin: 18px 0 0;
    display: grid;
    gap: 8px;
}

.why-grid img {
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
}

.why-grid figcaption {
    font-size: 0.9rem;
    color: var(--color-muted);
}

.card-emphasis {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(11, 46, 93, 0.98), rgba(17, 92, 167, 0.9));
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 26px 44px rgba(7, 22, 48, 0.35);
    text-align: center;
    padding: clamp(28px, 5vw, 44px);
}

.card-emphasis h3 {
    color: var(--color-white);
    font-size: 1.45rem;
}

.card-emphasis p {
    color: rgba(240, 245, 255, 0.9);
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 auto;
}

.card-emphasis strong {
    color: #fff;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.module-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    padding: 22px;
    box-shadow: var(--shadow-soft);
    transition: transform var(--transition), box-shadow var(--transition);
    cursor: pointer;
}

.module-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.module-card figure {
    position: relative;
    margin: 0 0 14px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
}

.module-card img {
    width: 100%;
    border-radius: var(--radius-sm);
    display: block;
    transform: scale(1.01);
    transition: transform var(--transition);
}

.module-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(6, 16, 32, 0.08), rgba(9, 20, 45, 0.25));
    mix-blend-mode: multiply;
}

.module-card:hover img {
    transform: scale(1.04);
}

.module-card__placeholder,
.sector-placeholder {
    margin: 0;
    border-radius: var(--radius-sm);
    border: 1px dashed rgba(11, 46, 93, 0.28);
    background: rgba(11, 46, 93, 0.05);
    display: grid;
    place-items: center;
    padding: 12px;
}

.module-card__placeholder img,
.sector-placeholder img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: calc(var(--radius-sm) - 6px);
    opacity: 0.65;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(22px, 5vw, 34px);
}

.testimonial-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    padding: clamp(24px, 5vw, 32px);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 18px;
}

.testimonial-logo {
    height: 48px;
    display: flex;
    align-items: center;
}

.testimonial-logo img {
    max-height: 100%;
    width: auto;
    filter: saturate(1.05);
}

.testimonial-card blockquote {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-slate);
}

.testimonial-author {
    margin: 0;
    font-weight: 600;
    color: var(--color-navy);
    line-height: 1.4;
}

.testimonial-author span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--color-muted);
}

.striped-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.striped-list li {
    padding: 18px 22px;
    background: var(--color-white);
}

.striped-list li:nth-child(even) {
    background: rgba(11, 46, 93, 0.05);
}

.photo-request {
    border: 1px dashed rgba(11, 46, 93, 0.35);
    border-radius: var(--radius-md);
    padding: 18px;
    background: rgba(11, 46, 93, 0.04);
    color: var(--color-muted);
    font-size: 0.9rem;
    margin-top: 18px;
}

.photo-request strong {
    color: var(--color-navy);
}

.compliance-flow {
    margin: 24px 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.85);
    display: grid;
    gap: 10px;
}

.compliance-flow li strong {
    color: var(--color-white);
}

.cases-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cases-grid img {
    max-width: 140px;
    height: auto;
    margin-top: 16px;
    filter: grayscale(0.08);
}

.faq-grid {
    display: grid;
    gap: 18px;
}

.faq-item {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 22px;
    box-shadow: var(--shadow-soft);
}

.contact-card {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-card article {
    background: linear-gradient(140deg, rgba(11, 46, 93, 0.92), rgba(7, 31, 64, 0.9));
    border-radius: var(--radius-md);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 34px rgba(7, 24, 52, 0.3);
}

.contact-card h3 {
    color: var(--color-white);
    margin-bottom: 0.4rem;
}

.contact-card a {
    color: #6ce1ff;
}

.contact-card a:hover,
.contact-card a:focus-visible {
    text-decoration: underline;
}

.site-footer {
    background: var(--color-navy-dark);
    color: rgba(255, 255, 255, 0.82);
    padding: 42px 0;
}

.site-footer .container {
    display: grid;
    gap: 18px;
    text-align: center;
}

.nav-toggle {
    display: none;
}

@media (max-width: 960px) {
    .primary-nav,
    .header-cta {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
        border: 1px solid var(--color-navy);
        background: transparent;
        border-radius: 12px;
        padding: 10px;
    }

    .primary-nav.is-open {
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: absolute;
        left: 0;
        right: 0;
        top: 74px;
        margin: 0 24px;
        padding: 24px;
        background: var(--color-white);
        border: 1px solid var(--color-border);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open a {
        padding: 10px 0;
    }

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

    .hero-showcase {
        justify-items: start;
    }

    .hero-image.primary,
    .hero-image.secondary {
        max-width: 320px;
    }

    .hero-image.secondary {
        margin-top: 0;
        justify-self: start;
    }

    .sectors-shell {
        grid-template-columns: 1fr;
    }

    .sectors-nav {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
    }

    .sector-tab {
        text-align: center;
    }

    .social-proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .module-modal {
        align-items: flex-start;
        padding: 22px 16px;
    }

    .module-modal__dialog {
        width: 100%;
        max-width: 640px;
        max-height: calc(100vh - 32px);
        border-radius: var(--radius-md);
    }

    .module-modal__header {
        padding: clamp(20px, 7vw, 30px) clamp(20px, 7vw, 32px) 0;
    }

    .module-modal__body {
        grid-template-columns: 1fr;
        padding: clamp(20px, 7vw, 32px);
        gap: clamp(18px, 6vw, 28px);
    }

    .module-carousel,
    .module-modal__highlights {
        order: initial;
    }

    .module-carousel__control {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 60px 0;
    }

    .hero {
        padding: 120px 0 80px;
    }

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

    .hero-image.primary,
    .hero-image.secondary {
        max-width: 100%;
    }

    .modules-grid {
        grid-template-columns: 1fr;
    }

    .module-card {
        grid-template-columns: 1fr;
    }

    .module-modal__body {
        grid-template-columns: 1fr;
    }

    .module-carousel,
    .module-modal__highlights {
        order: initial;
    }

    .module-modal {
        padding: 16px 12px;
    }

    .module-modal__dialog {
        max-height: calc(100vh - 20px);
    }

    .module-modal__header {
        padding: 20px 20px 0;
    }

    .media-modal {
        padding: 20px 12px;
    }

    .media-modal__dialog {
        width: 90vw;
        height: 90vh;
        border-radius: var(--radius-md);
    }
}
