:root {
    --color-primary: #0f2d3a;
    --color-deep: #071019;
    --color-deep-2: #0b141c;
    --color-deep-3: #11202b;
    --color-light: #f5f7fa;
    --color-light-2: #eef2f6;
    --color-white: #ffffff;
    --color-text: #161c22;
    --color-text-soft: #5d6874;
    --color-line: rgba(15, 45, 58, 0.08);
    --color-accent: #3ddc97;
    --color-gold: #d4b06a;
    --color-gold-2: #b88c49;

    --font-heading: 'DM Sans', sans-serif;
    --font-body: 'Inter', sans-serif;

    --container: 1280px;

    --shadow-soft: 0 18px 44px rgba(15, 45, 58, 0.07);
    --shadow-card: 0 24px 58px rgba(15, 45, 58, 0.10);
    --shadow-dark: 0 28px 90px rgba(0, 0, 0, 0.30);

    --radius-xl: 36px;
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 16px;

    --transition: all 0.28s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--color-light);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

button,
input,
textarea {
    font: inherit;
}

ul {
    list-style: none;
}

.container {
    width: min(100% - 40px, var(--container));
    margin: 0 auto;
}

/* TITLES */
.section-heading {
    margin-bottom: 48px;
}

.entry-section .section-heading,
.destinations-section .section-heading,
.trust-section .section-heading {
    text-align: center;
}

.entry-section .section-eyebrow,
.destinations-section .section-eyebrow,
.trust-section .section-eyebrow {
    margin-inline: auto;
}

.entry-section .section-title,
.entry-section .section-text,
.destinations-section .section-title,
.destinations-section .section-text,
.trust-section .section-title,
.trust-section .section-text {
    margin-left: auto;
    margin-right: auto;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 176, 106, 0.20);
    background: rgba(212, 176, 106, 0.08);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-title {
    margin-top: 18px;
    max-width: 860px;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.section-title-narrow,
.section-text-narrow {
    max-width: 760px;
}

.section-title-on-dark {
    color: var(--color-white);
    font-size: clamp(24px, 2.1vw, 36px);
    line-height: 1.08;
}

.section-text {
    margin-top: 18px;
    max-width: 760px;
    color: var(--color-text-soft);
    font-size: 16px;
    line-height: 1.85;
}

.section-text-on-dark {
    color: rgba(255, 255, 255, 0.72);
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-2) 100%);
    color: #15181d;
    box-shadow: 0 14px 30px rgba(184, 140, 73, 0.24);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(184, 140, 73, 0.30);
}

.btn-secondary {
    background: transparent;
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
}

.btn-outline-dark {
    background: transparent;
    color: var(--color-text);
    border-color: rgba(15, 45, 58, 0.12);
}

.btn-outline-dark:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.btn-header {
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
}

/* HEADER */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(7, 16, 25, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled {
    background: rgba(7, 16, 25, 0.94);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.20);
}

.header-container {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    width: 110px;
    max-width: 110px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-logo {
    width: 100%;
    max-width: 110px;
    height: auto;
    max-height: 40px;
    display: block;
    object-fit: contain;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.desktop-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 500;
}

.desktop-nav a:hover,
.desktop-nav a.active {
    color: var(--color-white);
}

.desktop-nav a.active::after,
.desktop-nav a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 1px;
    background: var(--color-accent);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-white);
    transition: var(--transition);
}

.mobile-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    background: #0b1014;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu.is-open {
    display: block;
}

.mobile-nav {
    width: min(100% - 40px, var(--container));
    margin: 0 auto;
    padding: 18px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav a {
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav a.active {
    color: var(--color-accent);
}

.mobile-cta {
    margin-top: 10px;
}

/* HERO */
.hero-home {
    position: relative;
    overflow: hidden;
    padding: 102px 0 82px;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.08), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
    color: var(--color-white);
}

.hero-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.16;
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.hero-copy {
    max-width: 760px;
}

.hero-title {
    margin-top: 18px;
    max-width: 700px;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.01;
    letter-spacing: -0.06em;
    color: var(--color-white);
}

.hero-text {
    max-width: 620px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.88;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-tags span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 600;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.metric-card {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.metric-card strong {
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.metric-card span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.6;
}

.hero-visual {
    display: grid;
    gap: 18px;
}

.hero-image-wrap {
    border-radius: 28px;
    overflow: hidden;
    min-height: 520px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-aside {
    padding: 26px;
    border-radius: 22px;
    background: rgba(12, 20, 29, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.hero-aside-label {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-aside h2 {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.hero-aside p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.75;
}

/* LIGHT SECTIONS */
.entry-section {
    padding: 90px 0 54px;
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
}

.destinations-section {
    padding: 56px 0 96px;
    background: linear-gradient(180deg, var(--color-light-2) 0%, var(--color-light) 100%);
}

.trust-section {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
}

/* GRIDS */
.entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.trust-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.90fr) minmax(0, 1.10fr);
    gap: 32px;
    align-items: start;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.trust-card-group {
    display: flex;
    flex-direction: column;
}

/* CARDS */
.entry-card {
    min-height: 300px;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.entry-card:hover,
.destination-card:hover,
.trust-card:hover {
    transform: translateY(-4px);
}

.entry-card-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.entry-card small,
.destination-card small,
.trust-card small {
    display: inline-block;
    margin-bottom: 10px;
    color: #8e6b33;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.entry-card-dark small {
    color: var(--color-gold);
}

.entry-card h3,
.destination-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.entry-card-dark h3 {
    color: var(--color-white);
}

.entry-card p,
.destination-card p,
.trust-card p {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.entry-card p {
    margin-bottom: 18px;
}

.entry-card-dark p {
    color: rgba(255, 255, 255, 0.74);
}

.destination-card {
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.07);
    box-shadow: 0 16px 36px rgba(15, 45, 58, 0.06);
    min-height: 100%;
}

.trust-card {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(15, 45, 58, 0.07);
    box-shadow: var(--shadow-soft);
    min-height: 100%;
}

.trust-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.trust-card-offset {
    margin-top: 18px;
}

/* CARD CTA */
.entry-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(15, 45, 58, 0.12);
    background: transparent;
    color: var(--color-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: var(--transition);
}

.entry-link:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.entry-card-dark .entry-link {
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.02);
}

.entry-card-dark .entry-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--color-white);
}

/* PRODUCT SECTION */
.product-main-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.06), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
    color: var(--color-white);
}

.product-main-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.14;
    pointer-events: none;
}

.product-main-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.product-main-copy {
    max-width: 760px;
}

.product-main-copy .section-title {
    max-width: 760px;
}

.product-main-copy .section-text {
    max-width: 680px;
}

.ecosystem-steps {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.ecosystem-step {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.ecosystem-step strong {
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 1.08;
}

.ecosystem-step p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.7;
}

.ecosystem-actions {
    margin-top: 24px;
}

.product-main-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-main-image {
    width: 100%;
    max-width: 520px;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LEGACY COMPAT */
.ecosystem-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(circle at top, rgba(61, 220, 151, 0.05), transparent 18%),
        linear-gradient(180deg, #09121a 0%, #101922 100%);
    color: var(--color-white);
}

.ecosystem-open-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.ecosystem-open-copy {
    max-width: 760px;
}

.ecosystem-hero-image {
    min-height: 500px;
}

/* FINAL CTA */
.final-cta-section {
    padding: 0 0 120px;
    background: linear-gradient(180deg, var(--color-light-2) 0%, var(--color-light) 100%);
}

.final-cta-panel {
    padding: 60px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(61, 220, 151, 0.08), transparent 22%),
        linear-gradient(180deg, #0b121a 0%, #13212c 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-dark);
    text-align: center;
}

.final-cta-panel h2 {
    max-width: 820px;
    margin: 16px auto 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.9vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.final-cta-panel p {
    max-width: 680px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

/* FOOTER */
.site-footer {
    background: linear-gradient(180deg, #081018 0%, #0e151d 100%);
    color: var(--color-white);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
    padding: 76px 0 44px;
}

.footer-brand-column {
    max-width: 430px;
}

.footer-brand {
    margin-bottom: 22px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    line-height: 1.82;
}

.footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-trust span {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.footer-column h3 {
    margin-bottom: 18px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column ul {
    display: grid;
    gap: 12px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.footer-column a:hover {
    color: var(--color-white);
}

.footer-bottom {
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.footer-legal a:hover {
    color: var(--color-white);
}

/* MAINTENANCE */
.maintenance-page {
    background: linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
}

.maintenance-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 86px);
    display: flex;
    align-items: center;
    padding: 90px 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.06), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
}

.maintenance-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.14;
    pointer-events: none;
}

.maintenance-panel {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 56px 42px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
    text-align: center;
}

.maintenance-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(212, 176, 106, 0.20);
    background: rgba(212, 176, 106, 0.08);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.maintenance-title {
    margin-top: 22px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.maintenance-text {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.85;
}

.maintenance-description {
    max-width: 700px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 15px;
    line-height: 1.85;
}

.maintenance-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

/* HOME HELPERS */
.home-page .hero-home {
    padding: 104px 0 82px;
}

.home-page .hero-title {
    max-width: 720px;
}

.home-page .hero-text {
    max-width: 660px;
}

.home-page .hero-image-wrap {
    min-height: 500px;
}

.home-page .product-main-section {
    padding: 96px 0;
}

.home-page .entry-card,
.home-page .destination-card,
.home-page .trust-card {
    min-height: 100%;
}

.home-page .final-cta-panel {
    text-align: center;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .hero-grid,
    .product-main-grid,
    .ecosystem-open-grid,
    .trust-layout,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .product-main-visual {
        justify-content: flex-start;
    }

    .product-main-image {
        max-width: 640px;
        min-height: 440px;
    }
}

@media (max-width: 980px) {
    .desktop-nav,
    .btn-header {
        display: none;
    }

    .mobile-toggle {
        display: inline-flex;
    }

    .hero-home {
        padding: 82px 0 56px;
    }

    .hero-image-wrap,
    .product-main-image,
    .ecosystem-hero-image {
        min-height: 360px;
    }

    .trust-grid,
    .entry-grid,
    .destination-grid {
        grid-template-columns: 1fr;
    }

    .maintenance-hero {
        min-height: auto;
        padding: 72px 0;
    }

    .product-main-section {
        padding: 82px 0;
    }

    .product-main-grid {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .header-container {
        min-height: 78px;
    }

    .hero-actions,
    .final-cta-actions,
    .maintenance-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .product-main-copy .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .hero-image-wrap,
    .product-main-image,
    .ecosystem-hero-image {
        min-height: 300px;
    }

    .final-cta-panel {
        padding: 40px 20px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .entry-card,
    .destination-card,
    .trust-card,
    .hero-aside,
    .maintenance-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-title {
        font-size: clamp(26px, 7vw, 36px);
    }

    .hero-title,
    .maintenance-title {
        font-size: clamp(28px, 8vw, 38px);
    }

    .maintenance-text,
    .maintenance-description {
        font-size: 16px;
    }

    .product-main-section {
        padding: 72px 0;
    }

    .product-main-image {
        min-height: 280px;
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .hero-text,
    .section-text,
    .final-cta-panel p {
        font-size: 15px;
    }

    .hero-tags {
        gap: 8px;
    }

    .hero-home {
        padding-top: 70px;
    }

    .hero-image-wrap,
    .product-main-image,
    .ecosystem-hero-image {
        min-height: 240px;
    }

    .entry-card h3,
    .destination-card h3,
    .trust-card h3 {
        font-size: 20px;
    }

    .product-main-section .section-title-on-dark {
        font-size: clamp(24px, 8vw, 32px);
    }

    .ecosystem-step {
        padding: 15px 16px;
    }
}

/* =========================================================
   INFLUENCER PRO PAGE
   BLOCO SUBSTITUTO NO FINAL DO style.css
========================================================= */

.influencer-pro-page {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
    color: var(--color-text);
}

.influencer-pro-page .container {
    width: min(100% - 40px, var(--container));
    margin: 0 auto;
}

.ip-section {
    padding: 88px 0;
}

.ip-section-tight-top {
    padding-top: 28px;
}

.ip-section-light {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
}

.ip-hero,
.ip-band-dark,
.ip-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.06), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
    color: var(--color-white);
}

.ip-hero::before,
.ip-band-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.14;
    pointer-events: none;
}

.ip-hero > .container,
.ip-band-dark > .container,
.ip-final-cta > .container {
    position: relative;
    z-index: 1;
}

.ip-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 176, 106, 0.20);
    background: rgba(212, 176, 106, 0.08);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ip-eyebrow.center {
    margin-inline: auto;
}

.ip-section-intro {
    text-align: center;
}

.ip-section-intro h2,
.ip-section-heading h2,
.ip-band-copy h2,
.ip-final-cta-box h2 {
    margin: 18px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.ip-section-intro h2,
.ip-section-heading h2 {
    color: var(--color-text);
}

.ip-band-copy h2,
.ip-final-cta-box h2 {
    color: var(--color-white);
}

.ip-section-intro p,
.ip-section-heading p,
.ip-band-copy p,
.ip-final-cta-box p,
.ip-hero-subtitle,
.ip-hero-caption p {
    font-size: 15px;
    line-height: 1.82;
}

.ip-section-intro p,
.ip-section-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--color-text-soft);
}

.ip-band-copy p,
.ip-final-cta-box p,
.ip-hero-subtitle,
.ip-hero-caption p {
    color: rgba(255, 255, 255, 0.74);
}

.ip-section-heading {
    margin-bottom: 42px;
}

.ip-section-heading.center {
    text-align: center;
}

.ip-hero {
    padding: 102px 0 82px;
}

.ip-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.ip-hero-copy {
    max-width: 760px;
}

.ip-hero-copy h1 {
    margin-top: 18px;
    max-width: 720px;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.01;
    letter-spacing: -0.06em;
    color: var(--color-white);
}

.ip-hero-subtitle {
    max-width: 620px;
    margin-top: 20px;
}

.ip-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ip-hero-actions.center {
    justify-content: center;
}

.ip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: var(--transition);
    white-space: nowrap;
    text-align: center;
}

.ip-btn-primary {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-2) 100%);
    color: #15181d;
    box-shadow: 0 14px 30px rgba(184, 140, 73, 0.24);
}

.ip-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(184, 140, 73, 0.30);
}

.ip-btn-secondary {
    background: transparent;
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.ip-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
}

.ip-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    max-width: 560px;
}

.ip-proof-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.ip-proof-item strong {
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.ip-proof-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.6;
}

.ip-hero-media {
    display: grid;
    gap: 18px;
}

.ip-image-frame {
    border-radius: 28px;
    overflow: hidden;
    min-height: 520px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.ip-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.ip-hero-caption {
    padding: 26px;
    border-radius: 22px;
    background: rgba(12, 20, 29, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.ip-hero-caption h3 {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.ip-hero-caption p {
    margin-top: 10px;
}

.ip-stats-highlight {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.ip-stat-feature {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.ip-stat-feature-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.ip-stat-feature small,
.ip-benefit-group small,
.ip-fit-card small,
.ip-plan-card small {
    display: inline-block;
    margin-bottom: 10px;
    color: #8e6b33;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ip-stat-feature-dark small,
.ip-benefit-group-dark small,
.ip-plan-card-featured small {
    color: var(--color-gold);
}

.ip-stat-feature strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ip-stat-feature-dark strong {
    color: var(--color-white);
}

.ip-stat-feature p {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.ip-stat-feature-dark p {
    color: rgba(255, 255, 255, 0.74);
}

.ip-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ip-benefits-grid,
.ip-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ip-gains-grid,
.ip-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ip-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.ip-soft-card,
.ip-benefit-group,
.ip-fit-card,
.ip-stat-card {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.ip-soft-card h3,
.ip-benefit-group h3,
.ip-fit-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ip-soft-card p,
.ip-benefit-group p,
.ip-stat-card span {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.ip-benefit-group-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.ip-benefit-group-dark h3 {
    color: var(--color-white);
}

.ip-benefit-group-dark li {
    color: rgba(255, 255, 255, 0.74);
}

.ip-benefit-group-dark p {
    color: var(--color-gold);
}

.ip-benefit-group ul,
.ip-fit-card ul,
.ip-plan-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ip-benefit-group ul li,
.ip-fit-card ul li,
.ip-plan-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.ip-benefit-group-dark ul li {
    color: rgba(255, 255, 255, 0.74);
}

.ip-benefit-group ul li::before,
.ip-fit-card ul li::before,
.ip-plan-list li::before {
    content: "➡️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.6;
}

.ip-inline-cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ip-band-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.ip-band-copy {
    max-width: 760px;
}

.ip-band-list {
    padding-left: 18px;
    margin-top: 18px;
}

.ip-band-list li {
    list-style: disc;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 8px;
}

.ip-band-image-frame {
    width: 100%;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.ip-band-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.ip-stat-card {
    text-align: center;
}

.ip-stat-card strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
}

/* PLANOS */
.ip-plan-card {
    position: relative;
    min-height: 100%;
    padding: 28px 24px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
}

.ip-plan-top {
    margin-bottom: 18px;
}

.ip-plan-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ip-plan-duration {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    font-weight: 600;
}

.ip-plan-price {
    margin-top: 14px;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.ip-plan-description {
    margin-top: 16px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.75;
}

.ip-plan-list {
    margin-top: 0;
}

.ip-plan-action {
    margin-top: auto;
    padding-top: 12px;
}

.ip-plan-btn {
    width: 100%;
}

.ip-plan-card-featured {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
    box-shadow: var(--shadow-dark);
}

.ip-plan-card-featured h3,
.ip-plan-card-featured .ip-plan-price {
    color: var(--color-white);
}

.ip-plan-card-featured .ip-plan-duration,
.ip-plan-card-featured .ip-plan-description,
.ip-plan-card-featured .ip-plan-list li {
    color: rgba(255, 255, 255, 0.74);
}

.ip-plan-card-featured .ip-plan-list li::before {
    content: "➡️";
}

.ip-plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(212, 176, 106, 0.12);
    border: 1px solid rgba(212, 176, 106, 0.22);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ip-final-cta {
    padding: 0 0 120px;
    background: linear-gradient(180deg, var(--color-light-2) 0%, var(--color-light) 100%);
}

.ip-final-cta-box {
    padding: 60px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(61, 220, 151, 0.08), transparent 22%),
        linear-gradient(180deg, #0b121a 0%, #13212c 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-dark);
    text-align: center;
}

.ip-final-cta-box p {
    max-width: 680px;
    margin: 16px auto 0;
}

@media (max-width: 1180px) {
    .ip-hero-grid,
    .ip-band-grid,
    .ip-stats-highlight,
    .ip-plans-grid {
        grid-template-columns: 1fr;
    }

    .ip-gains-grid,
    .ip-stats-grid,
    .ip-benefits-grid,
    .ip-fit-grid {
        grid-template-columns: 1fr;
    }

    .ip-problem-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .ip-hero {
        padding: 82px 0 56px;
    }

    .ip-image-frame,
    .ip-band-image-frame,
    .ip-image-frame img,
    .ip-band-image-frame img {
        min-height: 360px;
    }

    .ip-problem-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .influencer-pro-page .container {
        width: min(100% - 24px, var(--container));
    }

    .ip-section {
        padding: 72px 0;
    }

    .ip-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ip-btn {
        width: 100%;
    }

    .ip-hero-caption,
    .ip-soft-card,
    .ip-benefit-group,
    .ip-fit-card,
    .ip-stat-card,
    .ip-stat-feature,
    .ip-plan-card,
    .ip-final-cta-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ip-section-intro h2,
    .ip-section-heading h2,
    .ip-band-copy h2,
    .ip-final-cta-box h2 {
        font-size: clamp(26px, 7vw, 36px);
    }

    .ip-hero-copy h1 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .ip-image-frame,
    .ip-band-image-frame,
    .ip-image-frame img,
    .ip-band-image-frame img {
        min-height: 300px;
    }

    .ip-final-cta-box {
        padding: 40px 20px;
    }

    .ip-problem-grid,
    .ip-benefits-grid,
    .ip-fit-grid,
    .ip-gains-grid,
    .ip-stats-grid,
    .ip-plans-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .ip-image-frame,
    .ip-band-image-frame,
    .ip-image-frame img,
    .ip-band-image-frame img {
        min-height: 240px;
    }

    .ip-soft-card h3,
    .ip-benefit-group h3,
    .ip-fit-card h3,
    .ip-plan-card h3 {
        font-size: 20px;
    }

    .ip-plan-price {
        font-size: 32px;
    }
}

/* =========================================================
   ASSESSORIA DE IMAGEM E CARREIRA DIGITAL PAGE
========================================================= */

.assessoria-imagem-page {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
    color: var(--color-text);
}

.assessoria-imagem-page .container {
    width: min(100% - 40px, var(--container));
    margin: 0 auto;
}

.aid-section {
    padding: 88px 0;
}

.aid-section-tight-top {
    padding-top: 28px;
}

.aid-section-light {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
}

.aid-hero,
.aid-band-dark,
.aid-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.06), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
    color: var(--color-white);
}

.aid-hero::before,
.aid-band-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.14;
    pointer-events: none;
}

.aid-hero > .container,
.aid-band-dark > .container,
.aid-final-cta > .container {
    position: relative;
    z-index: 1;
}

.aid-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 176, 106, 0.20);
    background: rgba(212, 176, 106, 0.08);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aid-eyebrow.center {
    margin-inline: auto;
}

.aid-section-intro {
    text-align: center;
}

.aid-section-intro h2,
.aid-section-heading h2,
.aid-band-copy h2,
.aid-final-cta-box h2 {
    margin: 18px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.aid-section-intro h2,
.aid-section-heading h2 {
    color: var(--color-text);
}

.aid-band-copy h2,
.aid-final-cta-box h2 {
    color: var(--color-white);
}

.aid-section-intro p,
.aid-section-heading p,
.aid-band-copy p,
.aid-final-cta-box p,
.aid-hero-subtitle,
.aid-hero-caption p {
    font-size: 15px;
    line-height: 1.82;
}

.aid-section-intro p,
.aid-section-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--color-text-soft);
}

.aid-band-copy p,
.aid-final-cta-box p,
.aid-hero-subtitle,
.aid-hero-caption p {
    color: rgba(255, 255, 255, 0.74);
}

.aid-section-heading {
    margin-bottom: 42px;
}

.aid-section-heading.center {
    text-align: center;
}

/* HERO */
.aid-hero {
    padding: 102px 0 82px;
}

.aid-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.aid-hero-copy {
    max-width: 760px;
}

.aid-hero-copy h1 {
    margin-top: 18px;
    max-width: 720px;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.01;
    letter-spacing: -0.06em;
    color: var(--color-white);
}

.aid-hero-subtitle {
    max-width: 620px;
    margin-top: 20px;
}

.aid-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.aid-hero-actions.center {
    justify-content: center;
}

.aid-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: var(--transition);
    white-space: nowrap;
    text-align: center;
}

.aid-btn-primary {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-2) 100%);
    color: #15181d;
    box-shadow: 0 14px 30px rgba(184, 140, 73, 0.24);
}

.aid-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(184, 140, 73, 0.30);
}

.aid-btn-secondary {
    background: transparent;
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.aid-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
}

.aid-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    max-width: 560px;
}

.aid-proof-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.aid-proof-item strong {
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.aid-proof-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.6;
}

.aid-hero-media {
    display: grid;
    gap: 18px;
}

.aid-image-frame {
    border-radius: 28px;
    overflow: hidden;
    min-height: 520px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.aid-hero-caption {
    padding: 26px;
    border-radius: 22px;
    background: rgba(12, 20, 29, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-hero-caption h3 {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.aid-hero-caption p {
    margin-top: 10px;
}

/* INTRO */
.aid-stats-highlight {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.aid-stat-feature {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.aid-stat-feature-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-stat-feature small,
.aid-benefit-group small,
.aid-fit-card small {
    display: inline-block;
    margin-bottom: 10px;
    color: #8e6b33;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aid-stat-feature-dark small,
.aid-benefit-group-dark small,
.aid-fit-card-strong small {
    color: var(--color-gold);
}

.aid-stat-feature strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.aid-stat-feature-dark strong {
    color: var(--color-white);
}

.aid-stat-feature p {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-stat-feature-dark p {
    color: rgba(255, 255, 255, 0.74);
}

/* GRIDS */
.aid-problem-grid,
.aid-gains-grid,
.aid-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.aid-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.aid-compare-grid,
.aid-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* CARDS */
.aid-soft-card,
.aid-benefit-group,
.aid-fit-card,
.aid-stat-card {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.aid-soft-card h3,
.aid-benefit-group h3,
.aid-fit-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.aid-soft-card p,
.aid-benefit-group p,
.aid-stat-card span {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-benefit-group-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-benefit-group-dark h3 {
    color: var(--color-white);
}

.aid-benefit-group-dark li {
    color: rgba(255, 255, 255, 0.74);
}

.aid-benefit-group-dark p {
    color: var(--color-gold);
}

.aid-fit-card-strong {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-fit-card-strong h3 {
    color: var(--color-white);
}

.aid-fit-card-strong li {
    color: rgba(255, 255, 255, 0.74);
}

/* LISTAS */
.aid-benefit-group ul,
.aid-fit-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.aid-benefit-group ul li,
.aid-fit-card ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-benefit-group ul li::before,
.aid-fit-card ul li::before {
    content: "➡️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.6;
}

.aid-inline-cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* BAND */
.aid-band-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.aid-band-copy {
    max-width: 760px;
}

.aid-band-list {
    padding-left: 18px;
    margin-top: 18px;
}

.aid-band-list li {
    list-style: disc;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 8px;
}

.aid-band-image-frame {
    width: 100%;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-band-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

/* STATS */
.aid-stat-card {
    text-align: center;
}

.aid-stat-card strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
}

/* FINAL CTA */
.aid-final-cta {
    padding: 0 0 120px;
    background: linear-gradient(180deg, var(--color-light-2) 0%, var(--color-light) 100%);
}

.aid-final-cta-box {
    padding: 60px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(61, 220, 151, 0.08), transparent 22%),
        linear-gradient(180deg, #0b121a 0%, #13212c 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-dark);
    text-align: center;
}

.aid-final-cta-box p {
    max-width: 680px;
    margin: 16px auto 0;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .aid-hero-grid,
    .aid-band-grid,
    .aid-stats-highlight,
    .aid-problem-grid,
    .aid-benefits-grid,
    .aid-compare-grid,
    .aid-fit-grid,
    .aid-gains-grid,
    .aid-stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .aid-hero {
        padding: 82px 0 56px;
    }

    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .assessoria-imagem-page .container {
        width: min(100% - 24px, var(--container));
    }

    .aid-section {
        padding: 72px 0;
    }

    .aid-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .aid-btn {
        width: 100%;
    }

    .aid-hero-caption,
    .aid-soft-card,
    .aid-benefit-group,
    .aid-fit-card,
    .aid-stat-card,
    .aid-stat-feature,
    .aid-final-cta-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aid-section-intro h2,
    .aid-section-heading h2,
    .aid-band-copy h2,
    .aid-final-cta-box h2 {
        font-size: clamp(26px, 7vw, 36px);
    }

    .aid-hero-copy h1 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 300px;
    }

    .aid-final-cta-box {
        padding: 40px 20px;
    }
}

@media (max-width: 560px) {
    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 240px;
    }

    .aid-soft-card h3,
    .aid-benefit-group h3,
    .aid-fit-card h3 {
        font-size: 20px;
    }
}