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

:root {
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --navy: #102a3d;
  --navy-soft: #354b58;
  --green: #75b83f;
  --green-dark: #4f8d29;
  --green-pale: #e8f3d8;
  --yellow: #f8bd27;
  --pink: #f18b9a;
  --blue: #8fc6df;
  --lilac: #b99bd8;
  --line: rgba(16, 42, 61, .11);
  --shadow: 0 24px 70px rgba(50, 68, 44, .12);
  --card-shadow: 0 18px 48px rgba(50, 68, 44, .09);
  --radius: 28px;
  --shell: 1180px;
  --header-height: 82px;
  --section-space: clamp(72px, 8vh, 96px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 8px); }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: 'Nunito Sans', system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: 'Baloo 2', system-ui, sans-serif; }
h1, h2, h3 { line-height: 1.08; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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; top: 12px; left: 12px; z-index: 99; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
#sakums, #nodarbibas, #apgust, #pieeja, #informacija, #pieteiksanas { scroll-margin-top: calc(var(--header-height) + 8px); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(117,184,63,.48); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; background: rgba(247, 242, 232, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(23, 42, 32, .07); }
.header-inner { min-height: var(--header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { position: relative; min-width: 120px; display: flex; flex-direction: column; font-weight: 700; line-height: .78; letter-spacing: -.035em; }
.brand-main { font-size: 28px; }
.brand-sub { margin-left: 28px; color: var(--green); font-size: 25px; }
.brand-steps { position: absolute; top: -1px; right: -1px; width: 26px; height: 34px; transform: rotate(10deg); }
.brand-steps i { position: absolute; display: block; border-radius: 55% 55% 48% 48%; background: var(--yellow); transform: rotate(-25deg); }
.brand-steps i:nth-child(1) { width: 8px; height: 13px; right: 1px; bottom: 1px; }
.brand-steps i:nth-child(2) { width: 5px; height: 7px; right: 11px; top: 5px; }
.brand-steps i:nth-child(3) { width: 4px; height: 6px; right: 4px; top: 0; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.main-nav a { position: relative; font-size: 13px; font-weight: 800; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 25px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 999px; box-shadow: 0 12px 28px rgba(93, 151, 52, .2); font-weight: 800; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { color: var(--white); background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 15px 34px rgba(71, 125, 34, .25); }
.button:disabled { color: #6c796f; background: #dce2d7; border-color: #dce2d7; box-shadow: none; cursor: not-allowed; transform: none; }
.button-small { min-height: 44px; padding: 10px 20px; font-size: 12px; }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.74); border-color: rgba(16,42,61,.22); box-shadow: none; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--navy); background: var(--white); border-color: var(--green); box-shadow: 0 12px 28px rgba(50,68,44,.1); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 2px; color: var(--navy); font-weight: 800; border-bottom: 1px solid rgba(16,42,61,.25); }

.hero { position: relative; min-height: calc(100svh - var(--header-height)); display: flex; align-items: center; padding: calc(var(--header-height) + 38px) 0 72px; overflow: hidden; background: linear-gradient(106deg, #fffdf8 0%, #faf5eb 53%, #f1f5e8 100%); }
.hero-grid { position: relative; z-index: 2; width: min(calc(100% - 56px), 1380px); display: grid; grid-template-columns: minmax(500px, .88fr) minmax(0, 1.12fr); align-items: center; gap: 0; }
.hero-copy { position: relative; z-index: 3; max-width: 610px; padding-right: 28px; }
.eyebrow { margin-bottom: 15px; color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .115em; text-transform: uppercase; }
.hero h1 { margin-bottom: 20px; font-size: clamp(55px, 5vw, 76px); letter-spacing: -.04em; }
.hero h1 em { margin-left: .12em; color: var(--green); font-style: normal; white-space: nowrap; }
.hero-lead { max-width: 520px; margin-bottom: 30px; color: var(--navy-soft); font-size: clamp(18px, 1.55vw, 22px); }
.hero-points { max-width: 510px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-bottom: 32px; }
.hero-points span { display: grid; justify-items: center; align-content: start; gap: 8px; font-size: 13px; line-height: 1.3; text-align: center; }
.hero-points svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.hero-points strong { font-weight: 900; }
.hero-points span:nth-child(1) { color: var(--green-dark); }
.hero-points span:nth-child(2) { color: #e6a800; }
.hero-points span:nth-child(3) { color: #e66b7e; }
.hero-points strong { color: var(--navy); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; min-width: 0; }
.hero-photo-wrap { position: relative; height: 540px; margin: -24px calc((100vw - min(1380px, calc(100vw - 56px))) / -2) -24px -48px; overflow: hidden; }
.hero-photo-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #faf5eb 0%, rgba(250,245,235,.78) 8%, rgba(250,245,235,.13) 28%, transparent 47%); pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.word-bubble { position: absolute; z-index: 2; padding: 12px 19px; color: var(--white); border-radius: 50%; font-family: 'Baloo 2', sans-serif; font-size: 19px; font-weight: 700; box-shadow: 0 10px 28px rgba(39,58,28,.14); }
.bubble-hello { top: 8%; left: 48%; background: var(--green); transform: rotate(-5deg); }
.bubble-play { top: 15%; right: 21%; background: var(--yellow); transform: rotate(7deg); }
.bubble-great { top: 31%; right: 3%; color: var(--navy); background: var(--blue); transform: rotate(5deg); }
.paper-plane { position: absolute; top: -54px; left: -25px; z-index: 3; width: 92px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: rotate(9deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .42; }
.hero-orb-yellow { width: 250px; height: 250px; top: 28%; left: -140px; background: #ffe2a3; }
.hero-orb-blue { width: 180px; height: 180px; right: 17%; bottom: -80px; background: #c9e6ef; }
.hero-wave { position: absolute; z-index: 4; left: -3%; right: -3%; bottom: -38px; height: 88px; background: var(--paper); border-radius: 50% 44% 0 0 / 48% 42% 0 0; transform: rotate(-.4deg); }

.section { min-height: calc(100svh - var(--header-height)); display: flex; align-items: center; padding: var(--section-space) 0; }
.section > .shell { width: min(calc(100% - 40px), var(--shell)); }
.section-heading { max-width: 740px; margin-bottom: clamp(34px, 4.8vh, 46px); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.compact { margin-bottom: 32px; }
.section-heading h2, .approach-copy h2, .form-intro h2 { margin-bottom: 16px; font-size: clamp(38px, 4.2vw, 58px); letter-spacing: -.025em; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--navy-soft); font-size: 17px; }

.steps-section { background: var(--paper); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; margin: 0; padding: 0; list-style: none; }
.steps-grid::before { content: ''; position: absolute; top: 22px; left: 8%; right: 8%; border-top: 2px dashed rgba(117,184,63,.48); }
.steps-grid li { position: relative; text-align: center; }
.step-number { position: relative; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--white); background: var(--green); border: 5px solid var(--paper); border-radius: 50%; font-family: 'Baloo 2', sans-serif; font-size: 20px; font-weight: 700; }
.steps-grid li:nth-child(2) .step-number { background: var(--yellow); }
.steps-grid li:nth-child(3) .step-number { background: var(--pink); }
.steps-grid li:nth-child(4) .step-number { background: var(--blue); }
.steps-grid li:nth-child(5) .step-number { background: var(--lilac); }
.step-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 15px; color: var(--navy); border: 1px solid var(--line); border-radius: 20px; background: var(--white); font-family: 'Baloo 2', sans-serif; font-size: 32px; box-shadow: var(--card-shadow); }
.steps-grid h3 { margin-bottom: 9px; font-size: 18px; }
.steps-grid p { margin: 0; color: var(--navy-soft); font-size: 13px; }

.learning-section { position: relative; background: linear-gradient(180deg, #edf5e7 0%, #f7f2e8 100%); }
.learning-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.learning-grid article { min-height: 270px; padding: 28px 22px; text-align: center; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.92); border-radius: var(--radius); box-shadow: var(--card-shadow); }
.learning-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 23px; border-radius: 24px; font-family: 'Baloo 2', sans-serif; font-size: 28px; font-weight: 700; }
.learning-icon.green { color: #4f8d29; background: #e6f1d8; }
.learning-icon.yellow { color: #b47b00; background: #fff1c3; }
.learning-icon.pink { color: #b94f63; background: #fde1e6; }
.learning-icon.blue { color: #387a99; background: #dff0f7; }
.learning-icon.lilac { color: #74529c; background: #eee4f7; }
.learning-grid h3 { margin-bottom: 12px; font-size: 19px; }
.learning-grid p { margin: 0; color: var(--navy-soft); font-size: 13px; }

.approach-section { background: var(--cream); }
.approach-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 72px; }
.approach-visual { position: relative; min-height: 480px; background: linear-gradient(145deg, #dfeecf, #fdf8e9); border-radius: calc(var(--radius) + 4px); overflow: hidden; box-shadow: var(--shadow); }
.approach-visual::before, .approach-visual::after { content: ''; position: absolute; border-radius: 50%; }
.approach-visual::before { width: 220px; height: 220px; left: -70px; bottom: -55px; background: rgba(143,198,223,.38); }
.approach-visual::after { width: 160px; height: 160px; right: -20px; top: -35px; background: rgba(241,139,154,.22); }
.approach-card { position: absolute; z-index: 2; min-width: 190px; padding: 24px; background: var(--white); border-radius: 26px; box-shadow: 0 22px 46px rgba(44,63,33,.12); transform: rotate(-5deg); }
.approach-card span { display: block; font-family: 'Baloo 2', sans-serif; font-size: 27px; font-weight: 700; }
.approach-card i { color: var(--yellow); font-style: normal; font-size: 34px; }
.card-one { top: 46px; left: 45px; }
.card-two { top: 185px; right: 40px; transform: rotate(6deg); }
.card-three { left: 68px; bottom: 45px; transform: rotate(2deg); }
.approach-line { position: absolute; inset: 35% 20% auto 23%; height: 80px; border: 2px dashed var(--green); border-color: var(--green) transparent transparent var(--green); border-radius: 50%; transform: rotate(16deg); }
.approach-copy blockquote { margin: 0 0 34px; padding-left: 25px; color: var(--green-dark); border-left: 5px solid var(--green); font-family: 'Baloo 2', sans-serif; font-size: clamp(22px, 2.3vw, 31px); font-weight: 600; line-height: 1.35; }
.method-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.method-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 15px; color: var(--green-dark); background: var(--green-pale); border-radius: 16px; font-size: 25px; font-weight: 800; }
.method-grid h3 { margin-bottom: 8px; font-size: 18px; }
.method-grid p { margin: 0; color: var(--navy-soft); font-size: 13px; }

.info-section { background: var(--paper); }
.info-grid { display: grid; grid-template-columns: 1fr .78fr 1fr; gap: 22px; }
.info-card { position: relative; min-height: 390px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--card-shadow); }
.info-card h3 { font-size: 28px; }
.practical-card { background: #f4f8ef; }
.practical-card ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.practical-card li { display: flex; align-items: center; gap: 13px; }
.practical-card li > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-dark); background: var(--white); border-radius: 13px; font-weight: 900; }
.practical-card strong, .practical-card small { display: block; }
.practical-card strong { font-size: 14px; }
.practical-card small { color: var(--navy-soft); font-size: 11px; }
.price-card { text-align: center; background: linear-gradient(145deg, #fff8e2, #fffdf8); }
.price { margin: 18px 0 0; color: #e5a300; font-family: 'Baloo 2', sans-serif; font-size: 78px; font-weight: 700; line-height: 1; }
.price-card > p:not(.eyebrow) { color: #9e7205; font-weight: 700; }
.price-note { margin-top: 38px; padding: 16px; background: rgba(255,255,255,.78); border-radius: 18px; font-size: 13px; font-weight: 700; }
.price-note span { color: var(--green); }
.price-doodle { position: absolute; right: 18px; bottom: 5px; color: var(--yellow); font-size: 65px; transform: rotate(12deg); }
.next-card { display: flex; flex-direction: column; align-items: flex-start; background: linear-gradient(145deg, #eef6e7, #f9f3ea); }
.next-card p:not(.eyebrow) { color: var(--navy-soft); }
.next-card .button { width: 100%; margin-top: auto; }

.form-section { background: linear-gradient(135deg, #173448 0%, #102a3d 60%, #28473e 100%); }
.form-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.form-intro { color: var(--white); }
.form-intro .eyebrow { color: #a8d675; }
.form-intro > p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.72); font-size: 17px; }
.flow-marker { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding: 10px 14px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.flow-marker > span { width: 21px; display: grid; gap: 3px; }
.flow-marker i { display: block; height: 2px; background: #a8d675; border-radius: 99px; }
.flow-marker i:nth-child(2) { width: 70%; }
.flow-marker i:nth-child(3) { width: 42%; }
.lead-form { position: relative; padding: 34px; color: var(--navy); background: var(--paper); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.lead-form label { display: block; margin-bottom: 16px; }
.lead-form label > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.lead-form input, .lead-form textarea { width: 100%; padding: 13px 14px; color: var(--navy); background: var(--white); border: 1px solid #ccd5cc; border-radius: 12px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form textarea { min-height: 112px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(117,184,63,.15); }
.lead-form input:disabled, .lead-form textarea:disabled { color: #68766e; background: #eef1ec; cursor: not-allowed; opacity: .82; }
.lead-form input[aria-invalid="true"], .lead-form textarea[aria-invalid="true"] { border-color: #c64c5c; }
.honeypot { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
.submit-button { width: 100%; }
.submit-button:disabled { color: #53625a; background: #dce3d9; box-shadow: none; cursor: not-allowed; transform: none; }
.form-status { min-height: 1.5em; margin: 12px 0 0; text-align: center; font-size: 13px; font-weight: 800; }
.form-status[data-state="success"] { color: var(--green-dark); }
.form-status[data-state="error"] { color: #b13d4c; }
.form-status[data-state="integration"] { color: #5d4812; }

.site-footer { padding: 56px 0 22px; color: rgba(255,255,255,.72); background: #0c2231; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: start; gap: 50px; padding-bottom: 38px; }
.brand-footer { width: max-content; color: var(--white); }
.footer-inner > div:first-child p { max-width: 280px; margin: 21px 0 0; font-size: 13px; }
.footer-inner nav { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 34px; font-size: 13px; font-weight: 700; }
.footer-inner nav a:hover, .footer-inner nav a:focus-visible { color: #a8d675; }
.footer-marker { align-self: center; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 11px; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 30px; background: rgba(247,242,232,.98); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 6px; border-bottom: 1px solid var(--line); font-size: 16px; text-align: center; }
  .main-nav a::after { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; background: transparent; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
  .menu-toggle i { width: 19px; height: 2px; display: block; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { justify-self: end; }
  .hero { min-height: 100svh; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero h1 em { display: inline; }
  .hero-photo-wrap { height: 430px; margin: 30px 0 0; border-radius: 38px; }
  .hero-photo-wrap::after { display: none; }
  .hero-photo-wrap img { min-height: 0; }
  .paper-plane { top: -25px; left: 4%; }
  .steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 42px; }
  .steps-grid::before { display: none; }
  .learning-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .approach-grid, .form-layout { grid-template-columns: 1fr; gap: 46px; }
  .approach-visual { min-height: 400px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .next-card { grid-column: 1 / -1; min-height: 300px; }
}

@media (max-width: 700px) {
  :root { --header-height: 72px; --section-space: 72px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; gap: 14px; }
  .brand-main { font-size: 25px; }
  .brand-sub { font-size: 22px; }
  .brand-steps { display: none; }
  .header-cta { display: none; }
  .hero { min-height: 0; padding: calc(var(--header-height) + 34px) 0 76px; }
  .hero-grid { width: min(calc(100% - 24px), var(--shell)); }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero h1 em { display: block; margin-left: 0; white-space: normal; }
  .hero-lead { font-size: 17px; }
  .hero-points { gap: 7px; }
  .hero-points span { gap: 6px; font-size: 11px; }
  .hero-points svg { width: 36px; height: 36px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-photo-wrap { height: 330px; border-width: 7px; border-radius: 28px; }
  .hero-photo-wrap img { min-height: 0; object-position: 63% center; }
  .word-bubble { padding: 8px 13px; font-size: 15px; }
  .paper-plane { display: none; }
  .section { min-height: 0; display: block; padding: var(--section-space) 0; }
  .section > .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section-heading { margin-bottom: 32px; }
  .steps-grid, .learning-grid { grid-template-columns: 1fr; }
  .steps-grid li { display: grid; grid-template-columns: 48px 60px 1fr; align-items: center; gap: 13px; text-align: left; }
  .step-number, .step-icon { margin: 0; }
  .step-icon { width: 58px; height: 58px; }
  .steps-grid h3 { margin: 0; }
  .steps-grid p { grid-column: 3; }
  .learning-grid article { min-height: 0; display: grid; grid-template-columns: 62px 1fr; gap: 4px 18px; text-align: left; }
  .learning-icon { grid-row: 1 / 3; width: 62px; height: 62px; margin: 0; }
  .learning-grid h3 { margin-bottom: 3px; }
  .approach-visual { min-height: 340px; }
  .approach-card { min-width: 150px; padding: 18px; }
  .approach-card span { font-size: 22px; }
  .card-one { top: 35px; left: 22px; }
  .card-two { top: 145px; right: 20px; }
  .card-three { left: 30px; bottom: 28px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { display: grid; grid-template-columns: 46px 1fr; gap: 0 14px; }
  .method-grid article > span { grid-row: 1 / 3; margin: 0; }
  .method-grid h3 { margin: 0; }
  .info-grid { grid-template-columns: 1fr; }
  .next-card { grid-column: auto; }
  .info-card { min-height: 0; padding: 27px 23px; }
  .form-layout { gap: 34px; }
  .lead-form { padding: 24px 18px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-inner nav { grid-template-columns: 1fr; }
  .footer-marker { justify-self: start; }
}

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