:root {
  --ink: #102b42;
  --ink-2: #173c59;
  --blue: #1681b7;
  --blue-dark: #0c668f;
  --green: #6fbd45;
  --green-dark: #4d9630;
  --mist: #eef6f7;
  --paper: #f8fbfa;
  --line: #dce8e8;
  --text: #4d6574;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.topbar { background: var(--ink); color: #d8e5ea; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,43,66,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .09em; }
.brand small { margin-top: 6px; color: var(--blue); font-weight: 800; font-size: 9px; letter-spacing: .25em; }
.desktop-nav { display: flex; align-items: center; gap: 31px; color: #365264; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 30px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--green); transition: .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; gap: 18px; align-items: center; padding: 14px 18px; border: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.nav-cta:hover { background: var(--ink); color: white; }
.mobile-nav { display: none; position: relative; }

.hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #eaf5f6 0%, #f7fbfa 62%, #edf7f1 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(22,129,183,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(22,129,183,.16) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero-glow { position: absolute; width: 590px; height: 590px; right: -150px; top: -170px; border-radius: 50%; background: rgba(111,189,69,.13); filter: blur(4px); }
.hero-grid { min-height: 710px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.hero-copy { padding: 90px 0; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--blue-dark); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 2px; background: var(--green); }
.eyebrow.light { color: #bde7f8; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; max-width: 700px; font-size: clamp(53px, 5.4vw, 77px); line-height: .99; letter-spacing: -.055em; font-weight: 750; }
h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lede { max-width: 610px; color: var(--text); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 37px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 13px; font-weight: 900; transition: .2s ease; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(22,129,183,.18); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button-quiet { border-color: #bfced2; background: rgba(255,255,255,.55); }
.button-quiet:hover { border-color: var(--ink); }
.hero-proof { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid #cadbde; max-width: 650px; }
.hero-proof div { flex: 1; padding: 23px 20px 0 0; display: flex; flex-direction: column; }
.hero-proof div + div { padding-left: 26px; border-left: 1px solid #cadbde; }
.hero-proof strong { margin-bottom: 7px; color: var(--ink); font-size: 14px; }
.hero-proof span { color: #607783; font-size: 12px; line-height: 1.5; }
.hero-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.hero-image { width: 92%; aspect-ratio: .83; position: relative; overflow: hidden; border-radius: 48% 48% 8px 8px; background: #c5dddf; box-shadow: 0 30px 70px rgba(16,43,66,.15); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(16,43,66,.17)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); }
.visual-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 15px 17px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); box-shadow: 0 18px 42px rgba(16,43,66,.15); backdrop-filter: blur(12px); }
.visual-card p { margin: 0; display: flex; flex-direction: column; }
.visual-card strong { font-size: 12px; }
.visual-card small { margin-top: 4px; color: #68808c; font-size: 10px; }
.card-top { top: 12%; left: -4%; }
.card-bottom { right: -3%; bottom: 13%; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(111,189,69,.14); }
.location-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e7f4f7; color: var(--blue); font-size: 18px; }

.section-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 130px; align-items: end; }
h2 { margin-bottom: 0; max-width: 690px; font-size: clamp(37px, 4.2vw, 57px); line-height: 1.08; letter-spacing: -.042em; }
.intro-copy > p, .section-heading > p, .feature-copy > p, .contact-copy > p { color: var(--text); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 20px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; }
.operations { display: grid; grid-template-columns: 1fr 1fr; margin-top: 75px; border: 1px solid var(--line); }
.operation-card { min-height: 320px; padding: 45px; display: grid; grid-template-columns: 60px 1fr; gap: 26px; }
.operation-card + .operation-card { border-left: 1px solid var(--line); }
.operation-import { background: white; }
.operation-wholesale { background: var(--ink); color: white; }
.operation-number { color: var(--green); font-size: 12px; font-weight: 900; }
.mini-label { margin-bottom: 28px; color: var(--blue); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; font-weight: 900; }
.operation-wholesale .mini-label { color: #86d2f2; }
.operation-card h3 { margin-bottom: 18px; max-width: 370px; font-size: 25px; line-height: 1.25; }
.operation-card div > p:last-child { margin: 0; color: #6a7f89; font-size: 14px; line-height: 1.75; }
.operation-wholesale div > p:last-child { color: #bfd0d9; }

.products { background: #edf5f5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 62px; }
.section-heading > p { max-width: 390px; margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid #cadbdb; border-top: 1px solid #cadbdb; }
.product-card { min-height: 285px; padding: 33px 32px; display: flex; flex-direction: column; border-right: 1px solid #cadbdb; border-bottom: 1px solid #cadbdb; background: rgba(255,255,255,.38); transition: .22s ease; }
.product-card:hover { background: white; transform: translateY(-3px); box-shadow: 0 14px 35px rgba(16,43,66,.08); }
.product-card > span { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.product-card h3 { margin: 49px 0 13px; font-size: 20px; }
.product-card p { color: var(--text); font-size: 13px; line-height: 1.65; }
.product-card a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid #d9e4e4; font-size: 12px; font-weight: 900; }
.product-card a b { color: var(--blue); font-size: 16px; }

.feature { background: white; }
.feature-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 110px; align-items: center; }
.feature-image { position: relative; min-height: 590px; overflow: hidden; background: #dce9ea; }
.feature-image img { width: 100%; height: 590px; object-fit: cover; }
.feature-caption { position: absolute; left: 0; bottom: 0; padding: 17px 24px; background: white; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.feature-caption span { color: var(--green-dark); }
.feature-copy > p { margin: 28px 0 36px; }
.feature-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-copy li { padding: 23px 0; display: grid; grid-template-columns: 46px 1fr; border-bottom: 1px solid var(--line); }
.feature-copy li > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.feature-copy li strong { font-size: 14px; }
.feature-copy li p { margin: 6px 0 0; color: var(--text); font-size: 12px; line-height: 1.5; }

.logistics { position: relative; overflow: hidden; background: var(--ink); color: white; }
.logistics::after { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; top: -160px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.02); }
.logistics-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.logistics h2 { margin-bottom: 27px; }
.logistics-copy > p:not(.eyebrow) { color: #bfd0d9; line-height: 1.8; }
.process { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.14); }
.process div { padding: 17px 0; display: flex; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.process b { color: var(--green); font-size: 10px; }
.logistics-image { min-height: 410px; display: flex; align-items: center; padding: 34px; background: #f2f7f6; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.logistics-image img { width: 100%; }

.contact { background: #f5f9f8; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 120px; align-items: center; }
.contact-copy > p { max-width: 560px; margin: 27px 0 36px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.whatsapp { color: #176a38; border-color: #99c8aa; background: white; }
.whatsapp:hover { background: #e8f5ec; }
.contact-card { padding: 10px 38px 0; background: white; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(16,43,66,.08); }
.contact-row { padding: 27px 0; border-bottom: 1px solid var(--line); }
.contact-row > span, .contact-row div > span { display: block; margin-bottom: 10px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.contact-row p, .contact-row a { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.65; }
.contact-row a:hover { color: var(--blue); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.map-link { padding: 25px 0; display: flex; justify-content: space-between; color: var(--ink); font-size: 12px; font-weight: 900; }
.map-link span { color: var(--blue); }

footer { background: #0b2437; color: white; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: .8fr 1fr 1fr; align-items: center; gap: 50px; }
.footer-brand img { width: 45px; height: 45px; }
.footer-main > p { margin: 0; max-width: 350px; color: #aebfc8; font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: #dbe6ea; font-size: 12px; font-weight: 800; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #839aa6; font-size: 10px; letter-spacing: .04em; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { cursor: pointer; padding: 11px 15px; border: 1px solid var(--ink); font-size: 12px; font-weight: 900; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav > div { position: absolute; right: 0; top: 48px; width: 220px; padding: 12px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(16,43,66,.13); }
  .mobile-nav a { padding: 13px; font-size: 13px; font-weight: 800; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-bottom: 80px; }
  .hero-copy { padding: 90px 0 35px; }
  .hero-visual { min-height: 540px; }
  .hero-image { width: 70%; aspect-ratio: .93; }
  .card-top { left: 10%; }
  .card-bottom { right: 10%; }
  .section-grid, .feature-grid, .logistics-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .operations { grid-template-columns: 1fr; }
  .operation-card + .operation-card { border-left: 0; border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-image, .feature-image img { min-height: 520px; height: 520px; }
  .logistics-copy { max-width: 700px; }
  .contact-card { max-width: 700px; width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 50px 0; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 78px 0; }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner a { display: none; }
  .topbar { font-size: 10px; }
  .nav-wrap { height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 15px; }
  .hero-copy { padding-top: 70px; }
  h1 { font-size: clamp(47px, 13.5vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { flex-direction: column; }
  .hero-proof div + div { margin-top: 18px; padding-left: 0; border-left: 0; }
  .hero-visual { min-height: 420px; }
  .hero-image { width: 88%; }
  .visual-card { padding: 12px; }
  .card-top { top: 10%; left: 0; }
  .card-bottom { right: 0; bottom: 9%; }
  h2 { font-size: 38px; }
  .operations { margin-top: 50px; }
  .operation-card { min-height: 0; padding: 32px 25px; grid-template-columns: 34px 1fr; gap: 10px; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 255px; }
  .feature-image, .feature-image img { min-height: 390px; height: 390px; }
  .logistics-image { min-height: 270px; padding: 15px; }
  .contact-actions .button { width: 100%; }
  .contact-card { padding: 7px 22px 0; }
  .two-col { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 27px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 9px; }
}

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