:root {
  --ink: #111827;
  --muted: #657086;
  --navy: #071426;
  --navy-2: #0d2340;
  --blue: #35ad43;
  --cyan: #91c95f;
  --sky: #eef8e9;
  --line: #dce5ef;
  --surface: #f5f8fc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 31, 58, .12);
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink) !important;
  background: var(--white) !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea { -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif !important;
  letter-spacing: -.035em;
  text-transform: none !important;
}
p { color: var(--muted); }
a, a:hover, a:focus { text-decoration: none; }
img { max-width: 100%; }
.modern-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.modern-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.modern-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.modern-eyebrow.light { color: #7ddfff; }

/* announcement and navigation */
.site-announcement { position: relative; z-index: 1020; background: var(--navy); color: #c7d5e7; font-size: 12px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement-contact { display: flex; gap: 22px; }
.announcement-contact a { color: #e8f1fb; }
.announcement-contact i { color: var(--cyan); margin-right: 7px; }
.modern-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 84px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,229,239,.8);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, height .25s ease;
}
.modern-header.is-scrolled { box-shadow: 0 12px 30px rgba(16,35,59,.09); }
.modern-nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.modern-brand { width: 205px; height: 64px; display: flex; align-items: center; }
.modern-brand img { width: 205px; height: auto; object-fit: contain; }
.modern-navigation { display: flex; align-items: center; gap: 8px; }
.modern-navigation > a, .modern-dropdown-toggle {
  border: 0;
  background: transparent;
  color: #28354a;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease;
}
.modern-navigation > a:hover, .modern-dropdown-toggle:hover { color: var(--blue); }
.modern-navigation .modern-nav-cta {
  margin-left: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}
.modern-navigation .modern-nav-cta:hover { background: var(--blue); color: var(--white); }
.modern-dropdown { position: relative; }
.modern-dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  width: 290px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: all .2s ease;
}
.modern-dropdown:hover .modern-dropdown-menu, .modern-dropdown.is-open .modern-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.modern-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 9px; color: #3c4960; font-size: 13px; font-weight: 600; }
.modern-dropdown-menu a:hover { color: var(--blue); background: var(--sky); }
.modern-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 11px; }
.modern-menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

/* hero */
.modern-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #f7fbff 0%, #edf5ff 52%, #f8fbff 100%); }
.modern-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#7ca2c9 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to right, black, transparent 62%); }
.modern-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 88px 0 95px; }
.modern-hero-copy h1 { margin: 0 0 25px; color: var(--navy); font-size: clamp(46px, 5.1vw, 73px); line-height: 1.06; font-weight: 800; }
.modern-hero-copy h1 span { color: var(--blue); }
.modern-hero-copy > p { max-width: 650px; margin: 0; font-size: 19px; line-height: 1.65; }
.modern-hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 34px 0 40px; }
.modern-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.modern-button:hover { transform: translateY(-2px); }
.modern-button-primary { background: linear-gradient(90deg, var(--blue), var(--cyan)); color: var(--white); box-shadow: 0 14px 30px rgba(53,173,67,.24); }
.modern-button-primary:hover, .modern-button-primary:focus { color: var(--white); background: linear-gradient(90deg, #2c9639, #7fba50); }
.modern-button-ghost { color: var(--ink); border: 1px solid #cbd9e8; background: rgba(255,255,255,.75); }
.modern-button-ghost:hover { color: var(--blue); background: white; }
.modern-button-light { color: var(--navy); background: white; }
.modern-trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 560px; padding-top: 28px; border-top: 1px solid #d3e0ec; }
.modern-trust-row strong, .modern-trust-row span { display: block; }
.modern-trust-row strong { margin-bottom: 4px; color: var(--ink); font-size: 14px; }
.modern-trust-row span { color: #7b8798; font-size: 12px; }
.modern-hero-visual { position: relative; height: 480px; }
.modern-hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 420px; height: 420px; right: -120px; top: -150px; background: rgba(53,173,67,.12); }
.orb-two { width: 280px; height: 280px; left: 42%; bottom: -160px; background: rgba(145,201,95,.15); }
.modern-visual-card { position: absolute; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.84); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.visual-card-main { inset: 54px 20px 45px 55px; z-index: 2; padding: 34px; border-radius: 30px; transform: rotate(-2deg); }
.visual-label { color: #536176; font-size: 13px; font-weight: 700; }
.visual-chart { height: 190px; display: flex; align-items: end; gap: 12px; padding: 30px 0 20px; border-bottom: 1px solid var(--line); }
.visual-chart span { flex: 1; border-radius: 12px 12px 3px 3px; background: linear-gradient(180deg, var(--cyan), var(--blue)); }
.visual-chart span:nth-child(1) { height: 28%; }.visual-chart span:nth-child(2) { height: 46%; }.visual-chart span:nth-child(3) { height: 39%; }.visual-chart span:nth-child(4) { height: 72%; }.visual-chart span:nth-child(5) { height: 92%; }
.visual-metric { display: flex; align-items: end; justify-content: space-between; padding-top: 23px; }
.visual-metric strong { color: var(--navy); font-family: Manrope, sans-serif; font-size: 42px; letter-spacing: -.06em; }
.visual-metric span { color: var(--muted); font-size: 13px; }
.visual-card-code, .visual-card-growth { z-index: 3; width: 120px; height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 20px; color: var(--navy); font-weight: 800; }
.visual-card-code { left: 0; bottom: 12px; }.visual-card-growth { right: -18px; top: 22px; }
.visual-card-code i, .visual-card-growth i { color: var(--blue); font-size: 24px; }
.modern-visual-ring { position: absolute; inset: 18px -34px -5px 20px; border: 1px solid rgba(53,173,67,.23); border-radius: 50%; transform: rotate(28deg); }

/* sections */
.modern-proof-strip { background: var(--navy); }
.modern-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.modern-proof-grid > div { display: flex; flex-direction: column; padding: 30px 34px; border-right: 1px solid rgba(255,255,255,.1); }
.modern-proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.modern-proof-grid strong { color: white; font-family: Manrope, sans-serif; font-size: 24px; }
.modern-proof-grid span { color: #9cb0c9; font-size: 12px; }
.modern-section { padding: 105px 0; }
.modern-section-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.modern-section-heading.centered { display: block; max-width: 760px; margin: 0 auto 55px; text-align: center; }
.modern-section-heading h2, .modern-about-copy h2, .modern-contact-section h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.15; font-weight: 800; }
.modern-section-heading > p { margin: 0 0 5px; font-size: 17px; }
.modern-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.modern-service-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.modern-service-card:hover { color: var(--ink); transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.modern-service-card.featured { background: var(--navy); border-color: var(--navy); }
.modern-service-card.featured h3 { color: white; }.modern-service-card.featured p { color: #a8b8cc; }.modern-service-card.featured .service-number { color: #6d8099; }
.modern-service-card > i { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 34px; border-radius: 15px; background: var(--sky); color: var(--blue); font-size: 22px; }
.modern-service-card.featured > i { background: rgba(145,201,95,.17); color: #a9dd78; }
.service-number { position: absolute; right: 28px; top: 27px; color: #a2adbb; font-size: 12px; font-weight: 800; }
.modern-service-card h3 { margin: 0 0 13px; font-size: 22px; font-weight: 800; }
.modern-service-card p { margin-bottom: 25px; font-size: 14px; line-height: 1.7; }
.service-link { position: absolute; left: 34px; bottom: 28px; color: var(--blue); font-size: 13px; font-weight: 800; }
.modern-about-panel { background: var(--surface); }
.modern-about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.modern-about-image { position: relative; }
.modern-about-image img { width: 100%; min-height: 500px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.modern-image-badge { position: absolute; right: -34px; bottom: 35px; width: 210px; padding: 24px; border-radius: 18px; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 16px 35px rgba(53,173,67,.28); }
.modern-image-badge strong, .modern-image-badge span { display: block; color: white; }.modern-image-badge strong { font-size: 20px; }.modern-image-badge span { margin-top: 4px; opacity: .78; font-size: 12px; }
.modern-about-copy > p { margin: 24px 0; font-size: 17px; }
.modern-check-list { margin: 28px 0; padding: 0; list-style: none; }
.modern-check-list li { display: flex; gap: 14px; margin: 16px 0; color: var(--muted); }
.modern-check-list i { flex: 0 0 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #daf4ff; color: var(--blue); font-size: 11px; }
.modern-check-list strong { color: var(--ink); }
.modern-text-link { color: var(--blue); font-weight: 800; }.modern-text-link i { margin-left: 6px; transition: transform .2s; }.modern-text-link:hover i { transform: translateX(4px); }
.modern-process-section { background: white; }
.modern-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.modern-process-grid > div { position: relative; padding: 25px 30px 20px; border-left: 1px solid var(--line); }
.modern-process-grid > div:last-child { border-right: 1px solid var(--line); }
.modern-process-grid span { color: var(--blue); font-size: 12px; font-weight: 800; }.modern-process-grid h3 { margin: 18px 0 12px; font-size: 22px; }.modern-process-grid p { font-size: 14px; }
.modern-testimonial-section { background: linear-gradient(135deg, #071426, #0d2b4d); }
.modern-testimonial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.modern-testimonial-grid h2 { color: white; font-size: 42px; line-height: 1.18; }
.modern-testimonial-grid blockquote { position: relative; margin: 0; padding: 38px; border: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.modern-testimonial-grid blockquote > i { color: #a9dd78; font-size: 25px; }.modern-testimonial-grid blockquote p { color: #e3edf8; font-size: 20px; line-height: 1.65; }.modern-testimonial-grid blockquote footer { color: #8da4bf; font-size: 13px; }
.modern-contact-section { background: #f7faff; }
.modern-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.modern-contact-grid > div > p { margin: 22px 0 32px; font-size: 17px; }
.modern-contact-details { display: grid; gap: 12px; }.modern-contact-details a { display: flex; align-items: center; gap: 14px; color: var(--ink); font-weight: 700; }.modern-contact-details i { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: white; color: var(--blue); box-shadow: 0 7px 18px rgba(22,43,71,.08); }.modern-contact-details small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.modern-contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.modern-form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.modern-form-row { margin-bottom: 18px; }.modern-form-row label { display: block; margin-bottom: 7px; color: #344156; font-size: 12px; font-weight: 800; }.modern-form-row input, .modern-form-row textarea { width: 100%; border: 1px solid #d9e2ed; border-radius: 12px; padding: 14px 15px; background: #fbfdff; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }.modern-form-row input:focus, .modern-form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(53,173,67,.09); }.modern-form-error { color: #c13232; font-size: 12px; }

/* CTA and footer */
.modern-cta-band { padding: 62px 0; background: var(--blue); }
.modern-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.modern-cta-inner h2 { max-width: 720px; margin: 0; color: white; font-size: 35px; line-height: 1.25; }
.modern-footer { padding-top: 75px; background: #050e1c; color: #b3c0d1; }
.modern-footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr 1.2fr; gap: 60px; padding-bottom: 55px; }
.modern-footer-brand img { width: 210px; height: auto; object-fit: contain; filter: invert(1); mix-blend-mode: screen; }
.modern-footer-brand p { max-width: 330px; color: #91a1b6; font-size: 14px; }
.modern-footer h3 { margin: 12px 0 22px; color: white; font-size: 14px; letter-spacing: .02em; }
.modern-footer-grid > div:not(:first-child) > a { display: block; margin: 10px 0; color: #9dadc2; font-size: 13px; }.modern-footer-grid a:hover { color: white; }
.modern-footer-contact p { display: flex; gap: 8px; color: #9dadc2; font-size: 13px; }.modern-footer-contact i { color: #a9dd78; margin-right: 7px; }
.modern-socials a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: #132139; color: white; }
.modern-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 0 28px; border-top: 1px solid #17243a; color: #718097; font-size: 12px; }
.modern-ssl-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #35506f; border-radius: 7px; background: #0d1a2c; color: #d7e3f1; font-size: 11px; line-height: 1; letter-spacing: .03em; white-space: nowrap; }
.modern-ssl-badge i { color: #a9dd78; font-size: 15px; }
.modern-ssl-badge strong { color: white; font-size: 12px; }
.modern-floating-contact { position: fixed; right: 24px; bottom: 24px; z-index: 900; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--cyan)); color: white; box-shadow: 0 14px 30px rgba(53,173,67,.35); font-size: 13px; font-weight: 800; }.modern-floating-contact:hover { color: white; transform: translateY(-2px); }

/* compatibility layer for legacy inner pages */
body:not(.modern-home) #page { background: white; }
body:not(.modern-home) .page-header {
  position: relative;
  min-height: 230px;
  margin: 0 !important;
  padding: 65px 0 45px !important;
  border: 0 !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 999px rgba(4, 19, 38, .62) !important;
}
body:not(.modern-home) .page-header .title {
  margin: 0 0 28px !important;
  color: white !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}
body:not(.modern-home) .page-header .breadcrumb-box { position: static !important; background: transparent !important; }
body:not(.modern-home) .page-header .breadcrumb { margin: 0 !important; padding: 0 !important; background: transparent !important; }
body:not(.modern-home) .page-header .breadcrumb a { color: #b9d8f6 !important; }
body:not(.modern-home) .page-header .breadcrumb .active { color: white !important; opacity: .78; }
body:not(.modern-home) .breadcrumb-section { min-height: 220px; padding: 65px 0 !important; background: linear-gradient(135deg, #071426, #124473) !important; }
body:not(.modern-home) .breadcrumb-section h1, body:not(.modern-home) .breadcrumb-section .title { color: white !important; font-size: 42px !important; }
body:not(.modern-home) .page-section { padding: 85px 0 !important; }
body:not(.modern-home) .section-title .title, body:not(.modern-home) h1.title { color: var(--navy) !important; font-size: 38px !important; font-weight: 800 !important; }
body:not(.modern-home) .title-description { max-width: 950px; margin: 0 auto 18px !important; color: var(--navy) !important; font-size: 27px !important; line-height: 1.4 !important; font-weight: 700 !important; }
body:not(.modern-home) .planning_section, body:not(.modern-home) .about-section, body:not(.modern-home) .service-section { overflow: hidden; }
body:not(.modern-home) .planning, body:not(.modern-home) .content-box { border-radius: 20px !important; }
body:not(.modern-home) .planning h3, body:not(.modern-home) .content-box h3 { color: white !important; font-size: 28px !important; }
body:not(.modern-home) .planning p { color: rgba(255,255,255,.8) !important; }
body:not(.modern-home) .text-color, body:not(.modern-home) .color { color: var(--blue) !important; }
body:not(.modern-home) .section-title .title::after { background: var(--blue) !important; }
body:not(.modern-home) .btn, body:not(.modern-home) button[type="submit"] { border: 0 !important; border-radius: 999px !important; background: var(--blue) !important; color: white !important; font-weight: 700 !important; }
body:not(.modern-home) .form-control { height: auto !important; padding: 13px 14px !important; border: 1px solid var(--line) !important; border-radius: 10px !important; box-shadow: none !important; }
body:not(.modern-home) .service-box, body:not(.modern-home) .feature-box, body:not(.modern-home) .blog { border-radius: 18px !important; overflow: hidden; box-shadow: 0 14px 40px rgba(12,34,59,.09) !important; }
body:not(.modern-home) #footer { display: none !important; }

@media (max-width: 980px) {
  .announcement-inner > span { display: none; }
  .modern-menu-toggle { display: block; }
  .modern-navigation { position: absolute; left: 24px; right: 24px; top: 76px; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .modern-navigation.is-open { display: flex; }
  .modern-navigation > a, .modern-dropdown-toggle { width: 100%; text-align: left; }
  .modern-navigation .modern-nav-cta { margin: 6px 0 0; text-align: center; }
  .modern-dropdown-menu { position: static; width: auto; display: none; margin: 3px 0 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .modern-dropdown.is-open .modern-dropdown-menu { display: block; }
  .modern-hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .modern-hero-copy { text-align: center; }.modern-hero-copy > p, .modern-trust-row { margin-left: auto; margin-right: auto; }.modern-hero-actions { justify-content: center; }
  .modern-hero-visual { max-width: 560px; width: 100%; margin: 0 auto; }
  .modern-service-grid { grid-template-columns: repeat(2, 1fr); }
  .modern-about-grid, .modern-contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .modern-about-image { max-width: 650px; }
  .modern-testimonial-grid { grid-template-columns: 1fr; gap: 40px; }
  .modern-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.modern-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .modern-container { width: min(100% - 32px, 1160px); }
  .site-announcement { display: none; }
  .modern-header { height: 72px; }
  .modern-brand { width: 155px; }.modern-brand img { width: 155px; }
  .modern-navigation { top: 66px; left: 16px; right: 16px; max-height: calc(100vh - 90px); overflow-y: auto; }
  .modern-hero { min-height: auto; }.modern-hero-grid { padding: 72px 0 78px; }.modern-hero-copy h1 { font-size: 42px; }.modern-hero-copy > p { font-size: 16px; }
  .modern-hero-visual { height: 360px; }.visual-card-main { inset: 35px 15px 30px 25px; padding: 25px; }.visual-chart { height: 145px; }.visual-card-code { left: -5px; }.visual-card-growth { right: -4px; }.visual-metric strong { font-size: 34px; }
  .modern-trust-row { grid-template-columns: 1fr; gap: 14px; text-align: left; }
  .modern-proof-grid { grid-template-columns: repeat(2, 1fr); }.modern-proof-grid > div { padding: 22px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .modern-section { padding: 74px 0; }.modern-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }.modern-section-heading h2, .modern-about-copy h2, .modern-contact-section h2 { font-size: 36px; }
  .modern-service-grid { grid-template-columns: 1fr; }.modern-service-card { min-height: 305px; }
  .modern-about-image img { min-height: 360px; }.modern-image-badge { right: 12px; bottom: 18px; }
  .modern-process-grid { grid-template-columns: 1fr 1fr; }.modern-process-grid > div { border-bottom: 1px solid var(--line); }
  .modern-testimonial-grid h2 { font-size: 34px; }.modern-testimonial-grid blockquote { padding: 28px; }.modern-testimonial-grid blockquote p { font-size: 17px; }
  .modern-form-split { grid-template-columns: 1fr; gap: 0; }.modern-contact-form { padding: 25px; }
  .modern-cta-inner { align-items: flex-start; flex-direction: column; }.modern-cta-inner h2 { font-size: 29px; }
  .modern-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.modern-footer-brand, .modern-footer-contact { grid-column: 1 / -1; }.modern-footer-bottom { flex-direction: column; gap: 8px; }
  .modern-floating-contact span { display: none; }.modern-floating-contact { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
