:root {
  --blue-950: #05275c;
  --blue-900: #083f8c;
  --blue-800: #0a51ad;
  --blue-100: #eaf2fc;
  --blue-50: #f5f8fd;
  --ink: #172235;
  --muted: #647086;
  --line: #dfe5ee;
  --white: #fff;
  --green: #1fa868;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 44, 93, .13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f1b730; outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(223,229,238,.8); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 30px; }
.brand { width: 205px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 650; }
.main-nav > a:not(.btn) { padding: 24px 0; transition: color .2s; }
.main-nav > a:not(.btn):hover { color: var(--blue-800); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--blue-50); }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--blue-950); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue-800), var(--blue-900)); box-shadow: 0 10px 25px rgba(8,63,140,.22); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(8,63,140,.3); }
.btn-secondary { color: var(--blue-900); background: white; border-color: var(--line); }
.btn-small { min-height: 42px; padding: 10px 16px; font-size: .85rem; border-radius: 8px; }
.btn-full { width: 100%; }
.btn svg { width: 20px; fill: currentColor; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 20%, #f2f7fd 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; width: 520px; height: 520px; border: 1px solid rgba(8,63,140,.08); border-radius: 50%; right: -260px; top: -140px; box-shadow: 0 0 0 80px rgba(8,63,140,.025), 0 0 0 160px rgba(8,63,140,.02); }
.hero-pattern { position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgba(8,63,140,.16) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, transparent 15%, black 85%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; min-height: 690px; padding-block: 70px 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-800); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(31,168,104,.12); }
.hero h1 { max-width: 680px; margin: 20px 0; color: var(--blue-950); font-size: clamp(2.7rem, 5.2vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; }
.hero h1 em { color: var(--blue-800); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 620px; margin: 0 0 30px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.trust-line p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.trust-line strong { color: var(--ink); }
.avatars { display: flex; padding-left: 8px; }
.avatars span { display: grid; place-items: center; width: 37px; height: 37px; margin-left: -8px; color: white; background: var(--blue-900); border: 3px solid white; border-radius: 50%; font-size: .65rem; font-weight: 800; }
.avatars span:nth-child(2) { background: var(--green); }
.avatars span:nth-child(3) { background: #6e7d94; }
.hero-visual { position: relative; }
.photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 4.5; border-radius: 34px 8px 34px 8px; background: var(--blue-100); box-shadow: var(--shadow); }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,39,92,.25), transparent 55%); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.experience-card, .crc-card { position: absolute; z-index: 2; background: white; box-shadow: 0 14px 40px rgba(8,40,80,.18); }
.experience-card { display: grid; left: -28px; bottom: 40px; width: 150px; padding: 20px; border-radius: 16px; border-left: 5px solid var(--blue-800); }
.experience-card strong { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.experience-card span { color: var(--blue-900); font: 700 2.3rem/1 Georgia, serif; }
.experience-card small { margin-top: 8px; color: var(--muted); line-height: 1.3; }
.crc-card { top: 30px; right: -22px; padding: 13px 17px; border-radius: 12px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.crc-card span { color: var(--green); }
.crc-card strong { color: var(--ink); }

.proof { position: relative; z-index: 3; color: white; background: var(--blue-950); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.05rem; }
.proof-grid span { color: #aebdd5; font-size: .75rem; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 45px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .legal h1 { max-width: 760px; margin: 12px 0 0; color: var(--blue-950); font-size: clamp(2.1rem, 4vw, 3.35rem); line-height: 1.1; letter-spacing: -.035em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.section-heading.centered { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered p { margin: 15px auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b7cae5; box-shadow: 0 20px 45px rgba(7,44,93,.1); }
.service-number { position: absolute; top: 25px; right: 25px; color: #bdc6d3; font-size: .72rem; font-weight: 800; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue-900); background: var(--blue-100); border-radius: 13px; font-weight: 800; }
.service-card h3 { margin: 24px 0 10px; color: var(--blue-950); font-size: 1.15rem; line-height: 1.3; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.service-card a { position: absolute; bottom: 25px; color: var(--blue-800); font-size: .82rem; font-weight: 800; }
.service-card a span, .text-link span { transition: margin .2s; }
.service-card a:hover span, .text-link:hover span { margin-left: 5px; }

.audience { background: var(--blue-50); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.audience-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 94px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: background .2s, color .2s, transform .2s; }
.audience-card span { color: var(--blue-800); font-size: .7rem; font-weight: 800; }
.audience-card h3 { margin: 0; font-size: 1rem; }
.audience-card b { color: var(--blue-800); }
.audience-card:hover { color: white; background: var(--blue-900); border-color: var(--blue-900); transform: translateY(-3px); }
.audience-card:hover span, .audience-card:hover b { color: white; }

.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.about-photo { position: relative; }
.about-photo > img { width: 100%; max-height: 590px; object-fit: cover; border-radius: 8px 30px 8px 30px; box-shadow: var(--shadow); }
.about-badge { position: absolute; right: -30px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 18px 22px; color: white; background: var(--blue-900); border-radius: 14px; box-shadow: 0 15px 35px rgba(8,63,140,.28); }
.about-badge strong { font: 700 2.3rem/1 Georgia, serif; }
.about-badge span { font-size: .72rem; line-height: 1.2; text-transform: uppercase; }
.about-copy > p { color: var(--muted); font-size: 1rem; }
.check-list { display: grid; gap: 16px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; color: white; background: var(--green); border-radius: 50%; font-size: .75rem; }
.check-list strong, .check-list small { display: block; }
.check-list small { color: var(--muted); }
.text-link { color: var(--blue-800); font-weight: 800; }

.blog-preview { background: var(--blue-50); }
.blog-preview .section-heading > div:last-child { max-width: 420px; }
.blog-preview .section-heading > div:last-child p { margin: 0 0 12px; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(7,44,93,.1); }
.post-cover { position: relative; display: flex; align-items: flex-end; justify-content: space-between; min-height: 205px; padding: 25px; color: white; overflow: hidden; }
.post-cover::before, .post-cover::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.post-cover::before { width: 220px; height: 220px; right: -70px; top: -100px; }
.post-cover::after { width: 120px; height: 120px; right: 30px; top: -45px; }
.post-cover > span { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; font-size: 1.7rem; font-weight: 800; backdrop-filter: blur(5px); }
.post-cover small { position: relative; z-index: 1; padding: 6px 10px; background: rgba(4,30,70,.35); border-radius: 50px; font-size: .7rem; font-weight: 750; }
.post-cover-company { background: linear-gradient(135deg, #0b55ad, #062e68); }
.post-cover-tax { background: linear-gradient(135deg, #2f699f, #163d68); }
.post-cover-rural { background: linear-gradient(135deg, #257565, #0c4841); }
.post-body { padding: 25px; }
.post-meta { display: flex; gap: 18px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .04em; }
.post-body h3 { margin: 12px 0; color: var(--blue-950); font-size: 1.2rem; line-height: 1.35; }
.post-body h3 a:hover { color: var(--blue-800); }
.post-body p { margin: 0 0 18px; color: var(--muted); font-size: .86rem; }

.testimonials { color: white; background: var(--blue-950); }
.testimonials .section-heading h2 { color: white; }
.eyebrow.light { color: #99bce8; }
.rating { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.rating strong { grid-row: 1 / 3; font: 700 3rem/1 Georgia, serif; }
.rating span { color: #f4be37; letter-spacing: .08em; }
.rating small { color: #aebdd5; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid blockquote { position: relative; min-height: 300px; margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.testimonial-grid .quote { display: block; height: 50px; color: #5e89c2; font: 700 4.5rem/1 Georgia, serif; }
.testimonial-grid p { color: #e4eaf2; font-family: Georgia, serif; font-size: 1.06rem; }
.testimonial-grid footer { position: absolute; bottom: 30px; }
.testimonial-grid footer strong, .testimonial-grid footer span { display: block; }
.testimonial-grid footer span { color: #9eb0c9; font-size: .75rem; }

.contact { background: #f3f7fc; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-copy > p { max-width: 510px; color: var(--muted); }
.contact-list { display: grid; gap: 12px; margin-top: 35px; }
.contact-list a { display: flex; align-items: center; gap: 14px; }
.contact-list a > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue-900); background: white; border: 1px solid var(--line); border-radius: 12px; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); }
.contact-list strong { font-size: .9rem; }
.contact-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 50px rgba(7,44,93,.09); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; color: var(--ink); font-size: .78rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 14px; color: var(--ink); background: #fbfcfe; border: 1px solid var(--line); border-radius: 9px; outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-800); box-shadow: 0 0 0 3px rgba(10,81,173,.1); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); font-weight: 500; }
.consent input { width: auto; margin: 3px 0 0; }
.consent a { color: var(--blue-800); text-decoration: underline; }
.form-note { display: block; margin-top: 10px; color: var(--muted); text-align: center; }

.site-footer { padding: 70px 0 0; color: #ccd6e5; background: #041e46; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand img {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
  padding: 8px 12px;
  background: white;
  border-radius: 10px;
}
.footer-brand p { max-width: 330px; }
.footer-brand span { color: #8fa4c2; font-size: .78rem; }
.footer-brand .footer-social { margin-top: 14px; color: #b9c9df; font-weight: 700; }
.footer-brand .footer-social:hover { color: white; }
.site-footer h2 { margin: 5px 0 18px; color: white; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a, .site-footer div > p { display: block; margin: 9px 0; color: #aebdd2; font-size: .84rem; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #8fa4c2; font-size: .75rem; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; color: white; background: #20b76a; border-radius: 50%; box-shadow: 0 12px 30px rgba(22,139,77,.35); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 29px; fill: currentColor; }
.cookie-banner { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: none; align-items: center; gap: 18px; max-width: 520px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .78rem; }
.cookie-banner a { color: var(--blue-800); text-decoration: underline; }

.page-hero { padding: 85px 0 70px; color: white; background: var(--blue-950); }
.page-hero h1 { max-width: 800px; margin: 10px 0; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.08; }
.page-hero p { max-width: 700px; color: #bac9dd; }
.utilities { padding: 80px 0 110px; background: var(--blue-50); }
.utility-group { margin-bottom: 45px; }
.utility-group h2 { color: var(--blue-950); }
.utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.utility-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 82px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; transition: border .2s, transform .2s; }
.utility-link:hover { border-color: var(--blue-800); transform: translateY(-2px); }
.utility-link span { color: var(--blue-800); }
.legal { max-width: 830px; padding: 80px 0 110px; }
.legal h2 { margin-top: 35px; color: var(--blue-950); }
.legal p, .legal li { color: var(--muted); }
.legal a { color: var(--blue-800); text-decoration: underline; }
.blog-listing { padding: 80px 0 110px; background: var(--blue-50); }
.blog-intro { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 35px; }
.blog-intro p { max-width: 670px; color: var(--muted); }
.blog-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.blog-search { display: flex; align-items: center; gap: 8px; flex: 1 1 280px; min-width: 230px; color: var(--muted); }
.blog-search input { width: 100%; padding: 8px 6px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.blog-filters button { padding: 8px 12px; color: var(--muted); background: var(--blue-50); border: 1px solid transparent; border-radius: 50px; font-size: .75rem; font-weight: 750; cursor: pointer; }
.blog-filters button:hover, .blog-filters button.active { color: white; background: var(--blue-900); }
.post-card[hidden] { display: none; }
.blog-empty { padding: 35px; color: var(--muted); background: white; border: 1px dashed #bbc8d9; border-radius: 14px; text-align: center; }
.article-shell { background: var(--blue-50); }
.article-hero { padding: 75px 0 60px; color: white; background: var(--blue-950); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #9fb0ca; font-size: .78rem; }
.breadcrumbs a:hover { color: white; }
.article-hero .article-category { display: inline-block; margin-bottom: 14px; padding: 6px 10px; color: #c9dcf4; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-hero h1 { max-width: 900px; margin: 0 0 20px; font-size: clamp(2.5rem, 5.8vw, 4.8rem); line-height: 1.04; letter-spacing: -.045em; }
.article-lead { max-width: 800px; color: #c4d0e2; font-size: 1.12rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #9fb0ca; font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 270px; justify-content: center; gap: 70px; padding: 70px 0 110px; }
.article-content { padding: 45px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(7,44,93,.07); }
.article-content > p:first-child { color: #35455e; font-size: 1.08rem; }
.article-content h2 { margin: 38px 0 12px; color: var(--blue-950); font-size: 1.65rem; line-height: 1.25; }
.article-content h3 { margin: 26px 0 8px; color: var(--blue-950); }
.article-content p, .article-content li { color: #56647a; }
.article-content a { color: var(--blue-800); text-decoration: underline; }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-note { margin: 32px 0; padding: 22px; background: var(--blue-50); border-left: 4px solid var(--blue-800); border-radius: 4px 12px 12px 4px; }
.article-note strong { display: block; color: var(--blue-950); }
.article-cta { margin-top: 40px; padding: 28px; color: white; background: var(--blue-950); border-radius: 14px; }
.article-cta h2 { margin: 0 0 8px; color: white; }
.article-cta p { color: #b9c8dc; }
.article-cta a { color: white; text-decoration: none; }
.article-sidebar { align-self: start; position: sticky; top: 110px; }
.article-sidebar > div { margin-bottom: 18px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.article-sidebar h2 { margin: 0 0 12px; color: var(--blue-950); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.article-sidebar a { display: block; margin: 10px 0; color: var(--muted); font-size: .82rem; }
.article-sidebar a:hover { color: var(--blue-800); }
.source-list { font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 18px 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(5,39,92,.08); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav > a:not(.btn) { padding: 10px 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 720px); }
  .article-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 30px, 620px); }
  .brand { width: 175px; }
  .hero-grid { display: flex; flex-direction: column; min-height: auto; padding: 60px 0 80px; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero-visual { width: calc(100% - 20px); margin-left: 20px; }
  .photo-frame { aspect-ratio: 4 / 3.7; }
  .experience-card { left: -20px; bottom: -30px; }
  .crc-card { right: -7px; top: 15px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 15px; }
  .services-grid, .audience-grid, .testimonial-grid, .utility-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-photo { width: calc(100% - 20px); }
  .about-badge { right: -20px; }
  .testimonials .section-heading { display: block; }
  .rating { margin-top: 25px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .blog-intro { display: block; }
  .blog-tools { display: block; }
  .blog-search { margin-bottom: 12px; }
  .blog-filters { justify-content: flex-start; }
  .article-layout { padding-top: 35px; }
  .article-content { padding: 26px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 5px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .floating-whatsapp { right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
  .hero-actions .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
