:root {
  --ink: #43464b;
  --muted: #686a70;
  --navy: #43464b;
  --navy-2: #36383d;
  --teal: #a44b37;
  --teal-deep: #873d2d;
  --coral: #d89d88;
  --paper: #ffffff;
  --cream: #f8f5f3;
  --mist: #f1ece8;
  --line: #d8d0cb;
  --font-body: 'Bahnschrift', 'Segoe UI', Arial, sans-serif;
  --font-display: 'Bahnschrift', 'Arial Narrow', 'Segoe UI', Arial, sans-serif;
  --shadow: 0 20px 48px rgba(10, 40, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.7rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }

.skip-link { position: absolute; z-index: 100; top: -4rem; left: 1rem; padding: .7rem 1rem; border-radius: 3px; background: var(--teal); color: var(--navy); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.93); box-shadow: 0 1px 0 rgba(17,41,61,.08); backdrop-filter: blur(16px); }
.site-strip { background: #f7f3f0; border-bottom: 1px solid #e4ddd8; }
.site-strip__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-strip p { display: flex; align-items: baseline; gap: .6rem; margin: 0; color: #707176; font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-strip p strong { color: var(--teal-deep); font-size: .73rem; letter-spacing: .09em; }
.social-links { display: flex; align-items: center; gap: .38rem; }
.social-links__label { margin-right: .25rem; color: #747579; font-size: .59rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.social-link { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #d7d1ce; border-radius: 50%; color: #5b5d62; background: white; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.social-link:hover { color: var(--navy); border-color: var(--teal); background: var(--teal); transform: translateY(-1px); }
.social-link.is-disabled { opacity: .45; cursor: not-allowed; pointer-events: none; }
.social-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.social-link__fill { fill: currentColor; stroke: none; }

.header-bar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--navy); text-decoration: none; }
.brand--official { display: inline-flex; gap: 0; }
.brand--official img { width: 210px; height: auto; }
.brand--footer img { width: 190px; }

.brand__wordmark { font-size: 1.04rem; font-weight: 800; letter-spacing: .12em; }
.brand__symbol { width: 27px; height: 27px; display: inline-flex; flex-direction: column; justify-content: center; gap: 3px; transform: skewY(-25deg); }
.brand__symbol i { display: block; height: 4px; border-radius: 4px; background: var(--teal-deep); }
.brand__symbol i:nth-child(1) { width: 72%; background: var(--coral); }
.brand__symbol i:nth-child(2) { width: 100%; }
.brand__symbol i:nth-child(3) { width: 76%; background: var(--navy); }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: 1.5rem; }
.desktop-nav a, .header-link { color: #57595e; font-size: .81rem; font-weight: 800; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .header-link:hover { color: var(--teal-deep); }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.18rem; border: 1px solid transparent; border-radius: 3px; font-size: .83rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 40px; padding: .55rem .85rem; font-size: .73rem; }
.button--primary { background: var(--teal); color: #ffffff; box-shadow: 0 9px 21px rgba(35,171,158,.2); }
.button--primary:hover { background: #bf5c45; box-shadow: 0 13px 27px rgba(35,171,158,.28); }
.button--quiet { color: #e8dfdb; background: transparent; }
.button--quiet:hover { color: white; }
.button--outline { border-color: #b9aaa4; color: var(--navy); background: white; }
.button--outline:hover { border-color: var(--teal-deep); background: #fbf0eb; }
.button--wide { width: 100%; }
.menu-toggle { display: none; width: 41px; height: 41px; padding: 0; border: 1px solid #cbc7c5; border-radius: 3px; background: white; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--navy); }
.mobile-nav { display: none; }

.hero { padding: 3rem 0 3.2rem; overflow: hidden; background: var(--navy); color: white; }
.hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 4.5rem; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 .95rem; color: var(--teal-deep); font-size: .7rem; letter-spacing: .15em; font-weight: 800; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; display: inline-block; background: currentColor; }
.eyebrow--light { color: var(--teal); }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 650px; font-size: clamp(2.2rem, 3.2vw, 3.2rem); line-height: .98; }
.hero__text { max-width: 540px; margin: 1.55rem 0 0; color: #cbc8c6; font-size: .94rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.45rem; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 1.15rem; margin-top: 1.7rem; color: #bbb9ba; font-size: .72rem; font-weight: 700; }
.hero__facts b { margin-right: .35rem; color: var(--teal); }
.hero__media { position: relative; min-height: 370px; margin: 0; overflow: hidden; box-shadow: -18px 18px 0 rgba(85,213,198,.19); }
.hero__media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(9,36,58,.25), transparent 45%); pointer-events: none; }
.hero__media img { width: 100%; height: 370px; object-fit: cover; }
.hero__media figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; max-width: 250px; padding: 1rem 1.15rem; background: white; color: var(--navy); font-size: .75rem; font-weight: 700; line-height: 1.45; }
.hero__media figcaption span { display: block; margin-bottom: .2rem; color: var(--teal-deep); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.path-strip { background: #f1e9e4; }
.path-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.path-strip a { min-height: 104px; display: grid; align-content: center; gap: .3rem; padding: 1.2rem 1.5rem; border-left: 1px solid rgba(17,41,61,.11); text-decoration: none; transition: background .2s ease; }
.path-strip a:last-child { border-right: 1px solid rgba(17,41,61,.11); }
.path-strip a:hover { background: #ead8cf; }
.path-strip span { color: #6d6f74; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.path-strip b { color: var(--navy); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; letter-spacing: -.02em; }
.path-strip i { margin-left: .25rem; color: var(--teal-deep); font-family: var(--font-body); font-size: .95rem; font-style: normal; }

.section { padding: 4.5rem 0; }
.section-heading { margin-bottom: 1.75rem; }
.heading-row { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 3rem; align-items: end; }
h2 { font-size: clamp(2.2rem, 3.2vw, 3.2rem); line-height: 1; }
h2 em { color: var(--teal-deep); font-style: italic; }
.heading-row > p, .faq-section__grid > div > p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.8; }

.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.solution-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.45rem; background: white; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { position: relative; z-index: 1; background: #fbf3ef; transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-card--featured { background: #f5eeea; }
.solution-card__index { color: #98989b; font-size: .68rem; font-weight: 800; }
.solution-icon { position: relative; width: 43px; height: 43px; margin: 1.45rem 0 auto; border: 1px solid var(--teal-deep); border-radius: 50%; }
.solution-icon::before, .solution-icon::after { position: absolute; content: ''; display: block; }
.solution-icon--car::before { width: 22px; height: 11px; top: 16px; left: 8px; border: 2px solid var(--teal-deep); border-radius: 5px 6px 3px 3px; }
.solution-icon--car::after { width: 5px; height: 5px; top: 24px; left: 11px; border-radius: 50%; background: var(--teal-deep); box-shadow: 13px 0 0 var(--teal-deep); }
.solution-icon--home::before { width: 18px; height: 15px; top: 17px; left: 10px; border: 2px solid var(--teal-deep); border-top: 0; }
.solution-icon--home::after { width: 17px; height: 17px; top: 8px; left: 11px; border-top: 2px solid var(--teal-deep); border-left: 2px solid var(--teal-deep); transform: rotate(45deg); }
.solution-icon--heart::before { width: 15px; height: 15px; top: 12px; left: 12px; background: var(--teal-deep); border-radius: 3px 3px 0 0; transform: rotate(45deg); }
.solution-icon--heart::after { width: 15px; height: 15px; top: 10px; left: 10px; border-radius: 50%; background: var(--teal-deep); box-shadow: 7px 7px 0 var(--teal-deep); }
.solution-icon--building::before { width: 16px; height: 21px; top: 10px; left: 11px; border: 2px solid var(--teal-deep); }
.solution-icon--building::after { width: 2px; height: 2px; top: 15px; left: 16px; background: var(--teal-deep); box-shadow: 5px 0 var(--teal-deep), 0 5px var(--teal-deep), 5px 5px var(--teal-deep), 0 10px var(--teal-deep), 5px 10px var(--teal-deep); }
.solution-card h3 { margin: 1.35rem 0 .55rem; font-size: 1.8rem; line-height: 1; }
.solution-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.68; }
.solution-card a { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.4rem; color: var(--teal-deep); font-size: .75rem; font-weight: 800; text-decoration: none; }
.solution-card a span { font-size: 1rem; }

.how-section { background: var(--navy); color: white; }
.how-section__grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 7.5rem; align-items: center; }
.how-section h2 { max-width: 480px; }
.how-section__copy > p:not(.eyebrow) { max-width: 470px; margin: 1.4rem 0 2rem; color: #c2c0c1; font-size: .95rem; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--teal); font-size: .78rem; font-weight: 800; text-decoration: none; }
.text-link span { font-size: 1.1rem; }
.text-link--dark { color: var(--teal-deep); }
.how-steps { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.24); list-style: none; }
.how-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.how-steps li > span { color: var(--teal); font-family: var(--font-display); font-size: 1.55rem; }
.how-steps strong { font-size: .98rem; }
.how-steps p { margin: .3rem 0 0; color: #c1bec0; font-size: .84rem; line-height: 1.7; }

.estimator-section { background: #fff; }
.estimator-section__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 6rem; align-items: center; }
.estimator-section__copy h2 { max-width: 530px; margin-bottom: 1.25rem; }
.estimator-section__copy > p:not(.eyebrow) { max-width: 440px; margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.8; }
.estimator-disclaimer { display: flex; align-items: flex-start; gap: .5rem; margin-top: 1.55rem !important; color: #5a5c61 !important; font-size: .71rem !important; font-weight: 700; line-height: 1.55 !important; }
.estimator-disclaimer span { color: var(--teal-deep); }
.estimator-card { position: relative; padding: 1.7rem; border: 1px solid #d4cfcc; background: #faf6f3; box-shadow: 11px 11px 0 #ead6cc; }
.estimator-card::before { position: absolute; top: 0; left: 0; width: 54px; height: 4px; content: ''; background: var(--coral); }
.estimator-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.estimator-form label { display: grid; gap: .43rem; color: #5b5d62; font-size: .71rem; font-weight: 800; }
.estimator-form label:nth-child(3), .estimator-form button { grid-column: 1 / -1; }
.estimator-form select { width: 100%; padding: .78rem .8rem; border: 1px solid #d2cdca; border-radius: 2px; color: var(--ink); background: white; outline: 0; font-size: .84rem; }
.estimator-form select:focus { border-color: var(--teal-deep); box-shadow: 0 0 0 3px rgba(22,140,133,.13); }
.estimator-form button { margin-top: .25rem; }
.estimator-result { animation: result-in .35s ease both; }
.estimator-result[hidden] { display: none; }
.result-kicker { margin: 0 0 .5rem; color: var(--teal-deep); font-size: .64rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
.estimator-result h3 { color: var(--navy); font-size: 1.95rem; line-height: 1.05; }
.estimator-result > p:not(.result-kicker):not(.result-note) { margin: .8rem 0; color: #5b5d62; font-size: .84rem; line-height: 1.7; }
#estimator-factors { display: grid; gap: .4rem; margin: 1rem 0; padding: 0; list-style: none; }
#estimator-factors li { color: #4f5156; font-size: .76rem; font-weight: 700; }
#estimator-factors li::before { content: '✓'; margin-right: .45rem; color: var(--teal-deep); }
.result-note { margin: 0 0 1.15rem; padding-top: .8rem; border-top: 1px solid #ded7d2; color: #77787c; font-size: .68rem; line-height: 1.55; }
@keyframes result-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.content-section { background: var(--cream); }
.content-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.content-heading h2 { max-width: 640px; }
.feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feed-card { overflow: hidden; background: white; border: 1px solid #ded8d4; transition: transform .25s ease, box-shadow .25s ease; }
.feed-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feed-card__visual { position: relative; height: 170px; overflow: hidden; padding: 1rem; background: #ead7ce; }
.feed-card__visual::before { position: absolute; width: 170px; height: 170px; right: -34px; bottom: -74px; border: 1px solid rgba(9,36,58,.43); border-radius: 50%; content: ''; }
.feed-card__visual::after { position: absolute; width: 74px; height: 74px; right: 40px; bottom: 25px; border-radius: 50%; content: ''; background: rgba(9,36,58,.9); }
.feed-card__visual span { position: relative; z-index: 2; color: var(--navy); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feed-card__visual i { position: absolute; z-index: 2; width: 42px; height: 42px; right: 56px; bottom: 41px; border: 1px solid var(--teal); border-radius: 50%; }
.feed-card--navy .feed-card__visual { background: #43464b; }
.feed-card--navy .feed-card__visual span { color: var(--teal); }
.feed-card--navy .feed-card__visual::before { border-color: rgba(255,255,255,.4); }
.feed-card--navy .feed-card__visual::after { background: var(--coral); }
.feed-card--navy .feed-card__visual i { border-color: var(--navy); }
.feed-card--coral .feed-card__visual { background: #dfb6a6; }
.feed-card--coral .feed-card__visual::after { background: var(--teal-deep); }
.feed-card--sand .feed-card__visual { background: #e7ddd6; }
.feed-card__body { display: flex; flex-direction: column; min-height: 230px; padding: 1.35rem; }
.feed-card__body > p { margin: 0 0 .6rem; color: var(--teal-deep); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feed-card h3 { font-size: 1.55rem; line-height: 1.07; }
.feed-card__footer { margin-top: auto; padding-top: 1.35rem; }
.feed-card__footer a { display: inline-flex; align-items: center; gap: .45rem; color: var(--teal-deep); font-size: .74rem; font-weight: 800; text-decoration: none; }
.feed-card__footer a span { font-size: 1rem; }

.quote-section { background: #3b3d42; color: white; }
.quote-section__grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 7rem; align-items: center; }
.quote-section__copy h2 { max-width: 450px; }
.quote-section__copy > p:not(.eyebrow) { max-width: 400px; margin: 1.35rem 0 2rem; color: #cac7c5; font-size: .94rem; line-height: 1.8; }
.quote-contact { display: flex; align-items: center; gap: .7rem; }
.quote-contact + .quote-contact { margin-top: .8rem; }
.quote-contact > span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(85,213,198,.45); border-radius: 50%; color: var(--teal); font-weight: 800; }
.quote-contact small { display: block; color: #b7b5b6; font-size: .67rem; }
.quote-contact a { color: white; font-size: .8rem; font-weight: 700; text-decoration: none; }
.quote-form { padding: 1.75rem; background: white; color: var(--ink); box-shadow: 0 18px 48px rgba(0,0,0,.15); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid__full { grid-column: 1 / -1; }
.quote-form label { display: grid; gap: .4rem; color: #5c5e63; font-size: .7rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .75rem .8rem; border: 1px solid #d2cdca; border-radius: 2px; color: var(--ink); background: #fffdfc; outline: 0; font-size: .85rem; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal-deep); box-shadow: 0 0 0 3px rgba(22,140,133,.13); }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: .5rem !important; margin: 1.1rem 0; color: #6d6f74 !important; font-size: .68rem !important; line-height: 1.45; }
.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--teal-deep); }
.form-note { margin: .75rem 0 0; color: #7c7d81; font-size: .66rem; line-height: 1.5; }

.faq-section { padding-bottom: 4.5rem; }
.faq-section__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7rem; }
.faq-section h2 { margin-bottom: 1.25rem; }
.faq-list { border-top: 1px solid #c6c2c0; }
.faq-list details { border-bottom: 1px solid #c6c2c0; }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; list-style: none; cursor: pointer; color: #43464b; font-size: .86rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal-deep); font-size: 1.25rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 570px; margin: 0; padding: 0 1rem 1.15rem 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }

.site-footer { padding: 3.1rem 0 1.3rem; background: var(--navy); color: white; }
.brand--footer { color: white; }
.brand--footer .brand__symbol i:nth-child(3) { background: white; }
.site-footer__main { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.site-footer__links a { color: #bdbbbc; font-size: .73rem; font-weight: 700; text-decoration: none; }
.site-footer__links a:hover { color: var(--teal); }
.footer-social { display: flex; align-items: center; gap: .45rem; }
.footer-social .social-link { width: 33px; height: 33px; border-color: rgba(255,255,255,.64); color: #ffffff; background: rgba(255,255,255,.13); }
.footer-social .social-link:hover { color: var(--navy); border-color: var(--teal); background: var(--teal); }
.footer-social .social-link svg { width: 15px; height: 15px; }
.footer-social .social-link.is-disabled { opacity: .88; }

.site-footer__legal { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.8rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.17); color: #a5a4a5; font-size: .64rem; }
.site-footer__legal p { margin: 0; }
.ninjasoft-credit { display: flex; align-items: center; justify-content: center; gap: .55rem; margin-top: 1.15rem; color: rgba(255,255,255,.68); font-size: .68rem; }
.ninjasoft-credit a { display: inline-flex; align-items: center; }
.ninjasoft-credit img { width: 100px; height: auto; transition: opacity .2s ease, transform .2s ease; }
.ninjasoft-credit a:hover img { opacity: .88; transform: translateY(-1px); }

.whatsapp-float { position: fixed; z-index: 20; right: 1.2rem; bottom: 1.2rem; display: flex; align-items: center; gap: .45rem; padding: .72rem .85rem; background: var(--teal); color: var(--navy); box-shadow: 0 10px 28px rgba(0,0,0,.2); font-size: .73rem; font-weight: 800; text-decoration: none; }

.js .reveal { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .header-link { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav.is-open { display: grid; gap: .8rem; padding: 1rem max(1.5rem, calc((100% - 1180px) / 2)); border-top: 1px solid #e4ddd8; background: white; }
  .mobile-nav a:not(.button) { padding: .35rem 0; color: #55575c; font-size: .86rem; font-weight: 800; text-decoration: none; }
  .hero__grid, .how-section__grid, .estimator-section__grid, .quote-section__grid, .faq-section__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero__media { max-width: 680px; width: 100%; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .how-section__copy > p:not(.eyebrow), .estimator-section__copy > p:not(.eyebrow) { max-width: 620px; }
  .content-heading { align-items: start; flex-direction: column; }
  .feed-grid { gap: .8rem; }
  .faq-section__grid { gap: 2.5rem; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 2rem, 1180px); }
  html { scroll-padding-top: 5.7rem; }
  .site-strip__inner { min-height: 36px; }
  .site-strip p span, .social-links__label { display: none; }
  .site-strip p strong { font-size: .61rem; }
  .social-link { width: 27px; height: 27px; }
  .header-bar { min-height: 70px; gap: .5rem; }
  .header-actions { gap: .45rem; }
  .header-actions .button--small { min-height: 37px; padding: .5rem .62rem; font-size: .67rem; }
  .brand__wordmark { font-size: .92rem; }
.brand--official img { width: 165px; }
  .hero { padding: 3.1rem 0 3rem; }
  .hero__grid { gap: 2.6rem; }
  .hero h1 { font-size: clamp(2rem, 7.4vw, 2.5rem); }
  .hero__text { font-size: .93rem; }
  .hero__facts { gap: .6rem 1rem; margin-top: 1.45rem; }
  .hero__media { min-height: 280px; box-shadow: -9px 9px 0 rgba(85,213,198,.19); }
  .hero__media img { height: 280px; }
  .hero__media figcaption { max-width: 205px; padding: .75rem .85rem; font-size: .67rem; }
  .path-strip__grid { grid-template-columns: 1fr; }
  .path-strip a, .path-strip a:last-child { min-height: 76px; padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(17,41,61,.11); }
  .path-strip b { font-size: 1.18rem; }
  .section { padding: 3.5rem 0; }
  h2 { font-size: clamp(2rem, 7.4vw, 2.5rem); }
  .heading-row { grid-template-columns: 1fr; gap: 1.1rem; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 270px; }
  .solution-icon { margin-top: 1rem; }
  .how-section__grid, .estimator-section__grid, .quote-section__grid { gap: 2.7rem; }
  .how-steps li { grid-template-columns: 50px 1fr; }
  .estimator-card, .quote-form { padding: 1.2rem; }
  .estimator-card { box-shadow: 7px 7px 0 #ead6cc; }
  .estimator-form, .form-grid { grid-template-columns: 1fr; }
  .estimator-form label:nth-child(3), .estimator-form button, .form-grid__full { grid-column: auto; }
  .feed-grid { grid-template-columns: 1fr; }
  .feed-card__body { min-height: 190px; }
  .faq-list summary { font-size: .8rem; }
  .site-footer__main, .site-footer__legal { align-items: flex-start; flex-direction: column; }
  .site-footer__legal { margin-top: 2.2rem; }
  .whatsapp-float span { display: none; }
}

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

.simple-header { background: white; border-bottom: 1px solid #e2dbd7; }
.simple-header__bar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.library-hero, .article-hero { padding: 6rem 0; background: var(--navy); color: white; }
.library-hero h1, .article-hero h1 { max-width: 780px; font-family: var(--font-display); font-size: clamp(2.2rem, 3.2vw, 3.2rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.library-hero > .shell > p:not(.eyebrow), .article-hero > .shell > p:not(.eyebrow) { max-width: 590px; margin: 1.3rem 0 0; color: #c8c5c3; font-size: .94rem; line-height: 1.75; }
.library-list { padding: 5.5rem 0 7rem; background: var(--cream); }
.library-list__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; border-bottom: 1px solid #d7d2cf; }
.library-list__head p { margin: 0 0 .7rem; color: var(--navy); font-family: var(--font-display); font-size: 2rem; }
.library-list__head span { margin-bottom: .8rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.library-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.library-card { display: grid; grid-template-columns: 180px 1fr; min-height: 245px; background: white; border: 1px solid #ded8d4; }
.library-card__art { position: relative; overflow: hidden; padding: 1rem; background: #ead7ce; }
.library-card__art::before { position: absolute; width: 180px; height: 180px; right: -60px; bottom: -30px; border: 1px solid rgba(9,36,58,.4); border-radius: 50%; content: ''; }
.library-card__art::after { position: absolute; width: 66px; height: 66px; right: 32px; bottom: 43px; border-radius: 50%; background: var(--navy); content: ''; }
.library-card__art span { position: relative; z-index: 1; color: var(--navy); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.library-card > div:last-child { display: flex; flex-direction: column; padding: 1.25rem; }
.library-card > div:last-child > p:first-child { margin: 0 0 .5rem; color: var(--teal-deep); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.library-card h2 { font-size: 1.55rem; line-height: 1.06; }
.library-card__excerpt { margin: .8rem 0; color: var(--muted); font-size: .78rem; line-height: 1.68; }
.library-card a { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; color: var(--teal-deep); font-size: .73rem; font-weight: 800; text-decoration: none; }
.library-card--navy .library-card__art { background: #43464b; }
.library-card--navy .library-card__art span { color: var(--teal); }
.library-card--navy .library-card__art::before { border-color: rgba(255,255,255,.4); }
.library-card--navy .library-card__art::after { background: var(--coral); }
.library-card--coral .library-card__art { background: #dfb6a6; }
.library-card--coral .library-card__art::after { background: var(--teal-deep); }
.library-card--sand .library-card__art { background: #e7ddd6; }
.library-footer { margin-top: 0; }
.article-hero--teal { background: #a44b37; }
.article-hero--navy { background: #43464b; }
.article-hero--coral { background: #a44b37; }
.article-hero--sand { background: #74645f; }
.article-body { padding: 5rem 0 7rem; background: white; }
.article-body__content { width: min(710px, calc(100% - 3rem)); margin: 0 auto; }
.article-body__content > p { margin: 0 0 1.5rem; color: #55575c; font-size: 1.05rem; line-height: 1.9; }
.article-body aside { margin-top: 3rem; padding: 1.7rem; border-left: 4px solid var(--teal-deep); background: #f7ece7; }
.article-body aside strong { color: var(--navy); font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; }
.article-body aside p { margin: .5rem 0 1.1rem; color: var(--muted); font-size: .86rem; }

@media (max-width: 650px) {
  .simple-header__bar { min-height: 70px; }
  .library-hero, .article-hero { padding: 4.2rem 0; }
  .library-grid { grid-template-columns: 1fr; }
  .library-card { grid-template-columns: 1fr; }
  .library-card__art { min-height: 135px; }
  .library-list__head { align-items: flex-start; flex-direction: column; gap: 0; }
  .article-body { padding: 3.8rem 0 5rem; }
  .article-body__content { width: min(100% - 2rem, 710px); }
  .article-body__content > p { font-size: .96rem; }
}
