/* ============================================
   NP Advocacia Empresarial - Ultra Premium
   ============================================ */

:root {
    --color-primary: #0a0a0a;
    --color-primary-light: #111111;
    --color-primary-dark: #000000;
    --color-accent: #b8952f;
    --color-accent-light: #d4af37;
    --color-accent-dark: #9a7b1f;
    --color-accent-glow: rgba(184, 149, 47, 0.15);
    --color-white: #ffffff;
    --color-off-white: #faf9f6;
    --color-cream: #f5f0e8;
    --color-gray-50: #f7f6f3;
    --color-gray-100: #edeae4;
    --color-gray-200: #d8d4cc;
    --color-gray-300: #b8b4ac;
    --color-gray-400: #8a867d;
    --color-gray-500: #6b6760;
    --color-gray-600: #4a4740;
    --color-gray-700: #2e2c28;
    --color-gray-800: #1a1916;
    --color-gray-900: #0d0c0b;
    --color-text: #1a1916;
    --color-text-light: #5c584f;
    --color-text-on-dark: #ece9e3;
    --color-text-muted: #8a867d;

    --font-heading: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 24px 60px rgba(0, 0, 0, 0.2);
    --shadow-gold: 0 4px 24px rgba(184, 149, 47, 0.12);

    --radius-sm: 2px;
    --radius-md: 6px;
    --radius-lg: 10px;
    --radius-xl: 16px;

    --transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    --transition-slow: 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-white);
    line-height: 1.7;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition);
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   Cinematic Preloader
   ============================================ */
body.loading {
    overflow: hidden;
}

body.loading .hero-ornament,
body.loading .hero-name,
body.loading .hero-title-divider,
body.loading .hero-title-line,
body.loading .hero-title-accent,
body.loading .hero-subtitle,
body.loading .hero-actions,
body.loading .hero-scroll {
    animation-play-state: paused;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.preloader.done {
    display: none;
}

/* Curtains */
.curtain {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50.5%;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(184, 149, 47, 0.04) 0%, transparent 55%),
        linear-gradient(165deg, #0a0908 0%, #060504 50%, #08070500 100%),
        #060504;
    will-change: transform;
}

.curtain-left {
    left: 0;
    animation: curtainLeft 0.9s cubic-bezier(0.76, 0, 0.24, 1) forwards 5.1s;
}

.curtain-right {
    right: 0;
    animation: curtainRight 0.9s cubic-bezier(0.76, 0, 0.24, 1) forwards 5.1s;
}

.preloader-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(184, 149, 47, 0.09) 0%, transparent 60%);
    opacity: 0;
    animation: glowPulse 4.6s ease-in-out forwards 0.6s;
}

.preloader-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: innerOut 0.6s ease forwards 4.8s;
}

/* Scales */
.scales {
    width: min(250px, 66vw);
    height: auto;
    margin-bottom: 10px;
    overflow: visible;
    filter: drop-shadow(0 0 7px rgba(184, 149, 47, 0.28));
}

.dr {
    fill: none;
    stroke: #d4af37;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

/* Estrutura sobe de baixo para cima: base, coluna, capitel, fiel, pratos */
.dr-base    { animation: draw 0.3s ease-out forwards 0.1s; }
.dr-plinth  { animation: draw 0.4s ease-out forwards 0.28s; }
.dr-col-l   { animation: draw 0.45s ease-out forwards 0.5s; }
.dr-col-r   { animation: draw 0.45s ease-out forwards 0.55s; }
.dr-flute   { animation: draw 0.4s ease-out forwards 0.75s; }
.dr-cap     { animation: draw 0.35s ease-out forwards 0.95s; }
.dr-beam    { animation: draw 0.45s ease-out forwards 1.1s; }
.dr-fulcrum { animation: draw 0.3s ease-out forwards 1.4s; }
.dr-spire   { animation: draw 0.25s ease-out forwards 1.5s; }
.dr-chain-l { animation: draw 0.4s ease-out forwards 1.4s; }
.dr-chain-r { animation: draw 0.4s ease-out forwards 1.45s; }
.dr-rim-l   { animation: draw 0.35s ease-out forwards 1.68s; }
.dr-rim-r   { animation: draw 0.35s ease-out forwards 1.73s; }
.dr-bowl-l  { animation: draw 0.35s ease-out forwards 1.78s; }
.dr-bowl-r  { animation: draw 0.35s ease-out forwards 1.83s; }

.ring, .boss {
    fill: #d4af37;
    opacity: 0;
    animation: fadeInSoft 0.3s ease-out forwards 1.45s;
}

.boss { animation-delay: 1.55s; }

.finial {
    fill: #d4af37;
    opacity: 0;
    transform-box: view-box;
    transform-origin: 140px 26px;
    animation: finialPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.62s;
}

/* O fiel rotaciona no cutelo */
.beam-group {
    transform-box: view-box;
    transform-origin: 140px 48px;
    animation: beamSwing 1.6s cubic-bezier(0.37, 0, 0.63, 1) forwards 2.15s;
}

/* Os pratos pendem: sobem e descem sem inclinar */
.pan {
    transform-box: view-box;
}

.pan-l { animation: panLeft 1.6s cubic-bezier(0.37, 0, 0.63, 1) forwards 2.15s; }
.pan-r { animation: panRight 1.6s cubic-bezier(0.37, 0, 0.63, 1) forwards 2.15s; }

/* Letras que caem nos pratos */
/* Assenta acima do aro e dentro do vão das correntes: nada cruza a letra */
.letter {
    fill: url(#npGold);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    text-anchor: middle;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}

/* Pousa em 2.15s, exatamente quando o balanço começa */
.letter-n {
    animation:
        dropN 0.45s cubic-bezier(0.5, 0, 0.9, 0.35) forwards 1.7s,
        letterGlow 0.9s ease-out forwards 3.6s;
}

/* Pousa em 2.82s = 42% do balanço, sobre o prato ainda erguido */
.letter-p {
    animation:
        dropP 0.45s cubic-bezier(0.5, 0, 0.9, 0.35) forwards 2.37s,
        letterGlow 0.9s ease-out forwards 3.6s;
}

.preloader-divider {
    width: 0;
    height: 1px;
    margin: 14px 0 14px;
    background: linear-gradient(90deg, transparent, rgba(184, 149, 47, 0.7), transparent);
    animation: dividerIn 0.5s ease-out forwards 3.8s;
}

.preloader-text {
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    padding-left: 0.42em;
    opacity: 0;
    animation: textIn 0.6s ease forwards 4s;
}

@keyframes draw {
    to { stroke-dashoffset: 0; }
}

@keyframes fadeInSoft {
    to { opacity: 1; }
}

@keyframes finialPop {
    0%   { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes dropN {
    0%   { opacity: 0; transform: translate(-34px, -80px) scale(0.72) rotate(-22deg); }
    55%  { opacity: 1; }
    88%  { opacity: 1; transform: translate(0, 2px) scale(1.03) rotate(0deg); }
    100% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
}

@keyframes dropP {
    0%   { opacity: 0; transform: translate(34px, -80px) scale(0.72) rotate(22deg); }
    55%  { opacity: 1; }
    88%  { opacity: 1; transform: translate(0, 2px) scale(1.03) rotate(0deg); }
    100% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
}

@keyframes letterGlow {
    0%   { filter: drop-shadow(0 0 0 rgba(212, 175, 55, 0)); }
    45%  { filter: drop-shadow(0 0 9px rgba(212, 175, 55, 0.9)); }
    100% { filter: drop-shadow(0 0 3px rgba(212, 175, 55, 0.4)); }
}

/*
   Fiel e pratos são uma coreografia só e começam no instante em que o N pousa
   (2.15s) — um prato não pode afundar antes do peso chegar. O braço mede 88
   unidades, então o deslocamento vertical de cada prato é 88·sen(θ): é daí que
   saem os valores de panLeft/panRight, e é isso que mantém as correntes presas
   às pontas do fiel. Mexer num ângulo exige recalcular o par.
   18% o N faz a esquerda afundar; 42% o P pousa na direita erguida; o resto é
   a oscilação amortecida até o equilíbrio.
*/
@keyframes beamSwing {
    0%   { transform: rotate(0deg); }
    18%  { transform: rotate(-6.5deg); }
    30%  { transform: rotate(-5.4deg); }
    38%  { transform: rotate(-6.1deg); }
    42%  { transform: rotate(-6deg); }
    58%  { transform: rotate(4.8deg); }
    70%  { transform: rotate(-2.8deg); }
    80%  { transform: rotate(1.5deg); }
    88%  { transform: rotate(-0.8deg); }
    95%  { transform: rotate(0.3deg); }
    100% { transform: rotate(0deg); }
}

@keyframes panLeft {
    0%   { transform: translateY(0); }
    18%  { transform: translateY(9.96px); }
    30%  { transform: translateY(8.28px); }
    38%  { transform: translateY(9.35px); }
    42%  { transform: translateY(9.2px); }
    58%  { transform: translateY(-7.36px); }
    70%  { transform: translateY(4.3px); }
    80%  { transform: translateY(-2.3px); }
    88%  { transform: translateY(1.23px); }
    95%  { transform: translateY(-0.46px); }
    100% { transform: translateY(0); }
}

@keyframes panRight {
    0%   { transform: translateY(0); }
    18%  { transform: translateY(-9.96px); }
    30%  { transform: translateY(-8.28px); }
    38%  { transform: translateY(-9.35px); }
    42%  { transform: translateY(-9.2px); }
    58%  { transform: translateY(7.36px); }
    70%  { transform: translateY(-4.3px); }
    80%  { transform: translateY(2.3px); }
    88%  { transform: translateY(-1.23px); }
    95%  { transform: translateY(0.46px); }
    100% { transform: translateY(0); }
}

@keyframes dividerIn {
    to { width: 140px; }
}

@keyframes textIn {
    to { opacity: 1; }
}

@keyframes glowPulse {
    0%   { opacity: 0; }
    45%  { opacity: 1; }
    100% { opacity: 0.55; }
}

@keyframes innerOut {
    to { opacity: 0; transform: scale(1.06); }
}

@keyframes curtainLeft {
    to { transform: translateX(-100%); }
}

@keyframes curtainRight {
    to { transform: translateX(100%); }
}

@media (max-width: 480px) {
    .preloader-text { font-size: 0.58rem; letter-spacing: 0.32em; }
}

@media (prefers-reduced-motion: reduce) {
    .preloader { display: none; }
}

/* ============================================
   Navbar
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 24px 0;
    transition: all var(--transition);
}

.navbar.scrolled {
    background: rgba(5, 5, 5, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 0;
    box-shadow: 0 1px 0 rgba(184, 149, 47, 0.12);
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--color-white);
    z-index: 1001;
}

.brand-np {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-accent-light);
    letter-spacing: 0.08em;
}

.brand-divider {
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, transparent, rgba(184, 149, 47, 0.4), transparent);
}

.brand-text {
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar-menu a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    position: relative;
}

.navbar-menu a:hover {
    color: var(--color-white);
}

.navbar-menu a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 18px;
    right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-accent-light), transparent);
    transform: scaleX(0);
    transition: transform var(--transition);
}

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

.nav-cta {
    background: transparent !important;
    color: var(--color-accent-light) !important;
    font-weight: 600 !important;
    border: 1px solid rgba(184, 149, 47, 0.4) !important;
    border-radius: var(--radius-sm) !important;
    margin-left: 8px !important;
}

.nav-cta:hover {
    background: var(--color-accent-light) !important;
    color: var(--color-primary-dark) !important;
    border-color: var(--color-accent-light) !important;
}

.nav-cta::after {
    display: none !important;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    width: 26px;
    height: 1.5px;
    background: var(--color-white);
    transition: all var(--transition);
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================
   Hero
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(184, 149, 47, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(184, 149, 47, 0.03) 0%, transparent 40%),
        linear-gradient(160deg, #080806 0%, #0c0b08 30%, #0a0908 60%, #060604 100%);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(184, 149, 47, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 20%, rgba(184, 149, 47, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 90%, rgba(184, 149, 47, 0.02) 0%, transparent 40%);
}

.hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(184, 149, 47, 0.03) 0%, transparent 70%);
    animation: heroGlow 10s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.4) 0%, transparent 25%, transparent 75%, rgba(0,0,0,0.6) 100%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 140px 0 100px;
}

.hero-ornament {
    width: 120px;
    margin-bottom: 40px;
    color: var(--color-accent);
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.2s;
}

.hero-ornament svg {
    width: 100%;
    height: auto;
}

.hero-name {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(3.5rem, 9vw, 7rem);
    font-weight: 600;
    color: var(--color-white);
    line-height: 0.95;
    margin-bottom: 12px;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.35s;
    background: linear-gradient(135deg, #ffffff 0%, #f0e6cc 40%, var(--color-accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.01em;
}

.hero-title {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 32px;
}

.hero-title-line {
    display: block;
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.5s;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.hero-title-accent {
    color: var(--color-accent-light);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.65s;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
}

.hero-title-divider {
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, var(--color-accent-light), transparent);
    margin: 20px 0;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.45s;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.55);
    max-width: 480px;
    line-height: 1.9;
    margin-bottom: 48px;
    font-weight: 300;
    letter-spacing: 0.01em;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.8s;
}

.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 1s;
}

.hero-scroll {
    position: absolute;
    bottom: 48px;
    right: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 1.2s ease forwards 1.6s;
}

.hero-scroll span {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    writing-mode: vertical-rl;
}

.hero-scroll-line {
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, var(--color-accent), transparent);
    animation: scrollLine 2.5s ease-in-out infinite;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--transition);
}

.btn:hover::before {
    opacity: 1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent-dark) 100%);
    color: #0a0500;
    box-shadow: 0 2px 12px rgba(184, 149, 47, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(184, 149, 47, 0.35);
}

.btn-outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--color-white);
    transform: translateY(-2px);
}

.btn-full {
    width: 100%;
}

.btn svg {
    flex-shrink: 0;
}

/* ============================================
   Sections
   ============================================ */
.section {
    padding: 120px 0;
    position: relative;
}

.section-dark {
    background:
        linear-gradient(170deg, #0a0908 0%, #080706 40%, #0b0a07 70%, #070605 100%);
    color: var(--color-text-on-dark);
    position: relative;
}

.section-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(184, 149, 47, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 50%, rgba(184, 149, 47, 0.02) 0%, transparent 40%),
        radial-gradient(ellipse at 0% 100%, rgba(184, 149, 47, 0.015) 0%, transparent 35%);
    pointer-events: none;
}

.section-dark::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='rgba(184,149,47,0.015)' stroke-width='0.5'/%3E%3C/svg%3E");
    pointer-events: none;
}

.section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 20px;
    position: relative;
    padding-left: 48px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, var(--color-accent), transparent);
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--color-gray-900);
    letter-spacing: -0.01em;
}

.section-dark .section-title {
    color: var(--color-white);
}

.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
}

.section-header .section-label::before {
    display: none;
}

.section-header .section-label {
    padding-left: 0;
}

.section-description {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.9;
}

.section-dark .section-description {
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   About Section
   ============================================ */
.section-grid {
    display: grid;
    gap: 72px;
}

.section-grid-about {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}

.about-text {
    font-size: 1.02rem;
    color: var(--color-text-light);
    margin-bottom: 18px;
    line-height: 1.85;
}

.about-text strong {
    color: var(--color-text);
    font-weight: 600;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.stat-card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-md);
    padding: 32px 24px;
    text-align: center;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-accent-light), transparent);
    opacity: 0;
    transition: opacity var(--transition);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg), var(--shadow-gold);
    border-color: rgba(184, 149, 47, 0.2);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--color-accent-dark);
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-text-light);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ============================================
   Features / Estrutura
   ============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(184, 149, 47, 0.08);
    border-radius: var(--radius-md);
    padding: 36px 24px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-accent-light), transparent);
    transform: scaleX(0);
    transition: transform var(--transition);
}

.feature-card:hover {
    background: rgba(184, 149, 47, 0.04);
    border-color: rgba(184, 149, 47, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(184, 149, 47, 0.05);
}

.feature-card:hover::after {
    transform: scaleX(1);
}

.feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--color-accent-light);
    background: rgba(184, 149, 47, 0.06);
    border-radius: var(--radius-md);
    border: 1px solid rgba(184, 149, 47, 0.1);
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-card h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

/* ============================================
   Areas de Atuação
   ============================================ */
.areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.area-card {
    position: relative;
    background: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-md);
    padding: 40px 28px;
    transition: all var(--transition);
    overflow: hidden;
}

.area-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-accent-dark), var(--color-accent-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.area-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), var(--shadow-gold);
    border-color: transparent;
}

.area-card:hover::before {
    transform: scaleX(1);
}

.area-number {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--color-gray-50);
    position: absolute;
    top: 12px;
    right: 20px;
    line-height: 1;
    transition: color var(--transition);
}

.area-card:hover .area-number {
    color: rgba(184, 149, 47, 0.1);
}

.area-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 149, 47, 0.06);
    border: 1px solid rgba(184, 149, 47, 0.1);
    border-radius: var(--radius-md);
    margin-bottom: 22px;
    color: var(--color-accent-dark);
    transition: all var(--transition);
}

.area-card:hover .area-icon {
    background: linear-gradient(135deg, var(--color-accent-light), var(--color-accent-dark));
    border-color: transparent;
    color: var(--color-white);
    box-shadow: 0 4px 16px rgba(184, 149, 47, 0.25);
}

.area-icon svg {
    width: 22px;
    height: 22px;
}

.area-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-900);
    margin-bottom: 12px;
}

.area-card p {
    font-size: 0.88rem;
    color: var(--color-text-light);
    line-height: 1.75;
}

/* ============================================
   Office / Escritório
   ============================================ */
.office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.office-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.office-detail {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.office-detail-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 149, 47, 0.06);
    border: 1px solid rgba(184, 149, 47, 0.1);
    border-radius: var(--radius-md);
    color: var(--color-accent-light);
}

.office-detail-icon svg {
    width: 22px;
    height: 22px;
}

.office-detail h4 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 8px;
}

.office-detail p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

.office-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 420px;
    position: relative;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(184, 149, 47, 0.1);
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: var(--radius-lg);
    filter: invert(0.92) hue-rotate(180deg) saturate(0.3) brightness(0.6) contrast(1.3);
    transition: filter var(--transition-slow);
}

.office-map:hover .map-wrapper iframe {
    filter: invert(0.92) hue-rotate(180deg) saturate(0.35) brightness(0.65) contrast(1.25);
}

.map-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
}

.map-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.map-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(184, 149, 47, 0.12);
    pointer-events: none;
}

/* Pin */
.map-pin {
    position: relative;
    width: 36px;
    height: 36px;
    color: var(--color-accent-light);
    margin-bottom: 16px;
    animation: pinFloat 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.map-pin svg {
    width: 100%;
    height: 100%;
}

.map-pin-pulse {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 4px;
    background: rgba(184, 149, 47, 0.4);
    border-radius: 50%;
    animation: pinPulse 3s ease-in-out infinite;
}

/* Card */
.map-card {
    pointer-events: auto;
    background: rgba(8, 8, 8, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(184, 149, 47, 0.15);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    min-width: 260px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.map-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.map-card-badge {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-accent-light);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 149, 47, 0.1);
    border: 1px solid rgba(184, 149, 47, 0.2);
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.map-card-header h5 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.2;
}

.map-card-header p {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
    margin-top: 2px;
}

.map-card-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 149, 47, 0.2), transparent);
    margin-bottom: 14px;
}

.map-card-address {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 16px;
}

.map-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent-light);
    padding: 10px 18px;
    border: 1px solid rgba(184, 149, 47, 0.25);
    border-radius: var(--radius-sm);
    background: rgba(184, 149, 47, 0.06);
    transition: all var(--transition);
    pointer-events: auto;
}

.map-card-btn:hover {
    background: var(--color-accent-light);
    color: #0a0500;
    border-color: var(--color-accent-light);
    box-shadow: 0 4px 20px rgba(184, 149, 47, 0.3);
}

@keyframes pinFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes pinPulse {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.4; }
    50% { transform: translateX(-50%) scale(1.8); opacity: 0.1; }
}

/* ============================================
   Contact
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-md);
    padding: 28px;
    transition: all var(--transition);
    display: block;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--color-accent-light);
    opacity: 0;
    transition: opacity var(--transition);
}

.contact-card:hover {
    border-color: rgba(184, 149, 47, 0.2);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md), var(--shadow-gold);
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(184, 149, 47, 0.06);
    border: 1px solid rgba(184, 149, 47, 0.1);
    border-radius: var(--radius-md);
    color: var(--color-accent-dark);
    margin-bottom: 16px;
}

.contact-card-icon svg {
    width: 20px;
    height: 20px;
}

.contact-card h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-gray-900);
    margin-bottom: 8px;
}

.contact-card p {
    font-size: 0.88rem;
    color: var(--color-text-light);
    line-height: 1.65;
}

/* Form */
.contact-form {
    background: var(--color-white);
    border: 1px solid var(--color-gray-100);
    border-radius: var(--radius-md);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-gray-600);
    margin-bottom: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-text);
    background: var(--color-gray-50);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    transition: all var(--transition);
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--color-gray-400);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(184, 149, 47, 0.08);
    background: var(--color-white);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239e9a90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 44px;
}

.contact-form .btn {
    margin-top: 4px;
    padding: 18px 36px;
    font-size: 0.82rem;
}

/* ============================================
   Footer
   ============================================ */
.footer {
    background:
        radial-gradient(ellipse at 30% 0%, rgba(184, 149, 47, 0.025) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(184, 149, 47, 0.015) 0%, transparent 40%),
        linear-gradient(175deg, #0a0908 0%, #070605 50%, #090807 100%);
    color: var(--color-gray-400);
    padding: 72px 0 0;
    border-top: 1px solid rgba(184, 149, 47, 0.1);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0v60M0 30h60' stroke='rgba(184,149,47,0.012)' stroke-width='0.5'/%3E%3C/svg%3E");
    pointer-events: none;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.footer-logo .brand-np {
    font-size: 1.6rem;
}

.footer-logo .brand-divider {
    height: 24px;
}

.footer-logo .brand-text {
    font-size: 0.65rem;
}

.footer-description {
    font-size: 0.88rem;
    line-height: 1.75;
    color: var(--color-gray-500);
    margin-bottom: 16px;
}

.footer-registration {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-registration span {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--color-accent);
    opacity: 0.8;
}

.footer-reg-divider {
    width: 1px !important;
    height: 12px;
    background: rgba(184, 149, 47, 0.3) !important;
    display: inline-block;
}

.footer-links h4,
.footer-contact h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    font-size: 0.85rem;
    color: var(--color-gray-500);
    transition: all var(--transition);
    position: relative;
    padding-left: 0;
}

.footer-links a:hover {
    color: var(--color-accent-light);
    padding-left: 6px;
}

.footer-contact p {
    font-size: 0.85rem;
    line-height: 1.75;
    margin-bottom: 14px;
}

.footer-phones a {
    color: var(--color-accent-light);
    font-weight: 500;
}

.footer-phones a:hover {
    color: var(--color-white);
}

.footer-bottom {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    font-size: 0.75rem;
    color: var(--color-gray-600);
    letter-spacing: 0.02em;
}

.footer-credits {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: var(--color-gray-600);
}

.footer-credits span {
    white-space: nowrap;
}

.ndr-logo {
    width: 33px;
    height: 26px;
    flex-shrink: 0;
    opacity: 0.75;
    transition: opacity var(--transition);
}

.footer-credits:hover .ndr-logo {
    opacity: 1;
}

.ndr-link {
    display: flex;
    flex-direction: column;
    gap: 1px;
    transition: color var(--transition);
}

.ndr-name {
    font-weight: 600;
    color: var(--color-gray-400);
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    transition: color var(--transition);
}

.ndr-email {
    color: var(--color-gray-600);
    font-size: 0.68rem;
    transition: color var(--transition);
}

.ndr-link:hover .ndr-name {
    color: var(--color-white);
}

.ndr-link:hover .ndr-email {
    color: var(--color-gray-400);
}

/* ============================================
   Modals
   ============================================ */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(184, 149, 47, 0.03) 0%, transparent 50%),
        linear-gradient(170deg, #111110 0%, #0d0c0a 50%, #0f0e0c 100%);
    border: 1px solid rgba(184, 149, 47, 0.12);
    border-radius: var(--radius-lg);
    max-width: 640px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 48px;
    position: relative;
    transform: translateY(20px) scale(0.98);
    transition: transform 0.35s ease;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.modal-overlay.active .modal {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--color-gray-400);
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    line-height: 1;
}

.modal-close:hover {
    background: rgba(184, 149, 47, 0.15);
    border-color: rgba(184, 149, 47, 0.3);
    color: var(--color-white);
}

.modal h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 8px;
    padding-right: 40px;
}

.modal-body {
    margin-top: 24px;
}

.modal-body h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-accent-light);
    margin-top: 28px;
    margin-bottom: 10px;
}

.modal-body h3:first-child {
    margin-top: 0;
}

.modal-body p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
    margin-bottom: 8px;
}

.modal-body strong {
    color: rgba(255, 255, 255, 0.75);
}

.modal::-webkit-scrollbar {
    width: 4px;
}

.modal::-webkit-scrollbar-track {
    background: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background: rgba(184, 149, 47, 0.2);
    border-radius: 4px;
}

/* ============================================
   WhatsApp Float
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
    z-index: 999;
    transition: all var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
    color: white;
}

/* ============================================
   Reveal Animation
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Keyframes
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scrollLine {
    0% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.4); opacity: 0.4; }
    100% { transform: scaleY(1); opacity: 1; }
}

@keyframes heroGlow {
    0% { opacity: 0.2; transform: translate(0, 0); }
    100% { opacity: 0.5; transform: translate(-3%, 2%); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .section-grid-about {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .navbar-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        opacity: 0;
        visibility: hidden;
        transition: all var(--transition);
    }

    .navbar-menu.active {
        opacity: 1;
        visibility: visible;
    }

    .navbar-menu a {
        font-size: 1.1rem;
        padding: 14px 28px;
    }

    .hero-content {
        padding: 120px 0 80px;
    }

    .hero-scroll {
        display: none;
    }

    .section {
        padding: 80px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .areas-grid {
        grid-template-columns: 1fr;
    }

    .office-grid {
        grid-template-columns: 1fr;
    }

    .office-map {
        min-height: 320px;
    }

    .map-wrapper,
    .map-wrapper iframe {
        min-height: 320px;
    }

    .map-card {
        min-width: auto;
        margin: 0 16px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .about-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .brand-text {
        display: none;
    }

    .brand-divider {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 24px;
    }
}
