@font-face {
    font-family: "Manrope IC";
    src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

:root {
    --ic-ink: #10182b;
    --ic-navy: #14213d;
    --ic-deep: #071024;
    --ic-signal: #5170ff;
    --ic-signal-dark: #3855e8;
    --ic-sky: #38b6ff;
    --ic-paper: #f4f6f8;
    --ic-white: #ffffff;
    --ic-steel: #667085;
    --ic-line: rgba(16, 24, 43, .16);
    --ic-line-light: rgba(255, 255, 255, .17);
    --ic-display: "Manrope IC", "Avenir Next", Arial, sans-serif;
    --ic-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    --ic-shell: 1320px;
    --ic-pad: clamp(20px, 4vw, 64px);
    --ic-radius: 3px;
    --ic-ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ic-ink); background: var(--ic-paper); font-family: var(--ic-display); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.ic-menu-open { overflow: hidden; }
::selection { color: var(--ic-white); background: var(--ic-signal-dark); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ic-ink); font-weight: 650; letter-spacing: -.055em; line-height: .98; }
p { margin-bottom: 1.25rem; }
.ic-shell { width: min(calc(100% - (var(--ic-pad) * 2)), var(--ic-shell)); margin-inline: auto; }
.ic-main { overflow: clip; }
.ic-section { position: relative; padding: clamp(96px, 10vw, 172px) 0; }
.ic-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.ic-skip-link { position: fixed; z-index: 10000; top: -100px; left: 20px; padding: 12px 18px; color: var(--ic-white); background: var(--ic-signal-dark); border-radius: 2px; font-weight: 700; transition: top .2s; }
.ic-skip-link:focus { top: 20px; }

.ic-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--ic-signal-dark); font-family: var(--ic-mono); font-size: .67rem; font-weight: 700; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.ic-kicker > span { width: 34px; height: 1px; background: currentColor; }
.ic-kicker--light { color: #9ecbff; }
.ic-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.ic-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 13px 18px 13px 22px; color: var(--ic-white); background: var(--ic-signal-dark); border: 1px solid var(--ic-signal-dark); border-radius: var(--ic-radius); font-size: .83rem; font-weight: 750; letter-spacing: -.01em; line-height: 1.2; overflow: hidden; transition: color .35s var(--ic-ease), background .35s var(--ic-ease), border-color .35s var(--ic-ease), transform .35s var(--ic-ease); }
.ic-button::before { position: absolute; inset: 0; content: ""; background: var(--ic-sky); transform: translateY(102%); transition: transform .45s var(--ic-ease); }
.ic-button { position: relative; }
.ic-button span, .ic-button i { position: relative; z-index: 1; }
.ic-button i { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ic-signal); background: var(--ic-white); border-radius: 50%; font-style: normal; transition: transform .35s var(--ic-ease); }
.ic-button:hover::before, .ic-button:focus-visible::before { transform: translateY(0); }
.ic-button:hover, .ic-button:focus-visible { color: var(--ic-deep); border-color: var(--ic-sky); }
.ic-button:hover i, .ic-button:focus-visible i { transform: rotate(45deg); }
.ic-button--compact { min-height: 44px; gap: 18px; padding: 9px 10px 9px 16px; font-size: .72rem; }
.ic-button--compact i { width: 23px; height: 23px; }
.ic-button--dark { background: var(--ic-ink); border-color: var(--ic-ink); }
.ic-button--dark i { color: var(--ic-ink); }
.ic-text-link { display: inline-flex; align-items: center; gap: 13px; padding: 9px 0; color: var(--ic-ink); border-bottom: 1px solid var(--ic-ink); font-size: .79rem; font-weight: 750; }
.ic-text-link i { font-style: normal; transition: transform .3s var(--ic-ease); }
.ic-text-link:hover i, .ic-text-link:focus-visible i { transform: translateX(5px); }
.ic-text-link--light { color: var(--ic-white); border-color: rgba(255,255,255,.45); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--ic-sky); outline-offset: 4px; }

/* Header */
.ic-scroll-progress { position: fixed; z-index: 1200; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.ic-scroll-progress span { display: block; width: 100%; height: 100%; background: var(--ic-sky); transform: scaleX(0); transform-origin: left center; }
.ic-header { position: fixed; z-index: 1100; top: 0; left: 0; width: 100%; color: var(--ic-ink); transition: color .3s, background .3s, transform .4s var(--ic-ease), border-color .3s; }
.admin-bar .ic-header { top: 32px; }
.ic-header.is-scrolled { background: rgba(244,246,248,.88); border-bottom: 1px solid rgba(16,24,43,.09); backdrop-filter: blur(18px); }
.ic-header.is-hidden { transform: translateY(-110%); }
.ic-header.is-hidden:focus-within { transform: translateY(0); }
.ic-header.is-on-dark { color: var(--ic-white); }
.ic-header.is-on-dark.is-scrolled { color: var(--ic-ink); }
.ic-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ic-brand { flex: 0 0 auto; }
.ic-brand img, .ic-brand .custom-logo { width: 178px; max-height: 62px; object-fit: contain; object-position: left center; }
.ic-nav { display: flex; align-items: center; gap: 30px; }
.ic-nav__list { display: flex; align-items: center; gap: 27px; list-style: none; padding: 0; margin: 0; }
.ic-nav__list li { margin: 0; }
.ic-nav__list a { position: relative; padding: 8px 0; font-size: .73rem; font-weight: 720; }
.ic-nav__list a::before { position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right center; transition: transform .35s var(--ic-ease); }
.ic-nav__list a:hover::before, .ic-nav__list a:focus-visible::before, .ic-nav__list .current-menu-item > a::before { transform: scaleX(1); transform-origin: left center; }
.ic-language-switcher { display: inline-flex; align-items: center; gap: 7px; padding: 5px 8px; font-family: var(--ic-mono); font-size: .61rem; font-weight: 700; letter-spacing: .08em; border: 1px solid currentColor; border-radius: 999px; }
.ic-language-switcher::before { content: ""; position: absolute; }
.ic-language-switcher a, .ic-language-switcher span { display: inline-grid; place-items: center; min-width: 20px; min-height: 20px; padding: 0 2px; border-radius: 999px; }
.ic-language-switcher [aria-current="page"] { color: var(--ic-white); background: var(--ic-signal); }
.ic-language-switcher [aria-disabled="true"] { opacity: .38; }
.ic-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: inherit; background: transparent; border: 0; cursor: pointer; }
.ic-menu-toggle__line { display: block; width: 24px; height: 1px; margin: 7px 0; background: currentColor; transition: transform .3s var(--ic-ease); }
.ic-menu-toggle[aria-expanded="true"] .ic-menu-toggle__line:first-of-type { transform: translateY(4px) rotate(45deg); }
.ic-menu-toggle[aria-expanded="true"] .ic-menu-toggle__line:last-of-type { transform: translateY(-4px) rotate(-45deg); }

/* Shared headings */
.ic-section-head { display: grid; grid-template-columns: 1.2fr .55fr; align-items: end; gap: clamp(50px, 8vw, 120px); margin-bottom: clamp(56px, 7vw, 100px); }
.ic-section-head h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6vw, 6.2rem); }
.ic-section-head > p { max-width: 460px; margin: 0; color: var(--ic-steel); font-size: .96rem; }
.ic-section-head--tight h2 { font-size: clamp(2.8rem, 5.4vw, 5.4rem); }

/* Footer */
.ic-footer { position: relative; padding: clamp(80px, 9vw, 130px) 0 30px; color: rgba(255,255,255,.62); background: var(--ic-deep); }
.ic-footer::before { position: absolute; left: 0; top: 0; width: 100%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--ic-sky), transparent); opacity: .65; }
.ic-footer__top { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(70px, 10vw, 170px); padding-bottom: 80px; }
.ic-footer__statement p { margin: 0; color: rgba(255,255,255,.7); font-size: clamp(2.5rem, 5vw, 5.8rem); font-weight: 450; letter-spacing: -.06em; line-height: .95; }
.ic-footer__statement strong { color: var(--ic-white); font-weight: 650; }
.ic-footer__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-self: end; }
.ic-footer__columns h2 { margin: 0 0 23px; color: var(--ic-white); font-family: var(--ic-mono); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ic-footer__columns ul { list-style: none; padding: 0; margin: 0; }
.ic-footer__columns li { margin: 10px 0; font-size: .84rem; }
.ic-footer__columns a { transition: color .2s; }
.ic-footer__columns a:hover { color: var(--ic-sky); }
.ic-footer__bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 35px; padding-top: 28px; border-top: 1px solid var(--ic-line-light); }
.ic-footer__bottom p { margin: 0; font-family: var(--ic-mono); font-size: .59rem; letter-spacing: .05em; text-transform: uppercase; }
.ic-footer__brand img { width: 185px; height: auto; }

/* WhatsApp */
.ic-whatsapp { position: fixed; z-index: 980; right: 20px; bottom: 20px; display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 13px; padding: 9px 11px 9px 10px; color: var(--ic-white); background: rgba(7,16,36,.94); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; box-shadow: 0 18px 55px rgba(7,16,36,.24); backdrop-filter: blur(14px); transition: transform .3s var(--ic-ease), border-color .3s, box-shadow .3s; }
.ic-whatsapp:hover, .ic-whatsapp:focus-visible { border-color: rgba(37,211,102,.7); box-shadow: 0 20px 60px rgba(7,16,36,.28), 0 0 30px rgba(37,211,102,.12); transform: translateY(-3px); }
.ic-whatsapp:active { transform: translateY(-1px) scale(.98); }
.ic-whatsapp__signal { position: relative; isolation: isolate; width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ic-white); background: linear-gradient(145deg, #25d366, #0b6f64); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; box-shadow: 0 8px 25px rgba(37,211,102,.28); transition: transform .3s var(--ic-ease), box-shadow .3s; }
.ic-whatsapp__signal svg { position: relative; z-index: 1; width: 20px; height: 20px; fill: currentColor; }
.ic-whatsapp__signal::before, .ic-whatsapp__signal::after { position: absolute; z-index: -1; inset: 0; content: ""; border: 1px solid rgba(37,211,102,.75); border-radius: inherit; opacity: 0; pointer-events: none; }
.ic-whatsapp:hover .ic-whatsapp__signal, .ic-whatsapp:focus-visible .ic-whatsapp__signal { box-shadow: 0 8px 31px rgba(37,211,102,.42); transform: scale(1.07); }
.ic-whatsapp > span:nth-child(2) { display: grid; color: var(--ic-white); font-size: .69rem; font-weight: 700; line-height: 1.25; }
.ic-whatsapp small { color: rgba(255,255,255,.48); font-family: var(--ic-mono); font-size: .5rem; font-weight: 500; letter-spacing: .04em; }
.ic-whatsapp i { display: grid; place-items: center; width: 25px; height: 25px; color: var(--ic-deep); background: var(--ic-white); border-radius: 50%; font-style: normal; }

/* Cursor */
.ic-cursor {
    position: fixed;
    z-index: 9999;
    inset: 0 auto auto 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.ic-cursor.is-visible {
    opacity: 1;
}

.ic-cursor__dot {
    position: absolute;
    left: -3px;
    top: -3px;
    width: 6px;
    height: 6px;
    background: #38b6ff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(56, 182, 255, .65);
}

.ic-cursor__ring {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: rgba(81, 112, 255, .05);
    border: 1px solid rgba(81, 112, 255, .75);
    border-radius: 50%;
    backdrop-filter: blur(2px);
    transition:
        width .3s var(--ic-ease),
        height .3s var(--ic-ease),
        left .3s var(--ic-ease),
        top .3s var(--ic-ease),
        background .3s,
        border-color .3s;
}

.ic-cursor__ring b {
    display: none;
}

.ic-cursor.is-action .ic-cursor__ring {
    left: -28px;
    top: -28px;
    width: 56px;
    height: 56px;
    background: rgba(81, 112, 255, .16);
    border-color: #38b6ff;
}

.ic-cursor.is-action .ic-cursor__ring b {
    display: none;
}

/*======================================*/

@media (hover: hover) and (pointer: fine) {
    .ic-custom-cursor body,
    .ic-custom-cursor a,
    .ic-custom-cursor button,
    .ic-custom-cursor summary { cursor: none; }
    .ic-custom-cursor input,
    .ic-custom-cursor textarea,
    .ic-custom-cursor select,
    .ic-custom-cursor iframe,
    .ic-custom-cursor [contenteditable="true"] { cursor: auto; }
}

@media (hover: none), (pointer: coarse) {
    .ic-cursor { display: none !important; }
}

@media (max-width: 1080px) {
    .ic-menu-toggle { display: block; margin-left: auto; }
    .ic-nav { position: fixed; inset: 82px 0 auto; max-height: calc(100svh - 82px); display: none; align-items: stretch; flex-direction: column; gap: 25px; padding: 24px var(--ic-pad) 36px; overflow-y: auto; color: var(--ic-ink); background: rgba(244,246,248,.98); border-top: 1px solid var(--ic-line); }
    .admin-bar .ic-nav { inset-block-start: 114px; }
    .ic-nav.is-open { display: flex; }
    .ic-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
    .ic-nav__list li { border-bottom: 1px solid var(--ic-line); }
    .ic-nav__list a { display: block; padding: 15px 0; font-size: 1rem; }
    .ic-language-switcher { align-self: flex-start; font-size: .75rem; }
    .ic-nav .ic-button { width: 100%; }
    .ic-section-head { grid-template-columns: 1fr; gap: 25px; }
    .ic-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
    .admin-bar .ic-header { top: 46px; }
}

@media (max-width: 720px) {
    :root { --ic-pad: 18px; }
    html { scroll-padding-top: 74px; }
    .ic-section { padding: 84px 0; }
    .ic-header__inner { min-height: 74px; }
    .ic-brand img, .ic-brand .custom-logo { width: 154px; max-height: 56px; }
    .ic-nav { inset-block-start: 74px; max-height: calc(100svh - 74px); }
    .admin-bar .ic-nav { inset-block-start: 120px; }
    .ic-button { width: 100%; }
    .ic-action-row { align-items: stretch; flex-direction: column; }
    .ic-text-link { align-self: flex-start; }
    .ic-section-head h2 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
    .ic-footer__statement p { font-size: clamp(2.5rem, 13vw, 4.2rem); }
    .ic-footer__columns { grid-template-columns: 1fr; }
    .ic-footer__bottom { grid-template-columns: 1fr; align-items: start; gap: 13px; }
    .ic-whatsapp { right: max(12px, calc(env(safe-area-inset-right) + 8px)); bottom: max(12px, calc(env(safe-area-inset-bottom) + 8px)); width: 58px; height: 58px; display: grid; place-items: center; padding: 0; border-radius: 50%; }
    .ic-whatsapp__signal { width: 38px; height: 38px; }
    .ic-whatsapp > span:nth-child(2), .ic-whatsapp > i { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
    .ic-whatsapp__signal::before, .ic-whatsapp__signal::after { animation: ic-whatsapp-pulse 3.4s ease-out infinite; }
    .ic-whatsapp__signal::after { animation-delay: 1.7s; }
}

@keyframes ic-whatsapp-pulse {
    0% { opacity: .72; transform: scale(.92); }
    62%, 100% { opacity: 0; transform: scale(1.95); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .ic-cursor { display: none !important; }
    .ic-whatsapp__signal::before, .ic-whatsapp__signal::after { display: none; }
}

@media (forced-colors: active) {
    .ic-cursor { display: none !important; }
    .ic-button, .ic-whatsapp { border: 1px solid ButtonText; }
    .ic-whatsapp__signal::before, .ic-whatsapp__signal::after { display: none; }
}
