/* =============================================
   Infinity Sun Skills LLC - Premium Landing (V3)
   ============================================= */

:root {
    --ink-950: #08120e;
    --ink-900: #0f1d18;
    --ink-800: #1a3028;
    --ink-700: #27463b;
    --text-main: #21392f;
    --text-soft: #52695f;
    --stone-50: #f6f3ec;
    --stone-100: #efe9dc;
    --stone-200: #e4dbc8;
    --line: #d8cfbc;
    --green-500: #4da381;
    --green-600: #2f7c5f;
    --green-700: #1d5a45;
    --gold-400: #dbb067;
    --gold-500: #c7902d;
    --gold-600: #8f6223;
    --danger: #b42318;
    --success: #0f6b3d;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-soft: 0 16px 38px rgba(8, 18, 14, 0.09);
    --shadow-heavy: 0 26px 56px rgba(8, 18, 14, 0.24);
    --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

body {
    font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-main);
    background: var(--stone-50);
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

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

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.12;
    color: var(--ink-900);
}

::selection {
    background: rgba(199, 144, 45, 0.25);
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* NAV */
.top-nav {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: rgba(8, 18, 14, 0.78);
    border-bottom: 1px solid rgba(168, 198, 184, 0.2);
    backdrop-filter: blur(12px);
}

.top-nav.scrolled {
    background: rgba(8, 18, 14, 0.93);
}

.nav-shell {
    max-width: 1320px;
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    flex-shrink: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-links a {
    color: #e3ede8;
    font-size: 0.91rem;
    font-weight: 600;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-500), var(--green-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    transform: scaleX(1);
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(191, 214, 202, 0.28);
    border-radius: 999px;
    padding: 4px;
    background: rgba(191, 214, 202, 0.08);
}

.lang-btn {
    min-width: 36px;
    border-radius: 999px;
    padding: 6px 10px;
    color: #cde0d7;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: var(--transition);
}

.lang-btn:hover {
    color: #f3f8f5;
}

.lang-btn.active {
    background: rgba(219, 176, 103, 0.25);
    color: #f5ddb1;
}

.nav-cta {
    border-radius: 999px;
    border: 1px solid rgba(191, 214, 202, 0.36);
    color: #e6f0ea;
    padding: 10px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: var(--transition);
}

.nav-cta:hover {
    transform: translateY(-1px);
    background: rgba(191, 214, 202, 0.12);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: #f4f8f6;
}

/* HERO */
.hero {
    position: relative;
    padding: 84px 0 68px;
    background: radial-gradient(circle at 8% 10%, rgba(199, 144, 45, 0.25) 0%, rgba(199, 144, 45, 0) 34%),
                radial-gradient(circle at 92% 2%, rgba(77, 163, 129, 0.28) 0%, rgba(77, 163, 129, 0) 34%),
                linear-gradient(155deg, #08120e 0%, #10251e 65%, #16352a 100%);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image: radial-gradient(circle at 1px 1px, #ffffff 1px, transparent 0);
    background-size: 24px 24px;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(0.6px);
    pointer-events: none;
}

.hero-glow-a {
    width: 600px;
    height: 600px;
    left: -220px;
    bottom: -220px;
    background: radial-gradient(circle, rgba(199, 144, 45, 0.3) 0%, rgba(199, 144, 45, 0) 72%);
}

.hero-glow-b {
    width: 540px;
    height: 540px;
    right: -200px;
    top: -190px;
    background: radial-gradient(circle, rgba(77, 163, 129, 0.35) 0%, rgba(77, 163, 129, 0) 74%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: start;
}

.hero-kicker {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid rgba(219, 176, 103, 0.55);
    background: rgba(219, 176, 103, 0.1);
    color: #f2d49f;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px 14px;
    margin-bottom: 16px;
}

.hero-copy h1 {
    color: #f7fbf8;
    font-size: clamp(2.4rem, 6vw, 4.3rem);
    margin-bottom: 14px;
}

.hero-copy h1 span {
    display: block;
    color: #9dd8bf;
}

.hero-subtitle {
    color: #c3d7ce;
    font-size: 1.02rem;
    max-width: 640px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.91rem;
    font-weight: 700;
    padding: 13px 22px;
    transition: var(--transition);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--green-600), #3c9472 68%, #58b38f 100%);
    box-shadow: 0 10px 24px rgba(31, 90, 69, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(31, 90, 69, 0.42);
}

.btn-secondary {
    color: #ebf4ef;
    border: 1px solid rgba(191, 214, 202, 0.45);
    background: rgba(191, 214, 202, 0.1);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(191, 214, 202, 0.15);
}

.btn-block {
    width: 100%;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hero-proof article {
    border: 1px solid rgba(191, 214, 202, 0.26);
    border-radius: 14px;
    background: rgba(8, 18, 14, 0.38);
    padding: 14px;
}

.hero-proof strong {
    display: block;
    color: #f3f7f5;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.hero-proof span {
    color: #b9cbc3;
    font-size: 0.8rem;
}

.hero-side {
    display: grid;
    gap: 14px;
}

.signal-card,
.pulse-card,
.quote-card {
    border: 1px solid rgba(191, 214, 202, 0.26);
    border-radius: var(--radius-lg);
    background: rgba(8, 18, 14, 0.38);
    box-shadow: var(--shadow-heavy);
}

.signal-card {
    padding: 22px;
}

.signal-eyebrow {
    color: #f0d095;
    font-size: 0.73rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 760;
    margin-bottom: 12px;
}

.signal-card ul {
    display: grid;
    gap: 10px;
}

.signal-card li {
    border: 1px solid rgba(191, 214, 202, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 12px;
}

.signal-card li span {
    display: block;
    color: #f0d095;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 750;
}

.signal-card li strong {
    color: #edf6f1;
    font-size: 0.9rem;
}

.pulse-card {
    padding: 18px;
}

.pulse-title {
    color: #edf6f1;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.pulse-note {
    font-size: 0.82rem;
    color: #afc4ba;
    margin-top: 10px;
}

.pulse-bars {
    height: 94px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 8px;
    border: 1px solid rgba(191, 214, 202, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    padding: 10px;
}

.pulse-bars span {
    height: var(--h);
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, #deb46a, #368b6c);
    transform-origin: bottom;
    animation: riseBar 1.2s ease both;
}

.pulse-bars span:nth-child(2) { animation-delay: 0.07s; }
.pulse-bars span:nth-child(3) { animation-delay: 0.14s; }
.pulse-bars span:nth-child(4) { animation-delay: 0.21s; }
.pulse-bars span:nth-child(5) { animation-delay: 0.28s; }

@keyframes riseBar {
    from { transform: scaleY(0.15); opacity: 0.4; }
    to { transform: scaleY(1); opacity: 1; }
}

.quote-card {
    padding: 16px 18px;
}

.quote-card p {
    color: #e8f3ed;
    font-size: 0.92rem;
    margin-bottom: 6px;
}

.quote-card span {
    color: #afc4ba;
    font-size: 0.78rem;
}

/* PROOF STRIP */
.proof-strip {
    background: linear-gradient(90deg, #f0e6d3 0%, #f7f4ec 50%, #f0e6d3 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}

.proof-track {
    display: flex;
    gap: 12px;
    width: max-content;
    padding: 14px 0;
    animation: ticker 30s linear infinite;
}

.proof-track span {
    border: 1px solid #d8bf8a;
    border-radius: 999px;
    background: #fff8e9;
    color: #855b1e;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 760;
    padding: 7px 13px;
}

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

/* GLOBAL SECTIONS */
.services,
.methodology,
.programs,
.results,
.faq-section,
.contact {
    padding: 82px 0;
}

.section-head {
    max-width: 820px;
    margin-bottom: 36px;
}

.section-head-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-kicker {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid #d8bf8a;
    background: #fff8e9;
    color: #855b1e;
    font-size: 0.73rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 780;
    padding: 7px 12px;
    margin-bottom: 12px;
}

.section-head h2 {
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    margin-bottom: 10px;
}

.section-head p {
    color: var(--text-soft);
    font-size: 0.98rem;
}

/* SERVICES */
.services {
    background: var(--stone-50);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.service-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 22px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.service-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-500), var(--green-500));
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(8, 18, 14, 0.12);
}

.service-card h3 {
    font-size: 1.55rem;
    margin-bottom: 7px;
}

.service-card p {
    color: var(--text-soft);
    font-size: 0.92rem;
}

/* METHODOLOGY */
.methodology {
    background: linear-gradient(180deg, #fefdf9 0%, #f2ecdf 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.method-layout {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 22px;
    align-items: start;
}

.method-intro {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 24px;
}

.method-intro h2 {
    font-size: clamp(1.8rem, 4.2vw, 2.8rem);
    margin-bottom: 10px;
}

.method-intro p {
    color: var(--text-soft);
}

.method-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.method-tags span {
    border-radius: 999px;
    border: 1px solid #d6be8a;
    background: #fff6e6;
    color: #81591f;
    padding: 6px 11px;
    font-size: 0.77rem;
    font-weight: 700;
}

.method-steps {
    display: grid;
    gap: 10px;
}

.method-steps article {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 14px;
    padding: 15px;
    box-shadow: var(--shadow-soft);
}

.method-steps article span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #7f5720;
    border: 1px solid #d6be8a;
    background: linear-gradient(180deg, #fff9ec, #f6e6c3);
    font-size: 0.82rem;
    font-weight: 800;
}

.method-steps h4 {
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.method-steps p {
    color: var(--text-soft);
    font-size: 0.91rem;
}

/* PROGRAMS */
.programs {
    background: var(--stone-50);
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.program-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.program-card.featured {
    border-color: #cda85f;
    background: linear-gradient(180deg, #fff7e8 0%, #ffffff 42%);
    box-shadow: var(--shadow-heavy);
}

.program-badge {
    align-self: flex-start;
    border-radius: 999px;
    background: linear-gradient(90deg, #8c5f21, #c7902d);
    color: #fff;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 6px 10px;
}

.program-meta {
    color: var(--green-700);
    font-size: 0.77rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 780;
}

.program-card h3 {
    font-size: 1.58rem;
}

.program-card ul {
    display: grid;
    gap: 8px;
    margin: 2px 0 8px;
}

.program-card li {
    color: var(--text-main);
    font-size: 0.9rem;
    padding-left: 16px;
    position: relative;
}

.program-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-500);
}

.program-card .btn-secondary {
    color: var(--green-700);
    border: 1px solid #b8d4c6;
    background: #f3faf6;
}

.program-card .btn-secondary:hover {
    background: #e8f5ef;
}

/* RESULTS */
.results {
    background: linear-gradient(165deg, #0b1713 0%, #122a22 62%, #17382d 100%);
    color: #c8d8d0;
}

.result-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
    align-items: start;
}

.result-copy .section-kicker {
    border-color: rgba(219, 176, 103, 0.45);
    background: rgba(219, 176, 103, 0.12);
    color: #f2d6a4;
}

.result-copy h2 {
    color: #f4faf6;
    font-size: clamp(2rem, 4.8vw, 3.2rem);
    margin-bottom: 10px;
}

.result-copy p {
    color: #afc5bb;
    margin-bottom: 18px;
}

.result-kpis {
    display: grid;
    gap: 10px;
}

.result-kpis article {
    border: 1px solid rgba(191, 214, 202, 0.25);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    padding: 14px;
}

.result-kpis strong {
    display: block;
    color: #eff8f2;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.result-kpis span {
    color: #b4c8be;
    font-size: 0.82rem;
}

.result-testimonials {
    display: grid;
    gap: 10px;
}

.result-card {
    border: 1px solid rgba(191, 214, 202, 0.26);
    border-radius: var(--radius-md);
    background: rgba(8, 18, 14, 0.46);
    padding: 18px;
}

.result-card blockquote {
    color: #ecf6f0;
    font-size: 0.99rem;
    margin-bottom: 8px;
}

.result-card p {
    color: #a9c1b6;
    font-size: 0.84rem;
}

/* FAQ */
.faq-section {
    background: var(--stone-50);
}

.faq-grid {
    display: grid;
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    padding: 18px 20px;
    color: var(--ink-900);
    font-weight: 700;
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 2px;
    width: 16px;
    height: 2px;
    background: var(--green-700);
    transition: var(--transition);
}

.faq-icon::after {
    transform: rotate(90deg);
}

.faq-item.active .faq-icon::after {
    transform: rotate(0deg);
}

.faq-answer {
    padding: 0 20px;
    color: var(--text-soft);
}

/* CONTACT */
.contact {
    background: linear-gradient(180deg, #fdfbf6 0%, #f2ecdf 100%);
    border-top: 1px solid var(--line);
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 20px;
    align-items: start;
}

.contact-copy {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 24px;
    position: sticky;
    top: 92px;
}

.contact-copy h2 {
    font-size: clamp(1.85rem, 4.3vw, 2.95rem);
    margin-bottom: 10px;
}

.contact-copy p {
    color: var(--text-soft);
    margin-bottom: 14px;
}

.contact-copy ul {
    display: grid;
    gap: 8px;
    color: var(--text-main);
    font-size: 0.91rem;
}

.contact-copy strong {
    color: var(--ink-900);
}

.contact-copy a {
    color: var(--green-700);
    text-decoration: underline;
}

.contact-form-wrap {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 22px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 12px;
}

.form-group label {
    color: var(--ink-900);
    font-size: 0.84rem;
    font-weight: 760;
}

input,
select,
textarea {
    border: 1px solid #d8cfbd;
    border-radius: 10px;
    background: #fff;
    color: var(--ink-900);
    padding: 12px 12px;
    transition: var(--transition);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--green-500);
    box-shadow: 0 0 0 3px rgba(77, 163, 129, 0.18);
}

textarea {
    resize: vertical;
}

input.error,
select.error,
textarea.error {
    border-color: var(--danger);
}

.form-error {
    min-height: 1rem;
    color: var(--danger);
    font-size: 0.76rem;
}

.form-checkbox .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--text-main);
    font-size: 0.86rem;
}

.form-checkbox input[type='checkbox'] {
    margin-top: 3px;
}

.form-checkbox a {
    color: var(--green-700);
    text-decoration: underline;
}

.btn-submit {
    border-radius: 12px;
}

.btn-loading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.form-success {
    margin-top: 14px;
    border-radius: 12px;
    border: 1px solid #b8dcc9;
    background: #e9f8ef;
    color: var(--success);
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-success p {
    color: #2f6f53;
    font-size: 0.9rem;
}

/* FOOTER */
.site-footer {
    background: #0b1713;
    border-top: 1px solid rgba(191, 214, 202, 0.22);
}

.footer-grid {
    padding: 40px 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 20px;
}

.footer-grid h3,
.footer-grid h4 {
    color: #f2f8f4;
    margin-bottom: 9px;
}

.footer-grid h3 {
    font-size: 1.5rem;
}

.footer-grid p,
.footer-grid li {
    color: #aac0b6;
    font-size: 0.9rem;
}

.footer-grid ul {
    display: grid;
    gap: 7px;
}

.footer-grid a:hover {
    color: #d9bc7f;
}

.footer-bottom {
    border-top: 1px solid rgba(191, 214, 202, 0.18);
    background: #08120e;
}

.footer-bottom-row {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom p {
    color: #9db4a8;
    font-size: 0.82rem;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badges span {
    border: 1px solid rgba(219, 176, 103, 0.52);
    color: #f1d39d;
    background: rgba(219, 176, 103, 0.1);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 5px 10px;
}

/* COOKIE */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    opacity: 0;
    transform: translateY(100%);
    background: rgba(8, 18, 14, 0.96);
    border-top: 1px solid rgba(191, 214, 202, 0.25);
    box-shadow: 0 -10px 30px rgba(8, 18, 14, 0.4);
    padding: 14px 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.cookie-banner.visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.cookie-text {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    flex: 1;
    min-width: 270px;
}

.cookie-icon {
    color: #a8c6b8;
    margin-top: 2px;
}

.cookie-text p {
    color: #d6e5de;
    font-size: 0.87rem;
}

.cookie-text a {
    color: #f1d39d;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cookie-btn {
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 760;
    padding: 8px 13px;
    transition: var(--transition);
}

.cookie-accept {
    color: #fff;
    background: var(--green-600);
}

.cookie-accept:hover {
    background: #1f5a45;
}

.cookie-reject {
    color: #e2c88f;
    border: 1px solid rgba(219, 176, 103, 0.45);
}

.cookie-customize {
    color: #c8ddd3;
    border: 1px solid rgba(191, 214, 202, 0.4);
}

.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 18, 14, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cookie-modal.visible {
    opacity: 1;
}

.cookie-modal-content {
    width: 90%;
    max-width: 540px;
    border: 1px solid rgba(191, 214, 202, 0.2);
    border-radius: var(--radius-md);
    background: #0f1d18;
    box-shadow: var(--shadow-heavy);
}

.cookie-modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(191, 214, 202, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-modal-header h3 {
    color: #f0f6f2;
    font-size: 1.45rem;
}

.cookie-modal-header button {
    color: #b9cec4;
}

.cookie-modal-body {
    padding: 16px 20px;
}

.cookie-toggle-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(191, 214, 202, 0.15);
    padding: 12px 0;
}

.cookie-toggle-item:last-child {
    border-bottom: 0;
}

.cookie-toggle-info strong {
    color: #f0f6f2;
}

.cookie-toggle-info p {
    color: #9db4a8;
    font-size: 0.84rem;
}

.toggle-switch {
    width: 48px;
    height: 26px;
    border-radius: 999px;
    background: #3b4d45;
    padding: 3px;
    flex-shrink: 0;
    transition: var(--transition);
}

.toggle-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: var(--transition);
}

.toggle-switch.active {
    background: var(--green-500);
}

.toggle-switch.active .toggle-thumb {
    transform: translateX(22px);
}

.toggle-switch.disabled {
    opacity: 0.82;
    cursor: not-allowed;
}

.cookie-modal-footer {
    padding: 14px 20px;
    border-top: 1px solid rgba(191, 214, 202, 0.2);
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

/* RESPONSIVE */
@media (max-width: 1120px) {
    .hero-grid,
    .method-layout,
    .result-layout,
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-copy {
        position: static;
    }

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

@media (max-width: 860px) {
    .nav-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background: #0c1713;
        border-bottom: 1px solid rgba(191, 214, 202, 0.2);
        padding: 16px 24px;
        transform: translateY(-130%);
        opacity: 0;
        pointer-events: none;
        transition: var(--transition);
        z-index: 1100;
    }

    .nav-links.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-cta {
        display: none;
    }

    .lang-switcher {
        margin-left: auto;
    }

    .hero-proof,
    .service-grid,
    .program-grid,
    .form-row,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 72px;
    }

    .services,
    .methodology,
    .programs,
    .results,
    .faq-section,
    .contact {
        padding: 66px 0;
    }
}

@media (max-width: 560px) {
    .container,
    .nav-shell,
    .cookie-content,
    .footer-bottom-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .section-head h2,
    .result-copy h2 {
        font-size: clamp(1.7rem, 9vw, 2.45rem);
    }

    .method-steps article {
        grid-template-columns: 52px 1fr;
    }
}
