:root {
  --ink: #191b1a;
  --ink-soft: #303433;
  --muted: #626663;
  --line: #d8d5ce;
  --paper: #f3f0e9;
  --white: #fff;
  --accent: #007d79;
  --accent-deep: #075b58;
  --accent-pale: #d7e9e5;
  --earth: #b65332;
  --earth-deep: #81331d;
  --sand: #cfb890;
  --max: 1216px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
::selection { background: var(--accent-pale); color: var(--ink); }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 20; padding: 11px 14px; background: var(--white); color: var(--ink); }

.site-header { height: 112px; padding: 0 max(5.4%, calc((100% - var(--max)) / 2)); display: flex; align-items: center; gap: 32px; background: rgba(255,255,255,.96); border-bottom: 1px solid #dedbd4; position: sticky; top: 0; z-index: 10; }
.brand { width: 190px; height: 100px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; display: block; object-fit: contain; mix-blend-mode: multiply; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #364042; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: color .2s ease; }
.site-header nav a:hover { color: var(--accent); }
.menu-button { display: none; }
.site-header.menu-open nav { display: flex; }

.button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--accent); background: var(--accent); color: var(--white); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--accent-deep); border-color: var(--accent-deep); transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 1; font-weight: 400; }
.button-small { min-height: 38px; padding: 0 14px; font-size: 11px; }

.hero { min-height: 620px; position: relative; overflow: hidden; padding: 98px max(10.8%, calc((100% - 1080px) / 2)) 84px; background: #f7f7f5; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; left: max(10.8%, calc((100% - 1080px) / 2)); right: max(10.8%, calc((100% - 1080px) / 2)); bottom: 63px; height: 1px; background: #d9ddda; }
.hero::after,.hero-grid { display: none; }
.hero-content { position: relative; z-index: 1; max-width: 710px; }
.eyebrow, .section-label { margin: 0 0 21px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.eyebrow i { height: 8px; width: 8px; background: var(--accent); border-radius: 50%; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 26px; font-size: clamp(43px, 5.25vw, 75px); font-weight: 700; line-height: 1.06; letter-spacing: -.061em; }
h1 em { font-style: normal; color: var(--accent); }
.hero-copy { max-width: 535px; margin-bottom: 0; color: #536062; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.text-link { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.text-link:hover { color: var(--accent); }
.text-link span { margin-left: 9px; font-size: 17px; }
.hero-panel { position: absolute; top: 76px; right: max(7%, calc((100% - 1160px) / 2)); width: 315px; min-height: 395px; padding: 27px; background: var(--ink); color: var(--white); border-top: 5px solid var(--accent); }
.hero-panel { animation: panel-in .75s cubic-bezier(.2,.8,.2,1) both; }
.hero-panel-image { height: 446px; min-height: 0; padding: 0; border-top: 5px solid var(--accent); background: var(--ink); animation: panel-in .75s cubic-bezier(.2,.8,.2,1) both; }.hero-panel-image picture { display: block; width: 100%; height: 100%; }.hero-panel-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.panel-index { display: block; color: #aeb8b5; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.hero-panel strong { display: block; margin: 55px 0 48px; font: 600 45px/.98 "Manrope", sans-serif; letter-spacing: -.07em; }.hero-panel strong i { color: #71c8c0; font-style: normal; }
.panel-list { border-top: 1px solid #4a504d; }.panel-list span { display: block; padding: 10px 0; border-bottom: 1px solid #4a504d; color: #cdd5d2; font-size: 10px; line-height: 1.3; }.hero-panel p { margin: 19px 0 0; color: #72c7c0; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-footer { position: absolute; bottom: 26px; left: max(10.8%, calc((100% - 1080px) / 2)); right: max(10.8%, calc((100% - 1080px) / 2)); display: flex; justify-content: space-between; color: #6a7474; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-ledger { display: flex; gap: 0; margin-top: 47px; border-top: 1px solid #cfd4d1; width: 535px; }.hero-ledger div { display: flex; gap: 10px; width: 33.333%; padding: 12px 12px 0 0; color: #444c4a; font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .05em; text-transform: uppercase; }.hero-ledger b { color: var(--accent); font: 700 11px "Manrope", sans-serif; }
@keyframes panel-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.section { padding: 112px max(10.8%, calc((100% - 1080px) / 2)); }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: start; gap: 9%; }
.intro h2, .section-top h2, .process h2, .faq h2 { margin: 0; font-size: clamp(31px, 3.35vw, 49px); font-weight: 700; line-height: 1.14; letter-spacing: -.052em; }
.intro p, .section-top > p { color: var(--muted); font-size: 15px; line-height: 1.76; }
.intro p + p { margin-top: 16px; }
.flow-cards { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: stretch; gap: 13px; margin-top: 65px; padding: 24px; background: #202625; color: #fff; border-top: 4px solid var(--accent); }
.flow-cards article { min-height: 190px; display: flex; flex-direction: column; padding: 19px 18px; border: 1px solid #48504d; background: #292f2d; }
.flow-cards article.flow-card-main { background: #0b6865; border-color: #4aa9a2; }
.flow-kicker { margin-bottom: auto; color: #9aaba7; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.flow-card-main .flow-kicker { color: #bce6e1; }
.flow-cards article b { max-width: 210px; margin: 24px 0 10px; font: 600 18px/1.16 "Manrope", sans-serif; letter-spacing: -.035em; }.flow-cards article p { margin: 0; color: #b9c2bf; font-size: 12px; line-height: 1.55; }.flow-card-main p { color: #d4eeeb !important; }.flow-connector { display: grid; place-items: center; align-self: center; color: #70c7c0; font-size: 25px; }

.services { position: relative; overflow: hidden; background: #171b1a; border-top: 1px solid #303735; color: #fff; }.services::before { content: "GN / CAPACIDADES"; position: absolute; top: 38px; right: max(7%, calc((100% - 1080px) / 2)); color: #4f5d59; font: 700 10px "Manrope", sans-serif; letter-spacing: .2em; }.services .section-label { color: #86a19d; }.services .section-top h2 { color: #fff; }.services .section-top > p { color: #aebbb8; }
.section-top { display: flex; justify-content: space-between; gap: 46px; margin-bottom: 47px; }
.section-top > div { max-width: 695px; }
.section-top > p { width: 245px; margin: 31px 0 0; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 342px; padding: 25px; display: flex; flex-direction: column; border: 1px solid #3f4845; border-top: 5px solid var(--accent); background: #232927; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { border-color: #83c3bd; transform: translateY(-5px); box-shadow: 0 17px 34px rgba(0,0,0,.26); }
.service-card > span { color: #7a8584; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.service-card.earth { border-top-color: #bd9b62; background: #383128; }.service-card.dark { border-color: #3f4845; border-top-color: #6fc1ba; background: #202624; color: var(--white); }.service-card.dark:hover { border-color: var(--accent); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: auto 0 25px; border: 1px solid #a7c9c5; border-radius: 50%; color: var(--accent); font-size: 26px; }
.dark .service-icon { border-color: rgba(113,192,186,.65); color: #79c9c2; }
.service-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.22; letter-spacing: -.035em; }
.service-card p { margin: 0; color: #b8c3c0; font-size: 13px; line-height: 1.65; }
.dark p { color: #c2cdca; }
.service-foot { display: flex; justify-content: space-between; margin-top: auto; padding-top: 19px; border-top: 1px solid #d9dcd8; color: #5f6867; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.service-foot b { color: var(--accent); font-size: 17px; line-height: .5; }.earth .service-foot { border-color: #d5c2a7; color: #795841; }.earth .service-foot b { color: var(--earth); }.dark .service-foot { border-color: rgba(255,255,255,.15); color: #c2cdca; }.dark .service-foot b { color: #79c9c2; }
.service-card:nth-child(1) { animation: card-rise .65s .05s both; }.service-card:nth-child(2) { animation: card-rise .65s .15s both; }.service-card:nth-child(3) { animation: card-rise .65s .25s both; } @keyframes card-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Activity cards: shared rhythm and clearer hierarchy */
.services .section-top { align-items: end; }
.services .section-top h2 { max-width: 720px; }
.service-card { min-height: 385px; }
.service-card > span { display: inline-flex; align-items: center; gap: 9px; }
.service-card > span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .85; }
.service-card.earth > span { color: #c9aa77; }
.service-card.dark > span { color: #8ac9c3; }
.service-card h3 { max-width: 300px; }
.service-card p { max-width: 320px; }
.service-icon { margin-top: auto; }

.coverage { min-height: 505px; padding: 104px max(10.8%, calc((100% - 1080px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; background: var(--ink-soft); color: var(--white); border-top: 6px solid var(--earth); }
.section-label.light { color: #b7c3c1; }
.coverage-copy { max-width: 545px; }
.coverage h2 { margin: 0 0 20px; font: 700 clamp(31px, 3.5vw, 50px)/1.12 "Manrope", sans-serif; letter-spacing: -.054em; }
.coverage p { max-width: 470px; color: #c0cbc8; font-size: 15px; line-height: 1.75; }
.button-light { border-color: var(--white); background: var(--white); color: var(--accent-deep); }
.button-light:hover { border-color: #d3edeb; background: #d3edeb; }
.coverage-map { position: relative; width: 100%; max-width: 470px; min-height: 390px; margin: auto; padding: 17px 20px 12px; background: #fff; border: 1px solid #17201f; overflow: hidden; }
.coverage-map::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 40%, rgba(0,125,121,.08) 50%, transparent 60%); transform: translateX(-100%); animation: map-scan 6s ease-in-out infinite; }
.map-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #283432; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.map-heading b { color: #007d79; }
.argentina-map-wrap { position: relative; height: 337px; margin-top: 5px; }
.argentina-map { display: block; width: 100%; height: 337px; object-fit: contain; filter: grayscale(1) brightness(.22) contrast(1.35); opacity: .94; mix-blend-mode: multiply; }
.region-tag { position: absolute; display: flex; flex-direction: column; gap: 3px; padding: 7px 9px; background: #82d0c8; color: #123331; font-size: 10px; font-weight: 700; line-height: 1.1; box-shadow: 0 0 0 4px rgba(0,125,121,.12); animation: region-pulse 3.4s ease-in-out infinite; }
.region-tag i { color: #24514d; font-size: 8px; font-style: normal; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.region-nq { left: 23%; top: 56%; }
.map-legend { position: relative; z-index: 1; display: flex; justify-content: flex-end; gap: 17px; color: #374441; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.map-legend span { display: flex; align-items: center; gap: 6px; }
.map-legend i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #007d79; }
@keyframes map-scan { 0%, 25% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } } @keyframes region-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.045); } }

.process { background: var(--white); }.process h2 { max-width: 650px; margin-bottom: 55px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }.steps > div { min-height: 190px; margin-right: 24px; padding: 26px 30px 10px 0; border-right: 1px solid var(--line); }.steps > div:last-child { border-right: 0; }.steps b { color: var(--earth); font: 700 11px "Manrope", sans-serif; letter-spacing: .14em; }.steps h3 { margin: 45px 0 8px; font-size: 19px; letter-spacing: -.035em; }.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; background: #edf0ee; }.faq-list details { padding: 21px 0; border-top: 1px solid #cbd2cf; }.faq-list details:last-child { border-bottom: 1px solid #cbd2cf; }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 700 16px/1.4 "Manrope", sans-serif; letter-spacing: -.025em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--accent); font-size: 21px; font-weight: 400; }.faq-list p { margin: 14px 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact { padding: 78px max(10.8%, calc((100% - 1080px) / 2)); display: flex; align-items: end; justify-content: space-between; gap: 40px; background: var(--earth); color: var(--white); }.contact .section-label { margin-bottom: 17px; color: #ffe4d7; }.contact h2 { max-width: 720px; margin: 0 0 13px; font: 700 clamp(34px, 4vw, 56px)/1.1 "Manrope", sans-serif; letter-spacing: -.058em; }.contact p { max-width: 475px; margin: 0; color: #ffede4; font-size: 15px; line-height: 1.65; }.contact-note { flex-shrink: 0; padding: 15px 18px; border: 1px solid rgba(255,255,255,.6); color: #fff4ee; font-size: 11px; font-weight: 700; line-height: 1.6; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
footer { padding: 44px max(10.8%, calc((100% - 1080px) / 2)); background: #191b1a; color: var(--white); border-top: 5px solid var(--accent); }.footer-brand { color: var(--white); text-decoration: none; font: 700 25px "Manrope", sans-serif; letter-spacing: -.055em; }.footer-brand span { font-weight: 400; }.footer-brand + p { margin: 6px 0; color: #c5cbc8; font-size: 12px; }.footer-area { margin-bottom: 10px; color: #77c8c1; font-size: 11px; }.footer-social { margin: 0 0 34px; color: #b6bfbc; font-size: 11px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid #3b403e; }.footer-bottom small { color: #919a97; font-size: 10px; }.developer-credit { display: inline-flex; align-items: center; gap: 6px; color: #dce5e1; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: color .2s ease; }.developer-credit span { color: #8f9b97; font-weight: 500; }.developer-credit b { margin-left: 2px; color: #77c8c1; font-size: 14px; font-weight: 400; transition: transform .2s ease; }.developer-credit:hover { color: #fff; }.developer-credit:hover b { transform: translate(2px,-2px); }

@media (max-width: 850px) { .site-header { height: 76px; padding: 0 6%; }.brand { width: 150px; height: 58px; }.site-header nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; gap: 0; padding: 6px 7% 17px; background: #fff; border-bottom: 1px solid var(--line); }.site-header.menu-open nav { display: flex; }.site-header nav a { padding: 13px 0; border-bottom: 1px solid #edf0ee; }.site-header > .button { display: none; }.menu-button { display: flex; flex-direction: column; gap: 5px; margin-left: auto; padding: 8px 0 8px 8px; border: 0; background: transparent; }.menu-button span { width: 23px; height: 2px; background: var(--ink); transition: transform .2s ease; }.site-header.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }.site-header.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.hero { display: flex; flex-direction: column; min-height: 0; padding: 18px 7% 84px; }.hero-panel,.hero-panel-image { position: relative; right: auto; top: auto; order: -1; width: min(100%, 360px); height: auto; min-height: 0; margin: 0 0 42px auto; opacity: 1; }.hero-panel-image img { height: auto; aspect-ratio: 1080 / 1448; object-fit: cover; }.hero-content { max-width: 600px; order: 0; }.hero-ledger { width: 100%; max-width: 535px; }.hero-footer { position: relative; order: 1; left: auto; right: auto; bottom: auto; margin-top: 38px; }.section, .coverage { padding: 72px 7%; }.intro-grid, .coverage, .faq { grid-template-columns: 1fr; gap: 32px; }.flow-cards { grid-template-columns: 1fr; gap: 10px; margin-top: 40px; padding: 14px; }.flow-cards article { min-height: 150px; }.flow-connector { height: 26px; transform: rotate(90deg); }.section-top { display: block; }.section-top > p { width: auto; max-width: 430px; margin-top: 18px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 218px; }.coverage-map { min-height: 330px; height: 330px; padding: 8px; }.argentina-map { height: 300px; }.map-label text { font-size: 9px; }.steps { grid-template-columns: 1fr; }.steps > div { min-height: 0; margin: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }.steps h3 { margin: 21px 0 7px; }.contact { padding: 60px 7%; display: block; }.contact .button { margin-top: 27px; } }
@media (max-width: 460px) { h1 { letter-spacing: -.052em; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }.hero-footer span:last-child { display: none; }.section { padding-top: 61px; padding-bottom: 61px; }.contact h2 { letter-spacing: -.046em; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; } }

/* Fleet module */
.fleet { background: #f7f7f5; border-top: 1px solid var(--line); }
.fleet .section-top { margin-bottom: 40px; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.fleet-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid #d4d9d6; transition: transform .25s ease, box-shadow .25s ease; }
.fleet-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(25,35,33,.14); }
.fleet-card-featured { border-top: 5px solid var(--accent); }
.fleet-image { aspect-ratio: 1.38 / 1; overflow: hidden; background: #dfe3df; }
.fleet-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.fleet-card:hover .fleet-image img { transform: scale(1.045); }
.fleet-card-copy { min-height: 154px; padding: 20px 21px 22px; }
.fleet-card-copy > span { color: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.fleet-card-copy h3 { margin: 16px 0 8px; font-size: 20px; line-height: 1.2; letter-spacing: -.04em; }
.fleet-card-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.fleet-note { margin: 22px 0 0; color: #747b78; font-size: 11px; letter-spacing: .02em; }
@media (max-width: 850px) { .fleet-grid { grid-template-columns: 1fr; gap: 14px; }.fleet-card-featured { border-top-width: 4px; }.fleet-image { aspect-ratio: 1.5 / 1; }.fleet-card-copy { min-height: 0; padding: 17px 18px 19px; }.fleet-card-copy h3 { margin-top: 12px; font-size: 19px; } }
.service-card > span { font-size: 0; }
.service-card > span::after { font-size: 9px; content: "EQUIPOS"; }
.service-card.earth > span::after { content: "MATERIALES"; }
.service-card.dark > span::after { content: "INDUSTRIA"; }
.service-icon { width: 48px; height: 48px; margin-top: auto; border-radius: 5px; }

@media (max-width: 850px) {
  .contact-note { display: inline-block; margin-top: 28px; max-width: 100%; }
  .contact p { max-width: 100%; }
}

.contact-phones { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.contact-phones a { display: inline-flex; align-items: center; padding: 11px 15px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease; }
.contact-phones a:hover { background: #fff; color: var(--earth); }
.footer-phones { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: #77c8c1; font-size: 12px; font-weight: 700; }
.footer-phones a { color: inherit; text-decoration: none; }
.footer-phones a:hover { color: #fff; }
.footer-phones span { color: #68736f; }
@media (max-width: 850px) { .contact-phones { margin-top: 22px; } .contact-phones a { flex: 1 1 100%; justify-content: center; } .footer-phones { flex-wrap: wrap; } }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; grid-template-columns: 31px auto; column-gap: 9px; align-items: center; padding: 11px 15px 11px 11px; background: #168c62; color: #fff; border: 1px solid rgba(255,255,255,.4); box-shadow: 0 10px 26px rgba(0,0,0,.22); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { background: #0d704d; transform: translateY(-3px); }
.whatsapp-float span { grid-row: span 2; display: grid; place-items: center; width: 31px; height: 31px; border: 2px solid #fff; border-radius: 50%; font-size: 19px; line-height: 1; }
.whatsapp-float b { font-size: 11px; letter-spacing: .05em; }
.whatsapp-float small { margin-top: 2px; font-size: 10px; letter-spacing: .04em; }
.contact-note { display: none !important; }
@media (max-width: 460px) { .whatsapp-float { right: 14px; bottom: 14px; padding: 9px 12px 9px 9px; } }

.whatsapp-float { right: 20px; bottom: 20px; padding: 9px 15px 9px 10px; border: 0; border-radius: 999px; background: #128c61; box-shadow: 0 8px 22px rgba(18,70,54,.22); }
.whatsapp-float:hover { background: #0d754f; transform: translateY(-2px); }
.whatsapp-float span { width: 30px; height: 30px; border-width: 1.5px; font-size: 17px; }
.whatsapp-float b { font-size: 10px; letter-spacing: .04em; }
.whatsapp-float small { font-size: 10px; }
@media (max-width: 460px) { .whatsapp-float { right: 14px; bottom: 14px; padding: 8px 13px 8px 9px; } }

.contact-phones, .whatsapp-float { display: none !important; }

.service-icon { font-size: 0; position: relative; }
.service-icon::after { content: "+"; font-size: 26px; font-weight: 300; line-height: 1; }
.service-card.earth .service-icon::after { content: "="; font-size: 22px; }
.service-card.dark .service-icon::after { content: "o"; font-size: 24px; }
.service-icon { font-size: 0; }
.service-icon::after { display: none; }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brochure { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: end; background: #eef1ef; border-top: 1px solid var(--line); }
.brochure-copy { max-width: 420px; }
.brochure-copy p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.brochure-copy small { display: block; margin-top: 12px; color: #78817d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 850px) { .brochure { grid-template-columns: 1fr; gap: 25px; } }
.brochure { position: relative; overflow: hidden; align-items: center; background: #202624; color: #fff; border-top: 5px solid var(--accent); }
.brochure::after { content: "PDF / 2026"; position: absolute; right: 10.8%; bottom: 25px; color: #63716d; font: 700 10px "Manrope", sans-serif; letter-spacing: .18em; }
.brochure .section-label { color: #8ac9c3; }
.brochure h2 { max-width: 560px; color: #fff; }
.brochure-copy { padding: 28px 30px; border: 1px solid #46514d; border-left: 4px solid var(--earth); background: #29302e; }
.brochure-copy p { color: #c5d0cc; }
.brochure-copy .button { background: #fff; border-color: #fff; color: var(--accent-deep); }
.brochure-copy .button:hover { background: #d7e9e5; border-color: #d7e9e5; }
.brochure-copy small { color: #8da09b; }
@media (max-width: 850px) { .brochure::after { right: 7%; bottom: 24px; }.brochure-copy { padding: 22px; } }

/* Catalog and base module refresh */
.site-header nav { gap: 24px; }
.button span, .text-link span, .service-foot b { font-family: inherit; }

.services::before { content: "VIAGEN / CAPACIDADES"; }
.service-card > span { font-size: 10px; }
.service-card > span::after { display: none; content: none; }
.service-icon { width: 60px; height: 60px; margin: auto 0 26px; border-radius: 6px; font-size: 0; }
.service-icon::after { display: none !important; content: none !important; }
.service-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

.fleet { background: #f7f7f5; border-top: 1px solid var(--line); }
.fleet .section-top { align-items: end; }
.fleet-grid-expanded { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fleet-grid-expanded .fleet-card-featured { grid-column: auto; grid-row: auto; }
.fleet-grid-expanded .fleet-card { position: relative; background: #fff; border: 1px solid #d2d8d5; }
.fleet-grid-expanded .fleet-image { position: relative; aspect-ratio: 4 / 3; }
.fleet-grid-expanded .fleet-image::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(to top, rgba(13,18,17,.62), transparent); pointer-events: none; }
.fleet-grid-expanded .fleet-card-copy { min-height: 156px; padding: 18px 18px 20px; }
.fleet-grid-expanded .fleet-card-copy > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fleet-grid-expanded .fleet-card-copy h3 { margin: 12px 0 8px; font-size: 19px; line-height: 1.16; }
.fleet-grid-expanded .fleet-card-featured h3 { font-size: 19px; }
.fleet-grid-expanded .fleet-card-copy p { font-size: 13px; line-height: 1.55; }
.fleet-note { max-width: 520px; }

.base-section { background: #202624; color: #fff; border-top: 5px solid var(--earth); padding-top: 84px; padding-bottom: 84px; }
.base-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 42px; align-items: stretch; }
.base-image { min-height: 420px; overflow: hidden; border: 1px solid #46514d; background: #111; }
.base-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.base-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px; border: 1px solid #46514d; background: #29302e; }
.base-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(30px, 3vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.base-copy p { margin: 0; color: #c5d0cc; font-size: 15px; line-height: 1.75; }

@media (max-width: 1000px) {
  .fleet-grid-expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
  .site-header nav { gap: 0; }
  .fleet-grid-expanded { grid-template-columns: 1fr; }
  .fleet-grid-expanded .fleet-card-featured { grid-column: auto; grid-row: auto; }
  .fleet-grid-expanded .fleet-card-featured h3 { font-size: 19px; }
  .base-section { padding-top: 64px; padding-bottom: 64px; }
  .base-layout { grid-template-columns: 1fr; gap: 18px; }
  .base-image { min-height: 0; aspect-ratio: 1.45 / 1; }
  .base-copy { padding: 24px; }
}

@media (max-width: 460px) {
  .service-card { min-height: 300px; }
  .service-icon { width: 54px; height: 54px; margin-bottom: 22px; }
  .fleet-grid-expanded .fleet-image { aspect-ratio: 4 / 3; }
  .fleet-grid-expanded .fleet-card-copy { padding: 16px 16px 18px; }
}
/* Flota: prioridad de lectura y toque en pantallas chicas */
@media (max-width: 850px) {
  .fleet { padding-top: 64px; padding-bottom: 64px; }
  .fleet .section-top { margin-bottom: 28px; }
  .fleet .section-top > p { max-width: 34ch; }
  .fleet-grid-expanded { grid-template-columns: 1fr; gap: 16px; }
  .fleet-grid-expanded .fleet-card { width: 100%; }
  .fleet-grid-expanded .fleet-image { aspect-ratio: 4 / 3; }
  .fleet-grid-expanded .fleet-card-copy { min-height: 0; padding: 18px; }
  .fleet-grid-expanded .fleet-card-copy h3 { margin-top: 10px; font-size: 20px; }
  .fleet-note { margin-top: 18px; line-height: 1.55; }
}

@media (max-width: 460px) {
  .fleet { padding-top: 56px; padding-bottom: 56px; }
  .fleet .section-top { margin-bottom: 24px; }
  .fleet-grid-expanded { gap: 14px; }
  .fleet-grid-expanded .fleet-card-copy { padding: 16px; }
  .fleet-grid-expanded .fleet-card-copy h3 { font-size: 19px; }
}
