:root {
  --navy: #10233f;
  --navy-2: #172f52;
  --blue: #0876b9;
  --blue-dark: #075d91;
  --cyan: #37b7d8;
  --ink: #182638;
  --muted: #637083;
  --line: #dce4ec;
  --soft: #f2f6fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 35, 63, .13);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.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; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: #fff; color: #111; border-radius: 6px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--navy); color: rgba(255,255,255,.75); font-size: 13px; letter-spacing: .02em; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-inner div { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }
.site-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid rgba(16,35,63,.08); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 25px rgba(16,35,63,.08); animation: reveal .2s ease; }
@keyframes reveal { from { transform: translateY(-8px); opacity: .9; } }
.header-inner { height: 92px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 205px; }
.brand img { width: 205px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.65vw, 28px); flex: 1; }
.main-nav a { position: relative; padding-block: 32px; color: #33435a; font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-phone { padding-left: 20px; border-left: 1px solid var(--line); display: grid; line-height: 1.25; flex: 0 0 auto; }
.header-phone small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.header-phone strong { color: var(--navy); font-size: 17px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--soft); border-radius: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #8edcf0; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.16; }
h1 { font-size: clamp(42px, 5.1vw, 76px); letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(32px, 3.4vw, 50px); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 20px; }
p { margin-top: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.15); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--blue); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(8,20,37,.88), rgba(8,20,37,.42) 58%, rgba(8,20,37,.08)), url("../images/hero.jpg") center/cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto auto -220px -150px; width: 500px; height: 500px; border: 110px solid rgba(55,183,216,.14); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; padding-block: 100px 140px; }
.hero h1 { max-width: 900px; margin-bottom: 24px; color: #fff; }
.hero-content > p:not(.eyebrow) { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-call { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(410px, 44vw); padding: 24px 48px; color: #fff; background: var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hero-call span { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-call strong { font-size: 22px; }

.section { padding-block: 105px; }
.section-muted { background: var(--soft); }
.split { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.image-card { position: relative; max-width: 500px; }
.image-card::before { content: ""; position: absolute; top: -20px; left: -20px; width: 120px; height: 120px; border-top: 6px solid var(--cyan); border-left: 6px solid var(--cyan); z-index: -1; }
.image-card img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 3px 3px 80px 3px; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -25px; bottom: 28px; width: 175px; padding: 22px 20px; color: #fff; background: var(--blue); border-radius: 10px; line-height: 1.35; box-shadow: 0 18px 45px rgba(8,118,185,.27); }
.image-badge strong { display: block; font-size: 24px; }
.prose > p { color: var(--muted); }
.prose > p:not(.eyebrow) { font-size: 17px; }
.prose ul, .article ul { padding-left: 0; list-style: none; }
.prose li, .article li { position: relative; margin: 12px 0; padding-left: 28px; }
.prose li::before, .article li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 34px 0; }
.feature-grid article { padding: 24px; background: var(--soft); border-left: 3px solid var(--blue); }
.feature-grid span { color: var(--cyan); font-size: 12px; font-weight: 900; }
.feature-grid h3 { margin: 5px 0 7px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.signature { display: grid; margin: 28px 0 !important; padding-left: 20px; border-left: 3px solid var(--blue); }
.signature span { color: var(--muted); font-size: 14px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 5px; color: var(--muted); }
.section-heading.light h2 { color: #fff; }
.cards { display: grid; gap: 24px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.info-card { position: relative; padding: 38px 32px; background: #fff; border: 1px solid #e7edf3; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(16,35,63,.055); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.info-card .icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; color: #fff; background: var(--blue); border-radius: 14px; font-size: 17px; font-weight: 900; }
.info-card p { margin-bottom: 0; color: var(--muted); }
.process-section { color: #fff; background: var(--navy); }
.process-section h2 { margin-bottom: 48px; color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process-grid article { position: relative; padding: 5px 32px 5px 0; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; top: 26px; right: 20px; width: 45px; border-top: 1px dashed rgba(255,255,255,.35); }
.process-grid b { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; color: #fff; background: var(--blue); border-radius: 50%; }
.process-grid h3 { color: #fff; }
.process-grid p { color: rgba(255,255,255,.65); font-size: 14px; }

.testimonial-section { color: #fff; background: linear-gradient(90deg, rgba(16,35,63,.97), rgba(16,35,63,.86)), url("../images/testimonials.jpg") center/cover no-repeat; }
.quote-card { margin: 0; padding: 36px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); backdrop-filter: blur(8px); }
.quote-card > p { min-height: 92px; margin-bottom: 25px; color: rgba(255,255,255,.85); font-size: 17px; }
.quote-card footer { display: flex; align-items: center; gap: 14px; }
.quote-card footer img { width: 56px; height: 56px; object-fit: cover; background: #fff; border-radius: 50%; }
.quote-card footer span { display: grid; }
.quote-card footer strong { color: #fff; }
.quote-card footer small { color: rgba(255,255,255,.6); }

.contact-split { align-items: start; }
.contact-list { display: grid; gap: 12px; margin-top: 35px; }
.contact-list a { display: grid; padding: 17px 20px; background: #fff; border-left: 3px solid var(--blue); box-shadow: 0 7px 22px rgba(16,35,63,.06); }
.contact-list span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-card { padding: clamp(28px, 4vw, 48px); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: #33435a; font-size: 13px; font-weight: 800; }
.contact-form label span { color: #d64242; }
.contact-form label.wide { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 13px 14px; color: var(--ink); background: #fbfdff; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,118,185,.11); }
.contact-form .consent { display: flex; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: var(--muted); font-weight: 500; line-height: 1.5; }
.contact-form .consent input { width: 17px; height: 17px; margin-top: 3px; }
.contact-form .button { width: 100%; margin-top: 22px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { margin-bottom: 20px; padding: 12px 15px; border-radius: 7px; font-weight: 700; }
.form-status.success { color: #16663c; background: #e6f7ee; }
.form-status.error { color: #9c2d2d; background: #fff0f0; }

.page-hero { padding-block: 88px; color: #fff; background: linear-gradient(90deg, rgba(7,93,145,.88), rgba(7,93,145,.55)), url("../images/page-banner.jpg") center/cover no-repeat; }
.page-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(38px, 4.4vw, 62px); }
.breadcrumb { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 14px; }
.breadcrumb a { color: #fff; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.article-layout aside { position: sticky; top: 120px; }
.article-layout aside img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.aside-call { margin: -24px 20px 0; position: relative; display: grid; padding: 20px; color: #fff; background: var(--blue); border-radius: 9px; text-align: center; box-shadow: 0 12px 35px rgba(8,118,185,.25); }
.aside-call span { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aside-call a { font-size: 20px; font-weight: 900; }
.article h3 { margin-top: 35px; font-size: 25px; }
.notice { margin: 28px 0; padding: 24px 26px; background: #e9f7fb; border-left: 4px solid var(--cyan); }
.notice strong { color: var(--navy); font-size: 19px; }
.notice p { margin: 5px 0 0; }
.period-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.period-grid span { display: grid; padding: 17px; background: var(--soft); border-radius: 8px; color: var(--muted); }
.period-grid b { color: var(--navy); }
.form-page { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(45px, 7vw, 90px); }
.form-intro { padding-top: 25px; }
.form-intro p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 12px; }
.references-image { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr); gap: clamp(45px, 8vw, 100px); align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 130px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 5px; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 18px; font-weight: 800; cursor: pointer; }
.accordion-item button b { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); background: var(--soft); border-radius: 50%; transition: transform .2s ease; }
.accordion-item.open button b { transform: rotate(45deg); }
.accordion-panel { display: none; padding: 0 45px 22px 5px; color: var(--muted); }
.accordion-item.open .accordion-panel { display: block; }
.accordion-panel ul { padding-left: 20px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-cards a { display: grid; justify-items: center; padding: 42px; background: var(--soft); border-radius: var(--radius); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.contact-cards a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-cards .icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 17px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 22px; }
.contact-cards small { color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-cards strong { color: var(--navy); font-size: 22px; }
.contact-banner { background: linear-gradient(90deg, rgba(16,35,63,.96), rgba(16,35,63,.76)), url("../images/contact.jpg") center/cover no-repeat; }
.form-intro.light h2 { color: #fff; }
.form-intro.light p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.map-wrap iframe { display: block; width: 100%; height: 430px; border: 0; }

.site-footer { padding-top: 82px; color: rgba(255,255,255,.65); background: #09182a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr 1.1fr; gap: 50px; padding-bottom: 65px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-grid img { width: 200px; margin-bottom: 13px; }
.footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: 17px; letter-spacing: .04em; }
.footer-grid p { margin: 0; }
.footer-grid a:not(.button):hover { color: #fff; }
.footer-grid .button { margin-top: 8px; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: 13px; }
.floating-call { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 56px; height: 56px; display: none; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; box-shadow: 0 10px 28px rgba(8,118,185,.35); font-size: 22px; }

@media (max-width: 1080px) {
  .header-phone { display: none; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 13px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .process-grid article:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { height: 76px; justify-content: space-between; }
  .brand, .brand img { width: 165px; flex-basis: 165px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; align-items: stretch; padding: 12px 20px 22px; background: #fff; box-shadow: 0 18px 35px rgba(16,35,63,.13); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px 4px; }
  .main-nav a::after { display: none; }
  .hero { min-height: 630px; }
  .hero h1 br { display: none; }
  .hero-call { width: 100%; padding: 18px 25px; }
  .section { padding-block: 76px; }
  .split, .article-layout, .form-page, .faq-layout { grid-template-columns: 1fr; }
  .image-card { margin-inline: auto; }
  .article-layout aside, .faq-layout > div:first-child { position: static; }
  .cards.three { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .floating-call { display: grid; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .hero { min-height: 590px; background-position: 61% center; }
  .hero-content { padding-block: 80px 125px; }
  .hero-content > p:not(.eyebrow) { font-size: 16px; }
  .hero-call strong { font-size: 18px; }
  .page-hero { padding-block: 62px; }
  .feature-grid, .cards.two, .period-grid, .contact-cards, .form-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article::after { display: none; }
  .image-badge { right: -5px; }
  .quote-card { padding: 28px 24px; }
  .quote-card > p { min-height: auto; }
  .contact-form label.wide { grid-column: auto; }
  .contact-cards a { padding: 30px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

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