@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --red: #b3071d;
    --red-dark: #78000f;
    --red-bright: #e20b2b;
    --coral: #ff5b63;
    --ink: #191719;
    --muted: #6d6769;
    --line: #e8e2e3;
    --soft: #f7f3f3;
    --white: #fff;
    --green: #18a958;
    --shadow: 0 24px 70px rgba(71, 0, 10, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.topbar { background: var(--red-dark); color: #fff; font-size: 12px; letter-spacing: .03em; }
.topbar-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { opacity: .9; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 4px 22px rgba(31, 0, 4, .07); backdrop-filter: blur(14px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 42px; color: #fff; background: var(--red); border-radius: 15px 5px 15px 5px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.08em; box-shadow: 0 8px 16px rgba(179,7,29,.23); }
.brand-name { display: flex; flex-wrap: wrap; align-items: baseline; width: 112px; color: var(--red); font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.brand-name strong { margin-left: 4px; color: #272124; }
.brand-name small { width: 100%; margin-top: 5px; color: #8b8184; font-family: "DM Sans", sans-serif; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
.nav > a:not(.btn) { transition: color .2s; }
.nav > a:not(.btn):hover { color: var(--red); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }
.btn { display: inline-flex; min-height: 50px; padding: 0 25px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-nav { color: #fff; background: linear-gradient(135deg, var(--red-bright), var(--red)); box-shadow: 0 10px 24px rgba(179,7,29,.24); }
.btn-nav { min-height: 44px; padding: 0 20px; }
.btn-white { color: var(--red); background: #fff; box-shadow: 0 12px 30px rgba(60,0,8,.15); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-outline-light:hover { background: rgba(255,255,255,.16); }
.btn-plan { width: 100%; color: var(--red); border-color: #ddc9cc; background: #fff; }
.btn-full { width: 100%; border: 0; }
.whatsapp-icon, .floating-wa > span { color: #23d366; font-size: 17px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffccd0; }
.section-heading { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .experience-copy h2, .coverage-copy h2, .faq-intro h2 { margin: 14px 0 15px; font-family: "Manrope", sans-serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 17px; }

.hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--red-dark) url("rc-telecom-hero.webp") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(86,0,10,.96) 0%, rgba(118,0,16,.82) 39%, rgba(118,0,16,.12) 70%, rgba(0,0,0,.1) 100%); }
.hero::after { content: ""; position: absolute; left: -8%; bottom: -160px; width: 60%; height: 260px; border: 1px solid rgba(255,90,100,.35); border-radius: 50%; transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; }
.hero-content { max-width: 640px; padding: 50px 0 65px; }
.hero h1 { max-width: 610px; margin: 16px 0 20px; font-family: "Manrope", sans-serif; font-size: clamp(43px, 5.5vw, 69px); line-height: 1.02; letter-spacing: -.055em; }
.hero-lead { max-width: 575px; margin: 0 0 30px; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.55; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 22px; margin: 31px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.85); font-size: 13px; }
.hero-checks span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; color: var(--red); background: #fff; border-radius: 50%; font-size: 11px; font-weight: 800; }
.hero-float { position: absolute; z-index: 3; right: max(3vw, calc((100vw - 1180px)/2)); bottom: 38px; display: flex; align-items: center; gap: 10px; padding: 13px 19px; background: rgba(86,0,11,.82); border: 1px solid rgba(255,255,255,.22); border-radius: 15px; backdrop-filter: blur(8px); }
.hero-float strong { font: 800 34px/1 "Manrope", sans-serif; }
.hero-float span { font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; }
.trust-strip { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 14px 40px rgba(50,0,6,.06); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--red); background: #fff0f2; border-radius: 13px; font-size: 23px; font-weight: 700; }
.trust-grid p { display: flex; margin: 0; flex-direction: column; line-height: 1.35; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.plans { background: linear-gradient(180deg, #faf7f7, #fff); }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; align-items: stretch; }
.plan-card { position: relative; display: flex; min-width: 0; padding: 28px 23px 25px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(43,0,6,.04); transition: transform .25s, box-shadow .25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan-card.featured { border: 2px solid var(--red); box-shadow: 0 18px 44px rgba(179,7,29,.13); }
.popular { position: absolute; left: 50%; top: -14px; padding: 6px 18px; transform: translateX(-50%); color: #fff; background: var(--red); border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.plan-top span { font-weight: 800; }
.plan-top small { color: var(--muted); font-size: 10px; text-align: right; }
.speed { display: flex; margin: 18px 0 4px; align-items: flex-end; color: var(--red); }
.speed strong { font: 800 clamp(46px,4.3vw,63px)/.9 "Manrope", sans-serif; letter-spacing: -.07em; }
.speed span { margin: 0 0 7px 8px; font-size: 15px; font-weight: 800; }
.plan-for { min-height: 50px; margin: 13px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.plan-card ul { margin: 0 0 25px; padding: 0; list-style: none; flex: 1; }
.plan-card li { position: relative; padding: 8px 0 8px 22px; border-top: 1px solid #f0ebec; font-size: 12px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.plan-card.dark { color: #fff; border-color: #211b1d; background: #211b1d; }
.plan-card.dark .plan-top small, .plan-card.dark .plan-for { color: #c4bdbf; }
.plan-card.dark .speed { color: #ff5365; }
.plan-card.dark li { border-color: #3b3436; }
.plan-card.dark li::before { color: #ff5365; }
.legal-note { margin: 22px auto 0; color: #8d8587; font-size: 10px; text-align: center; }

.experience { overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.experience-visual { position: relative; min-height: 520px; border-radius: 40% 10% 40% 10%; background: radial-gradient(circle at 30% 25%, #fd475b, var(--red) 38%, var(--red-dark) 72%); box-shadow: var(--shadow); }
.experience-visual::before { content: "RC"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.07); font: 800 210px/1 "Manrope", sans-serif; letter-spacing: -.1em; }
.signal-card { position: absolute; z-index: 2; left: -25px; bottom: 45px; display: flex; padding: 22px 27px; align-items: center; gap: 15px; color: #fff; background: #211b1d; border-radius: 17px; box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.signal-card span { color: #ff5365; font: 800 44px/1 "Manrope", sans-serif; }
.signal-card p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.fiber-art span { position: absolute; display: block; width: 220px; height: 220px; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; }
.fiber-art span:nth-child(1) { left: 16%; top: 18%; }
.fiber-art span:nth-child(2) { right: 8%; top: 8%; width: 130px; height: 130px; }
.fiber-art span:nth-child(3) { right: 15%; bottom: 8%; width: 280px; height: 280px; }
.fiber-art span:nth-child(4) { left: 40%; top: 42%; width: 18px; height: 18px; background: #fff; box-shadow: 0 0 35px #fff; }
.experience-copy > p { color: var(--muted); font-size: 16px; }
.benefit-list { margin: 30px 0; }
.benefit-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--red); font-size: 12px; font-weight: 800; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }
.benefit-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font-weight: 800; }
.text-link span { font-size: 22px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.use-cases { background: #f7f4f4; }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.use-grid article { position: relative; min-height: 280px; padding: 36px 28px; border-right: 1px solid var(--line); }
.use-grid article:last-child { border: 0; }
.use-number { position: absolute; top: 20px; right: 22px; color: #d3cbcd; font-size: 11px; font-weight: 800; }
.use-icon { display: grid; width: 55px; height: 55px; margin-bottom: 33px; place-items: center; color: var(--red); background: #fff0f2; border-radius: 17px; font-size: 27px; }
.use-grid h3 { margin: 0 0 12px; font: 700 18px/1.25 "Manrope", sans-serif; }
.use-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.transfer { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #77000e, #b3071d 60%, #dc1230); }
.transfer::before { content: ""; position: absolute; width: 700px; height: 700px; right: -300px; top: -350px; border: 100px solid rgba(255,255,255,.04); border-radius: 50%; }
.transfer-inner { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.transfer-copy h2 { max-width: 730px; margin: 15px 0 18px; font: 700 clamp(33px,4vw,50px)/1.13 "Manrope", sans-serif; letter-spacing: -.045em; }
.transfer-copy > p { max-width: 680px; color: rgba(255,255,255,.8); }
.transfer-copy ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0 35px; padding: 0; list-style: none; }
.transfer-copy li { display: flex; gap: 11px; }
.transfer-copy li > span { display: grid; flex: 0 0 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 11px; font-weight: 700; }
.transfer-copy li p { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.45; }
.transfer-copy li strong { display: block; color: #fff; font-size: 12px; }
.transfer-offer { padding: 34px; color: var(--ink); background: #fff; border-radius: var(--radius); transform: rotate(1.2deg); box-shadow: 0 28px 60px rgba(50,0,7,.25); }
.transfer-offer h3 { margin: 8px 0 10px; font: 700 25px/1.2 "Manrope", sans-serif; }
.transfer-offer p { color: var(--muted); font-size: 13px; }
.mini-label { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.offer-badge { margin: 22px 0; padding: 17px; color: #fff; background: #221b1d; border-radius: 15px; }
.offer-badge span, .offer-badge small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.offer-badge strong { display: block; color: #ff5365; font: 800 36px/1.1 "Manrope", sans-serif; }
.transfer-offer > a { color: var(--red); font-size: 12px; font-weight: 800; }

.coverage { background: #fff; }
.coverage-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; }
.coverage-copy > p { color: var(--muted); }
.neighborhoods { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 22px; }
.neighborhoods span { padding: 8px 13px; color: #5f5658; background: #f8f4f4; border: 1px solid #eee6e7; border-radius: 99px; font-size: 12px; }
.neighborhoods span::before { content: "•"; margin-right: 7px; color: var(--red); }
.coverage-note { font-size: 12px; }
.lead-card { position: relative; padding: 39px; border: 1px solid #eee4e5; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.form-tag { position: absolute; right: 25px; top: 25px; padding: 5px 10px; color: var(--green); background: #e9faef; border-radius: 99px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.lead-card h3 { margin: 0 0 7px; font: 700 29px/1.2 "Manrope", sans-serif; }
.lead-card > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.lead-card label { display: block; margin-bottom: 13px; color: #5a5254; font-size: 11px; font-weight: 700; }
.lead-card input:not([type="checkbox"]), .lead-card select { width: 100%; height: 48px; margin-top: 5px; padding: 0 14px; color: var(--ink); border: 1px solid #dfd7d8; border-radius: 10px; outline: none; background: #fff; font-size: 13px; transition: border .2s, box-shadow .2s; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(179,7,29,.08); }
.form-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 11px; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; font-weight: 400 !important; line-height: 1.4; }
.consent input { margin-top: 3px; accent-color: var(--red); }
.consent a { color: var(--red); text-decoration: underline; }
.form-safe { display: block; margin-top: 11px; color: #8f8789; text-align: center; font-size: 9px; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.alert { margin-bottom: 15px; padding: 10px 12px; border-radius: 9px; font-size: 12px; }
.alert.success { color: #11612f; background: #e7f8ed; }
.alert.error { color: #8d1021; background: #ffeaed; }

.business { padding: 65px 0; color: #fff; background: #211b1d; }
.business-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.business h2 { margin: 10px 0; font: 700 clamp(29px,3.5vw,42px)/1.1 "Manrope", sans-serif; }
.business p { max-width: 730px; margin: 0; color: #bdb5b7; }
.faq { background: #f8f5f5; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro p { color: var(--muted); }
.accordion details { border-bottom: 1px solid #ddd5d7; }
.accordion summary { display: flex; padding: 23px 0; justify-content: space-between; gap: 20px; align-items: center; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; min-width: 28px; height: 28px; place-items: center; color: var(--red); border: 1px solid #d5cacc; border-radius: 50%; font-size: 18px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -5px 45px 23px 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 100px 0; color: #fff; text-align: center; background: linear-gradient(rgba(121,0,16,.9), rgba(121,0,16,.9)), url("rc-telecom-hero.webp") center 42%/cover; }
.final-cta > div > span { font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.final-cta h2 { margin: 12px auto; font: 700 clamp(34px,5vw,54px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.final-cta p { margin: 0 0 27px; color: rgba(255,255,255,.8); }

.footer { padding: 70px 0 25px; color: #c4bcbe; background: #171315; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.2fr; gap: 60px; }
.brand-footer .brand-name strong { color: #fff; }
.footer-grid > div > p { max-width: 300px; }
.footer h3 { margin: 0 0 15px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; margin-top: 50px; padding-top: 20px; justify-content: space-between; border-top: 1px solid #302a2c; color: #7d7476; font-size: 10px; }
.floating-wa { position: fixed; z-index: 90; right: 21px; bottom: 20px; display: flex; height: 52px; padding: 0 19px; align-items: center; gap: 8px; color: #fff; background: #128c47; border: 3px solid #fff; border-radius: 99px; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 12px; }

@media (max-width: 1000px) {
    .nav { gap: 16px; }
    .nav > a:not(.btn) { display: none; }
    .plan-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
    .experience-grid { gap: 55px; }
    .coverage-grid { gap: 50px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 75px 0; }
    .topbar-inner { height: 31px; justify-content: center; }
    .topbar a { display: none; }
    .nav-wrap { height: 68px; }
    .brand-mark { width: 42px; height: 37px; font-size: 18px; }
    .menu-toggle { display: block; z-index: 2; }
    .nav { position: fixed; inset: 99px 0 auto; display: none; padding: 25px 20px 30px; align-items: stretch; flex-direction: column; gap: 0; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
    .nav.open { display: flex; }
    .nav > a:not(.btn) { display: block; padding: 13px; border-bottom: 1px solid var(--line); }
    .nav .btn { margin-top: 17px; }
    .hero, .hero-grid { min-height: 680px; }
    .hero { background-position: 64% center; }
    .hero::before { background: linear-gradient(90deg, rgba(92,0,11,.98), rgba(105,0,13,.82) 70%, rgba(105,0,13,.4)); }
    .hero-content { padding: 55px 0 110px; }
    .hero h1 { font-size: clamp(40px,12.5vw,57px); }
    .hero-lead { font-size: 16px; }
    .hero-actions .btn { width: 100%; }
    .hero-checks { gap: 11px 18px; }
    .hero-float { right: 15px; bottom: 22px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
    .trust-grid > div { min-height: 75px; justify-content: flex-start; padding-left: 10px; }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .plan-grid { grid-template-columns: 1fr; }
    .plan-card { padding: 29px 26px; }
    .plan-for { min-height: auto; }
    .experience-grid, .transfer-inner, .coverage-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
    .experience-visual { min-height: 380px; order: 2; }
    .experience-copy { order: 1; }
    .signal-card { left: 12px; bottom: 22px; }
    .use-grid { grid-template-columns: 1fr 1fr; }
    .use-grid article { min-height: 240px; border-bottom: 1px solid var(--line); }
    .use-grid article:nth-child(2) { border-right: 0; }
    .transfer-copy ol { grid-template-columns: 1fr; }
    .transfer-offer { transform: none; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .lead-card { padding: 29px 21px; }
    .form-tag { position: static; display: inline-block; margin-bottom: 12px; }
    .business-inner { align-items: flex-start; flex-direction: column; }
    .faq-intro { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
}

@media (max-width: 460px) {
    .hero h1 { font-size: 42px; }
    .hero-checks { flex-direction: column; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section-heading h2, .experience-copy h2, .coverage-copy h2, .faq-intro h2 { font-size: 34px; }
    .use-grid { grid-template-columns: 1fr; }
    .use-grid article { min-height: auto; border-right: 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
    .floating-wa b { display: none; }
    .floating-wa { width: 52px; padding: 0; justify-content: center; }
}

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