:root {
  --navy: #063f64;
  --blue: #075c78;
  --teal: #019ab0;
  --teal-dark: #04788e;
  --orange: #ff5a0a;
  --orange-dark: #e84d00;
  --ink: #173042;
  --muted: #5c6f7b;
  --line: #d7e3e9;
  --pale: #eef7f9;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(4, 62, 91, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-light { background: #f7fbfc; }
.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; left: 16px; top: 16px; z-index: 1000; transform: translateY(-160%);
  background: var(--navy); color: white; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(215,227,233,.85);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: min(500px, 42vw); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: .95rem; font-weight: 700; }
.site-nav > a:not(.button) { text-decoration: none; color: #315064; }
.site-nav > a:not(.button):hover { color: var(--orange); }
.nav-toggle { display: none; width: 48px; height: 44px; border: 0; border-radius: 10px; background: var(--pale); }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); }

.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 52px;
  padding: 12px 24px; border: 2px solid var(--orange); border-radius: 999px;
  color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(255,90,10,.22);
  text-decoration: none; font-weight: 800; line-height: 1.15; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); }
.button-small { min-height: 43px; padding: 10px 18px; font-size: .9rem; }
.button-outline { color: var(--blue); background: transparent; border-color: var(--blue); box-shadow: none; }
.button-outline:hover { color: white; background: var(--blue); border-color: var(--blue); }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.light-link { color: white; }

.hero {
  position: relative; isolation: isolate; overflow: hidden; padding: 92px 0 105px;
  background: linear-gradient(135deg, #f5fbfc 0%, #eef8fa 56%, #fff6f0 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 7px;
  background: linear-gradient(90deg, var(--blue) 0 58%, var(--orange) 58% 83%, #0d7593 83%);
}
.hero-shape { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .48; }
.hero-shape-one { width: 420px; height: 420px; top: -210px; right: -120px; background: rgba(1,154,176,.18); }
.hero-shape-two { width: 260px; height: 260px; bottom: -140px; left: 14%; background: rgba(255,90,10,.13); }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 75px; align-items: center; }
.eyebrow {
  margin: 0 0 13px; color: var(--orange); font-size: .79rem; font-weight: 900;
  letter-spacing: .15em; text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.3vw, 5rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.hero-intro { max-width: 680px; margin: 0 0 30px; color: #476171; font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-list { display: flex; gap: 23px; flex-wrap: wrap; margin: 34px 0 0; padding: 0; color: #315064; list-style: none; font-size: .9rem; font-weight: 750; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--teal); font-weight: 900; }
.hero-card { overflow: hidden; border: 1px solid #c9e1e7; border-radius: 26px; background: white; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.browser-bar { display: flex; gap: 8px; padding: 16px 18px; background: var(--blue); }
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: white; opacity: .72; }
.browser-bar span:last-child { background: #ffad7c; opacity: 1; }
.repair-panel { padding: 35px 38px 40px; }
.repair-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 20px; border-radius: 18px; background: #e7f8f2; color: #078572; font-size: 1.7rem; font-weight: 900; }
.repair-label { margin: 0 0 9px; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.repair-panel h2 { margin-bottom: 25px; font-size: 2rem; }
.issue-list { display: grid; gap: 11px; }
.issue-list div { display: flex; align-items: center; gap: 15px; padding: 13px 14px; border-radius: 12px; background: #f4f9fa; }
.issue-list span { color: var(--teal-dark); font-size: .75rem; font-weight: 900; }
.issue-list p { margin: 0; color: #425d6d; font-weight: 700; }

.section-heading { max-width: 785px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { margin: 0 auto; max-width: 700px; color: var(--muted); font-size: 1.06rem; }
.compact-heading { margin-bottom: 44px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { position: relative; padding: 31px 26px 29px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #9ccdd7; box-shadow: 0 18px 42px rgba(4,62,91,.09); }
.service-number { width: 44px; height: 44px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--blue); font-weight: 900; }
.service-card:nth-child(even) .service-number { background: var(--orange); }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin: 0; color: var(--muted); }

.process-section { color: white; background: linear-gradient(135deg, #063f64 0%, #075c78 70%, #04788e 100%); }
.process-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.process-intro .eyebrow { color: #ffb487; }
.process-intro h2 { color: white; }
.process-intro > p:not(.eyebrow) { color: #d7e9ee; }
.steps { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--orange); color: white; font-weight: 900; }
.steps h3 { margin-bottom: 5px; color: white; }
.steps p { margin: 0; color: #d6e8ed; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px 32px 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.featured-card { border: 2px solid var(--orange); box-shadow: 0 24px 55px rgba(255,90,10,.14); transform: translateY(-10px); }
.popular-tag { position: absolute; top: -15px; right: 24px; padding: 7px 13px; border-radius: 999px; background: var(--orange); color: white; font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.price-label { margin: 0 0 9px; color: var(--teal-dark); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3 { min-height: 48px; margin-bottom: 13px; }
.price { margin: 0 0 7px; color: var(--navy); font-size: 3.5rem; font-weight: 900; line-height: 1; }
.price span { font-size: 1.45rem; vertical-align: top; }
.custom-price { font-size: 2.45rem; }
.price-description { min-height: 76px; margin: 0; color: var(--muted); }
.price-card ul { display: grid; gap: 11px; margin: 22px 0 28px; padding: 0; color: #405b6a; list-style: none; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 900; }
.price-card .button { margin-top: auto; }
.pricing-note { margin: 25px 0 0; color: #74858f; font-size: .84rem; text-align: center; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-visual { position: relative; min-height: 405px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, #eaf7f9, #fff1e8); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border-radius: 50%; }
.about-visual::before { width: 130px; height: 130px; top: 22px; right: 30px; background: rgba(255,90,10,.18); }
.about-visual::after { width: 85px; height: 85px; bottom: 25px; left: 30px; background: rgba(1,154,176,.21); }
.mini-browser { position: relative; z-index: 1; width: 78%; overflow: hidden; border-radius: 20px; background: white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.mini-browser-top { display: flex; gap: 7px; padding: 15px; background: var(--blue); }
.mini-browser-top span { width: 9px; height: 9px; border-radius: 50%; background: white; opacity: .75; }
.mini-browser-content { padding: 30px; }
.mini-line { width: 55%; height: 12px; margin-bottom: 11px; border-radius: 10px; background: #d8e7eb; }
.mini-line.long { width: 84%; background: #9fd6df; }
.mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }
.mini-row div { height: 100px; border-radius: 14px; background: #eff6f7; }
.mini-row div:last-child { background: #fff0e7; }
.mini-status { width: fit-content; margin: 22px 0 0 auto; padding: 8px 13px; border-radius: 999px; background: #e2f7ef; color: #08765f; font-size: .78rem; font-weight: 900; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.about-points div { padding: 18px; border-left: 4px solid var(--orange); background: #f6fafb; }
.about-points strong, .about-points span { display: block; }
.about-points strong { color: var(--navy); }
.about-points span { margin-top: 4px; color: var(--muted); font-size: .92rem; }

.contact-section { background: #edf7f9; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: start; }
.contact-copy h2 { margin-bottom: 18px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; gap: 15px; margin-top: 35px; }
.contact-details p { margin: 0; }
.contact-details strong { display: block; color: var(--navy); }
.contact-details a, .contact-details span { color: var(--muted); text-decoration: none; }
.contact-form { display: grid; gap: 17px; padding: 34px; border: 1px solid #cadfe4; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 7px; }
.form-row label { color: var(--navy); font-size: .9rem; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #c6d9df; border-radius: 11px; padding: 12px 14px; color: var(--ink); background: #fbfdfe; outline: none; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(1,154,176,.12); }
.form-row textarea { resize: vertical; }
.form-button { width: 100%; border: 0; }
.form-note, .form-status { margin: 0; color: #768891; font-size: .79rem; text-align: center; }
.form-status { min-height: 20px; color: #08765f; font-weight: 800; }

.site-footer { padding: 33px 0; color: #cfe0e6; background: #052f4b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { display: block; width: 280px; padding: 8px 12px; border-radius: 10px; background: white; }
.footer-grid p { margin: 0; font-size: .86rem; }
.footer-grid p:last-child { text-align: right; }

@media (max-width: 1020px) {
  .brand { width: 285px; }
  .site-nav { gap: 17px; }
  .hero-grid, .process-grid, .about-grid, .contact-grid { gap: 45px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .price-card { padding-inline: 24px; }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 76px; }
  .brand { width: min(300px, 68vw); }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: white;
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 6px; }
  .site-nav .button { margin-top: 8px; }
  .hero { padding-top: 70px; }
  .hero-grid, .process-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-card { max-width: 590px; transform: none; }
  .process-grid { gap: 45px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .featured-card { order: -1; transform: none; }
  .about-visual { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .footer-grid p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 55px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2.05rem; }
  .hero-intro { font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 9px; }
  .repair-panel { padding: 27px 22px 29px; }
  .repair-panel h2 { font-size: 1.65rem; }
  .card-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 48px 1fr; padding: 20px 17px; }
  .about-points { grid-template-columns: 1fr; }
  .about-visual { min-height: 300px; }
  .mini-browser { width: 89%; }
  .contact-form { padding: 25px 19px; }
  .footer-brand { width: 250px; }
}

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

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}