@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
    --ink: #0b1016;
    --ink-soft: #151d26;
    --paper: #f4f1eb;
    --white: #ffffff;
    --muted: #68717b;
    --line: rgba(11,16,22,.13);
    --gold: #c7a46a;
    --gold-soft: #ddc79f;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 104px 0; }

.site-header {
    position: fixed;
    z-index: 20;
    inset: 0 0 auto;
    transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled, .site-header.solid {
    background: rgba(11,16,22,.94);
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--white); display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
    width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
    display: grid; place-items: center; font-family: "Libre Baskerville", Georgia, serif; font-size: 16px; letter-spacing: -.08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; color: rgba(255,255,255,.65); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.46); padding: 10px 18px; border-radius: 999px; }
.nav-cta.simple { color: #fff; text-decoration: none; font-size: 14px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.hero { min-height: 800px; position: relative; display: flex; align-items: flex-end; background: var(--ink); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url('../img/fabio-pereira-lima.webp') 68% center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(5,9,14,.94) 0%, rgba(5,9,14,.84) 22%, rgba(5,9,14,.62) 42%, rgba(5,9,14,.25) 63%, rgba(5,9,14,.10) 100%),
    linear-gradient(0deg, rgba(5,9,14,.40), rgba(5,9,14,.06)); }
.hero-content { position: relative; z-index: 2; padding-bottom: 84px; }
.hero-card { max-width: 560px; color: var(--white); 
    background:
        linear-gradient(180deg, rgba(5,9,14,.10) 0%, rgba(5,9,14,.20) 38%, rgba(5,9,14,.90) 100%),
        linear-gradient(90deg, rgba(5,9,14,.35) 0%, rgba(5,9,14,.18) 28%, rgba(5,9,14,.08) 58%, rgba(5,9,14,.18) 100%);
}
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 16px; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; }
.hero-text { max-width: 520px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-tags { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-tags span { border: 1px solid rgba(255,255,255,.18); background: rgba(11,16,22,.26); backdrop-filter: blur(6px); padding: 7px 11px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }

.section { padding: 104px 0; }

.site-header {
    position: fixed;
    z-index: 20;
    inset: 0 0 auto;
    transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
background:
        linear-gradient(
            180deg,
            rgba(5,9,14,.60) 0%,
            rgba(5,9,14,.72) 38%,
            rgba(5,9,14,.96) 100%
        ),
        linear-gradient(
            90deg,
            rgba(5,9,14,.72) 0%,
            rgba(5,9,14,.58) 28%,
            rgba(5,9,14,.48) 58%,
            rgba(5,9,14,.62) 100%
        );}
.site-header.scrolled, .site-header.solid {
    background: rgba(11,16,22,.94);
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--white); display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
    width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
    display: grid; place-items: center; font-family: "Libre Baskerville", Georgia, serif; font-size: 16px; letter-spacing: -.08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; color: rgba(255,255,255,.65); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.46); padding: 10px 18px; border-radius: 999px; }
.nav-cta.simple { color: #fff; text-decoration: none; font-size: 14px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.hero { padding: 128px 0 76px; background:
    radial-gradient(circle at top right, rgba(191, 154, 90, .12), transparent 32%),
    linear-gradient(135deg, #0b1016 0%, #0e1520 58%, #121c29 100%); }
.hero-shell { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: 40px; }
.hero-content { position: relative; z-index: 1; }
.hero-card { max-width: 640px; color: var(--white);     background:
        linear-gradient(180deg, rgba(5,9,14,.10) 0%, rgba(5,9,14,.20) 38%, rgba(5,9,14,.90) 100%),
        linear-gradient(90deg, rgba(5,9,14,.35) 0%, rgba(5,9,14,.18) 28%, rgba(5,9,14,.08) 58%, rgba(5,9,14,.18) 100%);
}
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 16px; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; }
.hero-text { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-tags { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-tags span { border: 1px solid rgba(255,255,255,.18); background: rgba(11,16,22,.26); backdrop-filter: blur(6px); padding: 7px 11px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.hero-portrait { justify-self: end; width: min(100%, 560px); border-radius: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 30px 70px rgba(0,0,0,.35); background: rgba(255,255,255,.03); }
.hero-portrait img { display: block; width: 100%; height: auto; object-fit: cover; }

.section { padding: 104px 0; }

.site-header {
    position: fixed;
    z-index: 20;
    inset: 0 0 auto;
    transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled, .site-header.solid {
    background: rgba(11,16,22,.94);
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--white); display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
    width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
    display: grid; place-items: center; font-family: "Libre Baskerville", Georgia, serif; font-size: 16px; letter-spacing: -.08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; font-weight: 400; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; color: rgba(255,255,255,.65); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.46); padding: 10px 18px; border-radius: 999px; }
.nav-cta.simple { color: #fff; text-decoration: none; font-size: 14px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.hero { min-height: 790px; position: relative; display: flex; align-items: flex-end; background: var(--ink); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url('../img/fabio-pereira-lima.webp') center 32% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,14,.86) 0%, rgba(5,9,14,.57) 40%, rgba(5,9,14,.10) 72%, rgba(5,9,14,.16) 100%), linear-gradient(0deg, rgba(5,9,14,.48), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 84px; }
.hero-card { max-width: 655px; color: var(--white);     background:
        linear-gradient(180deg, rgba(5,9,14,.10) 0%, rgba(5,9,14,.20) 38%, rgba(5,9,14,.90) 100%),
        linear-gradient(90deg, rgba(5,9,14,.35) 0%, rgba(5,9,14,.18) 28%, rgba(5,9,14,.08) 58%, rgba(5,9,14,.18) 100%);
}
.eyebrow { margin: 0 0 18px; color: var(--gold-soft); text-transform: uppercase; letter-spacing: .2em; font-size: 16px; font-weight: 700; }
.eyebrow.dark { color: #7e6843; }
h1, h2, h3 { font-family: "Libre Baskerville", Georgia, serif; line-height: 1.16; }
.hero h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; }
.hero-text { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 2px; text-decoration: none; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, border .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #101216; }
.btn-primary:hover { background: #d4b47f; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.35); margin-top: 30px; }
.btn-full { width: 100%; }
.hero-tags { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-tags span { border: 1px solid rgba(255,255,255,.18); background: rgba(11,16,22,.26); backdrop-filter: blur(6px); padding: 7px 11px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); font-weight: 400; letter-spacing: -.025em; }
.section-heading.centered { max-width: 820px; margin: 0 auto 56px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 680px; margin: 20px auto 0; color: var(--muted); }
.intro-copy { font-size: 18px; color: #414953; }
.intro-copy p:first-child { margin-top: 0; }
.signature-line { margin-top: 35px; border-top: 1px solid var(--line); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }
.signature-line strong { color: var(--ink); }
.signature-line span { color: var(--muted); }

.areas { background: #fff; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card { min-height: 330px; background: #f7f5f0; border: 1px solid #e9e4db; padding: 30px 28px; display: flex; flex-direction: column; }
.area-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.card-number { font-size: 12px; letter-spacing: .16em; color: #9a8055; }
.area-card h3 { margin: auto 0 18px; font-size: 25px; font-weight: 400; }
.area-card p { margin: 0; color: #5e6670; font-size: 14px; }
.area-card.featured p { color: rgba(255,255,255,.66); }

.transport { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.transport::before { content:"FPL"; position:absolute; right:-45px; top:-120px; font-family:"Libre Baskerville",serif; font-size:340px; color:rgba(255,255,255,.025); letter-spacing:-.09em; }
.transport-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.transport-copy h2 { margin: 0 0 25px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; }
.transport-copy p { color: rgba(255,255,255,.68); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; color: var(--gold-soft); text-decoration: none; font-weight: 700; }
.transport-list { border-top: 1px solid rgba(255,255,255,.16); }
.transport-list div { display: grid; grid-template-columns: 50px 1fr; gap: 12px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.16); }
.transport-list span { color: var(--gold-soft); font-size: 11px; letter-spacing: .14em; }
.transport-list p { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: 17px; }

.method { background: #e9e4db; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(11,16,22,.2); }
.steps article { padding: 34px 38px 0 0; min-height: 190px; border-right: 1px solid rgba(11,16,22,.14); margin-right: 38px; }
.steps article:last-child { border-right: 0; margin-right: 0; }
.steps span { font-size: 11px; color: #8a7148; letter-spacing: .12em; }
.steps h3 { font-size: 24px; margin: 45px 0 10px; font-weight: 400; }
.steps p { color: #626a73; margin: 0; font-size: 14px; }

.contact { background: #121922; color: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy h2 { font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; margin: 0 0 20px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); max-width: 480px; }
.contact-details { margin-top: 40px; display: grid; gap: 22px; }
.contact-details div { display: flex; flex-direction: column; }
.contact-details small { color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; margin-bottom: 4px; }
.contact-details a, .contact-details span { color: #fff; text-decoration: none; }
.contact-form { background: #fff; color: var(--ink); padding: 38px; }
.contact-form label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 18px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #cfd2d5; background: transparent; padding: 11px 0; color: var(--ink); outline: none; border-radius: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-bottom-color: #846c45; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.consent { font-size: 11px; color: #727981; margin: 0 0 18px; }
.form-message { padding: 13px 15px; margin-bottom: 20px; font-size: 13px; }
.form-message p { margin: 0 0 5px; }
.form-message p:last-child { margin-bottom: 0; }
.form-message.success { background: #edf7ee; color: #215a29; }
.form-message.error { background: #fff1ef; color: #8b3029; }
.hp-field { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

.site-footer { background: #080c11; color: rgba(255,255,255,.62); padding: 44px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: #fff; }
.footer-brand > div { display: flex; flex-direction: column; line-height: 1.25; }
.footer-brand strong { font-family: "Libre Baskerville", serif; font-size: 14px; font-weight: 400; }
.footer-brand small { text-transform: uppercase; letter-spacing: .2em; font-size: 9px; color: rgba(255,255,255,.45); }
.footer-meta p { margin: 3px 0; font-size: 11px; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.66); text-decoration: none; font-size: 11px; }
.legal-note { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.privacy-page { background: #f4f1eb; }
.privacy-main { padding: 150px 0 90px; }
.prose { max-width: 820px; }
.prose h1 { font-size: clamp(42px, 6vw, 68px); font-weight: 400; margin: 0 0 30px; }
.prose h2 { font-size: 24px; margin: 40px 0 12px; font-weight: 400; }
.prose p { color: #505862; }
.privacy-disclaimer { background: #fff; padding: 18px 20px; border-left: 3px solid var(--gold); margin: 30px 0; }

@media (max-width: 960px) {
    .section { padding: 82px 0; }
    .hero { min-height: 760px; }
    .hero-photo { background-position: 58% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(5,9,14,.88) 0%, rgba(5,9,14,.7) 50%, rgba(5,9,14,.22) 100%); }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .split-grid, .transport-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .steps article { margin-right: 22px; padding-right: 22px; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--max)); }
    .header-inner { min-height: 72px; }
    .brand-copy { display: none; }
    .brand-mark { width: 42px; height: 42px; }
    .menu-toggle { display: block; }
    .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 18px 20px 25px; background: rgba(11,16,22,.98); flex-direction: column; align-items: flex-start; gap: 18px; }
    .main-nav.open { display: flex; }
    .hero { padding: 110px 0 54px; }
    .hero h1 { font-size: 43px; }
    .hero-text { font-size: 16px; }
    .hero-tags { display: none; }
    .hero-portrait { border-radius: 22px; }
    .section { padding: 70px 0; }
    .section-heading h2 { font-size: 37px; }
    .cards-grid { grid-template-columns: 1fr; }
    .area-card { min-height: 270px; }
    .transport-grid { gap: 45px; }
    .steps { grid-template-columns: 1fr; }
    .steps article { border-right: 0; border-bottom: 1px solid rgba(11,16,22,.14); margin: 0; padding: 28px 0; min-height: auto; }
    .steps h3 { margin-top: 22px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 26px 22px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
}


.heroi {
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
}

.heroi-texto {
    width: 45%;
    text-align: center;
    padding-bottom: 40px;
}


/* ===== Atualização: hero com imagem institucional + assessoria jurídica com retrato ===== */
.hero {
    min-height: 860px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: stretch;
    background: #0b1016;
    overflow: hidden;
}
.hero-photo {
    position: absolute;
    inset: 0;
    background: url('../img/officefabio.png') center 60% / cover no-repeat;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5,9,14,.10) 0%, rgba(5,9,14,.20) 38%, rgba(5,9,14,.90) 100%),
        linear-gradient(90deg, rgba(5,9,14,.35) 0%, rgba(5,9,14,.18) 28%, rgba(5,9,14,.08) 58%, rgba(5,9,14,.18) 100%);
}
.hero-bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;

    align-items: flex-end; /* joga o conteúdo para a base */

    min-height: 860px;
    padding: 150px 0 45px;
}

.hero-bottom-inner {
    width: 100%;
    display: flex;

    justify-content: center; /* centraliza horizontalmente */
    align-items: flex-end;
}

.hero-card {
    max-width: 640px;
    width: 100%;
    color: var(--white);

    padding-right: 0;

    text-align: center;
}

.hero h1 {
    margin: 0;
    font-size: clamp(42px, 4.8vw, 70px);
    font-weight: 400;
    letter-spacing: -.035em;
}
.hero-text {
    max-width: 600px;
    margin: 22px auto 0;
    color: rgba(255,255,255,.84);
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.hero-tags {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}
.hero-tags span {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(11,16,22,.28);
    backdrop-filter: blur(6px);
    padding: 7px 11px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 56px;
    align-items: center;
}
.intro-photo {
    overflow: hidden;
    border-radius: 26px;
    background: #dfe4ea;
    box-shadow: 0 24px 60px rgba(12, 18, 24, .12);
}
.intro-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.intro-copy h2 {
    margin: 0 0 22px;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    letter-spacing: -.025em;
}
.intro-copy p {
    font-size: 18px;
    color: #414953;
}
.signature-line {
    margin-top: 35px;
    border-top: 1px solid var(--line);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}
.signature-line strong { color: var(--ink); }
.signature-line span { color: var(--muted); }

@media (max-width: 1024px) {
    .hero,
    .hero-bottom { min-height: 760px; }
    .hero-bottom { padding: 132px 0 28px; }
    .hero-card { max-width: 580px; }
    .intro-grid,
    .split-grid,
    .transport-grid,
    .contact-grid { grid-template-columns: 1fr; gap: 46px; }
    .intro-photo { max-width: 580px; }
}

@media (max-width: 820px) {
    .hero,
    .hero-bottom { min-height: 720px; }
    .hero-photo { background-position: center 18%; }
    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(5,9,14,.14) 0%, rgba(5,9,14,.28) 42%, rgba(5,9,14,.94) 100%),
            linear-gradient(90deg, rgba(5,9,14,.20) 0%, rgba(5,9,14,.10) 100%);
    }
    .hero-bottom { padding: 116px 0 22px; }
    .hero-card {
        max-width: 100%;
        padding-right: 0;
    }
    .hero h1 { font-size: 38px; }
    .hero-text { font-size: 16px; max-width: 100%; }
    .hero-actions { gap: 10px; }
    .hero-tags { display: none; }
    .btn { min-height: 48px; padding: 0 18px; font-size: 13px; }
    .intro-grid { gap: 30px; }
    .intro-copy p { font-size: 16px; }
}

@media (max-width: 560px) {
    .hero,
    .hero-bottom { min-height: 690px; }
    .hero-photo { background-position: center 12%; }
    .hero-bottom { padding: 108px 0 18px; }
    .hero h1 { font-size: 33px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn, .btn-primary, .btn-ghost { width: 100%; }
    .intro-photo { border-radius: 22px; }
    .signature-line {
        flex-direction: column;
        align-items: flex-start;
    }
}
