/* === VARIABLES === */
:root {
    --bg:           #09090C;
    --surface:      #111118;
    --surface-2:    #18181F;
    --border:       #1C1C26;
    --border-2:     #252530;
    --gold:         #C9A97A;
    --gold-light:   #E5C99A;
    --gold-dim:     rgba(201, 169, 122, 0.12);
    --blue:         #4361EE;
    --blue-light:   #6B85F5;
    --blue-dim:     rgba(67, 97, 238, 0.12);
    --text:         #EFEFEF;
    --text-muted:   #B0B0C8;
    --text-subtle:  #3E3E52;
    --green:        #22C55E;
    --radius:       12px;
    --radius-lg:    20px;
    --font-display: 'Space Grotesk', sans-serif;
    --font-body:    'Inter', sans-serif;
    --ease:         cubic-bezier(0.4, 0, 0.2, 1);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* === LAYOUT === */
.container { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
section { padding: 100px 0; }

.accent-gold { color: var(--gold); }
.accent-blue { color: var(--blue-light); }

/* === NAV === */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 22px 0;
    transition: padding 0.3s var(--ease), background 0.3s var(--ease);
}
.nav.scrolled {
    background: rgba(9, 9, 12, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}
.nav-container {
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 28px;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.nav-logo-text {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.nav-logo-text .accent { color: var(--gold); }
.nav-links {
    display: flex;
    gap: 28px;
    margin-left: auto;
}
.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: color 0.25s var(--ease);
    position: relative;
    padding-bottom: 3px;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--gold);
    border-radius: 1px;
    transition: width 0.25s var(--ease);
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--text); }
.nav-cta {
    font-size: 13px;
    font-weight: 600;
    background: var(--blue);
    color: #fff;
    padding: 9px 20px;
    border-radius: 100px;
    transition: background 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
    white-space: nowrap;
}
.nav-cta:hover {
    background: var(--blue-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(67, 97, 238, 0.35);
}
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}
.nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: 0.25s var(--ease);
}
.nav-mobile {
    display: none;
    flex-direction: column;
    padding: 12px 28px 24px;
    border-top: 1px solid var(--border);
    background: rgba(9, 9, 12, 0.97);
    backdrop-filter: blur(24px);
}
.nav-mobile.open { display: flex; }
.nav-mobile-link {
    padding: 13px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
    transition: color 0.2s;
}
.nav-mobile-link:last-child { border-bottom: none; }
.nav-mobile-cta { color: var(--blue-light); font-weight: 600; margin-top: 6px; }

/* === HERO === */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 130px 0 80px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 60% at 10% 55%, rgba(201, 169, 122, 0.08) 0%, transparent 100%),
        radial-gradient(ellipse 45% 50% at 90% 15%, rgba(67, 97, 238, 0.10) 0%, transparent 100%),
        radial-gradient(ellipse 40% 40% at 50% 90%, rgba(67, 97, 238, 0.04) 0%, transparent 100%);
    pointer-events: none;
}
.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 100%);
    pointer-events: none;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border-2);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 32px;
}
.dot {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    animation: blink 2.5s infinite;
    flex-shrink: 0;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
.hero-title {
    font-size: clamp(42px, 7vw, 82px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.03;
    margin-bottom: 24px;
}
.hero-subtitle {
    font-size: clamp(15px, 2vw, 18px);
    color: var(--text-muted);
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 40px;
    max-width: 520px;
}
.hero-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 7px 14px;
    border-radius: 100px;
    transition: border-color 0.25s, color 0.25s;
}
.hero-badge:hover { border-color: var(--border-2); color: var(--text); }
.hero-badge svg { width: 14px; height: 14px; color: var(--gold); }
.hero-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-line {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollAnim 2.2s ease-in-out infinite;
    transform-origin: top;
}
@keyframes scrollAnim {
    0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
    45%  { opacity: 1; transform: scaleY(1); transform-origin: top; }
    55%  { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
    100% { opacity: 0; transform: scaleY(0); transform-origin: bottom; }
}

/* === BUTTONS === */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s var(--ease);
    border: none;
    white-space: nowrap;
}
.btn-primary {
    background: var(--gold);
    color: #09090C;
}
.btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201, 169, 122, 0.3);
}
.btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border-2);
}
.btn-ghost:hover { background: var(--surface); }
.btn-full { width: 100%; justify-content: center; }

/* === SECTION HEADER === */
.section-header { margin-bottom: 56px; text-align: center; }
.section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
.section-header h2 {
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.025em;
    margin-bottom: 12px;
}
.section-header p {
    font-size: 17px;
    color: var(--text-muted);
    max-width: 440px;
    line-height: 1.6;
    margin: 0 auto;
}

/* === SERVICES === */
.services { background: var(--surface); }
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.service-card {
    background: var(--surface);
    padding: 44px 40px;
    position: relative;
    transition: background 0.3s var(--ease);
    cursor: default;
}
.service-card:hover { background: var(--surface-2); }
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }
.service-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.service-icon.gold { background: var(--gold-dim); color: var(--gold); }
.service-icon.blue { background: var(--blue-dim); color: var(--blue-light); }
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.service-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}
.service-arrow {
    position: absolute;
    bottom: 28px;
    right: 32px;
    font-size: 18px;
    color: var(--text-subtle);
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s var(--ease);
}
.badge {
    display: inline-block;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(34, 197, 94, 0.08);
    color: var(--green);
    border: 1px solid rgba(34, 197, 94, 0.2);
    padding: 3px 10px;
    border-radius: 100px;
}

/* === PORTFOLIO === */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}
.portfolio-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.portfolio-card:hover {
    border-color: var(--border-2);
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.portfolio-featured {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
}
.portfolio-featured .portfolio-preview {
    width: 52%;
    flex-shrink: 0;
}
.portfolio-featured .mam-cover {
    height: 100%;
    min-height: 340px;
}
.portfolio-featured .portfolio-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfolio-mini {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.portfolio-mini:hover {
    border-color: var(--border-2);
    transform: translateY(-4px);
}
.portfolio-mini-thumb {
    width: 100%;
    height: 140px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg);
    flex-shrink: 0;
}
.portfolio-mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.3s var(--ease);
}
.portfolio-mini:hover .portfolio-mini-thumb img { transform: scale(1.04); }
.portfolio-mini h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.portfolio-mini p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.65;
    flex: 1;
}
.badge-private {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(201, 169, 122, 0.08);
    color: var(--gold);
    border: 1px solid rgba(201, 169, 122, 0.2);
    padding: 3px 10px;
    border-radius: 100px;
    width: fit-content;
}
.portfolio-preview { overflow: hidden; }
.mam-cover {
    position: relative;
    height: 280px;
    background: #0d0800;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mam-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.3s ease;
}
.mam-cover-img:hover { transform: scale(1.02); }
.mam-cover-fallback {
    display: none;
    text-align: center;
    padding: 24px;
}
.mam-cover.mam-fallback .mam-cover-img { display: none; }
.mam-cover.mam-fallback .mam-cover-fallback { display: block; }
.mam-tag-mock {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(201, 169, 122, 0.6);
    margin-bottom: 10px;
}
.mam-logo-mock {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}
.mam-sub-mock {
    font-size: 10px;
    letter-spacing: 0.22em;
    color: var(--gold);
}
.portfolio-info { padding: 28px 28px 32px; }
.portfolio-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.portfolio-tags span {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface-2);
    border: 1px solid var(--border);
    padding: 3px 10px;
    border-radius: 100px;
}
.portfolio-card h3 {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.portfolio-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}
.portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
    transition: gap 0.25s var(--ease), color 0.25s;
}
.portfolio-link:hover { gap: 10px; color: var(--gold-light); }
.portfolio-link svg { width: 14px; height: 14px; }

/* === PROCESS === */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.process-step {
    background: var(--surface);
    padding: 44px 36px;
    transition: background 0.3s var(--ease);
}
.process-step:hover { background: var(--surface-2); }
.step-num {
    display: block;
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    color: var(--gold);
    opacity: 0.4;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    transition: opacity 0.3s var(--ease);
}
.process-step:hover .step-num { opacity: 0.7; }
.process-step h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.process-step p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* === FAQ === */
.faq { background: var(--surface); }
.faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.faq-item { background: var(--surface); transition: background 0.2s; }
.faq-item.open { background: var(--surface-2); }
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }
.faq-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform 0.3s var(--ease), color 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--gold); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s var(--ease);
}
.faq-item.open .faq-a { max-height: 200px; }
.faq-a p {
    padding: 0 28px 22px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
}

/* === ABOUT === */
.about { background: var(--surface); }
.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: start;
}
.about-content .section-label { margin-bottom: 12px; }
.about-content h2 {
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}
.about-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 16px;
    font-weight: 400;
}
.about-content p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 14px;
}
.about-values {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.value {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 16px;
    border-left: 2px solid var(--gold);
}
.value strong {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-display);
    color: var(--text);
}
.value span {
    font-size: 13px;
    color: var(--text-muted);
}
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 52px;
}
.stat-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.stat-card:hover { border-color: var(--border-2); transform: translateY(-2px); }
.stat-number {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}
.stat-number.gold { color: var(--gold); }
.stat-number.blue { color: var(--blue-light); }
.stat-label { font-size: 12px; color: var(--text-muted); line-height: 1.45; }

/* === CONTACT === */
.contact-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.contact-inner h2 {
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.025em;
    margin: 12px 0 14px;
}
.contact-inner > p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.65;
}
.contact-email {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--gold);
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 10px 22px;
    border-radius: 100px;
    margin-bottom: 44px;
    transition: border-color 0.25s, background 0.25s;
}
.contact-email:hover { background: var(--surface-2); border-color: var(--gold); }
.contact-form-wrapper { text-align: left; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; font-weight: 500; color: var(--text-muted); letter-spacing: 0.02em; }
.form-group input,
.form-group select,
.form-group textarea {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 12px 16px;
    color: var(--text);
    font-family: var(--font-body);
    font-size: 14px;
    transition: border-color 0.25s var(--ease);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-subtle); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); }
.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%237A7A90' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    padding-right: 40px;
}
.form-group select option { background: var(--surface); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-success {
    display: none;
    text-align: center;
    padding: 56px 40px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}
.form-success.show { display: block; }
.success-icon {
    width: 52px;
    height: 52px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 18px;
}
.form-success h3 { font-size: 20px; margin-bottom: 8px; letter-spacing: -0.01em; }
.form-success p { font-size: 14px; color: var(--text-muted); }

/* === WHATSAPP FAB === */
.whatsapp-fab {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999;
    transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.55);
}
.whatsapp-fab svg { width: 28px; height: 28px; }

/* === FOOTER === */
.contact { padding-bottom: 48px; }
.footer {
    padding: 24px 0 32px;
    border-top: 1px solid var(--border);
}
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.footer-tagline { font-size: 13px; color: var(--text-muted); }
.footer-copy { font-size: 12px; color: var(--text-muted); }
.about-linkedin { margin-top: 28px; width: fit-content; }
.footer-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border-2);
    padding: 7px 14px;
    border-radius: 100px;
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.footer-linkedin:hover {
    border-color: #0A66C2;
    color: #4d94d4;
    background: rgba(10, 102, 194, 0.08);
}

/* === LOGO === */
.nav-logo-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

/* Punto de luz giratorio */
.nav-logo-wrap::before {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    width: 28px;
    height: 28px;
    background: radial-gradient(circle, rgba(255, 230, 120, 0.95) 0%, rgba(201, 169, 122, 0.5) 50%, transparent 100%);
    border-radius: 50%;
    filter: blur(5px);
    animation: orbit-light 4s linear infinite;
    pointer-events: none;
    z-index: 0;
}

/* Glow ambiente pulsante */
.nav-logo-wrap::after {
    content: '';
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(201, 169, 122, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: ambient-pulse 3s ease-in-out infinite;
    z-index: 0;
}

@keyframes orbit-light {
    from { transform: rotate(0deg) translateX(26px); }
    to   { transform: rotate(360deg) translateX(26px); }
}

@keyframes ambient-pulse {
    0%, 100% { opacity: 0.5; transform: scale(0.95); }
    50%       { opacity: 1;   transform: scale(1.05); }
}

.nav-logo-img {
    height: 64px;
    width: 64px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}
.logo-showcase {
    border-radius: var(--radius-lg);
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    aspect-ratio: 4/3;
}
.logo-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.stat-infinity {
    grid-column: 1 / -1;
    text-align: center;
}
.stat-inf-symbol {
    font-size: 56px !important;
    display: block;
    text-align: center;
    line-height: 1;
}
.footer-logo {
    display: flex;
    align-items: center;
}
.footer-logo-full {
    height: 300px;
    width: auto;
    object-fit: contain;
}

/* === REVEAL === */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
    transition-delay: var(--delay, 0s);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; gap: 52px; }
    .about-stats { padding-top: 0; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-featured { flex-direction: column; }
    .portfolio-featured .portfolio-preview { width: 100%; }
    .portfolio-featured .mam-cover { min-height: 220px; }
}

@media (max-width: 768px) {
    section { padding: 72px 0; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .whatsapp-fab { bottom: 20px; right: 20px; width: 50px; height: 50px; }
    .whatsapp-fab svg { width: 24px; height: 24px; }
    .nav-links, .nav-cta { display: none; }
    .nav-hamburger { display: flex; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { padding: 32px 28px; }
    .service-arrow { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .container { padding: 0 18px; }
    .hero-badges { gap: 8px; }
    .hero-badge { font-size: 11px; padding: 6px 12px; }
    .about-stats { grid-template-columns: 1fr 1fr; }
    .process-grid { grid-template-columns: 1fr; }
}
