:root {
  --ink: #16353b;
  --ink-deep: #102c32;
  --muted: #647b7d;
  --line: #dce7e4;
  --paper: #fbfdfb;
  --mint: #e8f3ee;
  --teal: #1b6c69;
  --teal-dark: #155755;
  --amber: #efa84d;
  --amber-soft: #fff1d8;
  --white: #fff;
  --shadow: 0 18px 48px rgba(26, 69, 69, .09);
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 40px)); 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; left: 16px; top: -60px; z-index: 20; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.independence-bar { padding: 9px 0; color: #315456; background: #edf6f1; border-bottom: 1px solid #dcebe4; font-size: 12px; letter-spacing: .02em; }
.independence-bar .container { display: flex; align-items: center; justify-content: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; display: inline-block; background: #56a68b; border-radius: 50%; }
.site-header { background: var(--paper); border-bottom: 1px solid rgba(220,231,228,.7); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); line-height: 1.05; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong, .brand b { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand b { font-size: 18px; letter-spacing: -.03em; text-transform: none; }
.brand-mark { width: 31px; height: 31px; display: inline-flex; align-items: end; justify-content: center; gap: 3px; padding: 7px; background: var(--amber); border-radius: 10px 10px 10px 3px; transform: rotate(-4deg); }
.brand-mark span { width: 3px; background: var(--ink); border-radius: 4px; transform: rotate(18deg); }
.brand-mark span:nth-child(1) { height: 10px; }.brand-mark span:nth-child(2) { height: 15px; }.brand-mark span:nth-child(3) { height: 7px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #527072; font-size: 14px; font-weight: 700; }
.main-nav a { padding: 27px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--teal); border-bottom-color: var(--amber); }
.main-nav .nav-cta { display: flex; align-items: center; gap: 8px; padding: 10px 15px; color: var(--white); background: var(--teal); border: 0; border-radius: 9px; }
.main-nav .nav-cta:hover { color: var(--white); background: var(--teal-dark); }
.menu-toggle { display: none; padding: 8px 11px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.hero { overflow: hidden; background: linear-gradient(135deg, #eef7f2 0%, #f8fbf8 61%, #fff6e6 100%); }
.hero-grid { min-height: 492px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; }
.hero-copy { padding: 65px 0 72px; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-line { width: 24px; height: 2px; display: inline-block; margin-right: 8px; vertical-align: middle; background: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { max-width: 590px; margin-bottom: 19px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.06em; font-weight: 800; }
h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 47px); letter-spacing: -.055em; }
h2 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 495px; margin-bottom: 30px; color: #587174; font-size: 18px; line-height: 1.55; }
.search-box { max-width: 525px; display: flex; align-items: center; padding: 6px; background: var(--white); border: 1px solid #d7e5df; border-radius: 11px; box-shadow: 0 10px 25px rgba(43,91,79,.07); }
.search-icon { width: 36px; color: var(--teal); font-size: 27px; line-height: 1; text-align: center; transform: rotate(-20deg); }
.search-box input { min-width: 0; flex: 1; padding: 10px 8px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.search-box input::placeholder { color: #98acab; }
.search-box button { padding: 12px 18px; color: var(--white); background: var(--teal); border: 0; border-radius: 7px; font-size: 13px; font-weight: 700; }
.search-box button:hover { background: var(--teal-dark); }
.search-hint { margin: 10px 0 0 8px; color: #829696; font-size: 12px; }
.suggestion { padding: 0; color: var(--teal); background: none; border: 0; border-bottom: 1px dashed var(--teal); font-size: inherit; }
.hero-art { position: relative; min-height: 410px; }
.sun { position: absolute; right: 10%; top: 7%; width: 115px; height: 115px; background: #f8d28b; border-radius: 50%; opacity: .85; }
.sun:after { content: ""; position: absolute; inset: 17px; border: 1px dashed rgba(168,112,41,.35); border-radius: 50%; }
.house { position: absolute; left: 16%; bottom: 36px; width: 285px; height: 238px; }
.roof { position: absolute; z-index: 1; top: 0; left: 0; width: 0; height: 0; border-right: 145px solid transparent; border-bottom: 113px solid var(--teal); border-left: 145px solid transparent; }
.roof:after { content: ""; position: absolute; left: -119px; top: 22px; width: 239px; height: 9px; background: #e78f43; border-radius: 8px; transform: rotate(-38deg); }
.house-body { position: absolute; bottom: 0; left: 29px; width: 228px; height: 162px; background: #f3ad5d; border: 7px solid #e5974b; border-top: 0; }
.window { position: absolute; left: 32px; top: 47px; width: 53px; height: 53px; background: #ccebea; border: 7px solid var(--ink); box-shadow: inset 20px 0 #b1ddda, inset 0 20px #b1ddda; }
.door { position: absolute; right: 32px; bottom: 0; width: 56px; height: 110px; background: var(--ink); border-radius: 6px 6px 0 0; }.door:after { content: ""; position: absolute; right: 8px; top: 55px; width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }
.plant { position: absolute; bottom: -7px; left: -25px; width: 40px; height: 35px; background: #e78347; border-radius: 4px 4px 18px 18px; }.plant:before,.plant:after { content: ""; position: absolute; bottom: 26px; left: 16px; width: 19px; height: 38px; background: #468e76; border-radius: 100% 0; transform: rotate(-20deg); }.plant:after { left: 1px; transform: rotate(-61deg) scale(.8); }
.water-drop { position: absolute; z-index: 2; right: 18%; top: 27%; color: #68b9b0; font-size: 56px; transform: rotate(45deg); opacity: .8; }
.art-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--white); border: 1px solid #dceae3; border-radius: 11px; box-shadow: var(--shadow); font-size: 11px; }.art-card b,.art-card small { display: block; }.art-card b { color: var(--ink); font-size: 12px; }.art-card small { color: #819496; }.art-note { top: 15%; left: 5%; }.art-tip { right: 4%; bottom: 16%; }.note-check,.tip-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 7px; font-weight: bold; }.tip-icon { color: var(--teal); background: var(--amber-soft); border-radius: 50%; }
.doodle { position: absolute; color: var(--amber); font-size: 28px; font-weight: bold; }.doodle-one { left: 3%; bottom: 20%; }.doodle-two { right: 20%; top: 10%; font-size: 17px; }
.trust-section { background: var(--white); border-bottom: 1px solid var(--line); }.trust-inner { min-height: 91px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }.trust-inner > div { display: grid; grid-template-columns: 35px auto; column-gap: 11px; align-items: center; padding: 0 26px; border-right: 1px solid var(--line); }.trust-inner > div:first-child { padding-left: 0; }.trust-inner > div:last-child { border-right: 0; }.trust-icon { grid-row: span 2; width: 30px; height: 30px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 9px; font-weight: bold; }.trust-inner strong { font-size: 13px; }.trust-inner div span:last-child { color: #809495; font-size: 12px; }
.section { padding: 102px 0 109px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }.section-heading h2 { margin-bottom: 0; }.section-intro { max-width: 390px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 27px; }.filter { padding: 9px 16px; color: #718788; background: var(--white); border: 1px solid var(--line); border-radius: 50px; font-size: 12px; font-weight: 700; }.filter:hover,.filter.active { color: var(--white); background: var(--teal); border-color: var(--teal); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.article-card { overflow: hidden; background: var(--white); border: 1px solid #e0eae5; border-radius: 15px; transition: transform .2s ease, box-shadow .2s ease; }.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.article-card[hidden] { display: none; }.article-card.featured { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; }.article-card.featured[hidden] { display: none; }
.card-visual { position: relative; min-height: 188px; overflow: hidden; }.featured .card-visual { min-height: 100%; }.visual-receipt { background: #d6eee7; }.visual-receipt:before { content: ""; position: absolute; width: 190px; height: 190px; left: -42px; bottom: -86px; border: 25px solid #a7d7c9; border-radius: 50%; }.visual-label { position: absolute; top: 22px; left: 23px; padding: 5px 9px; color: var(--teal); background: #edf9f3; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.receipt { position: absolute; top: 50px; left: 82px; width: 112px; height: 139px; padding: 28px 18px; background: #fffdf5; box-shadow: 10px 12px 0 rgba(63,139,119,.15); transform: rotate(6deg); }.receipt:before { content: ""; position: absolute; bottom: -7px; left: 0; width: 100%; height: 14px; background: linear-gradient(135deg, transparent 7px, #fffdf5 0) 0 0/14px 14px repeat-x; }.receipt i { display: block; width: 100%; height: 5px; margin-bottom: 9px; background: #b7cfca; border-radius: 3px; }.receipt i.short { width: 61%; }.receipt b { display: block; margin-top: 15px; color: var(--amber); font-size: 20px; }.visual-spark { position: absolute; right: 25px; bottom: 27px; color: #e79747; font-size: 25px; }
.visual-blue { background: #cfe9e8; }.big-number { position: absolute; left: 22px; bottom: -25px; color: #9bcac7; font-size: 150px; font-weight: 900; line-height: 1; letter-spacing: -.12em; }.visual-word { position: absolute; right: 20px; top: 24px; color: var(--teal); font-size: 22px; font-weight: 800; letter-spacing: -.06em; }.circle-arrow { position: absolute; right: 26px; bottom: 22px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; }
.visual-water { background: #e5f3e9; }.water-lines { position: absolute; left: 15px; top: 18px; color: #b2d9c4; font-size: 100px; line-height: 1; transform: rotate(-10deg); }.visual-water .visual-word { top: auto; right: 20px; bottom: 25px; font-size: 28px; color: #3a897c; }.drop-small { position: absolute; right: 26px; top: 22px; color: #6eb8a9; font-size: 34px; transform: rotate(45deg); }
.visual-yellow { background: #fff0d7; }.visual-check { position: absolute; left: 37px; top: 30px; color: #e6a04e; font-size: 108px; line-height: 1; }.visual-yellow .visual-word { color: #b8833d; top: auto; right: 20px; bottom: 30px; font-size: 18px; }.visual-dots { position: absolute; right: 20px; top: 24px; color: #efb45d; letter-spacing: 5px; }
.visual-teal { background: #d6eee4; }.visual-user { position: absolute; left: 32px; top: 47px; width: 57px; height: 57px; display: grid; place-items: center; color: #70ad97; background: #effaf2; border: 8px solid #83bea6; border-radius: 50%; font-size: 24px; }.visual-user.second { left: auto; right: 32px; color: #f2a457; border-color: #f0b36b; }.visual-arrow { position: absolute; left: 94px; top: 62px; color: var(--teal); font-size: 29px; }.visual-dark { background: #194f55; }.visual-drop { position: absolute; left: 35px; top: 29px; color: #68b9ae; font-size: 90px; transform: rotate(45deg); }.visual-rings { position: absolute; right: 25px; top: 22px; color: #71b3a5; font-size: 60px; }.visual-dark .visual-word { top: auto; bottom: 22px; color: #d5ede3; font-size: 15px; }
.card-body { padding: 21px 23px 23px; }.tag { display: inline-block; margin-bottom: 11px; padding: 4px 8px; color: var(--teal); background: var(--mint); border-radius: 4px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.card-body h3 { min-height: 44px; margin-bottom: 10px; font-size: 19px; letter-spacing: -.035em; }.card-body p { min-height: 50px; margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }.read-more,.text-link { padding: 0; color: var(--teal); background: none; border: 0; font-size: 12px; font-weight: 800; }.read-more span,.text-link span { padding-left: 7px; font-size: 17px; }.empty-state { padding: 24px; color: var(--muted); background: var(--white); border: 1px dashed var(--line); border-radius: 12px; text-align: center; }
.category-section { padding: 82px 0 100px; background: #eef6f1; }.section-heading.compact { margin-bottom: 30px; }.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.category-card { position: relative; min-height: 235px; padding: 26px 22px; background: var(--white); border: 1px solid #dce9e2; border-radius: 13px; transition: transform .2s ease, border-color .2s ease; }.category-card:hover { transform: translateY(-3px); border-color: #9bcabd; }.category-number { position: absolute; top: 24px; right: 22px; color: #a7c7bc; font-size: 11px; font-weight: 800; }.category-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; color: var(--teal); background: var(--amber-soft); border-radius: 11px; font-size: 22px; }.category-card:nth-child(2) .category-icon { color: #d88946; background: #e8f3ee; }.category-card:nth-child(3) .category-icon { color: #62aaa2; background: #dceff1; }.category-card:nth-child(4) .category-icon { color: #b78a50; background: #fff0d6; }.category-card h3 { margin-bottom: 8px; font-size: 20px; }.category-card p { min-height: 49px; margin-bottom: 17px; color: var(--muted); font-size: 12px; line-height: 1.5; }.category-link { color: var(--teal); font-size: 11px; font-weight: 800; }
.faq-section { padding: 105px 0 110px; background: var(--white); }.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }.faq-intro h2 { margin-bottom: 17px; }.faq-intro > p:not(.eyebrow) { max-width: 310px; margin-bottom: 27px; color: var(--muted); font-size: 14px; }.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid #b7d2c6; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--teal); font-size: 23px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: -4px 0 20px; color: var(--muted); font-size: 13px; }
.newsletter-section { padding: 68px 0; color: var(--white); background: var(--teal); }.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.newsletter-section h2 { margin: 0; font-size: 34px; }.newsletter-section .eyebrow.light { color: #bde1d0; }.newsletter-section .eyebrow.light:before { background: var(--amber); }.newsletter-inner > p { max-width: 355px; margin: 13px 0 0; color: #cbe6dc; font-size: 14px; }
.site-footer { color: #c5dcda; background: var(--ink-deep); }.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.2fr; gap: 40px; padding: 64px 0 48px; }.brand.inverse { color: var(--white); }.footer-brand > p { margin: 18px 0 0; color: #94b2b0; font-size: 13px; }.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }.footer-col h3 { margin: 0 0 9px; color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.footer-col a:hover { color: var(--amber); }.footer-owner p { margin: 0; color: #9dbbb8; line-height: 1.45; }.footer-disclaimer { padding: 20px 0; border-top: 1px solid rgba(201,225,218,.18); border-bottom: 1px solid rgba(201,225,218,.18); }.footer-disclaimer p { max-width: 900px; margin: 0; color: #c6ddda; font-size: 11px; line-height: 1.6; }.footer-disclaimer strong { color: var(--amber); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: #769694; font-size: 10px; }
.page-hero { padding: 76px 0 70px; background: linear-gradient(135deg, #eef7f2, #fff8e9); }.page-hero .eyebrow { margin-bottom: 14px; }.page-hero h1 { max-width: 730px; margin-bottom: 17px; font-size: clamp(40px, 5vw, 60px); }.page-hero p:last-child { max-width: 630px; margin: 0; color: var(--muted); font-size: 18px; }.breadcrumbs { margin-bottom: 27px; color: #7b9290; font-size: 12px; }.breadcrumbs a { color: var(--teal); }.page-content { padding: 75px 0 100px; }.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 84px; align-items: start; }.prose { max-width: 700px; }.prose h2 { margin: 36px 0 13px; font-size: 29px; }.prose h3 { margin: 27px 0 9px; font-size: 19px; }.prose p,.prose li { color: #607778; font-size: 15px; }.prose ul { padding-left: 23px; }.prose li { margin: 6px 0; }.notice { margin: 26px 0; padding: 19px 21px; color: #315d59; background: var(--mint); border-left: 3px solid var(--teal); border-radius: 0 10px 10px 0; font-size: 14px; }.notice strong { color: var(--teal); }.side-card { position: sticky; top: 20px; padding: 26px; background: #f4f8f5; border: 1px solid var(--line); border-radius: 14px; }.side-card h3 { margin-bottom: 15px; font-size: 16px; }.side-card p { margin-bottom: 14px; color: var(--muted); font-size: 13px; }.side-card dl { margin: 0; }.side-card dt { margin-top: 13px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.side-card dd { margin: 1px 0 0; color: #607778; font-size: 12px; }.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; }.contact-details h2 { font-size: 30px; }.contact-details > p { color: var(--muted); font-size: 14px; }.contact-list { margin-top: 27px; }.contact-item { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; margin: 17px 0; }.contact-item .contact-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 8px; font-weight: 700; }.contact-item strong { display: block; font-size: 13px; }.contact-item span,.contact-item a { color: var(--muted); font-size: 13px; }.contact-item a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }.contact-form { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 10px 35px rgba(23,73,64,.05); }.contact-form h2 { margin-bottom: 7px; font-size: 28px; }.contact-form > p { margin-bottom: 23px; color: var(--muted); font-size: 13px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field { margin-bottom: 15px; }.field label { display: block; margin-bottom: 6px; color: var(--ink); font-size: 12px; font-weight: 700; }.field input,.field textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfdfb; border: 1px solid #d5e3de; border-radius: 7px; outline: 0; }.field textarea { min-height: 120px; resize: vertical; }.field input:focus,.field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,108,105,.1); }.form-submit { display: flex; align-items: center; gap: 14px; }.primary-button { padding: 12px 18px; color: var(--white); background: var(--teal); border: 0; border-radius: 7px; font-size: 13px; font-weight: 700; }.primary-button:hover { background: var(--teal-dark); }.form-status { color: var(--teal); font-size: 12px; }.legal-list { display: grid; gap: 12px; margin: 25px 0; padding: 0; list-style: none; }.legal-list li { padding: 14px 18px; background: #f3f8f4; border-radius: 8px; }.legal-list strong { color: var(--teal); }
.modal[hidden] { display: none; }.modal { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 25px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(11,39,42,.66); }.modal-card { position: relative; z-index: 1; width: min(680px, 100%); max-height: min(700px, 90vh); overflow: auto; padding: 34px; background: var(--white); border-radius: 16px; box-shadow: 0 25px 80px rgba(0,0,0,.2); }.modal-close { position: absolute; top: 13px; right: 18px; padding: 0; color: var(--muted); background: transparent; border: 0; font-size: 28px; line-height: 1; }.modal-card h2 { max-width: 570px; margin-bottom: 20px; font-size: 32px; }.modal-content p,.modal-content li { color: var(--muted); font-size: 14px; }.modal-content h3 { margin: 22px 0 8px; font-size: 18px; }.modal-content ul { padding-left: 20px; }.source-note { margin: 24px 0 0; padding: 14px; color: #52716d; background: var(--mint); border-radius: 8px; font-size: 12px; }.source-note strong { color: var(--teal); }
@media (max-width: 850px) { .container { width: min(100% - 32px, 680px); }.main-nav { gap: 15px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { padding: 55px 0 10px; }.hero-art { min-height: 350px; }.trust-inner { grid-template-columns: 1fr; padding: 20px 0; gap: 16px; }.trust-inner > div,.trust-inner > div:first-child { padding: 0; border: 0; }.article-grid { grid-template-columns: repeat(2, 1fr); }.article-card.featured { grid-column: span 2; }.category-grid { grid-template-columns: repeat(2,1fr); }.faq-grid { grid-template-columns: 1fr; gap: 35px; }.content-grid { grid-template-columns: 1fr; gap: 30px; }.side-card { position: static; }.contact-grid { grid-template-columns: 1fr; gap: 40px; }.footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .independence-bar .container { align-items: flex-start; justify-content: flex-start; font-size: 10px; line-height: 1.35; }.independence-bar .status-dot { margin-top: 4px; flex: 0 0 auto; }.menu-toggle { display: block; }.main-nav { position: absolute; z-index: 10; top: 118px; right: 16px; left: 16px; display: none; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }.main-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }.main-nav a,.main-nav .nav-cta { padding: 11px 12px; border: 0; border-radius: 6px; }.main-nav a:hover,.main-nav a.active { background: var(--mint); }.main-nav .nav-cta { margin-top: 4px; justify-content: center; color: var(--white); background: var(--teal); }.hero-copy { padding-top: 45px; }.hero-art { min-height: 300px; transform: scale(.82); transform-origin: top left; width: 122%; margin-bottom: -45px; }.search-box button { padding-inline: 13px; }.search-hint { margin-left: 0; }.section,.faq-section { padding: 70px 0; }.section-heading,.newsletter-inner { display: block; }.section-intro { margin-top: 20px; }.article-grid { grid-template-columns: 1fr; }.article-card.featured { grid-column: auto; display: block; }.featured .card-visual { min-height: 188px; }.category-grid { grid-template-columns: 1fr; }.category-card { min-height: 0; }.category-card p { min-height: 0; }.newsletter-section h2 { font-size: 30px; }.newsletter-inner > p { margin-top: 22px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-top: 45px; }.footer-brand { grid-column: span 2; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin: 4px 0; }.page-hero { padding: 51px 0; }.page-content { padding: 55px 0 70px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 23px; }.modal { padding: 12px; }.modal-card { padding: 28px 21px; }.modal-card h2 { font-size: 27px; } }