.inner-page { background:#fff; color:#0c1d3b; }
.inner-page main { overflow:hidden; }
.inner-page .inner-hero {
  position:relative;
  min-height:680px;
  display:grid;
  align-items:center;
  padding:68px 0 96px;
  background:linear-gradient(115deg,#f8fcff,#eef7ff 52%,#f3faeb);
  overflow:hidden;
}
.inner-page .inner-hero-bg {
  position:absolute;
  inset:0;
  background:url('../images/hero-bg.webp') 72% center/cover no-repeat;
  filter:brightness(1.28) saturate(.8) contrast(.9);
  opacity:.49;
  transform:scale(1.03);
}
.inner-page .inner-hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(249,252,255,.96) 0%,rgba(249,252,255,.83) 43%,rgba(244,250,255,.30) 75%,rgba(247,252,241,.18) 100%);
}
.inner-page .page-orb { position:absolute; z-index:1; border-radius:50%; pointer-events:none; animation:pageOrbFloat 8s ease-in-out infinite; }
.inner-page .page-orb-one { width:290px;height:290px;right:3%;top:-95px;background:radial-gradient(circle,rgba(79,181,47,.19),transparent 68%); }
.inner-page .page-orb-two { width:240px;height:240px;left:38%;bottom:-105px;background:radial-gradient(circle,rgba(22,105,217,.17),transparent 68%);animation-delay:-3s; }
@keyframes pageOrbFloat { 50% { transform:translateY(18px) scale(1.05); } }
.inner-page .inner-hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1fr) minmax(430px,.82fr); align-items:center; gap:58px; }
.inner-page .inner-hero-copy { max-width:720px; }
.inner-page .inner-kicker { display:inline-flex;align-items:center;gap:10px;margin:0 0 19px;color:#3d9a20;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase; }
.inner-page .inner-kicker::before { content:'';width:36px;height:3px;border-radius:99px;background:linear-gradient(90deg,#57b72f,#1669d9); }
.inner-page .inner-hero h1 { margin:0;color:#102142;font-size:clamp(49px,5.5vw,78px);line-height:1.01;letter-spacing:-.045em; }
.inner-page .inner-hero-copy > p:not(.inner-kicker),
.inner-page .centered-hero > p:not(.inner-kicker) { margin:24px 0 27px;color:#43536b;font-size:19px;line-height:1.75; }
.inner-page .inner-trust-row { display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px; }
.inner-page .inner-trust-row span { padding:10px 13px;border:1px solid #dce8d4;border-radius:999px;background:rgba(246,252,240,.88);color:#326f26;font-size:13px;font-weight:800; }
.inner-page .page-form-card { position:relative;border:1px solid rgba(255,255,255,.74);border-radius:28px;padding:31px;background:rgba(255,255,255,.91);box-shadow:0 28px 65px rgba(40,75,115,.18);backdrop-filter:blur(8px); }
.inner-page .page-form-card::before { content:'';position:absolute;inset:0 0 auto;height:5px;border-radius:28px 28px 0 0;background:linear-gradient(90deg,#57b72f,#1ca9c5,#1669d9);background-size:220% 100%;animation:formTopFlow 4s linear infinite; }
@keyframes formTopFlow { to { background-position:220% 0; } }
.inner-page .form-card-tag { margin:0 0 6px;color:#3d9a20;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase; }
.inner-page .page-form-card h2 { margin:0 0 22px;color:#102142;font-size:clamp(31px,3vw,42px);line-height:1.08; }
.inner-page .page-form { display:grid;gap:15px; }
.inner-page .form-grid { display:grid;gap:14px; }
.inner-page .form-grid.two-col { grid-template-columns:1fr 1fr; }
.inner-page .page-form label { display:grid;gap:7px;color:#24344e;font-size:13px;font-weight:800; }
.inner-page .page-form input,
.inner-page .page-form select,
.inner-page .page-form textarea { width:100%;border:1px solid #d8e3ed;border-radius:13px;padding:14px 15px;background:rgba(255,255,255,.90);color:#25344d;outline:none;transition:border-color .2s,box-shadow .2s,background .2s; }
.inner-page .page-form textarea { resize:vertical;min-height:120px; }
.inner-page .page-form input:focus,
.inner-page .page-form select:focus,
.inner-page .page-form textarea:focus { border-color:#6babdf;box-shadow:0 0 0 4px rgba(22,105,217,.09);background:#fff; }
.inner-page .form-fine-print { margin:0;color:#6c788b;font-size:12px;line-height:1.55;text-align:center; }
.inner-page .page-form .form-success { margin:0; }
.inner-page .compact-hero { min-height:535px;padding:70px 0 90px; }
.inner-page .centered-hero { position:relative;z-index:2;max-width:900px;text-align:center; }
.inner-page .centered-hero .inner-kicker { justify-content:center; }
.inner-page .centered-hero h1 { font-size:clamp(51px,6vw,80px); }
.inner-page .hero-button-row { display:flex;flex-wrap:wrap;justify-content:center;gap:14px; }
.inner-page .inner-section { padding:100px 0; }
.inner-page .soft-section { background:#f7fbff;border-top:1px solid #e6edf4;border-bottom:1px solid #e6edf4; }
.inner-page .inner-section-head { max-width:830px;margin:0 auto 52px;text-align:center; }
.inner-page .inner-section-head h2,
.inner-page .contact-copy h2 { margin:0;color:#102142;font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.035em; }
.inner-page .inner-section-head > p:last-child { color:#617087;font-size:17px;line-height:1.75; }
.inner-page .steps-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.inner-page .info-card { position:relative;overflow:hidden;padding:31px;border:1px solid #dfe8f1;border-radius:25px;background:#fff;box-shadow:0 14px 32px rgba(33,71,114,.07);transition:.3s; }
.inner-page .info-card:hover { transform:translateY(-7px);box-shadow:0 22px 44px rgba(33,71,114,.12); }
.inner-page .info-card > span { display:grid;place-items:center;width:47px;height:47px;margin-bottom:20px;border-radius:15px;background:linear-gradient(135deg,#edf7ff,#eff9e8);color:#1669d9;font-weight:900; }
.inner-page .info-card h3 { margin:0 0 11px;color:#102142;font-size:22px; }
.inner-page .info-card p { margin:0;color:#617087;line-height:1.7; }
.inner-page .inner-cta { padding:30px 0 100px; }
.inner-page .inner-cta-card { position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:47px 50px;border-radius:30px;background:linear-gradient(110deg,#0c2c59,#071b3b);color:#fff;box-shadow:0 26px 60px rgba(13,42,80,.22); }
.inner-page .inner-cta-card::before { content:'';position:absolute;width:400px;height:400px;right:-170px;top:-240px;border-radius:50%;background:rgba(78,181,46,.17); }
.inner-page .inner-cta-card > * { position:relative; }
.inner-page .inner-cta-card h2 { margin:0 0 10px;font-size:clamp(32px,4vw,50px);line-height:1.07; }
.inner-page .inner-cta-card p:last-child { margin:0;color:rgba(255,255,255,.75);font-size:17px; }
.inner-page .area-card-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.inner-page .area-card { padding:28px;border:1px solid #dfe8f1;border-radius:24px;background:#fff;box-shadow:0 14px 32px rgba(33,71,114,.07);transition:.3s; }
.inner-page .area-card:hover { transform:translateY(-6px);border-color:rgba(78,181,46,.45);box-shadow:0 22px 42px rgba(33,71,114,.12); }
.inner-page .area-pin { display:grid;place-items:center;width:50px;height:50px;border-radius:17px;background:linear-gradient(135deg,#eef7ff,#eef9e8);color:#1669d9;font-size:25px; }
.inner-page .area-card h3 { margin:18px 0 10px;color:#102142;font-size:24px; }
.inner-page .area-card p { margin:0 0 17px;color:#617087;line-height:1.65; }
.inner-page .area-card a { color:#1669d9;font-weight:800; }
.inner-page .coverage-band { padding:95px 0;background:linear-gradient(125deg,#eef7ff,#fff 55%,#f0f9e8);border-top:1px solid #dfe8f1;border-bottom:1px solid #dfe8f1; }
.inner-page .coverage-grid { display:grid;grid-template-columns:1fr .72fr;gap:58px;align-items:center; }
.inner-page .coverage-grid h2 { margin:0;color:#102142;font-size:clamp(38px,4.5vw,59px);line-height:1.08; }
.inner-page .coverage-grid p { color:#5f6e84;font-size:18px;line-height:1.75; }
.inner-page .coverage-check { padding:32px;border:1px solid #dce7f0;border-radius:26px;background:#fff;box-shadow:0 20px 50px rgba(33,71,114,.11); }
.inner-page .coverage-check h3 { margin:0 0 15px;color:#102142;font-size:27px; }
.inner-page .coverage-check ul { display:grid;gap:12px;padding:0;margin:0 0 24px;list-style:none;color:#465770; }
.inner-page .coverage-check li::before { content:'✓';margin-right:9px;color:#3d9a20;font-weight:900; }
.inner-page .service-link-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.inner-page .service-link-card { min-height:120px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid #dfe8f1;border-radius:21px;background:#fff;box-shadow:0 12px 28px rgba(33,71,114,.06);transition:.28s; }
.inner-page .service-link-card:hover { transform:translateY(-5px);border-color:#cfe4c3; }
.inner-page .service-link-card strong { color:#102142;font-size:20px; }
.inner-page .service-link-card span { color:#1669d9;font-weight:800; }
.inner-page .contact-summary { position:relative;z-index:5;margin-top:-48px;padding-bottom:30px; }
.inner-page .contact-card-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
.inner-page .contact-method { min-height:225px;display:flex;flex-direction:column;padding:26px;border:1px solid #dfe8f1;border-radius:24px;background:#fff;color:#102142;box-shadow:0 17px 38px rgba(33,71,114,.11);transition:.3s; }
.inner-page a.contact-method:hover { transform:translateY(-6px);border-color:rgba(78,181,46,.43); }
.inner-page .contact-method-icon { display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:16px;background:linear-gradient(135deg,#edf7ff,#eff9e8);color:#1669d9;font-size:23px; }
.inner-page .contact-method small { color:#3d9a20;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase; }
.inner-page .contact-method strong { margin:8px 0;color:#102142;font-size:18px;word-break:break-word; }
.inner-page .contact-method p { margin:auto 0 0;color:#64738a;line-height:1.6; }
.inner-page .contact-layout { display:grid;grid-template-columns:.82fr 1.05fr;gap:58px;align-items:start; }
.inner-page .contact-copy { padding-top:18px; }
.inner-page .contact-copy > p:not(.section-tag) { color:#607087;font-size:18px;line-height:1.75; }
.inner-page .contact-points { display:grid;gap:16px;margin-top:28px; }
.inner-page .contact-points > div { display:flex;gap:13px;align-items:flex-start;padding:17px;border:1px solid #dfe8f1;border-radius:18px;background:#fff; }
.inner-page .contact-points span { display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:11px;background:#eef9e8;color:#3d9a20;font-weight:900; }
.inner-page .contact-points p { margin:0;color:#5e6e84;line-height:1.55; }
.inner-page .contact-points strong { color:#102142; }
.inner-page .site-footer { padding-bottom:125px; }

@media (max-width:1100px) {
  .inner-page .inner-hero-grid,.inner-page .coverage-grid,.inner-page .contact-layout { grid-template-columns:1fr; }
  .inner-page .inner-hero-copy { max-width:820px; }
  .inner-page .area-card-grid { grid-template-columns:repeat(2,1fr); }
  .inner-page .contact-card-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:800px) {
  .inner-page .inner-hero { min-height:auto;padding:60px 0 75px; }
  .inner-page .inner-hero-grid { gap:36px; }
  .inner-page .steps-grid,.inner-page .service-link-grid { grid-template-columns:1fr; }
  .inner-page .inner-cta-card { grid-template-columns:1fr;padding:38px 28px; }
  .inner-page .inner-section { padding:76px 0; }
}
@media (max-width:640px) {
  .inner-page .inner-hero h1,.inner-page .centered-hero h1 { font-size:clamp(42px,12vw,57px); }
  .inner-page .inner-hero-copy > p:not(.inner-kicker),.inner-page .centered-hero > p:not(.inner-kicker) { font-size:17px; }
  .inner-page .page-form-card { padding:24px 19px;border-radius:23px; }
  .inner-page .form-grid.two-col,.inner-page .area-card-grid,.inner-page .contact-card-grid { grid-template-columns:1fr; }
  .inner-page .hero-button-row .btn,.inner-page .inner-hero-copy > .btn { width:100%; }
  .inner-page .inner-cta { padding-bottom:82px; }
  .inner-page .contact-summary { margin-top:-20px; }
}
@media (prefers-reduced-motion:reduce) {
  .inner-page .page-orb,.inner-page .page-form-card::before { animation:none; }
}
