:root {
  --black: #080808;
  --ink: #111111;
  --paper: #f3f3f3;
  --white: #ffffff;
  --accent: #676767;
  --muted: #aaa8a3;
  --line: rgba(255,255,255,.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; line-height: .98; letter-spacing: -.055em; }
em { color: #bdbdbd; font-style: normal; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 88px; padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: white; background: rgba(5,5,5,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand, .footer-brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: clamp(210px, 20vw, 320px); height: auto; }
nav { display: flex; gap: 36px; font-size: .86rem; font-weight: 600; }
nav a { color: #d7d7d7; transition: color .2s; }
nav a:hover { color: white; }
.menu-button { display: none; border: 0; background: none; padding: 10px 0 10px 12px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 6px 0; background: white; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 25px; border-radius: 2px; background: white; color: var(--black); font-weight: 800; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #dedede; }
.button-small { min-height: 44px; padding: 0 19px; font-size: .8rem; }
.button.light { background: white; color: var(--black); }
.button.light:hover { background: #f0f0f0; }
.button.dark { background: var(--black); color: white; }
.button.dark:hover { background: #333; }

.hero { min-height: 720px; height: min(100svh, 56.25vw); position: relative; display: flex; align-items: center; overflow: hidden; background: #050505; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: contain; object-position: center center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 39%, rgba(0,0,0,.04) 76%), linear-gradient(0deg, rgba(0,0,0,.46), transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 52vw); margin-left: clamp(22px, 8vw, 130px); padding-top: 70px; }
.eyebrow, .section-number { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.eyebrow { color: #d7d7d7; }
.eyebrow span { width: 31px; height: 2px; background: #a3a3a3; }
.hero h1 { max-width: 720px; margin: 23px 0 25px; font-size: clamp(3.7rem, 6.1vw, 6.5rem); }
.hero-content > p { max-width: 610px; color: #ccc; font-size: clamp(1rem, 1.4vw, 1.19rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { color: #ddd; font-size: .85rem; font-weight: 700; border-bottom: 1px solid #777; padding-bottom: 4px; }
.hero-note { position: absolute; z-index: 2; right: clamp(22px, 5vw, 80px); bottom: 45px; display: flex; flex-direction: column; padding-left: 20px; border-left: 3px solid #aaa; }
.hero-note strong { font-size: .95rem; }
.hero-note span { font-size: .76rem; color: #b7b7b7; }

.section { padding: 120px clamp(22px, 7vw, 110px); }
.section-number { color: var(--accent); margin-bottom: 26px; }
.section h2 { max-width: 870px; font-size: clamp(2.7rem, 5vw, 5rem); }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 130px); background: var(--paper); }
.intro h2 { margin-bottom: 0; }
.intro-copy > p { max-width: 590px; color: #5f5e5a; font-size: 1.1rem; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 45px; border-top: 1px solid #d4d2cc; }
.benefit-grid article { padding: 30px 25px 18px 0; border-bottom: 1px solid #d4d2cc; }
.benefit-grid article:nth-child(even) { padding-left: 25px; border-left: 1px solid #d4d2cc; }
.benefit-grid article span { color: var(--accent); font-weight: 800; }
.benefit-grid h3 { margin: 16px 0 8px; font-size: 1rem; line-height: 1.3; }
.benefit-grid p { margin: 0; color: #6d6b67; font-size: .82rem; line-height: 1.55; }

.process { background: var(--black); color: white; }
.section-heading { max-width: 720px; margin-bottom: 65px; }
.section-heading > p, .horizontal > p { color: #969696; max-width: 540px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 100px 1fr; align-items: start; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s, background .25s; }
.steps li:hover { padding-left: 18px; background: rgba(255,255,255,.025); }
.process .section-number, .steps > li > span { color: #aaa; }
.steps > li > span { font-family: "Space Grotesk"; font-size: .82rem; }
.steps div { display: grid; grid-template-columns: minmax(200px, 1fr) 1.4fr; gap: 40px; }
.steps h3 { margin: 0; font-size: 1.25rem; }
.steps p { margin: 0; color: #999; max-width: 570px; }

.fleet { background: #e6e6e6; }
.horizontal { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.horizontal h2 { margin-bottom: 0; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.car-card { min-height: 610px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: #f8f8f6; border: 1px solid #dddcd7; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.car-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.car-card.featured { background: #161616; color: white; border-color: #161616; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: #7d7b76; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.featured .card-top { color: #999; }
.card-top b { color: var(--accent); }
.car-card h3 { margin-bottom: 3px; font-size: 1.5rem; }
.car-card p { color: #777; margin: 0; font-size: .85rem; }
.featured p { color: #aaa; }
.car-photo { width: calc(100% + 56px); aspect-ratio: 6 / 7; margin: 24px -28px 25px; overflow: hidden; background: #d6d6d6; }
.car-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.car-card:hover .car-photo img { transform: scale(1.025); }

.requirements { background: var(--paper); }
.requirements-panel { padding: clamp(35px, 6vw, 85px); background: #252525; color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); }
.requirements-panel .section-number { color: white; opacity: .72; }
.requirements-panel h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.requirements-panel p { color: #c9c9c9; max-width: 480px; }
.requirements-panel .button { margin-top: 28px; }
.requirements-panel ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.34); }
.requirements-panel li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.34); }
.requirements-panel li span { font-size: .74rem; opacity: .7; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; background: var(--paper); padding-top: 60px; }
.faq h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
.accordions { border-top: 1px solid #cccac4; }
details { border-bottom: 1px solid #cccac4; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--accent); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 690px; padding: 0 45px 24px 0; color: #686662; }

.location { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 100px); align-items: stretch; background: #e6e6e6; }
.location-copy { align-self: center; }
.location h2 { max-width: 560px; margin-bottom: 34px; font-size: clamp(2.7rem, 4.7vw, 5rem); }
.location .address { color: #555; font-size: 1.08rem; line-height: 1.7; }
.location .address strong { color: var(--black); font-size: 1.18rem; }
.location .phone { margin: 20px 0 30px; color: #666; }
.location .phone a { color: var(--black); font-weight: 800; }
.map-frame { min-height: 500px; overflow: hidden; border: 1px solid #c5c5c5; background: #d2d2d2; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); align-items: center; background: var(--paper); }
.contact-section h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.contact-options { border-top: 1px solid #c9c9c9; }
.contact-option { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 23px 0; border-bottom: 1px solid #c9c9c9; transition: padding-left .2s, background .2s; }
.contact-option:hover { padding-left: 14px; background: rgba(0,0,0,.025); }
.contact-icon { display: block; width: 48px; height: 48px; border-radius: 50%; }
.instagram-icon { border-radius: 12px; }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { font-size: 1.05rem; }
.contact-option small { color: #777; margin-top: 2px; }
.contact-option > b { font-size: 1.25rem; }

.final-cta { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 22px; background: linear-gradient(rgba(0,0,0,.76),rgba(0,0,0,.94)), url("assets/ryvo-frota.webp") center/cover; color: white; }
.final-cta h2 { font-size: clamp(3.4rem, 7vw, 7.5rem); margin: 25px 0; }
.final-cta p { color: #aaa; }
.final-cta .button { margin-top: 18px; }

footer { position: relative; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding: 65px clamp(22px, 7vw, 110px) 35px; background: var(--black); color: white; }
.footer-brand { align-self: start; max-width: 360px; }
.footer-brand img { display: block; width: 100%; height: auto; }
footer > div:not(.footer-brand) strong { color: #777; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
footer p, footer a { display: block; margin: 10px 0 0; color: #b9b9b9; font-size: .82rem; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); color: #666; }
.floating-actions { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.floating-contact { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 17px; background: white; color: var(--black); border-radius: 50px; box-shadow: 0 10px 35px rgba(0,0,0,.23); font-size: .78rem; }
.floating-icon { display: block; width: 27px; height: 27px; border-radius: 50%; }
.floating-icon.instagram-icon { border-radius: 7px; }
.floating-contact.secondary { background: #222; color: white; }

.redirect-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; background: var(--black); color: white; }
.redirect-card { width: min(100%, 540px); padding: clamp(34px, 7vw, 60px); border: 1px solid #343434; background: #121212; text-align: center; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.redirect-card img { display: block; width: min(100%, 360px); height: auto; margin: 0 auto 46px; }
.redirect-kicker { margin-bottom: 14px; color: #9d9d9d; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.redirect-card h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 8vw, 4rem); }
.redirect-card > p:not(.redirect-kicker) { margin: 0 auto 28px; color: #bdbdbd; }
.redirect-card .button { width: 100%; }
.redirect-back { display: inline-block; margin-top: 24px; color: #aaa; font-size: .82rem; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  nav, .site-header > .button { display: none; }
  .menu-button { display: block; }
  .site-header.open nav { position: absolute; display: flex; flex-direction: column; gap: 0; top: 74px; left: 0; width: 100%; padding: 15px 22px 25px; background: #090909; border-bottom: 1px solid #333; }
  .site-header.open nav a { padding: 14px 0; border-bottom: 1px solid #222; }
  .hero { min-height: 0; height: auto; display: block; padding-top: 74px; }
  .brand img { width: 190px; }
  .hero-image { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; opacity: 1; }
  .hero-shade { top: 74px; bottom: auto; height: calc(100vw * .5625); background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 42%); }
  .hero-content { width: auto; margin: 0; padding: 55px 22px 125px; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 5.5rem); }
  .hero-note { left: 22px; right: auto; bottom: 28px; }
  .intro, .faq, .location, .contact-section { grid-template-columns: 1fr; }
  .intro { gap: 50px; }
  .faq { gap: 35px; }
  .location { gap: 40px; }
  .map-frame, .map-frame iframe { min-height: 420px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .car-card { min-height: 570px; }
  .requirements-panel { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 82px 22px; }
  .hero-content > p { font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { align-self: flex-start; }
  .button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article:nth-child(even) { padding-left: 0; border-left: 0; }
  .steps li { grid-template-columns: 42px 1fr; }
  .steps div { grid-template-columns: 1fr; gap: 5px; }
  .horizontal { display: block; }
  .horizontal > p { margin-top: 25px; }
  .requirements { padding-left: 0; padding-right: 0; }
  .requirements-panel { padding-left: 22px; padding-right: 22px; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .floating-contact b { display: none; }
  .floating-contact { width: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
