:root {
  --navy: #0B1934;
  --yellow: #FEC10E;
  --blue: #000CFF;
  --white: #fff;
  --ink: #0B1934;
  --soft: #F3F5FA;
  --navy-muted: #526078;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.offer-strip { height: 38px; background: var(--yellow); color: var(--navy); overflow: hidden; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.ticker { overflow: hidden; height: 100%; }
.ticker-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 22px; animation: scroll 75s linear infinite; }
.ticker-track span { white-space: nowrap; }
.ticker-track i { font-style: normal; opacity: .45; }
@keyframes scroll { to { transform: translateX(-50%); } }

.site-header { min-height: 430px; padding: 42px 24px; background: linear-gradient(90deg, #0b1934b8, #0b193466), url('assets/optimized/loja-atacadao-sao-jose.jpg') center 40% / cover; border-bottom: 8px solid var(--yellow); display: flex; align-items: center; }
.header-inner { width: 100%; max-width: 960px; min-height: 340px; margin: auto; padding: 28px 46px; display: grid; grid-template-columns: 170px minmax(0, 1fr); grid-template-areas: 'logo nav' 'logo offer' 'logo cta'; align-items: center; column-gap: 48px; row-gap: 14px; background: #fffdf2eb; border: 1px solid #ffffffd9; border-radius: 32px; box-shadow: 0 28px 70px #0b19345c; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.logo { display: inline-flex; flex: none; }
.logo img { width: 112px; height: auto; display: block; }
.site-header .logo { grid-area: logo; justify-self: center; }
.site-header .logo img { width: 170px; height: 170px; max-height: none; border: 6px solid var(--white); border-radius: 50%; object-fit: cover; object-position: center; background: var(--white); box-shadow: 0 14px 30px #0b19342e; }
nav { grid-area: nav; justify-self: center; display: flex; gap: 30px; font-weight: 800; font-size: 13px; }
nav a { padding: 8px 0; border-bottom: 2px solid transparent; transition: border-color .2s ease, color .2s ease; }
nav a:hover { color: var(--blue); border-color: var(--yellow); }
.header-offer { grid-area: offer; justify-self: center; width: fit-content; max-width: 100%; padding: 16px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--yellow); color: var(--navy); border-radius: 20px; box-shadow: 0 14px 34px #fec10e73, 0 4px 12px #0b19342e; transform-origin: center; animation: header-benefit-pulse 2.2s ease-in-out infinite; will-change: transform, box-shadow; }
.header-offer small, footer small { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.header-offer small { font-size: 12px; font-weight: 800; }
.header-offer strong { font-size: clamp(34px, 3.6vw, 52px); line-height: .98; letter-spacing: -.04em; margin-top: 8px; white-space: nowrap; }
.header-cta { grid-area: cta; justify-self: center; min-width: 300px; min-height: 58px; padding: 0 28px; border-radius: 12px; box-shadow: 0 14px 28px #000cff38; }
@keyframes header-benefit-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 28px #fec10e73, 0 3px 8px #0b19342e; }
  50% { transform: scale(1.025); box-shadow: 0 16px 38px #fec10e99, 0 5px 12px #0b19343d; }
}
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; border-radius: 2px; }
.blue { background: var(--blue); color: var(--white); }
.yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 12px 26px #fec10e38; }
.white { background: var(--white); color: var(--navy); }

.products { background: var(--navy); color: var(--white); padding: 90px 40px 100px; }
.shell { max-width: 1180px; margin: auto; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.eyebrow { color: var(--yellow); letter-spacing: .16em; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
h1, h2 { font-size: clamp(40px, 5vw, 66px); line-height: 1.03; letter-spacing: -.06em; margin: 20px 0 0; }
h1 em, h2 em { font-style: normal; color: var(--yellow); font-weight: 850; }
.products h1 { font-size: clamp(46px, 4.2vw, 58px); }
.products h1 .title-line,
.products h1 em { display: block; white-space: nowrap; }
.actions { display: flex; align-items: center; gap: 18px; }
.actions .button { min-width: 310px; white-space: nowrap; }
.controls { display: flex; gap: 8px; }
.controls button { width: 52px; height: 52px; border: 1px solid #ffffff66; border-radius: 50%; background: none; color: var(--white); font-size: 22px; }
.carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-top: 42px; }
.carousel::-webkit-scrollbar { display: none; }
.card { flex: 0 0 calc((100% - 40px) / 3); min-width: 320px; scroll-snap-align: start; background: var(--blue); }
.visual { height: 300px; position: relative; overflow: hidden; }
.visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.visual span { position: absolute; top: 18px; left: 19px; color: var(--navy); font-weight: 800; }
.card-info { min-height: 88px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; font-size: 21px; }
.card-info a { width: 38px; height: 38px; border: 1px solid #ffffff66; border-radius: 50%; display: grid; place-items: center; color: var(--yellow); }

@media (min-width: 781px) and (max-width: 1120px) {
  .section-head { align-items: flex-start; flex-direction: column; }
  .actions { margin-top: 24px; }
}

.benefits { padding: 115px 40px; background: var(--white); }
.benefits h2 em { color: var(--blue); }
.benefits .button { margin-top: 34px; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.benefit-list > div { min-height: 150px; border-top: 1px solid #0b193424; padding: 28px 0; position: relative; }
.benefit-list small { color: var(--blue); font-weight: 800; }
.benefit-list h3 { font-size: 21px; margin: 10px 70px 8px 98px; }
.benefit-list p { color: var(--navy-muted); font-size: 13px; margin-left: 98px; line-height: 1.6; }
.benefit-list i { position: absolute; right: 10px; top: 45px; width: 42px; height: 42px; border-radius: 50%; background: #fec10e33; color: var(--blue); display: grid; place-items: center; font-style: normal; }

.about { display: grid; grid-template-columns: 1fr 1fr; background: var(--soft); }
.about-copy { padding: 90px 8%; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy h2 em { color: var(--blue); }
.about-copy p { color: var(--navy-muted); line-height: 1.8; font-size: 14px; }
.about-copy .lead { color: var(--ink); font-size: 18px; font-weight: 700; }
.signature { border-top: 1px solid #0b193433; padding-top: 22px; margin-top: 26px; display: flex; flex-direction: column; }
.signature small { font-size: 9px; letter-spacing: .17em; color: var(--blue); }
.signature b { font-size: 22px; margin-top: 5px; }
.about-visual { min-height: 690px; background: var(--blue); position: relative; padding: 8%; display: grid; place-items: center; }
.about-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.about-visual > strong { position: absolute; right: 7%; top: 10%; width: 136px; height: 136px; border: 5px solid #fff7d4; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #ffd75a 0%, var(--yellow) 48%, #f1ac00 100%); color: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; font-size: 27px; font-weight: 900; line-height: .95; box-shadow: 0 20px 40px #0b19343d, 0 0 0 8px #fec10e33; transform: rotate(5deg); }
.about-visual > strong br { display: none; }
.about-visual > strong small { padding: 6px 10px; border-radius: 999px; background: var(--navy); color: var(--white); font-size: 10px; line-height: 1; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 18px #0b19342e; }

.cta { min-height: 250px; padding: 55px max(40px, calc((100vw - 1180px) / 2)); background: linear-gradient(120deg, var(--blue) 0%, var(--blue) 38%, var(--navy) 100%); color: var(--white); border-top: 8px solid var(--yellow); box-shadow: inset 0 18px 32px #0b193426; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta h2 { margin: 8px 0 0; }
.cta small { font-size: 10px; letter-spacing: .17em; }
footer { background: var(--navy); color: var(--white); }
.footer-main { max-width: 1180px; min-height: 170px; margin: auto; padding: 28px 20px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.footer-main > div { min-width: 220px; }
.footer-main .logo img { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; background: var(--white); }
.footer-main small { display: block; color: var(--yellow); }
.footer-main p { margin: 18px 0 0; line-height: 1.8; color: #ffffffb8; font-size: 13px; }
.footer-main b { font-size: 19px; }
.footer-phone { display: block; margin-top: 18px; }
.footer-phone + p { margin-top: 8px; }
.footer-bottom { border-top: 1px solid #ffffff24; max-width: 1100px; margin: auto; padding: 18px 20px; color: #ffffffb8; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.floating { position: fixed; right: 22px; bottom: 22px; width: 54px; height: 54px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: grid; place-items: center; font-size: 25px; }

@media (min-width: 781px) {
  .site-header .logo { transform: translateX(38px); }
}

@media (max-width: 780px) {
  .site-header { min-height: 0; padding: 26px 15px; background-position: center top; }
  .header-inner { min-height: 0; padding: 24px 18px; display: flex; flex-direction: column; gap: 18px; border-radius: 24px; }
  .logo img { width: 88px; }
  .site-header .logo img { width: 116px; height: 116px; max-height: none; border-width: 4px; }
  nav { display: none; }
  .header-offer { width: 100%; min-width: 0; padding: 16px 15px; align-items: center; text-align: center; border-radius: 18px; }
  .header-offer small { font-size: 10px; }
  .header-offer strong { font-size: clamp(32px, 10vw, 42px); white-space: normal; }
  .header-offer strong span { display: block; }
  .header-cta { width: 100%; min-width: 0; min-height: 58px; padding: 0 16px; }
  .header-cta b { display: inline; }
  .products { padding: 70px 36px 76px; }
  .products .shell { display: flex; flex-direction: column; }
  .section-head { display: contents; }
  .section-head h1 { font-size: clamp(28px, 7.9vw, 36px); }
  .actions { display: contents; }
  .actions .button { order: 2; width: 100%; min-width: 0; margin-top: 16px; }
  .carousel { order: 3; }
  .controls { order: 4; align-self: center; margin-top: 26px; }
  .card { flex-basis: 86%; min-width: 280px; }
  .visual { height: 260px; }
  .two-col { grid-template-columns: 1fr; gap: 0; }
  .benefits { padding: 80px 24px; }
  .benefits .two-col > div:first-child { display: contents; }
  .benefits .eyebrow { grid-row: 1; }
  .benefits h2 { grid-row: 2; }
  .benefits .benefit-list { grid-row: 3; margin-top: 55px; }
  .benefits .button { grid-row: 4; width: 100%; margin-top: 44px; }
  .about { display: flex; flex-direction: column; }
  .about-copy { order: 1; padding: 75px 24px; }
  .about-visual { order: 2; min-height: 520px; }
  .cta { padding: 55px 24px; flex-direction: column; align-items: flex-start; }
  .cta .button { width: 100%; }
  .footer-main { width: calc(100% - 48px); flex-wrap: wrap; align-items: flex-start; }
  .footer-main > div { min-width: 140px; }
  .footer-main .logo img { width: 90px; height: 90px; }
}

@media (prefers-reduced-motion: reduce) { * { animation-play-state: paused !important; scroll-behavior: auto; } }
