@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--green:#d9493f;--green-deep:#7e2421;--mint:#f9e8e6;--mint-soft:#fff6f4;--coral:#f39a22;--coral-dark:#d97d0c;--wa:#25d366;--wa-dark:#128c4a;--ink:#2a201f;--muted:#6d625f;--line:#eadeda;--white:#fff;--shadow:0 18px 60px rgba(94,34,29,.14);--radius:24px;--font-display:'Manrope',system-ui,sans-serif;--font-body:'DM Sans',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.65;background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.section{padding:112px 0}.skip-link{position:fixed;top:8px;left:8px;z-index:999;transform:translateY(-160%);background:var(--white);padding:12px 18px;border-radius:8px}.skip-link:focus{transform:none}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:82px;display:flex;align-items:center;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.25s ease}.site-header.scrolled{height:72px;border-color:var(--line);box-shadow:0 10px 30px rgba(7,61,49,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-family:var(--font-display);font-size:1.55rem;font-weight:800;letter-spacing:-.06em;color:var(--coral)}.brand span{color:var(--green)}.brand small{display:block;font-family:var(--font-body);font-size:.61rem;line-height:.6;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}nav{display:flex;align-items:center;gap:28px;margin-left:auto}nav a{font-weight:600;font-size:.93rem;position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-7px;width:100%;height:2px;background:var(--coral);transform:scaleX(0);transform-origin:right;transition:transform .25s}nav a:hover:after,nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border:1px solid var(--green);border-radius:10px;background:var(--green);color:#fff;font-weight:700;box-shadow:0 10px 25px rgba(13,91,70,.16);transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);background:var(--green-deep);box-shadow:0 14px 32px rgba(13,91,70,.22)}.button:focus-visible,.text-link:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #f3a99c;outline-offset:3px}.button svg{width:21px;height:21px;fill:currentColor}.button-sm{min-height:44px;padding:0 17px;font-size:.9rem}.menu-toggle{display:none;border:0;background:none;padding:10px}.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:var(--green)}.hero{min-height:760px;padding:148px 0 82px;position:relative;background:linear-gradient(100deg,#f4faf7 0%,#fff 66%);display:flex;align-items:center}.hero-shape{position:absolute;width:380px;height:380px;border:70px solid var(--mint);border-radius:50%;top:-120px;left:-170px;opacity:.6}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.hero-copy{position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--green);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.eyebrow span{width:28px;height:2px;background:var(--coral)}h1,h2,h3{font-family:var(--font-display);line-height:1.12;letter-spacing:-.045em;margin-top:0}h1{font-size:clamp(2.75rem,5vw,4.9rem);margin-bottom:26px;max-width:720px}h1 em{font-style:normal;color:var(--green);position:relative}h1 em:after{content:'';position:absolute;left:0;right:0;bottom:2px;height:8px;background:var(--coral);opacity:.3;z-index:-1}.hero-lead{font-size:1.13rem;color:var(--muted);max-width:600px;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:25px}.text-link{font-weight:700;color:var(--green);display:inline-flex;gap:10px;align-items:center}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateY(3px)}.hero-highlights{display:flex;gap:0;list-style:none;padding:0;margin:48px 0 0;border-top:1px solid var(--line)}.hero-highlights li{padding:18px 24px 0 0;margin-right:24px;border-right:1px solid var(--line)}.hero-highlights li:last-child{border:0;margin:0}.hero-highlights strong,.hero-highlights span{display:block}.hero-highlights strong{font-size:.95rem}.hero-highlights span{font-size:.78rem;color:var(--muted)}.hero-visual{margin:0;position:relative}.hero-visual:before{content:'';position:absolute;inset:24px -24px -24px 24px;border:2px solid var(--coral);border-radius:36px 10px 36px 10px;z-index:0}.hero-visual img{aspect-ratio:3/4;object-fit:cover;object-position:61% center;border-radius:40px 12px 40px 12px;position:relative;z-index:1;box-shadow:var(--shadow)}.hero-visual figcaption{position:absolute;z-index:2;left:-42px;bottom:38px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.hero-visual figcaption strong,.hero-visual figcaption small{grid-column:2}.hero-visual figcaption small{color:var(--muted)}.status-dot{grid-row:1/3;width:11px;height:11px;border-radius:50%;background:#2aac70;box-shadow:0 0 0 6px #e3f6ed}.section-intro{max-width:680px;margin-bottom:48px}.section-intro h2,.needs-copy h2,.about-copy h2,.faq-intro h2{font-size:clamp(2.2rem,4vw,3.7rem);margin-bottom:18px}.section-intro>p:last-child,.needs-copy>p,.about-copy>p,.faq-intro>p{color:var(--muted)}.service-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px}.service-feature{background:var(--green);color:#fff;padding:38px;border-radius:var(--radius);min-height:420px;display:flex;flex-direction:column}.service-number{font-family:var(--font-display);font-size:4rem;font-weight:800;color:rgba(255,255,255,.18);line-height:1}.service-feature h3{font-size:2rem;margin:auto 0 15px}.service-feature p{color:#dcebe6}.service-feature a{margin-top:20px;font-weight:700;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.25);padding-top:18px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s,border-color .25s,box-shadow .25s;background:#fff}.service-card:hover{transform:translateY(-6px);border-color:var(--green);box-shadow:var(--shadow)}.service-card h3{font-size:1.25rem;margin:18px 0 10px}.service-card p{font-size:.94rem;color:var(--muted);margin:0}.icon-box{display:grid;place-items:center;width:42px;height:42px;background:var(--mint);color:var(--green);border-radius:9px;font-weight:800;font-family:var(--font-display)}.accent-card{background:#fff7f4;border-color:#ffd8d0}.accent-card .icon-box{background:var(--coral);color:#fff}.section-cta{display:flex;align-items:center;justify-content:flex-end;gap:25px;margin-top:30px}.section-cta p{font-weight:700}.button-outline{background:transparent;color:var(--green);box-shadow:none}.delivery-section{padding-left:24px;padding-right:24px}.delivery-band{width:min(1360px,100%);margin:auto;background:var(--green-deep);color:#fff;border-radius:32px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;position:relative}.delivery-band:before{content:'';position:absolute;width:340px;height:340px;border:70px solid rgba(255,255,255,.06);border-radius:50%;right:-100px;bottom:-170px}.delivery-copy{padding:72px}.eyebrow.light{color:#d8eee7}.delivery-copy h2{font-size:clamp(2.3rem,4vw,4rem);margin-bottom:18px}.delivery-copy>p{color:#d3e4de;max-width:620px;margin-bottom:28px}.button-light{background:#fff;color:var(--green-deep);border-color:#fff}.button-light:hover{background:var(--mint);color:var(--green-deep)}.delivery-facts{border-left:1px solid rgba(255,255,255,.15);display:grid;align-content:center;padding:40px 64px;position:relative}.delivery-facts div{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:100px 1fr;align-items:center}.delivery-facts div:last-child{border:0}.delivery-facts strong{font-family:var(--font-display);font-size:1.4rem;color:#fff}.delivery-facts span{color:#cee0da}.needs-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.needs-image{margin:0;position:relative}.needs-image img{aspect-ratio:4/4.5;object-fit:cover;border-radius:12px 42px 12px 42px}.image-note{position:absolute;right:-25px;bottom:25px;background:var(--coral);color:#fff;padding:15px 19px;border-radius:10px;font-weight:700;box-shadow:var(--shadow)}.need-list{margin:30px 0}.need-list article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-top:1px solid var(--line)}.need-list article>span{font-family:var(--font-display);font-weight:800;color:var(--coral)}.need-list h3{font-size:1.08rem;margin:0 0 5px}.need-list p{margin:0;color:var(--muted);font-size:.94rem}.strong{font-size:1.02rem}.strong:hover span{transform:translate(3px,-3px)}.pharma-services{background:var(--green);color:#fff}.pharma-head{display:grid;grid-template-columns:.8fr 1.3fr 1fr;gap:40px;align-items:end;margin-bottom:50px}.pharma-head .eyebrow{grid-column:1/-1;margin-bottom:0}.pharma-head h2{font-size:clamp(2.2rem,4vw,3.7rem);margin:0}.pharma-head>p{color:#d1e4de;margin:0}.pharma-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.pharma-cards article{border:1px solid rgba(255,255,255,.2);padding:32px;display:grid;grid-template-columns:70px 1fr;gap:25px;align-items:start;border-radius:18px;transition:background .25s}.pharma-cards article:hover{background:rgba(255,255,255,.08)}.big-icon{font-size:2.6rem;font-family:var(--font-display);line-height:1;color:#ff9a8b}.pharma-cards h3{font-size:1.45rem;margin:0 0 8px}.pharma-cards p{margin:0;color:#d1e4de}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.about-copy>p{font-size:1.02rem}.about-copy .button{margin-top:16px}.difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.difference-grid article{min-height:230px;border-radius:20px;padding:28px;background:var(--mint-soft);display:flex;flex-direction:column;justify-content:flex-end}.difference-grid article:nth-child(2){transform:translateY(-25px)}.difference-grid article:nth-child(4){transform:translateY(-25px)}.difference-grid span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--green)}.difference-grid h3{font-size:1.5rem;margin:12px 0 7px}.difference-grid p{margin:0;color:var(--muted);font-size:.9rem}.difference-grid .coral{background:#fff0ec}.difference-grid .dark{background:var(--green-deep);color:#fff}.difference-grid .dark span,.difference-grid .dark p{color:#cfe2dc}.info-section{background:#f5f9f7}.compact{margin-bottom:34px}.info-panel{display:grid;grid-template-columns:1.1fr 1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(7,61,49,.07)}.info-panel>div,.info-panel>dl{padding:38px;margin:0}.info-place{background:var(--coral);color:#fff}.info-place p{margin:0 0 25px;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.info-place h3{font-size:2rem;margin:0 0 8px}.info-place span{opacity:.9}.hours{border-right:1px solid var(--line)}.hours div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid var(--line)}.hours div:last-child{border:0}.hours dt{color:var(--muted)}.hours dd{font-weight:700;margin:0}.contact-links{display:flex;flex-direction:column;justify-content:center;gap:12px}.contact-links a{padding:10px 0}.contact-links small,.contact-links strong{display:block}.contact-links small{color:var(--muted)}.contact-links strong{font-size:1.15rem;color:var(--green)}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}.faq-intro{position:sticky;top:110px}.accordion details{border-top:1px solid var(--line)}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;gap:25px;font-family:var(--font-display);font-weight:700;line-height:1.35}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-size:1.5rem;color:var(--coral);transition:transform .2s}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{color:var(--muted);margin:-5px 45px 24px 0}.final-cta{background:var(--coral);color:#fff;padding:58px 0}.final-cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta p{margin:0 0 5px;font-weight:600}.final-cta h2{font-size:clamp(2rem,4vw,3.2rem);margin:0}.site-footer{background:#092d26;color:#fff;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr .9fr;gap:50px}.footer-grid>div:first-child p{color:#adc5bd;max-width:380px}.footer-grid h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.footer-grid a,.footer-grid>div>p{display:block;color:#b8cdc6;margin:8px 0}.footer-grid a:hover{color:#fff}.footer-brand{display:inline-block;margin-bottom:12px;color:#ff917f}.footer-brand span{color:#fff}.footer-brand small{color:#adc5bd}.footer-bottom{margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:20px;color:#8eaaa1;font-size:.8rem}.footer-bottom p{margin:0}.footer-bottom span{color:#fff}.whatsapp-float{position:fixed;z-index:90;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));background:#25d366;color:#063f21;border-radius:999px;min-height:56px;padding:0 18px;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 14px 38px rgba(3,81,39,.28);transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(3,81,39,.36)}.whatsapp-float svg{width:27px;height:27px;fill:currentColor}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal-delay{transition-delay:.14s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.container{width:min(100% - 36px,760px)}nav,.header-cta{display:none}.menu-toggle{display:block;margin-left:auto}.site-header.menu-open nav{display:flex;position:absolute;top:72px;left:18px;right:18px;padding:18px;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.site-header.menu-open nav a{padding:12px}.hero{padding-top:125px}.hero-grid{grid-template-columns:1fr;gap:60px}.hero-copy{max-width:720px}.hero-visual{max-width:580px;margin:auto}.hero-visual img{aspect-ratio:4/3}.service-layout,.needs-grid,.about-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.delivery-band{grid-template-columns:1fr}.delivery-facts{border-left:0;border-top:1px solid rgba(255,255,255,.15)}.pharma-head{grid-template-columns:1fr 1fr}.pharma-head h2{grid-column:1}.info-panel{grid-template-columns:1fr 1fr}.info-place{grid-column:1/-1}.faq-intro{position:static;max-width:650px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.container{width:calc(100% - 32px)}.section{padding:80px 0}.site-header,.site-header.scrolled{height:68px}.hero{padding:108px 0 70px;min-height:auto}.hero-grid{gap:48px}h1{font-size:clamp(2.45rem,12vw,3.6rem)}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-highlights{display:grid;grid-template-columns:1fr 1fr}.hero-highlights li{padding:14px 12px 0 0;margin-right:12px}.hero-highlights li:nth-child(2){border:0}.hero-highlights li:last-child{grid-column:1/-1;border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.hero-visual:before{inset:14px -9px -14px 9px}.hero-visual figcaption{left:12px;right:12px;bottom:18px}.hero-visual img{aspect-ratio:1/1.15}.section-intro h2,.needs-copy h2,.about-copy h2,.faq-intro h2{font-size:2.25rem}.service-grid{grid-template-columns:1fr}.service-feature{min-height:330px}.section-cta{align-items:stretch;flex-direction:column}.delivery-section{padding-left:10px;padding-right:10px}.delivery-band{border-radius:22px}.delivery-copy{padding:46px 25px}.delivery-facts{padding:12px 25px}.delivery-facts div{grid-template-columns:78px 1fr;padding:19px 0}.needs-image img{aspect-ratio:1/1.1}.image-note{right:10px;bottom:10px;font-size:.85rem}.pharma-head{grid-template-columns:1fr;gap:18px}.pharma-head .eyebrow,.pharma-head h2{grid-column:1}.pharma-cards{grid-template-columns:1fr}.pharma-cards article{grid-template-columns:50px 1fr;padding:25px}.difference-grid{gap:12px}.difference-grid article{padding:20px;min-height:205px}.difference-grid article:nth-child(2),.difference-grid article:nth-child(4){transform:none}.difference-grid h3{font-size:1.2rem}.info-panel{grid-template-columns:1fr}.info-place{grid-column:auto}.hours{border-right:0;border-bottom:1px solid var(--line)}.info-panel>div,.info-panel>dl{padding:28px 24px}.faq-grid{gap:35px}.accordion summary{font-size:.96rem}.final-cta .container{align-items:stretch;flex-direction:column}.final-cta .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.whatsapp-float{width:56px;padding:0;justify-content:center}.whatsapp-float span{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Real DrogaShop imagery and brand refinements */
.button{border-color:var(--wa);background:var(--wa);color:#073f22;font-weight:800;box-shadow:0 10px 25px rgba(18,140,74,.18)}
.button:hover{background:#36df78;color:#073f22;box-shadow:0 14px 32px rgba(18,140,74,.24)}
.button-outline{background:transparent;color:var(--wa-dark);border-color:var(--wa-dark)}
.button-light{background:#fff;color:var(--green-deep);border-color:#fff}
.button-light:hover{background:#fff4e5;color:var(--green-deep)}
.gallery-section{background:#fff8f6}
.gallery-head{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;margin-bottom:42px}
.gallery-head h2{font-size:clamp(2.2rem,4vw,3.7rem);margin:0}
.gallery-head>p{color:var(--muted);margin:0 0 6px}
.photo-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:14px}
.photo-mosaic figure{margin:0;overflow:hidden;border-radius:14px;background:var(--mint)}
.photo-mosaic figure.wide{grid-column:span 2}
.photo-mosaic figure.tall{grid-row:span 2}
.photo-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.photo-mosaic figure:hover img{transform:scale(1.035)}
@media(max-width:980px){.gallery-head{grid-template-columns:1fr;gap:20px}.photo-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.photo-mosaic figure.wide{grid-column:span 2}}
@media(max-width:640px){.photo-mosaic{grid-auto-rows:160px;gap:9px}.photo-mosaic figure{border-radius:10px}.photo-mosaic figure.wide{grid-column:span 2}.photo-mosaic figure.tall{grid-row:span 2}}

/* Layout editorial inspirado na referência enviada */
body{background:#fff;font-size:1.02rem}
.container{width:min(1240px,calc(100% - 64px))}
.section{padding:104px 0}
.site-header{height:88px;background:rgba(255,255,255,.94)}
.header-inner{max-width:1240px}
.brand{font-size:1.72rem}
.hero{min-height:730px;padding:140px 0 90px;background:#fff}
.hero-shape{width:210px;height:210px;border:0;border-radius:0;opacity:.35;top:150px;left:auto;right:49%;background-image:radial-gradient(var(--coral) 1.4px,transparent 1.4px);background-size:13px 13px}
.hero-grid{grid-template-columns:.72fr 1.28fr;gap:76px}
.hero-copy{padding-bottom:60px}
.hero-copy h1{font-size:clamp(3rem,5.25vw,5.25rem);line-height:1.02}
.hero-lead{max-width:510px}
.hero-highlights{max-width:600px}
.hero-visual{padding:0 0 88px 62px}
.hero-visual:before{inset:30px -14px 60px 92px;border:0;background:linear-gradient(135deg,#f8dfdc,#fff3e2);border-radius:48px 8px 48px 8px}
.hero-visual>img:first-child{width:100%;height:auto;aspect-ratio:1.62/1;object-fit:cover;object-position:center;border-radius:14px 80px 14px 80px;box-shadow:0 25px 70px rgba(84,27,24,.18)}
.hero-visual .hero-thumb{display:block;position:absolute;z-index:3;object-fit:cover;border:7px solid #fff;box-shadow:0 16px 38px rgba(84,27,24,.17)}
.hero-visual .hero-thumb-one{width:180px;height:128px;left:0;bottom:8px;border-radius:34px 10px 34px 10px}
.hero-visual .hero-thumb-two{width:112px;height:150px;left:155px;bottom:-22px;border-radius:10px 34px 10px 34px}
.hero-visual figcaption{left:auto;right:8px;bottom:18px;border-radius:0;background:transparent;box-shadow:none;padding:0;grid-template-columns:auto 1fr}
.hero-visual figcaption small{font-size:.75rem}
.service-section{position:relative;margin-top:20px;padding:118px 0 142px;background:linear-gradient(115deg,#b92f2b 0%,#df4f42 58%,#f08a28 125%);color:#fff;border-radius:0 0 78px 0;overflow:visible}
.service-section:before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.22) 1.2px,transparent 1.2px);background-size:18px 18px;mask-image:linear-gradient(90deg,transparent 68%,#000);opacity:.5;pointer-events:none}
.service-section:after{content:'';position:absolute;top:-1px;left:0;width:46%;height:64px;background:#fff;border-radius:0 0 70px 0}
.service-section .container{position:relative;z-index:1}
.service-section .section-intro{max-width:none;display:grid;grid-template-columns:.8fr 1.15fr .8fr;gap:40px;align-items:end;margin:0 0 48px}
.service-section .section-intro .eyebrow{grid-column:1/-1;color:#ffe9e5;margin:0}
.service-section .section-intro h2{font-size:clamp(2.7rem,4.4vw,4.4rem);margin:0}
.service-section .section-intro>p:last-child{color:#ffe5df;margin:0 0 7px}
.service-layout{display:block}
.service-feature{position:relative;display:grid;grid-template-columns:1.1fr .8fr;grid-template-rows:auto 1fr auto;column-gap:34px;min-height:0;padding:0 0 26px;background:#fff;color:var(--ink);border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(92,20,17,.2)}
.service-feature>img{grid-row:1/4;width:100%;height:285px;object-fit:cover}
.service-feature h3{font-size:2rem;margin:34px 28px 8px 0;align-self:end}
.service-feature p{color:var(--muted);margin:0 28px 16px 0}
.service-feature a{color:var(--green);margin:0 28px 0 0;padding:13px 0 0;border-color:var(--line)}
.service-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}
.service-card{padding:0 0 24px;border:0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 38px rgba(92,20,17,.16)}
.service-card:hover{transform:translateY(-8px);border:0}
.service-card img{width:100%;height:150px;object-fit:cover;margin-bottom:22px}
.service-card h3,.service-card p{margin-left:22px;margin-right:22px}
.service-card h3{font-size:1.08rem;margin-bottom:8px;color:var(--ink)}
.service-card p{font-size:.88rem;color:var(--muted)}
.service-section .section-cta{justify-content:center;margin:42px 0 -5px}
.service-section .section-cta p{color:#fff}
.service-section .button-outline{background:#fff;border-color:#fff;color:var(--green-deep)}
.delivery-section{padding:115px 32px 72px;background:#fff}
.delivery-band{max-width:1240px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:70px 14px 70px 14px;box-shadow:0 28px 70px rgba(94,34,29,.1)}
.delivery-band:before{width:280px;height:280px;border:0;background-image:radial-gradient(var(--coral) 1.5px,transparent 1.5px);background-size:14px 14px;opacity:.22;right:-60px;bottom:-40px}
.delivery-copy{padding:72px 62px}
.delivery-copy .eyebrow{color:var(--green)}
.delivery-copy h2{color:var(--green-deep)}
.delivery-copy>p{color:var(--muted)}
.delivery-facts{border-left:1px solid var(--line);background:var(--mint-soft);border-radius:0 14px 70px 0}
.delivery-facts div{border-color:#ead5d0}
.delivery-facts strong{color:var(--green)}
.delivery-facts span{color:var(--muted)}
.needs-section{padding-top:72px}
.needs-grid{grid-template-columns:.88fr 1.12fr;gap:105px}
.needs-image{padding:52px 0 20px 45px}
.needs-image:before{content:'';position:absolute;left:0;top:0;width:155px;height:220px;background-image:radial-gradient(var(--green) 1.4px,transparent 1.4px);background-size:13px 13px;opacity:.18}
.needs-image img{position:relative;aspect-ratio:.82/1;object-position:center;border-radius:55px 12px 55px 12px;box-shadow:var(--shadow)}
.needs-copy h2{max-width:650px}
.need-list article{grid-template-columns:22px 1fr;align-items:start}
.need-dot{width:9px;height:9px;border-radius:50%;background:var(--coral);margin-top:8px;box-shadow:0 0 0 6px #fff1df}
.pharma-services{margin:0 32px;padding:100px 0;background:linear-gradient(125deg,#852722,#cf4338);border-radius:72px 12px 72px 12px}
.pharma-services .container{width:min(1120px,calc(100% - 64px))}
.pharma-cards article{background:#fff;color:var(--ink);border:0;border-radius:20px;box-shadow:0 20px 48px rgba(69,14,12,.19)}
.pharma-cards article:hover{background:#fff;transform:translateY(-5px)}
.pharma-cards p{color:var(--muted)}
.about-section{position:relative;padding:140px 0 120px;overflow:hidden}
.about-section:before{content:'';position:absolute;right:-100px;top:80px;width:280px;height:280px;border:70px solid var(--mint);border-radius:50%;opacity:.7}
.about-grid{grid-template-columns:.85fr 1.15fr;gap:110px}
.difference-grid{grid-template-columns:1fr 1fr;gap:14px;padding:35px 0}
.difference-grid article{border-radius:45px 12px 45px 12px}
.difference-grid article:nth-child(2),.difference-grid article:nth-child(4){transform:translateY(-36px)}
.gallery-section{padding-top:110px;background:#fff8f6;border-radius:76px 0 0 0}
.gallery-head{grid-template-columns:.9fr 1fr}
.photo-mosaic{grid-auto-rows:235px;gap:16px}
.photo-mosaic figure{border-radius:38px 10px 38px 10px}
.info-section{padding-top:118px;background:#fff}
.info-panel{border:0;border-radius:55px 12px 55px 12px;box-shadow:0 25px 70px rgba(94,34,29,.11)}
.info-place{background:linear-gradient(145deg,var(--green),#b72f2b)}
.faq-section{background:#fffdfc}
.accordion details{background:#fff;border:1px solid var(--line);border-bottom:0;padding:0 24px}
.accordion details:first-child{border-radius:20px 20px 0 0}
.accordion details:last-child{border-bottom:1px solid var(--line);border-radius:0 0 20px 20px}
.final-cta{margin:0 32px -42px;padding:65px 0 105px;background:linear-gradient(110deg,#bc322d,#ed762a);border-radius:70px 12px 0 0;position:relative;z-index:2}
.site-footer{padding-top:112px;background:linear-gradient(115deg,#74231f,#b93631 58%,#d65b2f)}
.footer-grid a,.footer-grid>div>p,.footer-bottom{color:#f1d5d0}

@media(max-width:1080px){
  .hero-grid{grid-template-columns:.85fr 1.15fr;gap:42px}.hero-visual{padding-left:36px}.hero-visual .hero-thumb-one{width:145px;height:105px}.hero-visual .hero-thumb-two{width:90px;height:125px;left:125px}
  .service-section .section-intro{grid-template-columns:1fr 1fr}.service-section .section-intro h2{grid-column:1}.service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .container{width:min(100% - 40px,780px)}.section{padding:88px 0}.hero{padding-top:120px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-visual{padding-left:55px;max-width:760px}.hero-visual>img:first-child{aspect-ratio:1.5/1}.service-section{padding-top:105px}.service-section .section-intro{grid-template-columns:1fr}.service-section .section-intro h2{grid-column:auto}.service-feature{grid-template-columns:1fr 1fr}.delivery-band{grid-template-columns:1fr}.delivery-facts{border-left:0;border-top:1px solid var(--line);border-radius:0 0 70px 14px}.needs-grid,.about-grid{grid-template-columns:1fr;gap:65px}.needs-image{max-width:620px}.pharma-services{margin-inline:18px}.difference-grid{max-width:700px}.gallery-head{grid-template-columns:1fr}.final-cta{margin-inline:18px}
}
@media(max-width:640px){
  .container{width:calc(100% - 30px)}.section{padding:72px 0}.hero{padding:102px 0 64px}.hero-shape{display:none}.hero-copy h1{font-size:2.75rem}.hero-highlights{grid-template-columns:1fr 1fr}.hero-visual{padding:0 0 72px 18px}.hero-visual>img:first-child{aspect-ratio:1.08/1;border-radius:10px 42px 10px 42px}.hero-visual .hero-thumb-one{width:118px;height:88px;left:0;bottom:4px;border-width:5px}.hero-visual .hero-thumb-two{width:76px;height:105px;left:102px;bottom:-10px;border-width:5px}.hero-visual figcaption{right:0;bottom:10px}.service-section{padding:96px 0 92px;border-radius:0 0 44px 0}.service-section:after{width:70%;height:42px;border-radius:0 0 45px 0}.service-section .section-intro{gap:18px;margin-bottom:34px}.service-section .section-intro h2{font-size:2.45rem}.service-feature{display:block;padding-bottom:24px}.service-feature>img{height:180px}.service-feature h3,.service-feature p,.service-feature a{margin-left:22px;margin-right:22px}.service-feature h3{margin-top:22px}.service-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{border-radius:13px;padding-bottom:18px}.service-card img{height:105px;margin-bottom:16px}.service-card h3,.service-card p{margin-left:14px;margin-right:14px}.service-card h3{font-size:.96rem}.service-card p{font-size:.82rem;line-height:1.48}.service-section .section-cta{align-items:center}.delivery-section{padding:76px 10px 50px}.delivery-band{border-radius:42px 10px 42px 10px}.delivery-copy{padding:44px 25px}.delivery-facts{border-radius:0 0 42px 10px}.needs-image{padding:32px 0 15px 18px}.needs-image:before{width:100px;height:150px}.needs-image img{aspect-ratio:1/1.08;border-radius:38px 9px 38px 9px}.pharma-services{margin-inline:8px;border-radius:45px 9px 45px 9px;padding:72px 0}.pharma-services .container{width:calc(100% - 30px)}.difference-grid article{min-height:185px;border-radius:28px 8px 28px 8px}.difference-grid article:nth-child(2),.difference-grid article:nth-child(4){transform:none}.gallery-section{border-radius:45px 0 0 0}.photo-mosaic figure{border-radius:24px 7px 24px 7px}.info-panel{border-radius:35px 8px 35px 8px}.final-cta{margin-inline:8px;border-radius:42px 8px 0 0;padding-bottom:90px}.site-footer{padding-top:100px}
}

/* Atualização visual baseada nas referências DrogaShop */
.brand{display:inline-flex;width:220px;height:62px;overflow:hidden;align-items:center;flex:0 0 auto}
.brand-logo{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0;box-shadow:none}
.footer-brand{width:230px;height:70px;padding:0;background:transparent;border-radius:0;margin-bottom:18px}

.hero{min-height:760px;padding:132px 0 78px;background:#fff}
.hero-grid{grid-template-columns:.86fr 1.14fr;gap:62px;align-items:center}
.hero-copy{padding:0}
.hero-copy h1{max-width:590px;color:#df0000;font-size:clamp(3.35rem,5.2vw,5.5rem);line-height:.98;letter-spacing:-.055em}
.hero-copy h1 em{display:block;color:#181b20;margin-top:7px}
.hero-copy h1 em:after{height:7px;bottom:-9px;background:#df0000;opacity:1;border-radius:999px;transform:rotate(-1.5deg)}
.hero-lead{max-width:520px;font-size:1.15rem;color:#3f4650}
.hero-shape{width:185px;height:185px;top:140px;right:51%;opacity:.45;background-image:radial-gradient(#ee9198 1.5px,transparent 1.5px);background-size:13px 13px}
.hero-visual{padding:0 0 86px 58px}
.hero-visual:before{display:none}
.hero-visual>img:first-child{aspect-ratio:1.55/1;border-radius:16px 48px 16px 48px;box-shadow:0 24px 65px rgba(60,28,28,.16)}
.hero-visual .hero-thumb{border-radius:20px;border:6px solid #fff}
.hero-visual .hero-thumb-one{width:168px;height:116px;left:18px;bottom:12px}
.hero-visual .hero-thumb-two{width:108px;height:136px;left:158px;bottom:-5px}
.hero-visual figcaption{right:18px;bottom:17px}
.hero-highlights{margin-top:50px}
.hero-highlights strong{font-size:1rem;color:#171a1f}

.service-section{margin:0;padding:106px 0 118px;background:#f5f5f5;color:var(--ink);border-radius:0}
.service-section:before,.service-section:after{display:none}
.service-section .section-intro{display:grid;grid-template-columns:1.05fr .75fr;align-items:end;gap:70px;margin-bottom:44px;padding:0}
.service-section .section-intro h2{grid-column:auto;color:#171a1f;font-size:clamp(2.45rem,4vw,4rem)}
.service-section .section-intro>p:last-child{color:var(--muted)}
.service-layout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.service-grid{display:contents}
.service-feature,.service-card{position:relative;display:flex;flex-direction:column;min-height:390px;padding:0 0 20px;background:#fff;color:var(--ink);border:0;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(25,25,25,.1);transition:transform .25s,box-shadow .25s}
.service-feature:hover,.service-card:hover{transform:translateY(-6px);border:0;box-shadow:0 16px 35px rgba(25,25,25,.14)}
.service-feature>img,.service-card img{order:0;grid-row:auto;width:100%;height:150px;aspect-ratio:auto;object-fit:cover;margin:0 0 27px;border-radius:0}
.service-feature:before,.service-card:before{content:'+';position:absolute;z-index:2;top:126px;left:22px;width:48px;height:48px;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;background:#ed0013;color:#fff;font:800 1.45rem/1 Arial,sans-serif;box-shadow:0 6px 13px rgba(209,0,16,.2)}
.service-card:nth-child(1):before{content:'✦'}
.service-card:nth-child(2):before{content:'●';font-size:1rem}
.service-card:nth-child(3):before{content:'✚'}
.service-card:nth-child(4):before{content:'✓'}
.service-feature h3,.service-card h3{order:1;margin:6px 22px 9px;color:#181b20;font-size:1.12rem;align-self:auto}
.service-feature p,.service-card p{order:2;flex:1;margin:0 22px 18px;color:#5f646b;font-size:.89rem;line-height:1.5}
.service-feature a{order:3;margin:0 18px;padding:10px 14px;display:flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:999px;background:#ed0013;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.025em}
.service-feature a span{display:none}
.service-section .section-cta{justify-content:center;margin-top:38px}
.service-section .section-cta p{color:var(--ink)}
.service-section .button-outline{background:#ed0013;border-color:#ed0013;color:#fff}

@media(max-width:1080px){
  .service-layout{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .brand{width:190px;height:56px}
  .hero-grid{grid-template-columns:1fr;gap:50px}
  .hero-copy h1{max-width:720px}
  .hero-visual{padding-left:44px}
  .service-section .section-intro{grid-template-columns:1fr;gap:16px}
  .service-layout{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .brand{width:168px;height:52px}
  .footer-brand{width:210px;height:64px}
  .hero{padding-top:96px}
  .hero-copy h1{font-size:clamp(2.75rem,13vw,3.8rem)}
  .hero-visual{padding:0 0 102px 10px}
  .hero-visual>img:first-child{aspect-ratio:1.08/1;border-radius:12px 34px 12px 34px}
  .hero-visual .hero-thumb-one{left:0;bottom:40px}
  .hero-visual .hero-thumb-two{left:108px;bottom:24px}
  .hero-visual figcaption{right:0;bottom:0}
  .service-section{padding:82px 0}
  .service-layout{grid-template-columns:1fr 1fr;gap:11px}
  .service-feature,.service-card{min-height:350px;border-radius:15px;padding-bottom:14px}
  .service-feature>img,.service-card img{height:112px;margin-bottom:25px}
  .service-feature:before,.service-card:before{top:90px;left:12px;width:42px;height:42px;border-width:4px}
  .service-feature h3,.service-card h3{margin:5px 14px 7px;font-size:.98rem}
  .service-feature p,.service-card p{margin:0 14px 14px;font-size:.8rem}
  .service-feature a{margin:0 10px;padding:8px;font-size:.68rem}
}

/* Ajustes solicitados — cartões, proporções, mapa e rodapé */
.service-section .section-intro{grid-template-columns:1.15fr .85fr;padding-top:10px}
.service-section .section-intro h2{grid-column:1;margin:0}
.service-card img{aspect-ratio:4/3;height:auto;object-fit:cover}
.needs-grid{grid-template-columns:1fr 1.08fr;gap:70px}
.needs-image{max-width:520px;padding:28px 0 12px 32px;align-self:center}
.needs-image:before{height:155px}
.needs-image img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center 48%;border-radius:42px 10px 42px 10px}
.image-note{right:12px;bottom:0}
.photo-mosaic{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:16px}
.photo-mosaic figure,.photo-mosaic figure.wide,.photo-mosaic figure.tall{grid-column:auto;grid-row:auto;aspect-ratio:4/3}
.photo-mosaic img{width:100%;height:100%;object-fit:cover}
.pharma-head{grid-template-columns:1.2fr 1fr;align-items:end}
.pharma-head h2{grid-column:1;margin:0}
.map-section{padding:90px 32px 0;background:#fff}
.map-grid{display:grid;grid-template-columns:.72fr 1.28fr;align-items:stretch;padding:44px;background:linear-gradient(120deg,#b92f2b,#ee7229);border-radius:66px 14px 0 0;color:#fff;overflow:hidden}
.map-copy{padding:28px 46px 28px 18px;display:flex;flex-direction:column;justify-content:center}
.map-copy h2{font-size:clamp(2.25rem,4vw,3.7rem);margin-bottom:18px}
.map-copy p{color:#ffe8e2;margin:0 0 28px}
.map-copy .button{align-self:flex-start;background:#fff;border-color:#fff;color:var(--green-deep);box-shadow:none}
.map-copy .button:hover{background:#fff2df;color:var(--green-deep)}
.map-frame{min-height:390px;border:8px solid #fff;border-radius:28px 8px 28px 8px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(80,17,14,.22)}
.map-frame iframe{display:block;width:100%;height:100%;min-height:390px}
.site-footer{padding:78px 0 24px;background:linear-gradient(115deg,#8f2925,#c94035 62%,#df6930)}
.footer-grid{grid-template-columns:1.2fr 1fr .85fr 1.35fr;gap:54px}
.footer-brand-col p{max-width:320px}
.footer-grid h2{font-size:.92rem;color:#fff}
.footer-grid>div>p,.footer-grid a{color:#f5dfda;line-height:1.7}
.footer-business{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:#fff!important}
.footer-contact a{margin:11px 0}
.footer-contact p{font-size:.9rem}

@media(max-width:980px){
  .service-section .section-intro{grid-template-columns:1fr}.service-section .section-intro h2{grid-column:auto}
  .needs-grid{grid-template-columns:1fr;gap:48px}.needs-image{max-width:680px;padding-left:24px}
  .photo-mosaic{grid-template-columns:repeat(2,1fr)}
  .pharma-head{grid-template-columns:1fr}.pharma-head h2{grid-column:auto}
  .map-grid{grid-template-columns:1fr;padding:34px}.map-copy{padding:18px 10px 34px}.map-frame{min-height:360px}.map-frame iframe{min-height:360px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:auto}
}
@media(max-width:640px){
  .hero-visual{padding:0 0 84px}.hero-visual .hero-thumb{display:none}.hero-visual figcaption{left:0;right:auto;bottom:10px}
  .photo-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:10px}.photo-mosaic figure,.photo-mosaic figure.wide,.photo-mosaic figure.tall{grid-column:auto;grid-row:auto;aspect-ratio:1/1}
  .needs-image{padding:18px 0 10px 12px}.needs-image img{aspect-ratio:1/1;border-radius:30px 8px 30px 8px}.image-note{right:8px}
  .map-section{padding:65px 8px 0}.map-grid{padding:20px;border-radius:42px 8px 0 0}.map-copy{padding:18px 4px 28px}.map-copy h2{font-size:2.2rem}.map-copy .button{width:100%}.map-frame,.map-frame iframe{min-height:320px}.map-frame{border-width:5px;border-radius:20px 6px 20px 6px}
  .footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:first-child{grid-column:auto}.footer-brand-col p{max-width:none}
}

/* Mantém a proporção compacta dos cards da referência acima dos ajustes legados */
.service-feature>img,.service-card img{width:100%;height:150px;aspect-ratio:auto;object-fit:cover;margin:0 0 27px}
@media(max-width:640px){
  .service-feature>img,.service-card img{height:112px;margin-bottom:25px}
}

/* Produtos e serviços — composição inspirada na referência aprovada */
.hero-highlights{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.16fr) minmax(0,1fr);max-width:650px;margin-top:42px}
.hero-highlights li{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;margin:0;padding:18px 18px 0;border-right:1px solid var(--line)}
.hero-highlights li:first-child{padding-left:0}
.hero-highlights li:last-child{padding-right:0}
.hero-benefit-icon{width:25px;height:25px;fill:none;stroke:#ed0013;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-highlights li>span{display:grid;gap:2px;align-self:start;margin:0;padding:0;transform:none}
.hero-highlights strong,.hero-highlights small{display:block;margin:0;padding:0}
.hero-highlights strong{color:#1d2025;font-size:.95rem;line-height:1.15}
.hero-highlights small{color:#676b72;font-size:.78rem;line-height:1.35}

.service-section{position:relative;margin:0;padding:96px 0 104px;background:
  linear-gradient(135deg,#ed0013 0 105px,transparent 106px),
  linear-gradient(315deg,#ed0013 0 105px,transparent 106px),
  linear-gradient(145deg,#fff 0%,#f8f8f8 53%,#fff 100%);
  color:#222;border-radius:0;overflow:hidden}
.service-section:before{display:block;content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.92),transparent 28%,transparent 70%,rgba(255,255,255,.78));pointer-events:none}
.service-section:after{display:none}
.service-section .container{position:relative;z-index:1;width:min(1240px,calc(100% - 56px))}
.catalog-heading{display:grid;grid-template-columns:1fr 1fr;gap:12px 70px;align-items:end;margin-bottom:34px}
.catalog-heading>img{grid-column:1/-1;width:265px;height:58px;object-fit:cover;object-position:center 50%;margin:0 0 6px}
.catalog-heading h2{position:relative;margin:0;padding-left:28px;max-width:570px;color:#2a2b2f;font-size:clamp(2.45rem,4.1vw,4rem);line-height:.93;letter-spacing:-.055em}
.catalog-heading h2:before,.catalog-subheading h3:before{content:'';position:absolute;left:0;top:2px;bottom:2px;width:8px;border-radius:5px;background:#ed0013}
.catalog-heading h2 span,.catalog-subheading h3 span{display:block;color:#ed0013}
.catalog-heading>p{max-width:420px;margin:0 0 5px;color:#4f535a;line-height:1.5}
.product-cards,.pharmacy-service-cards{display:grid;gap:18px}
.product-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
.pharmacy-service-cards{grid-template-columns:repeat(5,minmax(0,1fr))}
.catalog-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:0 0 15px;overflow:hidden;border:1px solid #ececec;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(27,29,33,.12);transition:transform .25s ease,box-shadow .25s ease}
.catalog-card:hover{transform:translateY(-6px);box-shadow:0 19px 38px rgba(27,29,33,.17)}
.catalog-card>img{width:100%;height:145px;object-fit:cover;margin:0 0 30px;border-radius:0}
.catalog-icon{position:absolute;left:18px;top:120px;display:grid;place-items:center;width:48px;height:48px;border:5px solid #fff;border-radius:50%;background:#ed0013;color:#fff;font-size:1.15rem;font-weight:800;line-height:1;box-shadow:0 5px 14px rgba(208,0,17,.25)}
.catalog-card h3{margin:0 18px 8px;color:#202226;font-size:1.08rem;line-height:1.15;letter-spacing:-.035em}
.catalog-card p{flex:1;margin:0 18px 15px;color:#555a61;font-size:.9rem;line-height:1.45}
.catalog-card>a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;margin:0 14px;padding:8px 10px;border-radius:999px;background:#ed0013;color:#fff;font-size:.875rem;font-weight:800;line-height:1.15;text-align:center;text-transform:uppercase;box-shadow:0 7px 15px rgba(208,0,17,.18);transition:background .2s,transform .2s}
.catalog-card>a:hover{background:#c90011;transform:translateY(-1px)}
.catalog-card>a svg{width:16px;height:16px;fill:currentColor;flex:0 0 auto}
.catalog-subheading{display:grid;grid-template-columns:auto 1fr;gap:54px;align-items:end;margin:54px 0 28px}
.catalog-subheading h3{position:relative;margin:0;padding-left:28px;color:#292b30;font-size:clamp(2.2rem,3.6vw,3.45rem);line-height:.92}
.catalog-subheading p{max-width:330px;margin:0 0 4px;color:#555a61;line-height:1.45}
.pharmacy-service-cards .catalog-card>img{height:125px}
.pharmacy-service-cards .catalog-icon{top:100px}
.pharmacy-service-cards .catalog-card h3{font-size:1rem}
.pharmacy-service-cards .catalog-card p{font-size:.84rem}
.pharmacy-service-cards .catalog-card>a{font-size:.78rem}
.service-disclaimer{margin:24px 0 0;color:#676b72;font-size:.8rem;text-align:center}

@media(max-width:1100px){
  .product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pharmacy-service-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .hero-highlights{grid-template-columns:1fr}
  .hero-highlights li,.hero-highlights li:first-child,.hero-highlights li:last-child{padding:14px 0;margin:0;border-right:0;border-bottom:1px solid var(--line)}
  .hero-highlights li:last-child{border-bottom:0;border-top:0;grid-column:auto}
  .service-section{padding:78px 0 84px;background:
    linear-gradient(135deg,#ed0013 0 62px,transparent 63px),
    linear-gradient(315deg,#ed0013 0 62px,transparent 63px),
    linear-gradient(145deg,#fff,#f7f7f7 55%,#fff)}
  .service-section .container{width:calc(100% - 30px)}
  .catalog-heading{grid-template-columns:1fr;gap:18px}
  .catalog-heading>img{width:220px;height:50px}
  .catalog-heading h2{font-size:2.55rem}
  .catalog-heading>p{margin-left:28px}
  .catalog-subheading{grid-template-columns:1fr;gap:14px}
  .catalog-subheading p{margin-left:28px}
  .product-cards,.pharmacy-service-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .catalog-card>img,.pharmacy-service-cards .catalog-card>img{height:112px;margin-bottom:27px}
  .catalog-icon,.pharmacy-service-cards .catalog-icon{left:12px;top:89px;width:42px;height:42px;border-width:4px}
  .catalog-card h3{margin-inline:13px;font-size:.98rem}
  .catalog-card p,.pharmacy-service-cards .catalog-card p{margin-inline:13px;font-size:.82rem}
  .catalog-card>a,.pharmacy-service-cards .catalog-card>a{margin-inline:9px;padding-inline:7px;font-size:.75rem}
}
@media(max-width:430px){
  .product-cards,.pharmacy-service-cards{grid-template-columns:1fr}
  .catalog-card>img,.pharmacy-service-cards .catalog-card>img{height:155px}
  .catalog-icon,.pharmacy-service-cards .catalog-icon{top:131px}
  .catalog-card>a,.pharmacy-service-cards .catalog-card>a{font-size:.84rem}
}

/* Blocos de pedido e cuidados — composição aprovada */
.pharmacy-service-cards{margin-top:54px}
.delivery-section{padding:92px 0 42px;background:#fff}
.order-panel{width:min(900px,100%);margin-inline:auto;display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden;border:1px solid #ead7d4;border-radius:34px;background:#fff;box-shadow:0 22px 55px rgba(70,35,31,.09)}
.order-copy{padding:42px 44px 34px}
.order-copy h2{margin:0 0 14px;color:#9f231f;font-size:clamp(2rem,3.2vw,3rem);line-height:1.02}
.order-copy>p{max-width:510px;margin:0 0 22px;color:#686b70;line-height:1.48}
.order-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 22px;border-radius:999px;background:#e70014;color:#fff;font-size:.9rem;font-weight:800;text-transform:uppercase;box-shadow:0 10px 22px rgba(231,0,20,.18);transition:transform .2s,background .2s}
.order-button:hover{transform:translateY(-2px);background:#bd0010}
.order-button svg{width:19px;height:19px;fill:currentColor}
.order-copy small{display:block;margin-top:13px;color:#74777d}
.order-categories{padding:34px 38px;background:linear-gradient(135deg,#fff9f8,#fae9e6);display:flex;flex-direction:column;justify-content:center}
.order-categories>div{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #e6d1ce;color:#55585e}
.order-categories>div:last-of-type{border-bottom:0}
.line-icon{display:grid;place-items:center;width:30px;height:30px;color:#e70014;font-size:1.5rem;font-weight:700;line-height:1}
.order-categories strong{font-size:.98rem;font-weight:500}
.order-categories>p{align-self:flex-end;margin:22px 8px 0;color:#c71919;font-family:cursive;font-size:1.05rem;font-weight:700;transform:rotate(-4deg)}
.needs-section{padding:68px 0 112px}
.care-showcase{display:grid;grid-template-columns:1fr 1.05fr;gap:58px;align-items:center;max-width:1040px}
.care-image{margin:0;aspect-ratio:1/1;overflow:hidden;border-radius:28px 10px 28px 10px;box-shadow:0 18px 45px rgba(64,39,34,.12)}
.care-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.care-copy h2{max-width:540px;margin:0 0 20px;color:#26272b;font-size:clamp(2.35rem,4.2vw,4rem);line-height:1.02}
.care-list{margin:0 0 21px}
.care-list article{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:17px 0;border-bottom:1px solid #e8dedc}
.care-list h3{margin:0 0 3px;font-size:1.04rem;letter-spacing:-.02em}
.care-list p{margin:0;color:#71747a;font-size:.9rem;line-height:1.45}
.care-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.care-whatsapp{margin-top:4px;background:#25d366;border-color:#25d366;color:#063f21}
.care-whatsapp:hover{background:#1fbd5a;border-color:#1fbd5a;color:#052f19}
.vitamin-section{background:linear-gradient(135deg,#fff7f5 0%,#fff 68%)}
.vitamin-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}
.vitamin-copy h2{margin:0 0 20px;color:#28292d;font-size:clamp(2.35rem,4.2vw,4rem);line-height:1.02}
.vitamin-copy>p{margin:0;color:#686c72;font-size:1.04rem}
.vitamin-copy ul{display:grid;gap:10px;margin:26px 0 30px;padding:0;list-style:none}
.vitamin-copy li{position:relative;padding-left:28px;color:#45484e}
.vitamin-copy li:before{content:'✓';position:absolute;left:0;top:0;color:#e70014;font-weight:900}
.vitamin-image{margin:0;aspect-ratio:1/1;overflow:hidden;border-radius:42px 12px 42px 12px;box-shadow:0 24px 58px rgba(68,34,30,.13)}
.vitamin-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.care-link{display:inline-flex;align-items:center;gap:12px;color:#d90013;font-size:.9rem;font-weight:700}
.care-link span{font-size:1.2rem;transition:transform .2s}
.care-link:hover span{transform:translateX(4px)}
@media(max-width:760px){
  .pharmacy-service-cards{margin-top:36px}
  .delivery-section{padding:72px 0 34px}
  .order-panel{grid-template-columns:1fr;border-radius:24px}
  .order-copy,.order-categories{padding:30px 25px}
  .order-copy h2{font-size:2.15rem}
  .order-button{width:100%;padding-inline:14px}
  .order-categories>p{align-self:flex-start}
  .needs-section{padding:48px 0 84px}
  .care-showcase{grid-template-columns:1fr;gap:36px}
  .care-image{border-radius:22px 8px 22px 8px}
  .care-image img{object-position:center}
  .care-copy h2{font-size:2.35rem}
  .care-whatsapp{width:100%}
  .vitamin-grid{grid-template-columns:1fr;gap:36px}
  .vitamin-copy h2{font-size:2.35rem}
  .vitamin-image{border-radius:24px 8px 24px 8px}
  .vitamin-image img{object-position:center}
}

/* Sobre a DrogaShop — foto da estrutura atrás do texto */
.about-copy{
  position:relative;
  z-index:2;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(34px,5vw,58px);
  border-radius:42px 12px 42px 12px;
  background-image:linear-gradient(105deg,rgba(43,14,12,.88),rgba(83,21,17,.7)),url('/assets/interior-drogashop-03.webp');
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 58px rgba(68,34,30,.16);
}
.about-section:before{z-index:0;pointer-events:none}
.about-grid{position:relative;z-index:1}
.about-copy>*{position:relative;z-index:3}
.about-copy h2,.about-copy>p{color:#fff}

@media(max-width:640px){
  .about-section{padding-top:92px}
  .about-section:before{display:none}
  .about-copy{padding:36px 24px;border-radius:30px 9px 30px 9px;background-position:58% center}
  .about-copy h2{font-size:2.45rem}
  .about-copy .button{width:100%}
}
