/* TecnoSurf static landing - aligned with the main app content hub */

:root {
    --hub-ink: #173042;
    --hub-ink-deep: #0b1f2e;
    --hub-ink-soft: #2d4a5d;
    --hub-muted: #40586a;
    --hub-night: #102533;
    --hub-night-soft: #234254;
    --hub-accent: #c46b1d;
    --hub-accent-strong: #e39b3f;
    --hub-accent-soft: rgba(196, 107, 29, 0.12);
    --hub-highlight: #0f766e;
    --hub-highlight-soft: rgba(15, 118, 110, 0.12);
    --hub-blue-soft: rgba(37, 99, 235, 0.11);
    --hub-surface: #f8faf7;
    --hub-surface-alt: #eef3ee;
    --hub-card: rgba(255, 255, 255, 0.94);
    --hub-border: rgba(23, 48, 66, 0.12);
    --hub-border-strong: rgba(23, 48, 66, 0.2);
    --hub-shadow: 0 18px 42px rgba(23, 48, 66, 0.11);
    --hub-shadow-soft: 0 12px 30px rgba(23, 48, 66, 0.08);
    --hub-text-shadow: 0 2px 14px rgba(5, 16, 24, 0.38);
    --hub-text-glow: 0 0 24px rgba(227, 155, 63, 0.2);
    --hub-max: 1180px;
    --radius-card: 8px;
    --radius-panel: 12px;
    --font-ui: "Aptos", "Bahnschrift", "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
    --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 20px;
    --space-xl: 24px;
    --space-2xl: 32px;
    --space-3xl: 40px;
    --transition-fast: all 0.16s ease;
    --transition-base: all 0.24s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--hub-ink);
    background:
        linear-gradient(180deg, rgba(16, 37, 51, 0.98) 0 420px, rgba(237, 243, 239, 0.98) 420px 100%),
        var(--hub-surface);
    font-family: var(--font-ui);
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before {
    content: "";
    position: fixed;
    inset: 0 0 auto;
    height: 460px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
        linear-gradient(135deg, rgba(196, 107, 29, 0.18), rgba(15, 118, 110, 0.08));
    background-size: 40px 40px, 40px 40px, auto;
    pointer-events: none;
}

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

a {
    color: var(--hub-highlight);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover {
    color: var(--hub-accent);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #f59e0b;
    outline-offset: 3px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--hub-ink);
    font-family: var(--font-display);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
    text-wrap: balance;
}

h1 {
    font-size: clamp(3rem, 8vw, 5.6rem);
    font-weight: 900;
}

h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    color: var(--hub-ink-deep);
    font-weight: 900;
}

h3 {
    font-size: 1.25rem;
    color: var(--hub-ink-deep);
    font-weight: 850;
}

p {
    margin: 0;
    color: var(--hub-muted);
    font-size: 1rem;
    font-weight: 560;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px var(--space-lg);
    padding: 12px clamp(16px, 4vw, 38px);
    background: rgba(16, 37, 51, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 30px rgba(5, 16, 24, 0.18);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    color: #fff8ee;
}

.brand:hover {
    color: #fff8ee;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 8px;
    color: #fff8ee;
    background: linear-gradient(135deg, var(--hub-accent), var(--hub-highlight));
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    color: #fff8ee;
    font-weight: 900;
}

.brand-copy small {
    color: rgba(248, 250, 252, 0.72);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.top-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-left: auto;
}

.top-contact a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid rgba(254, 215, 170, 0.16);
    border-radius: 8px;
    color: rgba(255, 248, 238, 0.86);
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

.top-contact a:hover {
    color: #fff8ee;
    background: rgba(196, 107, 29, 0.22);
    border-color: rgba(254, 215, 170, 0.26);
    transform: translateY(-1px);
}

.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.menu a {
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(248, 250, 252, 0.78);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    line-height: 1.2;
}

.menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.menu .nav-app {
    color: #fff8ee;
    background: linear-gradient(135deg, var(--hub-accent), var(--hub-highlight));
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.24);
}

main {
    width: min(100% - 32px, var(--hub-max));
    margin: 0 auto;
    padding: 28px 0 70px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.78fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 44px;
}

.hero-content,
.hero-visual,
.cta-final {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-panel);
    box-shadow: 0 30px 80px rgba(12, 25, 36, 0.28);
}

.hero-content {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: clamp(26px, 5vw, 48px);
    color: #f7efe3;
    background:
        linear-gradient(145deg, rgba(16, 37, 51, 0.98), rgba(23, 48, 66, 0.96) 58%, rgba(35, 66, 84, 0.94)),
        linear-gradient(90deg, rgba(232, 166, 78, 0.08), transparent 36%);
}

.hero-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(38%, 300px);
    height: 100%;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16px),
        linear-gradient(90deg, transparent, rgba(232, 166, 78, 0.16));
    opacity: 0.58;
    pointer-events: none;
}

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

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(254, 215, 170, 0.2);
    border-radius: 8px;
    color: #fff2d9;
    background: rgba(196, 107, 29, 0.24);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(5, 16, 24, 0.18);
}

.eyebrow-dark {
    color: var(--hub-accent);
    background: var(--hub-accent-soft);
    border-color: rgba(196, 107, 29, 0.16);
}

.hero h1 {
    max-width: 12ch;
    color: #fff8ee;
    text-shadow: var(--hub-text-shadow), var(--hub-text-glow);
}

.hero-lead {
    max-width: 64ch;
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 4px solid var(--hub-accent-strong);
    border-radius: 0 8px 8px 0;
    color: rgba(255, 248, 238, 0.94);
    background: rgba(255, 255, 255, 0.08);
    font-size: clamp(1.06rem, 1.8vw, 1.22rem);
    font-weight: 650;
    line-height: 1.7;
    text-shadow: 0 1px 12px rgba(5, 16, 24, 0.34);
}

.hero-actions,
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn,
.section-action,
.btn-divulgation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #bb5e16, #e39b3f);
    box-shadow: 0 16px 30px rgba(196, 107, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-secondary,
.section-action,
.btn-divulgation {
    color: #fff8ee;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.btn:hover,
.section-action:hover,
.btn-divulgation:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(11, 26, 37, 0.2);
}

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

.hero-proof article {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.hero-proof strong {
    display: block;
    color: #fff6e9;
    font-size: 1.1rem;
    font-weight: 900;
    text-shadow: 0 1px 10px rgba(5, 16, 24, 0.28);
}

.hero-proof span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 248, 238, 0.86);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.hero-visual {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: #08141d;
}

.hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    filter: saturate(0.98) contrast(1.04);
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(5, 16, 24, 0.76));
}

.hero-visual-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-card);
    color: #fff8ee;
    background: rgba(16, 37, 51, 0.86);
    backdrop-filter: blur(14px);
}

.hero-visual-card strong {
    color: #fff8ee;
    font-size: 1.08rem;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(5, 16, 24, 0.32);
}

.hero-visual-card span {
    color: rgba(255, 248, 238, 0.88);
    font-weight: 650;
    line-height: 1.45;
}

.section {
    padding: 42px 0;
    border-top: 1px solid rgba(23, 48, 66, 0.08);
}

.section:first-of-type {
    border-top: none;
}

.section-head {
    max-width: 780px;
    margin-bottom: 20px;
}

.section-head-inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    max-width: none;
}

.section-head h2 {
    position: relative;
    padding-left: 18px;
    max-width: 16ch;
}

.section-head h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 6px;
    height: 1.35em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--hub-accent), var(--hub-highlight));
    box-shadow: 0 0 0 4px rgba(196, 107, 29, 0.08);
}

.section-head h2::after {
    content: "";
    display: block;
    width: min(180px, 46%);
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hub-accent-strong), rgba(15, 118, 110, 0.68));
}

.section-head p {
    margin-top: 10px;
    max-width: 68ch;
    color: var(--hub-ink-soft);
    font-size: clamp(1rem, 1.4vw, 1.11rem);
    font-weight: 620;
    line-height: 1.74;
}

.section-action {
    color: var(--hub-ink);
    background: rgba(255, 255, 255, 0.78);
    border-color: var(--hub-border);
    box-shadow: var(--hub-shadow-soft);
    white-space: nowrap;
}

.section-action:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--hub-accent), var(--hub-highlight));
}

.author-grid,
.social-grid,
.guide-grid,
.portfolio-grid,
.divulgation-grid,
.cta-features {
    display: grid;
    gap: 14px;
}

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

.social-grid,
.divulgation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-grid {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

.portfolio-grid,
.cta-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.author-card,
.social-card,
.guide-card,
.portfolio-card,
.divulgation-card,
.feature-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--hub-border);
    border-radius: var(--radius-card);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 247, 0.94));
    box-shadow: var(--hub-shadow-soft);
    transition: var(--transition-base);
}

.author-card::before,
.guide-card::before,
.portfolio-card::before,
.divulgation-card::before,
.feature-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--hub-accent), rgba(232, 166, 78, 0.2), var(--hub-highlight));
}

.author-card:hover,
.social-card:hover,
.guide-card:hover,
.portfolio-card:hover,
.divulgation-card:hover,
.feature-item:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.22);
    box-shadow: var(--hub-shadow);
}

.author-card:nth-child(2),
.guide-card:nth-child(3n + 2),
.divulgation-card:nth-child(2) {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(239, 246, 255, 0.94));
}

.author-card:nth-child(3),
.guide-card:nth-child(3n),
.divulgation-card:nth-child(3) {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(240, 253, 250, 0.94));
}

.card-kicker,
.tag,
.topic {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.48);
}

.card-kicker {
    margin-bottom: 14px;
    color: var(--hub-highlight);
    background: var(--hub-highlight-soft);
}

.author-card h3,
.guide-card h3,
.portfolio-card h3,
.divulgation-card h3 {
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: clamp(1.22rem, 1.8vw, 1.42rem);
    line-height: 1.16;
}

.author-card h3::after,
.guide-card h3::after,
.portfolio-card h3::after,
.divulgation-card h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hub-accent), var(--hub-highlight));
}

.author-card p,
.guide-card p,
.portfolio-card p,
.divulgation-card p,
.feature-item span:last-child {
    color: var(--hub-ink-soft);
    font-size: 0.99rem;
    font-weight: 585;
    line-height: 1.68;
}

.social-hub {
    margin-top: 24px;
}

.social-hub h3 {
    margin-bottom: 14px;
    font-family: var(--font-display);
    color: var(--hub-ink-deep);
    font-size: 1.65rem;
    font-weight: 900;
}

.social-card {
    display: grid;
    gap: 10px;
    color: var(--hub-ink);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 236, 0.94));
}

.social-icon,
.divulgation-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: var(--radius-card);
    color: #fff8ee;
    background: linear-gradient(135deg, var(--hub-night), var(--hub-highlight));
    font-size: 0.9rem;
    font-weight: 900;
}

.social-card h4 {
    margin: 0;
    color: var(--hub-ink-deep);
    font-size: 1.18rem;
    font-weight: 900;
}

.social-card p {
    margin: 0;
    color: var(--hub-ink-soft);
    font-weight: 580;
}

.social-cta,
.guide-card a,
.portfolio-card a {
    margin-top: auto;
    color: var(--hub-accent);
    font-weight: 950;
    text-decoration: underline;
    text-decoration-color: rgba(196, 107, 29, 0.28);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.social-cta::after,
.guide-card a::after,
.portfolio-card a::after {
    content: ">";
    margin-left: 8px;
}

.tag {
    margin-bottom: 14px;
    color: var(--hub-highlight);
    background: var(--hub-highlight-soft);
}

.tag.presupuestacion,
.tag.precios {
    color: var(--hub-accent);
    background: var(--hub-accent-soft);
}

.tag.planificacion,
.tag.territorio {
    color: #1d4ed8;
    background: var(--hub-blue-soft);
}

.tag.control,
.tag.acopio,
.tag.kpi,
.tag.tasacion {
    color: var(--hub-highlight);
    background: var(--hub-highlight-soft);
}

.guide-card {
    display: flex;
    flex-direction: column;
    min-height: 236px;
}

.guide-card:hover h3,
.portfolio-card:hover h3,
.divulgation-card:hover h3,
.social-card:hover h4 {
    color: var(--hub-highlight);
}

.gallery-section {
    border-top: none;
}

.gallery-preview-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 14px;
}

.gallery-preview-card {
    position: relative;
    display: flex;
    min-height: 280px;
    overflow: hidden;
    align-items: flex-end;
    border-radius: var(--radius-card);
    color: #fff;
    background: #101923;
    box-shadow: var(--hub-shadow);
}

.gallery-preview-card.is-wide {
    min-height: 360px;
}

.gallery-preview-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-preview-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(5, 16, 24, 0.9)),
        linear-gradient(90deg, rgba(5, 16, 24, 0.52), transparent 62%);
}

.gallery-preview-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 18px;
    margin: 0 14px 14px;
    border-left: 4px solid var(--hub-accent-strong);
    border-radius: 0 8px 8px 0;
    background: rgba(5, 16, 24, 0.42);
    backdrop-filter: blur(10px);
}

.gallery-preview-card strong {
    color: #fff8ee;
    font-size: clamp(1.12rem, 2vw, 1.44rem);
    font-weight: 950;
    line-height: 1.08;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.gallery-preview-card small {
    color: rgba(255, 248, 238, 0.9);
    font-weight: 900;
    line-height: 1.28;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.gallery-preview-card:hover {
    color: #fff;
}

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

.portfolio-section {
    padding-top: 38px;
}

.divulgation-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 18px;
}

.topic {
    color: var(--hub-muted);
    background: rgba(237, 243, 239, 0.84);
    font-weight: 900;
}

.divulgation-desc {
    color: var(--hub-ink-soft) !important;
    font-weight: 620;
}

.divulgation-card strong,
.feature-item strong {
    color: var(--hub-ink-deep);
    font-weight: 950;
}

.btn-divulgation {
    width: fit-content;
    color: #fff;
    background: linear-gradient(135deg, var(--hub-night), var(--hub-highlight));
}

.cta-final {
    overflow: hidden;
    margin-top: 34px;
    padding: clamp(24px, 5vw, 44px);
    color: #f8fbff;
    background:
        linear-gradient(135deg, rgba(23, 48, 66, 0.98), rgba(15, 118, 110, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px);
}

.cta-final h2,
.cta-final p {
    color: #fff8ee;
}

.cta-final .eyebrow {
    color: #fff2d9;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(254, 215, 170, 0.22);
}

.cta-final h2 {
    text-shadow: var(--hub-text-shadow);
}

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

.cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-content > p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(248, 251, 255, 0.9);
    font-size: clamp(1.04rem, 1.55vw, 1.18rem);
    font-weight: 650;
    line-height: 1.76;
    text-shadow: 0 2px 12px rgba(5, 16, 24, 0.28);
}

.btn-large {
    min-height: 54px;
    padding-inline: 22px;
}

.feature-item {
    display: flex;
    gap: 14px;
    margin-top: 6px;
    color: var(--hub-ink);
    background: rgba(255, 255, 255, 0.92);
}

.feature-item span:first-child {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: var(--radius-card);
    color: #fff;
    background: linear-gradient(135deg, var(--hub-accent), var(--hub-highlight));
    font-size: 0.82rem;
    font-weight: 900;
}

.feature-item span:last-child {
    font-weight: 620;
}

.footer {
    padding: 28px clamp(16px, 4vw, 38px) 46px;
    color: rgba(248, 250, 252, 0.72);
    background: var(--hub-night);
}

.footer-content {
    width: min(100%, var(--hub-max));
    margin: 0 auto;
    display: grid;
    gap: 8px;
}

.footer p,
.footer a {
    color: rgba(248, 250, 252, 0.72);
    font-weight: 620;
}

.footer a {
    font-weight: 900;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.footer .footer-contact a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid rgba(254, 215, 170, 0.14);
    border-radius: 8px;
    color: #fff8ee;
    background: rgba(255, 255, 255, 0.06);
    line-height: 1.15;
}

.footer a:hover {
    color: #fed7aa;
}

@media (max-width: 1080px) {
    .hero,
    .author-grid,
    .portfolio-grid,
    .cta-features {
        grid-template-columns: 1fr;
    }

    .hero-content,
    .hero-visual,
    .hero-visual img {
        min-height: 420px;
    }

    .gallery-preview-grid,
    .social-grid,
    .divulgation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body {
        background:
            linear-gradient(180deg, rgba(16, 37, 51, 0.98) 0 560px, rgba(237, 243, 239, 0.98) 560px 100%),
            var(--hub-surface);
    }

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

    .top-contact {
        width: 100%;
        justify-content: stretch;
        margin-left: 0;
    }

    .top-contact a {
        flex: 1 1 calc(50% - 6px);
        text-align: center;
    }

    .menu {
        width: 100%;
        justify-content: stretch;
    }

    .menu a {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }

    main {
        width: min(100% - 24px, var(--hub-max));
        padding-top: 18px;
    }

    .hero-content,
    .hero-visual,
    .hero-visual img {
        min-height: 0;
    }

    .hero-content {
        padding: 22px;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-proof,
    .gallery-preview-grid,
    .social-grid,
    .guide-grid,
    .divulgation-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btn,
    .section-action,
    .btn-divulgation {
        width: 100%;
    }

    .section {
        padding: 34px 0;
    }

    .section-head-inline {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-action {
        white-space: normal;
    }

    .gallery-preview-card,
    .gallery-preview-card.is-wide {
        min-height: 260px;
    }
}

@media (max-width: 480px) {
    .top-contact a,
    .menu a {
        flex-basis: 100%;
    }

    .author-card,
    .social-card,
    .guide-card,
    .portfolio-card,
    .divulgation-card,
    .feature-item {
        padding: 17px;
    }

    .hero-content {
        padding: 18px;
    }

    .hero-lead {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .topbar,
    .hero-visual,
    .cta-final,
    .footer {
        display: none;
    }

    body {
        color: #111;
        background: #fff;
    }
}
