:root {
  --ink: #102b2a;
  --muted: #647776;
  --green: #008c72;
  --green-dark: #006b58;
  --mint: #e8f8f3;
  --line: #dce8e5;
  --orange: #ff7b43;
  --purple: #7949ee;
  --navy: #062f38;
  --shadow: 0 18px 50px rgba(15, 53, 50, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 18px; height: 18px; stroke-width: 2; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(220,232,229,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font: 800 20px "Manrope"; letter-spacing: -.5px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #ffc52f 0 38%, #04a983 39% 70%, #7652e8 71%); transform: rotate(-6deg); }
.brand-mark svg { width: 18px; transform: rotate(6deg); }
.main-nav { display: flex; align-items: center; gap: 24px; margin-right: auto; }
.main-nav a { display: flex; align-items: center; gap: 3px; font-size: 12px; font-weight: 700; }
.main-nav a:hover { color: var(--green); }
.main-nav svg { width: 12px; }
.nav-search { width: min(300px, 24vw); height: 38px; padding: 0 12px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfd; }
.nav-search svg { width: 15px; color: var(--muted); }
.nav-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 11px; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.button { min-height: 40px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 7px; font-size: 12px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 10px 20px rgba(0,140,114,.18); }
.button-ghost { border: 1px solid var(--line); background: #fff; }
.button-outline { border: 1px solid #bfd1cd; background: #fff; }
.button-large { min-height: 49px; padding-inline: 23px; }
.menu-button { display: none; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%, #f3fcf8, transparent 35%), #fff; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 20px; }
.hero-copy { position: relative; z-index: 2; padding: 80px 0; }
.eyebrow { width: fit-content; padding: 6px 10px; border-radius: 100px; background: #f3efff; color: #5f42b5; font-size: 11px; font-weight: 700; }
.eyebrow span { margin-right: 7px; padding: 3px 7px; border-radius: 100px; color: #d84639; background: #ffeae7; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 22px 0 18px; font-size: clamp(48px, 5vw, 72px); line-height: 1.05; letter-spacing: -3.5px; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 34px; height: 34px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; }
.avatar-stack img:first-child { margin-left: 0; }
.hero-trust strong, .hero-trust span { display: block; font-size: 11px; }
.hero-trust span { margin-top: 3px; color: var(--muted); }
.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.hero-blob { position: absolute; width: 86%; height: 68%; right: 0; top: 17%; border-radius: 48% 52% 48% 52% / 55% 43% 57% 45%; background: linear-gradient(135deg, #06ad90, #007c67); transform: rotate(-4deg); }
.hero-person { position: absolute; z-index: 1; width: 88%; height: 92%; right: -3%; bottom: -2%; object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; }
.float-card { position: absolute; z-index: 3; display: flex; gap: 12px; border: 1px solid rgba(220,232,229,.9); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.ai-card { width: 205px; top: 22%; right: -1%; padding: 15px; }
.ai-card b, .ai-card small, .ai-card a { display: block; }
.ai-card b { font-size: 11px; }
.ai-card small { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.ai-card a { margin-top: 7px; color: var(--green); font-size: 9px; font-weight: 800; }
.progress-card { width: 190px; right: 3%; bottom: 13%; padding: 15px; display: block; }
.progress-title { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.progress-title svg { width: 13px; }
.progress-card strong { display: block; margin-top: 6px; font: 800 24px "Manrope"; }
.mini-chart { height: 35px; display: flex; align-items: end; gap: 6px; margin-top: 5px; }
.mini-chart span { width: 20%; border-radius: 3px 3px 0 0; background: #8ddcca; }
.mini-chart span:nth-child(1) { height: 35%; }.mini-chart span:nth-child(2) { height: 50%; }.mini-chart span:nth-child(3) { height: 42%; }.mini-chart span:nth-child(4) { height: 75%; background: #ffb238; }.mini-chart span:nth-child(5) { height: 94%; background: #ff754c; }
.shape { position: absolute; z-index: 2; display: block; }
.shape-one { width: 34px; height: 34px; left: 9%; top: 15%; border-left: 3px solid #11b89a; border-top: 3px solid #11b89a; transform: rotate(25deg); }
.shape-two { width: 34px; height: 34px; right: 2%; top: 12%; border: 5px solid #f3a21a; border-radius: 50%; }
.shape-three { width: 44px; height: 22px; left: 1%; bottom: 10%; border-radius: 50% 50% 0 0; background: #ff8a32; transform: rotate(-9deg); }
.feature-strip { border-block: 1px solid var(--line); background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature-grid article { min-height: 92px; padding: 20px 14px; display: flex; align-items: center; gap: 11px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border-right: 0; }
.feature-grid b, .feature-grid small { display: block; }
.feature-grid b { font-size: 10px; }.feature-grid small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.mini-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; }
.mini-icon svg { width: 19px; }
.mint { color: #04826c; background: #e4f8f1; }.coral { color: #f05e48; background: #fff0ed; }.violet { color: #7648e8; background: #f1ebff; }.lilac { color: #6548e9; background: #efedff; }.amber { color: #ed9410; background: #fff4df; }.blue { color: #3474e9; background: #eaf1ff; }
.section { padding-block: 74px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-kicker { display: block; margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .business-copy h2 { margin: 0; font-size: 31px; letter-spacing: -1.4px; }
.section-heading a { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 11px; font-weight: 800; }
.section-heading a svg { width: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.category { min-height: 130px; padding: 18px 13px; text-align: left; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg,#fff,#fbfdfd); cursor: pointer; transition: .2s; }
.category:hover, .category.active { transform: translateY(-3px); border-color: #77c4b4; box-shadow: 0 13px 28px rgba(14,68,61,.08); }
.category b, .category small { display: block; }
.category b { margin-top: 13px; font-size: 11px; }.category small { margin-top: 5px; color: var(--muted); font-size: 8px; }
.courses-layout { display: grid; grid-template-columns: 1fr 300px; gap: 18px; }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.course-card { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: 0 10px 30px rgba(13,57,53,.05); transition: .25s; }
.course-card[role="link"] { cursor: pointer; }
.course-card:focus-visible { outline: 3px solid rgba(0,140,114,.28); outline-offset: 3px; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.course-card.hidden { display: none; }
.course-art { position: relative; height: 142px; display: grid; place-items: center; overflow: hidden; color: #fff; }
.course-art:before, .course-art:after { content: ""; position: absolute; border-radius: 16px; transform: rotate(25deg); }
.course-art:before { width: 85px; height: 85px; background: rgba(255,255,255,.12); }
.course-art:after { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); }
.course-art > svg { position: relative; z-index: 1; width: 48px; height: 48px; }
.art-python { background: linear-gradient(135deg,#142450,#096e80); }.art-data { background: linear-gradient(135deg,#25105d,#6056ef); }.art-design { background: linear-gradient(135deg,#40125f,#f2476f); }.art-cloud { background: linear-gradient(135deg,#062a39,#008f91); }
.art-label { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 7px; border-radius: 4px; background: #ff6d3d; font-size: 7px; font-weight: 800; }
.save { position: absolute; z-index: 2; top: 9px; right: 9px; width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); cursor: pointer; }
.save svg { width: 14px; }.save.saved { color: #f34d62; }.save.saved svg { fill: currentColor; }
.course-body { padding: 15px; }
.course-type { color: var(--green); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.course-body h3 { min-height: 42px; margin: 7px 0 10px; font-size: 13px; line-height: 1.45; }
.course-meta { display: flex; gap: 6px; color: var(--muted); font-size: 8px; }
.stars { color: #e89a00; font-weight: 800; }
.stars:before { content: "\2605\00a0"; }
.course-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding-top: 12px; border-top: 1px solid #edf2f0; }
.course-bottom strong { font: 800 17px "Manrope"; }.course-bottom span { color: var(--muted); font-size: 8px; }
.ai-banner { position: relative; min-height: 360px; overflow: hidden; padding: 34px 27px; border-radius: 24px 55px 24px 55px; color: #fff; background: linear-gradient(145deg,#7037eb,#4d1ac7); }
.ai-banner:after { content: ""; position: absolute; width: 190px; height: 190px; right: -65px; bottom: -70px; border: 35px solid rgba(255,255,255,.08); border-radius: 50%; }
.ai-orbit { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; color: #6d37df; background: #fff; }
.ai-banner h2 { max-width: 220px; margin: 18px 0; font-size: 26px; line-height: 1.25; letter-spacing: -1px; }
.ai-banner ul { padding: 0; margin: 0; list-style: none; }
.ai-banner li { display: flex; gap: 7px; align-items: center; margin: 10px 0; font-size: 10px; }
.ai-banner li svg { width: 13px; color: #96f2ce; }
.ai-button { position: relative; z-index: 2; margin-top: 18px; color: #5b2bd0; background: #fff; }
.robot { position: absolute; z-index: 1; right: 20px; bottom: 22px; width: 70px; height: 70px; display: grid; place-items: center; border: 7px solid rgba(255,255,255,.25); border-radius: 22px; color: #6330d9; background: #fff; transform: rotate(8deg); }
.robot svg { width: 34px; height: 34px; }
.empty-state { display: none; padding: 30px; text-align: center; color: var(--muted); }.empty-state.show { display: block; }
.learning-banner { overflow: hidden; color: #fff; background: linear-gradient(120deg,#044f53,#00685e 60%,#008c72); }
.learning-grid { min-height: 200px; display: grid; grid-template-columns: 1.1fr .7fr 1fr; align-items: center; gap: 40px; }
.section-kicker.light { color: #9de8d5; }
.learning-grid h2 { margin: 0 0 10px; font-size: 30px; }.learning-grid p { max-width: 500px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.phone-card { width: 135px; height: 180px; align-self: end; margin: 30px auto 0; padding: 16px 10px; border: 6px solid #dff6ef; border-bottom: 0; border-radius: 25px 25px 0 0; background: #fff; transform: rotate(7deg); }
.phone-top { width: 35px; height: 5px; margin: 0 auto 18px; border-radius: 5px; background: #dce8e5; }.phone-course { display: block; height: 62px; border-radius: 10px; background: linear-gradient(135deg,#7037eb,#15879b); }.phone-line { display: block; height: 7px; margin-top: 12px; border-radius: 5px; background: #dbe7e4; }.phone-line.short { width: 65%; margin-top: 7px; }
.store-buttons { display: flex; gap: 10px; }.store-buttons span { min-width: 130px; padding: 11px 14px; display: flex; align-items: center; gap: 9px; border-radius: 8px; color: var(--ink); background: #fff; font-size: 11px; }
.stats { min-height: 120px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; border-bottom: 1px solid var(--line); }
.stats article { text-align: center; border-right: 1px solid var(--line); }.stats article:last-child { border: 0; }
.stats strong, .stats span { display: block; }.stats strong { font: 800 27px "Manrope"; }.stats span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.soft-section { background: #f5faf8; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.business-copy p { margin: 18px 0 25px; color: var(--muted); line-height: 1.8; }
.dashboard-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.dash-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 12px; }.dash-head span { display: flex; align-items: center; gap: 8px; }.dash-head b { color: var(--muted); }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 20px 0; }.dash-stats span { padding: 14px; border-radius: 9px; background: #f6faf8; }.dash-stats small,.dash-stats strong { display: block; }.dash-stats small { color: var(--muted); font-size: 8px; }.dash-stats strong { margin-top: 6px; font: 800 21px "Manrope"; }
.bars { height: 130px; display: flex; align-items: end; gap: 11px; padding: 15px 15px 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top,transparent 0 31px,#edf2f0 32px); }
.bars i { flex: 1; display: block; border-radius: 4px 4px 0 0; background: linear-gradient(#33c3a1,var(--green)); }
.instructor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.instructor-grid article { padding: 12px 12px 20px; text-align: center; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: .2s; }.instructor-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.instructor-grid img { width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: top; border-radius: 10px; filter: saturate(.9); }
.instructor-grid h3 { margin: 15px 0 4px; font-size: 14px; }.instructor-grid p { margin: 0 0 9px; color: var(--muted); font-size: 10px; }.instructor-grid .stars { font-size: 9px; }
.testimonial-wrap { display: grid; grid-template-columns: .75fr 1fr 1fr; align-items: stretch; gap: 18px; }
.testimonial-wrap > div:first-child { padding: 25px 30px 25px 0; }.testimonial-wrap h2 { margin: 0; font-size: 31px; }.testimonial-wrap > div:first-child p { color: var(--muted); line-height: 1.7; }
.testimonial { padding: 25px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 30px rgba(13,57,53,.05); }.testimonial > svg { color: var(--green); fill: #dff5ef; }.testimonial blockquote { min-height: 100px; margin: 15px 0 20px; color: #415957; font-size: 12px; line-height: 1.8; }.testimonial > div { display: flex; align-items: center; gap: 11px; }.testimonial img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }.testimonial b,.testimonial small { display: block; font-size: 10px; }.testimonial small { margin-top: 3px; color: var(--muted); }
footer { color: #fff; background: #052f38; }
.footer-grid { padding: 58px 0 45px; display: grid; grid-template-columns: 1.5fr repeat(3,.75fr) 1.25fr; gap: 45px; }
.footer-brand { margin-bottom: 16px; }.footer-grid p { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.8; }.footer-grid h3 { margin: 0 0 17px; font-size: 12px; }.footer-grid > div > a:not(.brand) { display: block; margin: 10px 0; color: rgba(255,255,255,.58); font-size: 10px; }
.socials { display: flex; gap: 8px; margin-top: 18px; }.socials a { width: 30px; height: 30px; display: grid !important; place-items: center; margin: 0 !important; border-radius: 7px; background: rgba(255,255,255,.08); }.socials svg { width: 14px; }
.newsletter form { display: flex; margin-top: 15px; }.newsletter input { width: 100%; min-width: 0; padding: 11px; border: 0; border-radius: 7px 0 0 7px; outline: 0; font-size: 10px; }.newsletter button { width: 43px; border: 0; border-radius: 0 7px 7px 0; color: #fff; background: #0aa182; cursor: pointer; }.newsletter small { display: block; min-height: 14px; margin-top: 8px; color: #8ee0cc; font-size: 9px; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 9px; }
.modal { width: min(430px,calc(100% - 32px)); padding: 36px; text-align: center; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 30px 90px rgba(4,40,38,.3); }.modal::backdrop { background: rgba(3,30,29,.62); backdrop-filter: blur(5px); }.modal-close { position: absolute; top: 13px; right: 13px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f1f5f4; cursor: pointer; }.modal-icon { width: 56px; height: 56px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg,var(--green),#16b593); }.modal h2 { margin: 0; }.modal p { color: var(--muted); font-size: 12px; line-height: 1.7; }.modal form { display: grid; gap: 10px; margin-top: 20px; }.modal input { padding: 12px; border: 1px solid var(--line); border-radius: 7px; outline: 0; }.modal small { display: block; min-height: 16px; margin-top: 10px; color: var(--green); }
.toast { position: fixed; z-index: 60; right: 20px; bottom: 20px; padding: 12px 16px; border-radius: 8px; color: #fff; background: var(--navy); box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav-search { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: repeat(4,1fr); }
  .courses-layout { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: repeat(4,1fr); }
  .ai-banner { min-height: 290px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); }.newsletter { grid-column: 1/-1; }
}
@media (max-width: 820px) {
  .main-nav { position: absolute; top: 72px; left: 18px; right: 18px; display: none; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }.main-nav.open { display: flex; }
  .menu-button { display: grid; }.nav-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { padding: 65px 0 15px; }.hero-visual { min-height: 510px; }.hero-person { width: 100%; right: 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }.feature-grid article { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(3,1fr); }.course-grid { grid-template-columns: repeat(2,1fr); }
  .learning-grid { grid-template-columns: 1fr .5fr; }.store-buttons { grid-column: 1/-1; padding-bottom: 25px; }.stats { grid-template-columns: repeat(3,1fr); padding: 25px 0; gap: 25px; }.stats article { border: 0; }
  .split { grid-template-columns: 1fr; gap: 35px; }.instructor-grid { grid-template-columns: repeat(2,1fr); }.testimonial-wrap { grid-template-columns: 1fr 1fr; }.testimonial-wrap > div:first-child { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }.footer-grid > div:first-child,.newsletter { grid-column: 1/-1; }
}
@media (max-width: 540px) {
  .container { width: min(100% - 28px,1180px); }.nav-wrap { min-height: 64px; }.main-nav { top: 64px; }
  h1 { font-size: 45px; letter-spacing: -2.5px; }.hero-copy { padding-top: 48px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-visual { min-height: 420px; }.hero-blob { width: 100%; height: 65%; }.float-card { transform: scale(.82); }.ai-card { right: -20px; top: 16%; }.progress-card { right: -15px; bottom: 5%; }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article { border-right: 0; }.section { padding-block: 55px; }.section-heading { align-items: start; }.section-heading h2,.business-copy h2 { font-size: 27px; }.section-heading a { display: none; }
  .category-grid { display: flex; overflow-x: auto; padding-bottom: 8px; }.category { flex: 0 0 145px; }.course-grid { grid-template-columns: 1fr; }.course-art { height: 180px; }.ai-banner { min-height: 340px; }
  .learning-grid { grid-template-columns: 1fr; padding-top: 40px; }.phone-card { display: none; }.store-buttons { flex-direction: column; }.store-buttons span { justify-content: center; }.stats { grid-template-columns: repeat(2,1fr); }
  .dash-stats { grid-template-columns: 1fr; }.instructor-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.testimonial-wrap { grid-template-columns: 1fr; }.testimonial-wrap > div:first-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }.footer-bottom { align-items: flex-start; padding: 18px 0; flex-direction: column; gap: 8px; }
}
