:root {
  --yellow: #f5c518;
  --yellow-dark: #e6b50c;
  --green: #2bd66b;
  --green-dark: #22c55e;
  --green-deep: #1eae54;
  --navy: #1a2340;
  --navy-2: #243056;
  --text: #6b7289;
  --muted: #8b92a5;
  --cream: #fbf6ea;
  --cream-2: #f7f1e3;
  --off: #f6f7fa;
  --line: #eef0f4;
  --white: #ffffff;
  --shadow: 0 12px 40px rgba(26, 35, 64, 0.08);
  --shadow-lg: 0 24px 60px rgba(26, 35, 64, 0.12);
  --radius: 20px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --script: "Caveat", cursive;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.container-wide { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }

h1, h2, h3, h4, h5 { color: var(--navy); font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; }
.eyebrow {
  color: var(--green-dark);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  display: inline-block;
}
.lead { font-size: 16px; color: var(--text); max-width: 560px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s ease;
  line-height: 1;
}
.btn i { font-size: 13px; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn-yellow { background: var(--yellow); color: var(--navy); }
.btn-yellow:hover { background: var(--yellow-dark); }
.btn-white { background: #fff; color: var(--navy); }
.btn-outline {
  background: transparent;
  border: 1.5px solid #e5e8ef;
  color: var(--navy);
}
.btn-circle {
  width: 46px; height: 46px; padding: 0;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.btn-circle.sm { width: 38px; height: 38px; }

/* Topbar */
.topbar {
  background: var(--yellow);
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
}
.topbar-inner, .header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a:hover { opacity: 0.8; }
.topbar i { margin-right: 6px; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a { width: 22px; text-align: center; }

/* Header */
.site-header {
  background: #fff;
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 4px 18px rgba(26, 35, 64, 0.04);
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; color: var(--navy); font-size: 22px; letter-spacing: -0.04em;
}
.logo img { width: 44px; height: 44px; object-fit: cover; object-position: center; border-radius: 12px; }
.logo span { color: var(--green-dark); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a, .nav-drop > span {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  display: inline-flex; align-items: center; gap: 5px;
  border-radius: 8px;
  cursor: pointer;
}
.nav a:hover, .nav a.active, .nav-drop:hover > span { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid #eceff5;
  background: #fff; color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.icon-btn:hover { border-color: var(--green); color: var(--green-dark); }
.nav-drop { position: relative; }
.nav-drop .drop {
  position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 210px;
  border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 10px; display: none; z-index: 20;
}
.nav-drop:hover .drop { display: block; }
.nav-drop .drop a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 14px; }
.nav-drop .drop a:hover { background: var(--off); }
.hamburger { display: none; }

/* Page hero */
.page-hero {
  background: linear-gradient(180deg, #fbf6ea 0%, #f4f6f8 100%);
  padding: 70px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero h1 { font-size: clamp(36px, 5vw, 56px); margin-top: 8px; }
.crumb { color: var(--muted); font-size: 14px; font-weight: 600; }
.crumb a { color: var(--navy); }
.crumb span { margin: 0 8px; color: #c5cad6; }
.page-hero::after {
  content: "Cathy's";
  position: absolute; right: 8%; bottom: -20px;
  font-family: var(--script); font-size: 120px; color: rgba(26,35,64,0.04);
  pointer-events: none;
}

/* Hero home */
.hero {
  background: linear-gradient(180deg, #fbf6ea 0%, #f7f8fa 72%);
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.hero h1 { font-size: clamp(38px, 5vw, 62px); margin: 8px 0 18px; }
.hero p { margin-bottom: 28px; max-width: 520px; }
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; height: 520px; object-fit: cover;
  border-radius: 28px;
}
.stat-card {
  position: absolute; left: -28px; bottom: 40px;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 22px;
  padding: 22px 26px;
  min-width: 150px;
  box-shadow: var(--shadow);
}
.stat-card strong { display: block; font-size: 34px; font-weight: 800; }
.stat-card span { font-size: 13px; font-weight: 700; }
.script-bg {
  position: absolute; left: 8%; top: 18%;
  font-family: var(--script); font-size: 140px;
  color: rgba(26,35,64,0.045); pointer-events: none; z-index: 0;
}
.float-icon {
  position: absolute; width: 58px; height: 58px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); color: var(--green-dark); font-size: 22px;
}
.float-icon.a { top: 30px; right: 24px; }
.float-icon.b { bottom: 90px; right: -10px; background: var(--green); color: #fff; }

/* Partners */
.partners { padding: 28px 0 10px; }
.partners p { text-align: center; color: var(--muted); font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.partner-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; flex-wrap: wrap; opacity: 0.7;
}
.partner-row span {
  font-weight: 800; color: var(--navy); font-size: 22px; letter-spacing: -0.04em;
}

/* Sections */
section { padding: 80px 0; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; }
.section-head.center .lead, .section-head.center p { margin-inline: auto; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }

/* About */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.about-photos { position: relative; min-height: 460px; }
.about-photos .p1 {
  width: 72%; height: 380px; object-fit: cover; border-radius: 24px;
  position: relative; z-index: 1;
}
.about-photos .p2 {
  width: 52%; height: 260px; object-fit: cover; border-radius: 22px;
  position: absolute; right: 0; bottom: 0; border: 8px solid #fff;
  z-index: 2; box-shadow: var(--shadow);
}
.badge-yellow {
  position: absolute; left: 18px; bottom: 70px; z-index: 3;
  background: var(--yellow); color: var(--navy);
  border-radius: 18px; padding: 16px 18px; font-weight: 800;
  box-shadow: var(--shadow);
}
.badge-yellow strong { font-size: 28px; display: block; }
.badge-yellow span { font-size: 12px; font-weight: 700; }
.check-list { margin: 18px 0 26px; }
.check-list li {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 10px; color: var(--navy); font-weight: 600; font-size: 15px;
}
.check-list i { color: var(--green-dark); margin-top: 4px; }

/* Service cards */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  background: #fff; border-radius: 22px; overflow: hidden;
  box-shadow: var(--shadow); position: relative;
  transition: 0.25s;
}
.service-card:hover { transform: translateY(-6px); }
.service-card img { width: 100%; height: 210px; object-fit: cover; }
.service-card .body { padding: 22px; }
.service-card h3 { font-size: 20px; margin-bottom: 8px; }
.price-chip {
  position: absolute; top: 16px; left: 16px;
  background: var(--yellow); color: var(--navy);
  font-weight: 800; font-size: 12px;
  padding: 8px 12px; border-radius: 999px;
}
.arrow-go {
  position: absolute; right: 18px; bottom: 18px;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
}

/* Green banner */
.green-band {
  background: var(--green);
  color: #fff;
  border-radius: 28px;
  padding: 56px 48px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px;
  align-items: center;
  position: relative; overflow: hidden;
}
.green-band h2 { color: #fff; font-size: clamp(28px, 3.5vw, 40px); margin-bottom: 12px; }
.green-band p { color: rgba(255,255,255,0.92); }
.stats-4 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.stat-white strong { display: block; font-size: 32px; font-weight: 800; color: #fff; }
.stat-white span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9); }
.green-band::before {
  content: "";
  position: absolute; width: 240px; height: 240px;
  border: 40px solid rgba(255,255,255,0.08);
  border-radius: 50%; right: -60px; top: -80px;
}

/* Split blocks */
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
}
.split img.rounded {
  width: 100%; height: 420px; object-fit: cover; border-radius: 28px;
}
.feature-box {
  background: var(--off); border-radius: 22px; padding: 22px;
}
.feature-item { display: flex; gap: 14px; margin-bottom: 16px; }
.feature-item .ic {
  width: 48px; height: 48px; border-radius: 14px;
  background: #e9fbf1; color: var(--green-dark);
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.feature-item h4 { font-size: 16px; margin-bottom: 4px; }
.feature-item p { font-size: 14px; }

/* Help banner */
.help-banner {
  background: linear-gradient(90deg, #1a2340 0%, #1a2340 48%, #f5c518 48%, #f5c518 100%);
  border-radius: 28px; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  min-height: 280px;
}
.help-banner .left { padding: 48px; color: #fff; }
.help-banner .left h2 { color: #fff; margin-bottom: 10px; }
.help-banner .left p { color: rgba(255,255,255,0.8); margin-bottom: 18px; }
.help-banner .mail {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--green); font-weight: 800; font-size: 20px;
}
.help-banner .right {
  position: relative; background: var(--yellow);
}
.help-banner .right img {
  width: 100%; height: 100%; object-fit: cover; min-height: 280px;
}

/* Why cards */
.why-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 22px; padding: 28px;
}
.why-card .ic {
  width: 54px; height: 54px; border-radius: 16px;
  background: #e9fbf1; color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.why-card h3 { font-size: 18px; margin-bottom: 8px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 50px; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.acc-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.acc-btn {
  width: 100%; text-align: left; background: #fff; border: 0;
  padding: 18px 20px; font-weight: 700; color: var(--navy); font-size: 16px;
  display: flex; justify-content: space-between; align-items: center; cursor: pointer;
}
.acc-btn i { color: var(--green-dark); }
.acc-body { display: none; padding: 0 20px 18px; font-size: 15px; }
.acc-item.open .acc-body { display: block; }
.acc-item.open { border-color: var(--green); }

/* Testimonials */
.t-card {
  background: #fff; border-radius: 22px; box-shadow: var(--shadow);
  padding: 28px;
}
.t-card p { margin: 14px 0 18px; color: var(--navy-2); font-weight: 500; }
.t-user { display: flex; align-items: center; gap: 12px; }
.t-user img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.stars { color: var(--yellow); letter-spacing: 2px; font-size: 13px; }

/* Contact split home */
.contact-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--cream); border-radius: 28px; overflow: hidden;
}
.contact-split img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
.contact-split .form-side { padding: 48px 40px; }
.form-card.green {
  background: var(--green);
  color: #fff;
  border-radius: 24px;
  padding: 36px 32px;
}
.form-card.green h2, .form-card.green h3 { color: #fff; }
.form-card.green a { color: #fff; text-decoration: underline; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid #e8ebf2; border-radius: 12px;
  padding: 13px 14px; font-size: 14px; background: #fff; color: var(--navy);
  outline: none;
}
.field textarea { min-height: 110px; resize: vertical; }
.form-card.green .field input,
.form-card.green .field select,
.form-card.green .field textarea {
  border-color: transparent;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--green);
}
.field .error { color: #e11d48; font-size: 12px; font-weight: 600; min-height: 16px; margin-top: 4px; }
.form-card.green .field .error { color: #fff; }
.check-row { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; }
.check-row input { margin-top: 3px; }

/* Info cards */
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: -40px; position: relative; z-index: 2; }
.info-card {
  background: #fff; border-radius: 22px; padding: 32px 24px;
  text-align: center; box-shadow: var(--shadow);
}
.info-card.featured { background: var(--green); color: #fff; }
.info-card.featured h3, .info-card.featured p { color: #fff; }
.info-card .ic {
  width: 64px; height: 64px; border-radius: 18px; margin: 0 auto 14px;
  background: #fff6d4; color: var(--yellow-dark);
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.info-card.featured .ic { background: rgba(255,255,255,0.18); color: #fff; }
.info-card h3 { font-size: 20px; margin-bottom: 8px; }

/* Projects mosaic */
.mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-rows: 230px;
  gap: 16px;
}
.mosaic a { display: block; overflow: hidden; border-radius: 22px; position: relative; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: 0.35s; }
.mosaic a:hover img { transform: scale(1.05); }
.mosaic .tall { grid-row: span 2; }
.mosaic .wide { grid-column: span 2; height: auto; }
.mosaic figcaption {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(26,35,64,0.78); color: #fff;
  padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
}

/* Team */
.team-card { text-align: center; }
.team-card img {
  width: 100%; height: 280px; object-fit: cover;
  border-radius: 22px; border: 6px solid #fff; box-shadow: var(--shadow);
  background: #eef6ff;
}
.team-card h3 { margin-top: 14px; font-size: 18px; }
.team-card span { color: var(--muted); font-size: 13px; font-weight: 600; }

/* Pricing */
.price-card {
  background: #fff; border-radius: 24px; padding: 32px 28px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  position: relative;
}
.price-card.popular { border-color: var(--green); transform: translateY(-8px); }
.popular-chip {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff; font-size: 12px; font-weight: 800;
  padding: 6px 12px; border-radius: 999px;
}
.price-card .amount { font-size: 42px; font-weight: 800; color: var(--navy); margin: 10px 0; }
.price-card .amount small { font-size: 14px; color: var(--muted); font-weight: 600; }
.price-card ul { margin: 18px 0 24px; }
.price-card li { padding: 8px 0; color: var(--navy); font-weight: 600; font-size: 14px; }
.price-card li i { color: var(--green-dark); margin-right: 8px; }

/* Legal */
.legal { max-width: 900px; margin: 0 auto; }
.legal h2 { font-size: 22px; margin: 28px 0 10px; }
.legal p, .legal li { margin-bottom: 12px; }
.legal ul { padding-left: 18px; list-style: disc; }
.legal ol { padding-left: 18px; }
.legal li { margin-bottom: 8px; }

/* CTA email band */
.cta-mail {
  background: linear-gradient(90deg, #fbf6ea, #eef3f7);
  padding: 70px 0 30px;
  position: relative;
}
.cta-mail h2 { font-size: clamp(28px, 4vw, 40px); }
.cta-mail .em { color: #9aa3b5; text-decoration: underline; text-underline-offset: 6px; }
.get-touch {
  position: absolute; right: 8%; top: 40px;
  width: 110px; height: 110px; border-radius: 50%;
  background: var(--yellow); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; font-weight: 800; font-size: 13px; text-align: center;
  box-shadow: var(--shadow);
}
.get-touch i { font-size: 18px; margin-bottom: 4px; }

/* Footer */
.site-footer { background: #f4f1ea; padding: 40px 0 0; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 30px; }
.site-footer h4 { font-size: 18px; margin-bottom: 16px; }
.news-form { display: flex; background: #fff; border-radius: 999px; padding: 6px; max-width: 320px; }
.news-form input { border: 0; flex: 1; padding: 10px 14px; outline: none; background: transparent; }
.news-form button {
  width: 42px; height: 42px; border: 0; border-radius: 50%;
  background: var(--green); color: #fff; cursor: pointer;
}
.footer-links a { display: block; margin-bottom: 8px; font-weight: 600; color: var(--navy-2); }
.footer-links a:hover { color: var(--green-dark); }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; font-size: 13px; font-weight: 700; }
.legal-links a { color: var(--muted); }
.legal-links a:hover { color: var(--green-dark); }
.footer-bottom {
  border-top: 1px solid #e6e0d4; padding: 16px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--muted); gap: 12px; flex-wrap: wrap;
}
.socials { display: flex; gap: 12px; }
.socials a { color: var(--navy); }
.footer-art {
  position: absolute; left: 0; bottom: 0; width: 180px; pointer-events: none; opacity: 0.95;
}
.agree { font-size: 13px; display: flex; gap: 8px; margin-top: 10px; align-items: flex-start; }

/* Process */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-item {
  background: #fff; border-radius: 20px; padding: 24px;
  border: 1px solid var(--line);
}
.process-item .num {
  width: 46px; height: 46px; border-radius: 14px;
  background: #e9fbf1; color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 12px;
}

/* Quote / search / success modals */
.overlay {
  position: fixed; inset: 0; background: rgba(16, 22, 40, 0.55);
  display: none; align-items: center; justify-content: center;
  z-index: 80; padding: 20px;
}
.overlay.show { display: flex; }
.modal {
  background: #fff; border-radius: 24px; padding: 28px;
  width: min(520px, 100%); position: relative;
  max-height: 90vh; overflow: auto;
}
.modal.green { background: var(--green); color: #fff; }
.modal.green h2 { color: #fff; }
.close-x {
  position: absolute; right: 16px; top: 16px;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,0.08); cursor: pointer; color: inherit;
}
.success-box { text-align: center; padding: 20px 10px; }
.success-box .ok {
  width: 72px; height: 72px; border-radius: 50%;
  background: #e9fbf1; color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; margin: 0 auto 16px;
}
.search-modal input {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid #e8ebf2; font-size: 16px; outline: none;
}
.search-results { margin-top: 14px; }
.search-results a { display: block; padding: 10px; border-radius: 10px; font-weight: 700; color: var(--navy); }
.search-results a:hover { background: var(--off); }

/* Misc */
.bg-off { background: var(--off); }
.bg-cream { background: var(--cream); }
.mt-0 { margin-top: 0; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.center { text-align: center; }
.narrow { max-width: 720px; margin: 0 auto; }
.rich p { margin-bottom: 14px; }
.rich h3 { margin: 22px 0 8px; font-size: 22px; }

.mobile-panel {
  display: none; position: fixed; inset: 0; background: #fff; z-index: 70;
  padding: 24px; overflow: auto;
}
.mobile-panel.show { display: block; }
.mobile-panel a { display: block; padding: 12px 0; font-weight: 700; color: var(--navy); border-bottom: 1px solid var(--line); }

@media (max-width: 1024px) {
  .hero-grid, .about-grid, .split, .faq-grid, .contact-split, .green-band, .help-banner, .footer-grid {
    grid-template-columns: 1fr;
  }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .info-cards { grid-template-columns: 1fr; margin-top: 20px; }
  .get-touch { position: static; margin: 20px auto 0; }
  .help-banner { background: var(--navy); }
  .stat-card { left: 16px; }
  .nav { display: none; }
  .hamburger { display: inline-flex; }
  .hero-visual img { height: 380px; }
  .about-photos { min-height: 380px; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .price-card.popular { transform: none; }
}
@media (max-width: 720px) {
  .cards-3, .cards-2, .process, .form-grid { grid-template-columns: 1fr; }
  .cards-4 { grid-template-columns: 1fr; }
  .topbar-left span:nth-child(2) { display: none; }
  .hero-visual img { height: 300px; }
  .mosaic { grid-template-columns: 1fr; }
  .green-band, .help-banner .left { padding: 28px; }
  .footer-art { width: 110px; }
  .header-actions .btn { display: none; }
}
