/*
Theme Name: ANVITAGO
Theme URI: https://anvitago.com
Author: ANVITAGO
Description: Giao diện giới thiệu doanh nghiệp ANVITAGO, tối ưu cho WordPress với đường dẫn thân thiện và hiển thị logo đồng nhất.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: anvitago
*/

/* Reset style generated from the approved ANVITAGO website. */

:root {
  --forest: #176b4d;
  --forest-dark: #0e4f39;
  --leaf: #4a9b72;
  --coral: #e75b3a;
  --mist: #f4f8f5;
  --ink: #17372f;
  --muted: #5c706a;
  --line: #d6e5dd;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(23, 55, 47, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-geist), Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(231, 91, 58, .48); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 200; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-tint { background: var(--mist); }
.section-dark { background: var(--forest-dark); color: white; }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: .78rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
.section-lead, .section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.light h2, .section-heading.light > p:last-child { color: white; }
.section-heading.light > p:last-child { opacity: .72; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.copy-block { color: var(--muted); font-size: 1.06rem; }
.copy-block p { margin-bottom: 20px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 8px; color: var(--forest); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(214,229,221,.75); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-link { flex: 0 0 auto; }
.brand-link img { width: 145px; height: 56px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.main-nav a { position: relative; color: #38564d; font-size: .91rem; font-weight: 620; white-space: nowrap; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; border-radius: 2px; background: var(--coral); transition: right .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--forest); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: 680px; background: linear-gradient(135deg, #f5faf7 0%, white 53%, #edf7f1 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -210px; bottom: -270px; border-radius: 50%; border: 1px solid var(--line); box-shadow: 0 0 0 80px rgba(23,107,77,.02), 0 0 0 160px rgba(23,107,77,.025); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; padding-top: 42px; padding-bottom: 54px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--forest); font-size: .8rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(231,91,58,.11); }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(2.7rem, 5.4vw, 5.15rem); }
.hero h1 em { color: var(--forest); font-style: normal; }
.hero-lead { max-width: 690px; margin-bottom: 20px; color: #536b64; font-size: 1.12rem; }
.hero-slogan { color: var(--forest); font-weight: 700; }
.hero-slogan span { padding: 0 6px; color: var(--coral); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .92rem; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 10px 24px rgba(231,91,58,.23); }
.button-primary:hover { background: #d84d2d; box-shadow: 0 15px 30px rgba(231,91,58,.28); }
.button-secondary { color: var(--forest); background: white; border-color: var(--line); }
.button-secondary:hover { border-color: var(--forest); box-shadow: 0 10px 24px rgba(23,107,77,.10); }
.button-white { color: var(--forest); background: white; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.hero-visual { position: relative; min-height: 500px; }
.hero-visual::before { content:""; position:absolute; inset: 35px 5px 20px 40px; border-radius: 48% 52% 49% 51%; background: linear-gradient(155deg, #dceee4, #f7fbf8); transform: rotate(-5deg); }
.hero-orbit { position: absolute; border: 1px dashed rgba(23,107,77,.22); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; top: 58px; left: 47px; animation: rotate 32s linear infinite; }
.orbit-two { width: 305px; height: 305px; top: 100px; left: 90px; border-color: rgba(231,91,58,.20); animation: rotate 25s linear infinite reverse; }
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-logo-card { position: absolute; z-index: 3; width: 210px; height: 210px; top: 145px; left: 138px; display: grid; place-items: center; padding: 24px; border-radius: 36px; background: white; box-shadow: var(--shadow); }
.hero-logo-card img { width: 165px; height: 165px; object-fit: contain; }
.platform-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; min-width: 205px; padding: 14px 16px; border: 1px solid rgba(214,229,221,.8); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 14px 36px rgba(23,55,47,.12); }
.platform-card img { width: 46px; height: 46px; border-radius: 11px; object-fit: contain; background: white; }
.platform-card strong, .platform-card span { display: block; }
.platform-card strong { line-height: 1.3; font-size: .95rem; }
.platform-card span { color: var(--muted); font-size: .72rem; }
.shopee-card { top: 68px; right: -10px; animation: float 5s ease-in-out infinite; }
.tiktok-card { bottom: 52px; left: 10px; animation: float 5s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-8px); } }
.trust-pill { position: absolute; z-index: 5; right: -5px; bottom: 86px; padding: 10px 15px; color: var(--forest); border: 1px solid var(--line); border-radius: 999px; background: white; box-shadow: 0 10px 28px rgba(23,55,47,.08); font-size: .76rem; font-weight: 700; }
.trust-pill span { color: var(--coral); }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 235px; padding: 28px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card:hover { transform: translateY(-5px); border-color: rgba(23,107,77,.38); box-shadow: var(--shadow); }
.value-card > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 36px; color: var(--coral); border-radius: 12px; background: rgba(231,91,58,.09); font-size: .78rem; font-weight: 800; }
.value-card h3 { margin-bottom: 12px; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.brand-grid.compact { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.brand-card { overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.brand-grid:not(.compact) .brand-card:last-child { grid-column: 1 / -1; }
.brand-logo-wrap { height: 150px; display: grid; place-items: center; overflow: hidden; padding: 20px; margin-bottom: 24px; border-radius: 14px; background: #fbfdfc; }
.compact .brand-card { padding: 16px; }
.compact .brand-logo-wrap { height: 112px; padding: 14px; margin: 0; }
.brand-card .brand-logo-wrap > img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; max-height: 110px !important; margin: auto; object-fit: contain; object-position: center; }
.compact .brand-logo-wrap > img { max-height: 82px !important; }
.brand-card .brand-logo-wrap > img[src*="cavailles"] { max-width: min(520px, 92%) !important; max-height: 100px !important; }
.brand-logo-wrap .logo-square { max-width: 150px; }
.brand-card h3 { margin-bottom: 10px; font-size: 1.4rem; }
.brand-card p { margin: 0; color: var(--muted); }
.center-action { margin-top: 30px; text-align: center; }
.channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.channel-card { display: grid; grid-template-columns: 145px 1fr; gap: 28px; padding: 30px; color: var(--ink); border-radius: 24px; background: white; box-shadow: 0 20px 55px rgba(3,28,20,.18); }
.channel-logo { min-height: 190px; display: grid; place-items: center; border-radius: 18px; background: var(--mist); }
.channel-logo img { width: 110px; height: 110px; object-fit: contain; border-radius: 20px; }
.channel-label { margin-bottom: 8px; color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.channel-card h3 { margin-bottom: 10px; font-size: 1.7rem; }
.channel-card p { color: var(--muted); font-size: .94rem; }
.button-shopee { color: white; background: #ee4d2d; }
.button-tiktok { color: white; background: #111; }
.promise-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.promise-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.promise-list li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.promise-list span { color: var(--coral); font-size: .8rem; font-weight: 800; }
.promise-list p { margin: 0; font-size: 1.05rem; font-weight: 630; }
.cta-wrap { padding-top: 30px; }
.cta-panel { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: 56px; color: white; border-radius: 30px; background: linear-gradient(130deg, var(--forest), var(--forest-dark)); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 700px; margin-bottom: 14px; }
.cta-panel p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.cta-panel .hero-actions { flex: 0 0 auto; flex-direction: column; margin: 0; }
.eyebrow-light { color: #ffb4a1; }

.inner-hero { position: relative; overflow: hidden; padding: 105px 0 92px; background: linear-gradient(135deg, var(--mist), white); border-bottom: 1px solid var(--line); }
.inner-hero::after { content: ""; position: absolute; width: 370px; height: 370px; right: -90px; top: -170px; border: 1px solid rgba(23,107,77,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,107,77,.025), 0 0 0 140px rgba(23,107,77,.02); }
.inner-hero h1 { position: relative; z-index: 1; max-width: 900px; margin-bottom: 22px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.inner-hero > .container > p:last-child { position: relative; z-index: 1; max-width: 760px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.story-split { padding: 20px 0; }
.direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.direction-grid article { position: relative; overflow: hidden; min-height: 360px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.direction-grid p:last-child { color: var(--muted); }
.direction-number { position: absolute; right: 22px; top: -25px; color: rgba(23,107,77,.05); font-size: 8rem; font-weight: 800; line-height: 1; }
.notice { display: flex; align-items: center; gap: 14px; padding: 17px 20px; margin-bottom: 30px; color: var(--muted); border: 1px solid var(--line); border-radius: 14px; background: var(--mist); font-size: .9rem; }
.notice > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--forest); font-weight: 800; }
.notice p { margin: 0; }
.link-update { display: flex; gap: 20px; align-items: center; padding: 25px; margin-top: 24px; color: var(--ink); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.09); }
.link-update > span { flex: 0 0 auto; width: 45px; height: 45px; display: grid; place-items: center; color: white; border-radius: 13px; background: var(--coral); font-size: 1.3rem; }
.link-update h2 { margin-bottom: 5px; color: white; font-size: 1.2rem; }
.link-update p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.shopping-steps { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.shopping-steps ol { margin: 0; padding: 0; list-style: none; }
.shopping-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.shopping-steps li:first-child { padding-top: 0; }
.shopping-steps li > span { color: var(--coral); font-weight: 800; }
.shopping-steps h3 { margin-bottom: 6px; }
.shopping-steps p { margin: 0; color: var(--muted); }
.data-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-list article { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-list span { display: block; margin-bottom: 25px; color: var(--coral); font-size: .78rem; font-weight: 800; }
.feature-list p { margin: 0; font-weight: 630; }
.security-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; padding: 52px; color: white; border-radius: 26px; background: var(--forest); }
.security-panel > div > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.security-panel ul { margin: 0; padding: 0; list-style: none; }
.security-panel li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.security-panel li span { color: #ffb4a1; font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-aside > p:nth-of-type(2) { color: var(--muted); }
.contact-placeholder { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-placeholder > span { color: var(--coral); font-size: .75rem; font-weight: 800; }
.contact-placeholder strong, .contact-placeholder p { display: block; margin: 0; }
.contact-placeholder p { color: var(--muted); font-size: .9rem; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--mist); }
.contact-form label { display: block; margin-bottom: 20px; font-size: .9rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 11px; background: white; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(23,107,77,.09); }
.contact-form textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.form-note a { color: var(--forest); text-decoration: underline; }
.form-success { padding: 48px 35px; text-align: center; border: 1px solid var(--line); border-radius: 24px; background: var(--mist); }
.form-success > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; color: white; border-radius: 50%; background: var(--forest); font-size: 1.5rem; }
.form-success h2 { font-size: 1.7rem; }
.form-success p { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 75px; align-items: start; }
.legal-layout aside { position: sticky; top: 112px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.legal-layout aside strong { color: var(--forest); }
.legal-layout aside p { margin: 4px 0 12px; font-weight: 700; }
.legal-layout aside span { color: var(--muted); font-size: .85rem; }
.legal-content { max-width: 780px; }
.legal-intro { padding: 24px; margin-bottom: 38px; border-left: 4px solid var(--coral); background: var(--mist); font-size: 1.05rem; }
.legal-content section { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-content section p { margin: 0; color: var(--muted); }

.site-footer { padding-top: 70px; color: #d5e5df; background: #0b3026; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.35fr .9fr; gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 150px; height: 90px; margin-bottom: 20px; padding: 9px; object-fit: contain; border-radius: 13px; background: white; }
.footer-brand p { max-width: 420px; color: #aec4bc; font-size: .9rem; }
.footer-brand .footer-slogan { color: white; font-weight: 700; }
.footer-grid h2 { margin-bottom: 20px; color: white; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin-bottom: 11px; color: #b9cec6; font-size: .88rem; transition: color .2s ease; }
.footer-grid > div:not(.footer-brand) > a:hover { color: white; }
.footer-channel { display: flex !important; align-items: center; gap: 10px; }
.footer-channel img { width: 30px; height: 30px; border-radius: 7px; object-fit: contain; background: white; }
.copyright { display: flex; justify-content: space-between; padding-top: 21px; padding-bottom: 21px; color: #89a69c; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

@media (max-width: 1050px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr 440px; gap: 25px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid.compact { grid-template-columns: repeat(3, 1fr); }
  .brand-grid.compact .brand-card:last-child { grid-column: auto; }
  .channel-card { grid-template-columns: 105px 1fr; padding: 23px; }
  .channel-logo { min-height: 160px; }
  .channel-logo img { width: 85px; height: 85px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 77px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(23,55,47,.10); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; font-size: .94rem; border-bottom: 1px solid #edf3ef; }
  .main-nav a::after { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }
  .hero-visual { min-height: 470px; max-width: 500px; width: 100%; margin: 0 auto; }
  .split, .promise-layout, .shopping-steps, .data-intro, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .channel-grid, .direction-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
  .security-panel { grid-template-columns: 1fr; gap: 30px; padding: 36px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 40px; }
  .cta-panel .hero-actions { width: 100%; flex-direction: row; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-layout aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .header-inner { height: 70px; }
  .brand-link img { width: 126px; height: 50px; }
  .main-nav { top: 69px; }
  .section { padding: 64px 0; }
  h2 { font-size: 2rem; }
  .hero-grid { padding-top: 56px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions, .cta-panel .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; transform: scale(.93); transform-origin: top center; margin-bottom: -30px; }
  .hero-visual::before { inset: 30px 3px 10px; }
  .hero-logo-card { width: 175px; height: 175px; top: 120px; left: calc(50% - 87px); }
  .hero-logo-card img { width: 140px; height: 140px; }
  .orbit-one { width: 325px; height: 325px; left: calc(50% - 162px); }
  .orbit-two { width: 250px; height: 250px; left: calc(50% - 125px); top: 95px; }
  .shopee-card { right: -5px; top: 48px; }
  .tiktok-card { left: -4px; bottom: 36px; }
  .trust-pill { right: 0; bottom: 56px; }
  .value-grid, .brand-grid, .brand-grid.compact, .feature-list { grid-template-columns: 1fr; }
  .brand-grid:not(.compact) .brand-card:last-child { grid-column: auto; }
  .brand-logo-wrap { height: 130px; }
  .compact .brand-logo-wrap { height: 105px; }
  .channel-card { grid-template-columns: 1fr; }
  .channel-logo { min-height: 135px; }
  .channel-logo img { width: 100px; height: 100px; }
  .cta-panel, .direction-grid article, .security-panel, .contact-form { padding: 28px 22px; border-radius: 20px; }
  .inner-hero { padding: 78px 0 68px; }
  .inner-hero h1 { font-size: 2.55rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .legal-content h2 { font-size: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .copyright { flex-direction: column; gap: 5px; }
}

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