:root {
  --primary: #0EA5A4;
  --primary-dark: #08797D;
  --primary-deep: #075E63;
  --accent: #75E3C4;
  --lime: #BDF95B;
  --navy: #102A43;
  --navy-soft: #1D405F;
  --ink: #101828;
  --muted: #5F6C7B;
  --line: #DDE8EC;
  --soft: #EFFAFA;
  --soft-2: #F7FCFB;
  --white: #FFFFFF;
  --shadow: 0 22px 60px rgba(16, 42, 67, .16);
  --shadow-sm: 0 10px 30px rgba(16, 42, 67, .10);
  --container: 1320px;
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-family, Inter, ui-sans-serif, system-ui, sans-serif); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input { font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 9999; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 10px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.trust-bar { background: linear-gradient(90deg, var(--primary-dark), var(--primary)); color: white; font-size: 15px; font-weight: 750; }
.trust-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-bar span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.trust-bar svg { width: 18px; height: 18px; fill: var(--lime); flex: 0 0 auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(221,232,236,.9); }
.header-main { min-height: 92px; display: grid; grid-template-columns: 210px minmax(360px, 1fr) 495px; align-items: center; gap: 28px; }
.brand img { width: 190px; height: auto; }
.search { height: 58px; border: 1px solid #B8D7DF; background: #fff; border-radius: 999px; display: flex; align-items: center; padding: 0 12px 0 24px; box-shadow: 0 6px 18px rgba(14,165,164,.08); }
.search input { width: 100%; border: 0; outline: 0; color: var(--navy); font-size: 16px; }
.search input::placeholder { color: #7A8B9B; }
.search button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--soft); color: var(--navy); display: grid; place-items: center; cursor: pointer; transition: .2s ease; }
.search button:hover { background: var(--primary); color: #fff; }
.search svg { width: 22px; height: 22px; fill: currentColor; }
.utility-nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; align-items: stretch; }
.utility-nav a { min-height: 64px; display: grid; justify-items: center; align-content: center; gap: 5px; border-radius: 16px; color: var(--navy); font-size: 13.5px; font-weight: 850; transition: .2s ease; }
.utility-nav a:hover { background: var(--soft); color: var(--primary-dark); transform: translateY(-1px); }
.utility-nav svg { width: 25px; height: 25px; fill: currentColor; }
.utility-nav .basket { border-left: 1px solid var(--line); border-radius: 0 16px 16px 0; }

.main-nav { border-top: 1px solid var(--line); background: rgba(255,255,255,.97); position: relative; }
.main-nav__inner { min-height: 62px; display: flex; align-items: center; }
.nav-list { list-style: none; padding: 0; margin: 0; width: 100%; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.nav-item { position: static; }
.nav-link { height: 62px; display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 15px; font-weight: 900; position: relative; transition: color .2s ease; }
.nav-link::after { content: ""; position: absolute; left: 50%; bottom: -1px; width: 0; height: 4px; border-radius: 999px; background: var(--primary); transform: translateX(-50%); transition: width .2s ease; }
.nav-item:hover .nav-link, .nav-link:focus { color: var(--primary-dark); }
.nav-item:hover .nav-link::after, .nav-link:focus::after { width: 68%; }

.mega-menu { position: absolute; top: 100%; left: 0; right: 0; padding-top: 0; opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 999; }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mega-shell { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) 340px; background: white; border: 1px solid rgba(221,232,236,.98); border-top: 0; box-shadow: var(--shadow); border-radius: 0 0 28px 28px; overflow: hidden; position: relative; }
.mega-shell::before { content:""; position:absolute; top:0; left:0; right:340px; height: 5px; background: linear-gradient(90deg, var(--primary), var(--accent), var(--lime)); }
.mega-main { padding: 34px 34px 0; min-height: 410px; display: grid; grid-template-rows: auto 1fr auto; }
.mega-scrollable { max-height: 540px; overflow-y: auto; scrollbar-color: var(--primary) #ECF4F5; scrollbar-width: thin; }
.mega-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 0 0 22px; border-bottom: 1px solid var(--line); }
.mega-heading span { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .11em; font-weight: 950; }
.mega-heading span::before { content:""; width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(189,249,91,.22); }
.mega-heading strong { font-size: 18px; color: var(--navy); }
.mega-grid { padding: 26px 0 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mega-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mega-grid article { min-height: 118px; border: 1px solid #E7F0F3; background: linear-gradient(180deg, #fff, #F8FCFC); border-radius: 18px; padding: 20px; transition: .18s ease; }
.mega-grid article:hover { transform: translateY(-2px); border-color: #A9DEE1; box-shadow: var(--shadow-sm); }
.mega-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 18px; line-height: 1.16; letter-spacing: -.35px; }
.mega-grid p { margin: 0 0 12px; color: var(--muted); font-size: 14px; font-weight: 650; }
.mega-grid a { color: var(--primary-dark); font-size: 13.5px; font-weight: 950; text-decoration: underline; text-underline-offset: 3px; }
.mega-bottom { margin-inline: -34px; min-height: 76px; border-top: 1px solid var(--line); background: #FBFEFE; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 22px; padding: 0 34px; }
.mega-bottom span { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; font-size: 15px; }
.mega-bottom svg { width: 25px; height: 25px; fill: var(--primary-dark); flex: 0 0 auto; }
.mega-bottom a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 22px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 13.5px; font-weight: 950; }
.mega-side { background: radial-gradient(circle at 100% 0%, rgba(189,249,91,.32), transparent 26%), linear-gradient(180deg, var(--navy), #0B3A4D 64%, var(--primary-dark)); color: #fff; padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.mega-side--scroll { max-height: 540px; overflow-y: auto; scrollbar-color: var(--lime) rgba(255,255,255,.15); scrollbar-width: thin; }
.mega-side .eyebrow { margin: 0 0 2px; color: var(--accent); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 950; }
.mega-side h3 { margin: 0 0 8px; font-size: 27px; line-height: 1.05; letter-spacing: -.7px; }
.mega-side a { color: #fff; font-size: 15.5px; line-height: 1.35; font-weight: 850; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.mega-side a:hover { color: var(--lime); }
.mini-rating { margin-top: auto; border-top: 1px solid rgba(255,255,255,.22); padding-top: 20px; }
.mini-rating span { color: #FFD84D; letter-spacing: 2px; font-size: 19px; display: block; margin-bottom: 5px; }
.mini-rating strong { font-size: 14px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #E9FBFA 0%, #D7F4F2 45%, #F3FFEA 100%); min-height: 690px; }
.hero-bg-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .75; }
.hero-bg-orb--one { width: 470px; height: 470px; right: 7%; top: 80px; background: rgba(14,165,164,.14); }
.hero-bg-orb--two { width: 330px; height: 330px; left: 3%; bottom: -120px; background: rgba(189,249,91,.23); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 650px) minmax(430px, 1fr); gap: 80px; align-items: center; min-height: 690px; padding: 62px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--primary-dark); background: rgba(255,255,255,.72); border: 1px solid rgba(14,165,164,.22); box-shadow: 0 8px 18px rgba(14,165,164,.08); border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 950; margin-bottom: 22px; }
.hero-kicker span { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(189,249,91,.25); }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(54px, 5vw, 78px); line-height: .93; letter-spacing: -3px; font-weight: 1000; max-width: 710px; }
.hero p { margin: 28px 0 0; color: #29445D; font-size: 19px; line-height: 1.62; font-weight: 650; max-width: 620px; }
.hero__rating { margin: 31px 0 34px; display: flex; align-items: center; gap: 17px; flex-wrap: wrap; color: var(--navy); }
.hero__rating .stars { color: #F6B500; font-size: 24px; letter-spacing: 1px; }
.hero__rating strong { font-size: 15px; font-weight: 950; }
.hero__rating em { color: var(--muted); font-size: 14px; font-style: normal; font-weight: 750; }
.hero__actions { display: flex; gap: 18px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 34px; font-size: 15px; font-weight: 950; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--primary); color: #fff; box-shadow: 0 12px 26px rgba(14,165,164,.25); }
.button--primary:hover { background: var(--primary-dark); }
.button--secondary { background: var(--navy); color: #fff; box-shadow: 0 12px 26px rgba(16,42,67,.20); }
.button--light { background: #fff; color: var(--navy); }
.hero__visual { position: relative; min-height: 560px; border-radius: 48px; background: radial-gradient(circle at 50% 44%, rgba(189,249,91,.42) 0 31%, rgba(255,255,255,.36) 31% 48%, transparent 49%), linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.12)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); }
.hero-img { position: absolute; inset: 18px 10px 0; width: calc(100% - 20px); height: calc(100% - 18px); object-fit: contain; object-position: center bottom; opacity: 0; transform: scale(.96); transition: opacity .85s ease, transform .85s ease; }
.hero-img.active { opacity: 1; transform: scale(1); }
.hero-card { position: absolute; z-index: 4; width: 250px; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.86); border-radius: 22px; box-shadow: var(--shadow-sm); padding: 17px 18px; }
.hero-card strong { display: block; color: var(--navy); font-size: 15px; }
.hero-card span { color: var(--muted); font-size: 13px; font-weight: 750; }
.hero-card--top { left: 18px; top: 54px; }
.hero-card--bottom { right: 22px; bottom: 68px; }

.process { background: #fff; padding: 58px 0 70px; }
.process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.process-card { position: relative; overflow: hidden; min-height: 230px; background: linear-gradient(180deg, #fff, #F8FCFC); border: 1px solid #E5EFF2; border-radius: var(--radius-md); padding: 34px 32px; box-shadow: 0 9px 25px rgba(16,42,67,.05); }
.process-card::after { content:""; position:absolute; left:0; top:0; bottom:0; width: 7px; background: linear-gradient(var(--primary), var(--accent)); }
.process-card span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 1000; margin-bottom: 24px; }
.process-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 24px; line-height: 1.05; letter-spacing: -.7px; }
.process-card p { margin: 0; color: var(--muted); font-size: 15.5px; font-weight: 650; }

.section-head { text-align: left; margin-bottom: 38px; }
.section-head--center { text-align: center; }
.section-head span { display: inline-block; color: var(--primary-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 1000; margin-bottom: 10px; }
.section-head h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 3.2vw, 54px); line-height: .98; letter-spacing: -2px; font-weight: 1000; }
.section-head p { color: var(--muted); font-size: 17px; font-weight: 650; max-width: 690px; margin: 17px 0 0; }
.conditions { padding: 72px 0 92px; background: #fff; }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.condition-card { min-height: 250px; position: relative; overflow: hidden; border-radius: 24px; border: 1px solid #E1ECEF; background: #fff; box-shadow: 0 14px 36px rgba(16,42,67,.08); transition: .2s ease; }
.condition-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(16,42,67,.14); }
.condition-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.condition-card::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.97) 36%, rgba(255,255,255,.76) 61%, rgba(255,255,255,.16) 100%); }
.condition-card > div { position: relative; z-index: 2; padding: 30px; width: 76%; }
.condition-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 21px; line-height: 1; letter-spacing: -.55px; }
.condition-card h3 span { color: var(--primary); }
.condition-card a:not(.view) { display: block; color: #2E4156; font-size: 13.8px; font-weight: 800; margin-bottom: 6px; }
.condition-card .view { display: inline-flex; align-items: center; justify-content: center; min-width: 86px; height: 42px; margin-top: 16px; border-radius: 999px; background: var(--primary); color: #fff; font-size: 12.5px; font-weight: 1000; }

.az-panel { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.az-card { min-height: 340px; display: grid; grid-template-columns: minmax(0, 500px) 170px; align-items: center; justify-content: center; gap: 60px; padding: 52px 64px; }
.az-card--dark { background: linear-gradient(135deg, var(--navy), #0C5260); color: #fff; }
.az-card--light { background: linear-gradient(135deg, #EFFAFA, #F8FFEF); color: var(--navy); }
.az-card span { display: inline-block; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 1000; color: var(--accent); margin-bottom: 11px; }
.az-card--light span { color: var(--primary-dark); }
.az-card h2 { margin: 0 0 14px; font-size: 42px; line-height: .98; letter-spacing: -1.4px; }
.az-card p { margin: 0 0 26px; font-size: 16px; font-weight: 650; color: rgba(255,255,255,.82); }
.az-card--light p { color: var(--muted); }
.az-card img { max-width: 165px; max-height: 210px; object-fit: contain; justify-self: center; }

.reviews { padding: 84px 0; background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 46px; }
.review-grid article { background: #F8FCFC; border: 1px solid #E6F0F2; border-radius: 22px; min-height: 178px; padding: 24px; }
.review-grid article > div { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-grid span { color: #F6B500; letter-spacing: 1px; }
.review-grid small { color: #8493A3; font-size: 12px; font-weight: 750; }
.review-grid h3 { margin: 0 0 9px; color: var(--navy); font-size: 18px; line-height: 1.1; }
.review-grid p { margin: 0; color: var(--muted); font-size: 14.5px; font-weight: 650; }

.help { background: linear-gradient(135deg, #EAF9F8, #F7FFEF); padding: 80px 0; }
.help__inner { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 80px; }
.help span { display: inline-block; text-transform: uppercase; letter-spacing: .12em; color: var(--primary-dark); font-size: 13px; font-weight: 1000; margin-bottom: 10px; }
.help h2 { margin: 0 0 15px; color: var(--navy); font-size: 48px; line-height: 1; letter-spacing: -1.5px; }
.help p { margin: 0; color: var(--muted); max-width: 640px; font-size: 17px; font-weight: 650; }
.chat-card { width: 100%; min-height: 210px; border: 0; border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; padding: 26px; cursor: pointer; color: var(--navy); transition: .2s ease; }
.chat-card:hover { transform: translateY(-3px); }
.chat-card img { width: 78px; }
.chat-card strong { font-size: 22px; }
.chat-card small { color: var(--muted); font-weight: 750; }
.floating-chat { position: fixed; left: 28px; bottom: 28px; z-index: 70; width: 58px; height: 58px; border: 0; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; box-shadow: 0 16px 32px rgba(14,165,164,.35); cursor: pointer; }
.floating-chat svg { width: 28px; height: 28px; fill: currentColor; }

.footer { background: var(--navy); color: #fff; }
.footer__top { display: grid; grid-template-columns: 310px 1fr 190px 160px; gap: 72px; padding: 78px 0 56px; }
.footer address, .footer a, .footer p { font-style: normal; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.8; font-weight: 650; }
.footer strong, .footer h2 { color: #fff; }
.footer h2 { margin: 0 0 17px; font-size: 15px; }
.footer-links div { display: grid; grid-template-columns: repeat(2, 140px); gap: 2px 18px; }
.footer a:hover { color: var(--accent); }
.payment-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.payment-grid img { width: 47px; height: auto; border-radius: 4px; }
.socials { display: flex; align-items: center; gap: 17px; }
.socials a { color: #fff; font-weight: 950; }
.socials img { width: 24px; height: 24px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 28px 0 44px; text-align: center; }
.footer__bottom p { margin: 7px 0; font-size: 12.5px; }

@media (min-width: 1600px) { :root { --container: 1400px; } .hero__inner { grid-template-columns: 710px 1fr; } }
@media (max-width: 1180px) {
  .container, .mega-shell { width: min(calc(100% - 40px), 1000px); }
  .header-main { grid-template-columns: 1fr; gap: 16px; padding: 18px 0; }
  .brand { justify-self: center; }
  .utility-nav { max-width: 680px; width: 100%; justify-self: center; }
  .trust-bar__inner { flex-wrap: wrap; justify-content: center; padding: 8px 0; }
  .hero__inner { grid-template-columns: 1fr; min-height: 0; gap: 36px; padding: 56px 0; }
  .hero__visual { min-height: 460px; }
  .mega-shell { grid-template-columns: 1fr 300px; }
  .mega-shell::before { right: 300px; }
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
  .condition-grid { grid-template-columns: repeat(2, 1fr); }
  .az-card { padding: 46px 32px; gap: 30px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), 720px); }
  .trust-bar { font-size: 12px; }
  .search { height: 52px; }
  .utility-nav a { font-size: 11px; min-height: 54px; }
  .main-nav__inner { overflow-x: auto; }
  .nav-list { width: max-content; display: flex; gap: 18px; }
  .nav-link { width: max-content; padding: 0 12px; font-size: 13px; }
  .mega-menu { display: none; }
  .hero h1 { font-size: clamp(42px, 10vw, 62px); letter-spacing: -1.8px; }
  .hero p { font-size: 16px; }
  .hero__visual { min-height: 360px; }
  .hero-card { display: none; }
  .process__grid, .condition-grid, .review-grid, .help__inner, .footer__top { grid-template-columns: 1fr; }
  .az-panel { grid-template-columns: 1fr; }
  .az-card { grid-template-columns: 1fr 110px; min-height: 260px; }
  .az-card h2, .help h2 { font-size: 34px; }
  .section-head h2 { font-size: 36px; }
  .footer-links div { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), 430px); }
  .brand img { width: 160px; }
  .utility-nav { grid-template-columns: repeat(5, 1fr); gap: 0; }
  .utility-nav svg { width: 20px; height: 20px; }
  .utility-nav a { font-size: 9.5px; }
  .hero { min-height: auto; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hero__visual { min-height: 290px; }
  .process-card, .condition-card > div { padding: 24px; }
  .condition-card { min-height: 225px; }
  .condition-card > div { width: 88%; }
  .az-card { grid-template-columns: 1fr; text-align: left; }
  .az-card img { display: none; }
  .footer__top { gap: 32px; }
}


/* =========================
   Multi-page additions
   ========================= */
.utility-nav a.is-active { background: var(--soft); color: var(--primary-dark); }
.page-hero { position: relative; overflow: hidden; padding: 104px 0 92px; background: radial-gradient(circle at 74% 20%, rgba(189,249,91,.22), transparent 32%), linear-gradient(135deg, #EAF9F8, #F8FFEF); border-bottom: 1px solid #E3EFF2; }
.page-hero--soft { background: linear-gradient(180deg, #F8FCFC, #fff); }
.page-hero--center { text-align: center; }
.page-hero__inner { max-width: 820px; }
.page-kicker { display: inline-block; color: var(--primary-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 1000; margin-bottom: 14px; }
.page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(46px, 5.4vw, 74px); line-height: .94; letter-spacing: -2.8px; font-weight: 1000; }
.page-hero p { margin: 22px auto 0; color: var(--muted); max-width: 720px; font-size: 18px; font-weight: 700; }

.work-timeline { background: #fff; padding: 0 0 84px; }
.work-timeline__inner { position: relative; }
.work-timeline__inner::before { content:""; position: absolute; left: 31px; top: 0; bottom: 0; width: 2px; background: #DDE8EC; }
.work-step { position: relative; display: grid; grid-template-columns: 82px minmax(0, 1fr) 390px; gap: 44px; align-items: center; padding: 76px 0; border-bottom: 1px solid #E7F0F2; }
.work-step--alt { grid-template-columns: 82px minmax(0, 1fr) 460px; }
.work-step__number { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: white; border: 8px solid #fff; box-shadow: 0 10px 24px rgba(14,165,164,.25); font-weight: 1000; font-size: 20px; z-index: 2; }
.work-step__copy span { display: inline-block; text-transform: uppercase; letter-spacing: .12em; color: var(--primary-dark); font-size: 12px; font-weight: 1000; margin-bottom: 10px; }
.work-step__copy h2 { margin: 0 0 15px; color: var(--navy); font-size: clamp(32px, 3vw, 48px); line-height: 1; letter-spacing: -1.5px; }
.work-step__copy p { margin: 0 0 24px; max-width: 680px; color: var(--muted); font-size: 17px; font-weight: 650; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 42px; color: #2E4156; font-weight: 750; }
.check-list li::before { content:"✓"; position: absolute; left: 0; top: -2px; width: 28px; height: 28px; border-radius: 50%; background: var(--soft); color: var(--primary-dark); display: grid; place-items: center; font-weight: 1000; }
.work-step__media { min-height: 320px; border-radius: 34px; background: linear-gradient(135deg, #EAF9F8, #F8FFEF); display: grid; place-items: center; overflow: hidden; box-shadow: var(--shadow-sm); }
.work-step__media img { max-width: 86%; max-height: 330px; object-fit: contain; }

.hub-categories, .trending-posts, .more-reads, .all-posts { background: #fff; padding: 72px 0; }
.hub-section-title { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 24px; border-bottom: 1px solid #DDE8EC; padding-bottom: 14px; }
.hub-section-title h2 { margin: 0; color: var(--navy); font-size: 26px; letter-spacing: -.7px; }
.hub-section-title a, .hub-section-title small { color: var(--primary-dark); font-weight: 900; }
.hub-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hub-category-grid article { border-radius: 24px; overflow: hidden; border: 1px solid #E1ECEF; background: white; box-shadow: var(--shadow-sm); padding-bottom: 22px; }
.hub-category-grid img { width: 100%; height: 190px; object-fit: cover; }
.hub-category-grid h3 { margin: 18px 20px 14px; color: var(--navy); }
.hub-category-grid a, .post-list a, .read-card-grid a { display: inline-flex; margin-left: 20px; min-height: 38px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: var(--lime); color: var(--navy); font-size: 12px; font-weight: 1000; }
.blog-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 52px; align-items: start; }
.blog-layout--top { grid-template-columns: 1fr; max-width: 980px; }
.post-list { display: grid; gap: 18px; }
.post-list article { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 22px; align-items: center; background: #fff; border: 1px solid #E5EFF2; border-radius: 22px; padding: 14px; }
.post-list img { width: 120px; height: 96px; object-fit: cover; border-radius: 16px; }
.post-list h3 { margin: 0 0 6px; color: var(--navy); font-size: 20px; line-height: 1.12; }
.post-list p { margin: 0; color: var(--muted); font-weight: 650; }
.post-list a { margin-left: 0; white-space: nowrap; }
.featured-article { padding: 88px 0; background: linear-gradient(135deg, #EFFAFA, #F7FFEF); }
.featured-article__inner { display: grid; grid-template-columns: minmax(0, 1fr) 470px; gap: 64px; align-items: center; }
.featured-article h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(36px, 4vw, 56px); line-height: .98; letter-spacing: -2px; }
.featured-article p { color: var(--muted); font-size: 17px; font-weight: 700; max-width: 640px; }
.featured-article img { width: 100%; border-radius: 32px; box-shadow: var(--shadow-sm); }
.read-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.read-card-grid article { border: 1px solid #E1ECEF; border-radius: 22px; padding-bottom: 20px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.read-card-grid img { width: 100%; height: 170px; object-fit: cover; }
.read-card-grid h3 { min-height: 68px; margin: 18px 20px 12px; color: var(--navy); font-size: 18px; line-height: 1.15; }
.filter-panel { position: sticky; top: 180px; border: 1px solid #E1ECEF; border-radius: 24px; padding: 24px; background: #fff; }
.filter-panel h2 { margin: 0 0 8px; color: var(--navy); }
.filter-panel > a { color: var(--primary-dark); font-weight: 900; font-size: 13px; }
.filter-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.filter-tags button { border: 1px solid #CFE3E8; background: #fff; color: var(--navy); border-radius: 999px; padding: 9px 13px; font-weight: 850; cursor: pointer; }
.newsletter { padding: 80px 0; background: #fff; }
.newsletter__inner { display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 48px; padding: 42px; border-radius: 34px; background: linear-gradient(135deg, #EAF9F8, #F7FFEF); box-shadow: var(--shadow-sm); }
.newsletter h2 { margin: 0 0 12px; color: var(--navy); font-size: 36px; line-height: 1; }
.newsletter p { margin: 0 0 24px; color: var(--muted); font-weight: 700; }
.newsletter form { display: flex; gap: 12px; max-width: 560px; }
.newsletter input { flex: 1; height: 54px; border: 1px solid #B8D7DF; border-radius: 999px; padding: 0 20px; outline: 0; }
.newsletter button { border: 0; border-radius: 999px; background: var(--primary); color: white; padding: 0 24px; font-weight: 1000; cursor: pointer; }
.newsletter img { width: 100%; border-radius: 24px; }

.help-centre-grid { padding: 76px 0 92px; background: #fff; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.help-topic { min-height: 260px; display: grid; place-items: center; text-align: center; padding: 32px; border: 1px solid #E1ECEF; border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); transition: .2s ease; }
.help-topic:hover { transform: translateY(-4px); border-color: #B8D7DF; }
.help-topic img { width: 92px; height: 92px; margin-bottom: 10px; }
.help-topic h2 { margin: 0 0 7px; color: var(--navy); font-size: 22px; }
.help-topic p { margin: 0; color: var(--muted); font-weight: 650; }
.faq-section { padding: 84px 0; background: linear-gradient(135deg, #EFFAFA, #fff); }
.faq-layout { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 64px; align-items: start; }
.faq-layout h2 { margin: 0 0 12px; color: var(--navy); font-size: 42px; line-height: 1; letter-spacing: -1.3px; }
.faq-layout p { color: var(--muted); font-weight: 700; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border: 1px solid #DDE8EC; border-radius: 18px; padding: 20px 22px; background: #fff; box-shadow: 0 8px 20px rgba(16,42,67,.05); }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 1000; font-size: 18px; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); }

@media (max-width: 1180px) {
  .work-step, .work-step--alt { grid-template-columns: 74px minmax(0, 1fr) 320px; gap: 30px; }
  .hub-category-grid, .read-card-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-article__inner, .newsletter__inner { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
}
@media (max-width: 900px) {
  .page-hero { padding: 72px 0 64px; }
  .work-timeline__inner::before { display: none; }
  .work-step, .work-step--alt { grid-template-columns: 1fr; padding: 56px 0; }
  .work-step__number { width: 54px; height: 54px; }
  .work-step__media { min-height: 260px; }
  .hub-category-grid, .read-card-grid, .help-grid { grid-template-columns: 1fr; }
  .post-list article { grid-template-columns: 92px 1fr; }
  .post-list a { grid-column: 2; justify-self: start; }
  .post-list img { width: 92px; height: 92px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .page-hero h1 { font-size: 38px; letter-spacing: -1.4px; }
  .newsletter form { flex-direction: column; }
  .newsletter button { height: 54px; }
  .newsletter__inner { padding: 24px; }
  .featured-article__inner { gap: 28px; }
}
