:root {
  --ink: #17324d;
  --muted: #5f7183;
  --cream: #fffaf4;
  --paper: #ffffff;
  --sun: #ff754d;
  --sun-2: #ffb454;
  --sky: #dff2f4;
  --line: #dbe4e8;
  --shadow: 0 22px 60px rgba(23, 50, 77, .12);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,244,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,50,77,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { width: 235px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .95rem; }
.site-nav a { position: relative; }
.site-nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--sun); transition: .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; color: var(--ink); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; background: linear-gradient(135deg,var(--sun),#ff9254); color: #fff; font-weight: 800; box-shadow: 0 12px 30px rgba(255,117,77,.26); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255,117,77,.32); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.button.small { min-height: 42px; padding-inline: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--sun); font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
h1,h2,h3 { line-height: 1.12; margin: 0 0 18px; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); max-width: 870px; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; color: var(--muted); }
.hero { position: relative; overflow: hidden; padding: 86px 0 80px; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -120px; top: -130px; border-radius: 50%; background: radial-gradient(circle at 35% 35%,#fff 0 9%,var(--sun-2) 10% 26%,var(--sun) 27% 44%,transparent 45%); opacity: .9; }
.hero::after { content: ""; position: absolute; left: -240px; bottom: -300px; width: 650px; height: 650px; border-radius: 50%; border: 80px solid var(--sky); opacity: .75; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 70px; }
.hero p { max-width: 690px; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-card { position: relative; padding: 34px; border-radius: 36px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); }
.metric { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--sky); color: var(--ink); font-weight: 900; }
.metric strong { display: block; font-size: 1.02rem; }
.metric span { color: var(--muted); font-size: .91rem; }
.trust-bar { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.trust-item { padding: 27px 22px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: 1.12rem; }
.trust-item span { color: rgba(255,255,255,.66); font-size: .88rem; }
.section { padding: 105px 0; }
.section.alt { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-head > div { max-width: 730px; }
.section-head p { max-width: 520px; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { position: relative; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card::after { content: attr(data-number); position: absolute; right: 20px; bottom: -22px; font-size: 7rem; font-weight: 900; color: rgba(23,50,77,.05); line-height: 1; }
.icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 26px; border-radius: 16px; background: linear-gradient(135deg,var(--sky),#fff1e4); font-weight: 900; color: var(--sun); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.visual { min-height: 520px; position: relative; border-radius: 38px; background: linear-gradient(145deg,#17324d,#315b72); box-shadow: var(--shadow); overflow: hidden; }
.visual::before { content: ""; position: absolute; width: 330px; height: 330px; left: -60px; bottom: -70px; border-radius: 50%; background: var(--sun); }
.visual::after { content: ""; position: absolute; width: 280px; height: 280px; right: -60px; top: -55px; border-radius: 50%; border: 54px solid var(--sun-2); }
.visual-copy { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 42px; color: #fff; }
.visual-copy p { color: rgba(255,255,255,.72); }
.check-list { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.check-list li::before { content: "✓"; flex: 0 0 26px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--sky); color: var(--ink); font-weight: 900; }
.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; padding: 28px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 32px; color: var(--sun); font-size: 1.1rem; font-weight: 900; }
.cta { position: relative; overflow: hidden; padding: 68px; border-radius: 38px; background: var(--ink); color: #fff; }
.cta::after { content: ""; position: absolute; width: 320px; height: 320px; right: -60px; top: -80px; border-radius: 50%; background: linear-gradient(145deg,var(--sun-2),var(--sun)); opacity: .88; }
.cta > * { position: relative; z-index: 2; }
.cta h2 { max-width: 790px; }
.cta p { color: rgba(255,255,255,.72); max-width: 650px; }
.page-hero { padding: 82px 0 60px; background: linear-gradient(180deg,#fffaf4, #f4fbfb); }
.page-hero h1 { font-size: clamp(2.8rem,6vw,5.3rem); }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 60px; }
.sidebar { padding: 28px; height: fit-content; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-detail { padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-detail:first-child { padding-top: 0; }
.service-detail:last-child { border-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.contact-card, .form-card { padding: 34px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
label { font-size: .9rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fbfdfd; padding: 13px 15px; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--sun); box-shadow: 0 0 0 4px rgba(255,117,77,.11); }
textarea { min-height: 150px; resize: vertical; }
.notice { padding: 16px 18px; border-radius: 14px; background: #fff4e8; color: #805027; font-size: .9rem; }
.site-footer { padding: 70px 0 24px; background: #10283e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-logo { filter: brightness(0) invert(1); width: 235px; margin-bottom: 20px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.68); }
.site-footer a:hover { color: #fff; }
.footer-links { display: grid; gap: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; color: rgba(255,255,255,.55); }
.reveal { opacity: 0; transform: translateY(18px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 78px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav .button { width: 100%; }
  .hero-grid, .split, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 600px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1/-1; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .logo img { width: 205px; }
  .hero { padding-top: 60px; }
  .hero::before { width: 320px; height: 320px; right: -150px; }
  .cards, .process, .trust-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .cta { padding: 42px 28px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
