.u-section{padding:26px 0;position:relative;}
.u-flush-t{padding-top:0;}
.u-flush-b{padding-bottom:0;}
.u-section-soft{background:rgba(226,235,246,.55);}
.u-section-dark{background:var(--u-navy);}
.u-head{max-width:760px;margin:0 auto 20px;text-align:center;}
.u-head-tight{margin-bottom:22px;}
.u-h2{font-size:clamp(28px,3.6vw,42px);font-weight:800;margin-bottom:16px;}
.u-sub{font-size:17px;color:var(--u-muted);line-height:1.7;}
.u-head-light .u-h2{color:#fff;}
.u-head-light .u-sub{color:#9FB6D3;}
.u-eyebrow{
  display:inline-block;margin-bottom:16px;
  font-size:12.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--u-blue);
  background:var(--u-blue-soft);border-radius:var(--u-r-pill);
  padding:7px 15px;
}
.u-eyebrow-light{color:#9EC5F5;background:rgba(255,255,255,.09);}
.u-ticks{display:flex;flex-direction:column;gap:11px;}
.u-ticks li{
  position:relative;padding-left:30px;
  font-size:15px;color:var(--u-text);line-height:1.55;
}
.u-ticks li::before{
  content:'';position:absolute;left:0;top:2px;
  width:19px;height:19px;border-radius:50%;
  background:var(--u-ok);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm-1 15l-5-5 1.4-1.4L11 14.2l5.6-5.6L18 10l-7 7z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm-1 15l-5-5 1.4-1.4L11 14.2l5.6-5.6L18 10l-7 7z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.u-ticks-lg li{font-size:16px;padding-left:32px;margin-bottom:2px;}
.u-hero{
  padding:38px 0 52px;
  background:
    radial-gradient(900px 420px at 88% -8%, rgba(27,106,201,.10), transparent 62%),
    linear-gradient(180deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.42) 62%,transparent 100%);
  border-bottom:1px solid var(--u-line-soft);
  overflow:hidden;
}
.u-hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;
}
.u-hero-title{
  font-size:clamp(34px,4.9vw,58px);font-weight:800;
  line-height:1.1;margin-bottom:22px;
}
.u-accent-word{display:block;color:var(--u-blue);}
.u-hero-sub{
  font-size:18px;color:var(--u-muted);line-height:1.72;
  max-width:540px;margin-bottom:32px;
}
.u-hero-sub strong{color:var(--u-ink);font-weight:700;}
.u-hero-cta{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:34px;}
.u-hero-art{position:relative;padding:10px 0 20px;}
.u-mock{background:#fff;border:1px solid var(--u-line);border-radius:var(--u-r);overflow:hidden;}
.u-mock-browser{box-shadow:var(--u-shadow-lg);}
.u-mock-bar{
  display:flex;align-items:center;gap:6px;
  background:#F1F5FA;border-bottom:1px solid var(--u-line-soft);
  padding:10px 14px;
}
.u-mock-bar i{width:9px;height:9px;border-radius:50%;background:#D3DDE9;flex-shrink:0;}
.u-mock-bar i:first-child{background:#F0A9A0;}
.u-mock-url{
  margin-left:10px;flex:1;background:#fff;border:1px solid var(--u-line-soft);
  border-radius:6px;padding:4px 10px;font-size:11px;color:var(--u-dim);
}
.u-mock-screen{padding:16px 18px 22px;background:#fff;}
.u-mock-phone{
  position:absolute;right:-10px;bottom:-30px;
  width:176px;border-radius:22px;border:6px solid #14203A;
  box-shadow:0 22px 48px rgba(11,37,69,.28);background:#14203A;
}
.u-mock-notch{
  width:52px;height:5px;border-radius:4px;background:#2B3A57;
  margin:5px auto 6px;
}
.u-mock-pscreen{background:#fff;border-radius:16px;padding:10px 10px 8px;
  min-height:330px;display:flex;flex-direction:column;}
.u-sk-burger{width:15px;height:10px;border-top:2px solid #C9D6E5;border-bottom:2px solid #C9D6E5;}
.u-hero-badge{
  position:absolute;left:-14px;bottom:52px;
  background:#fff;border:1px solid var(--u-line);border-radius:var(--u-r-sm);
  box-shadow:var(--u-shadow);padding:13px 19px;text-align:center;
}
.u-hero-badge b{display:block;font-size:clamp(17px,2vw,21px);font-weight:800;color:var(--u-navy);line-height:1.1;}
.u-hero-badge span{font-size:11.5px;color:var(--u-muted);letter-spacing:.02em;}
.u-mk-nav{display:flex;align-items:center;gap:8px;padding-bottom:12px;
  border-bottom:1px solid var(--u-line-soft);margin-bottom:16px;}
.u-mk-logo{width:24px;height:24px;border-radius:7px;background:var(--u-navy);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0;}
.u-mk-brand{font-size:12px;font-weight:700;color:var(--u-ink);letter-spacing:-.02em;}
.u-mk-links{display:flex;gap:11px;margin-left:12px;}
.u-mk-links a{font-size:9.5px;font-weight:500;color:var(--u-muted);}
.u-mk-btn{margin-left:auto;background:var(--u-blue);color:#fff;font-size:9.5px;
  font-weight:700;padding:6px 11px;border-radius:6px;}
.u-mk-hero{margin-bottom:16px;}
.u-mk-kick{display:inline-block;background:#E4F4EF;color:#0F7A57;font-size:8.5px;
  font-weight:700;padding:4px 9px;border-radius:999px;margin-bottom:9px;}
.u-mk-hero h4{font-size:19px;font-weight:800;color:var(--u-ink);line-height:1.14;
  letter-spacing:-.028em;margin:0 0 7px;}
.u-mk-hero p{font-size:10px;line-height:1.6;color:var(--u-muted);margin:0 0 11px;max-width:250px;}
.u-mk-cta{display:inline-block;background:#25D366;color:#0B2A14;font-size:9.5px;
  font-weight:800;padding:8px 13px;border-radius:7px;}
.u-mk-cta2{display:inline-block;margin-left:6px;border:1px solid var(--u-line);
  color:var(--u-navy);font-size:9.5px;font-weight:700;padding:7px 12px;border-radius:7px;}
.u-mk-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;}
.u-mk-card{display:block;background:#F4F8FD;border:1px solid var(--u-line-soft);
  border-radius:8px;padding:10px 10px 11px;}
.u-mk-card b{display:block;font-size:10px;font-weight:800;color:var(--u-ink);margin-bottom:2px;}
.u-mk-card em{font-style:normal;font-size:9px;color:var(--u-muted);}
.u-mkm-nav{display:flex;align-items:center;justify-content:space-between;
  padding-bottom:9px;border-bottom:1px solid var(--u-line-soft);margin-bottom:12px;}
.u-mkm-hero{margin-bottom:12px;}
.u-mkm-kick{display:inline-block;background:#E4F4EF;color:#0F7A57;font-size:7.5px;
  font-weight:700;padding:3px 8px;border-radius:999px;margin-bottom:7px;}
.u-mkm-hero h5{font-size:16px;font-weight:800;color:var(--u-ink);line-height:1.12;
  letter-spacing:-.03em;margin:0 0 5px;}
.u-mkm-hero p{font-size:9px;line-height:1.5;color:var(--u-muted);margin:0 0 9px;}
.u-mkm-cta{display:block;text-align:center;background:#25D366;color:#0B2A14;
  font-size:10px;font-weight:800;padding:9px;border-radius:8px;}
.u-mkm-row{display:flex;justify-content:space-between;align-items:baseline;
  padding:8px 0;border-bottom:1px solid var(--u-line-soft);}
.u-mkm-row b{font-size:9.5px;font-weight:700;color:var(--u-ink);}
.u-mkm-row em{font-style:normal;font-size:8.5px;color:var(--u-muted);}
.u-mkm-bar{margin-top:auto;width:70px;height:3px;border-radius:2px;
  background:#D8E0EA;align-self:center;}
.u-strip{background:var(--u-navy);padding:38px 0;}
.u-strip-in{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center;}
.u-stat b{display:block;font-size:clamp(24px,3vw,30px);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;}
.u-stat span{font-size:13.5px;color:#8FA6C2;}
.u-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.u-grid-tight{gap:22px;}
.u-card{
  background:rgba(255,255,255,.9);border:1px solid var(--u-line);
  border-radius:var(--u-r);padding:32px 28px;box-shadow:var(--u-shadow-sm);
  transition:var(--u-ease);
}
.u-card:hover{transform:translateY(-3px);box-shadow:var(--u-shadow);}
.u-card h3{font-size:19px;font-weight:700;margin-bottom:11px;}
.u-card p{font-size:15px;color:var(--u-muted);line-height:1.68;}
.u-card-ic{
  position:relative;width:54px;height:54px;border-radius:15px;
  display:flex;align-items:center;justify-content:center;margin-bottom:19px;
  background:linear-gradient(160deg,#F0854A 0%,#D2531B 52%,#A83C0E 100%);
  box-shadow:
    0 10px 20px -6px rgba(168,60,14,.55),
    0 3px 6px rgba(168,60,14,.28),
    inset 0 1.5px 0 rgba(255,255,255,.55),
    inset 0 -2px 4px rgba(94,30,4,.55);
  transition:var(--u-ease);
}
.u-card-ic::after{
  content:'';position:absolute;left:8%;right:8%;top:5%;height:42%;
  border-radius:12px 12px 60% 60%/12px 12px 30% 30%;
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));
  pointer-events:none;
}
.u-card-ic svg{
  position:relative;z-index:2;width:25px;height:25px;fill:#fff;fill-rule:evenodd;
  filter:drop-shadow(0 1.5px 1.5px rgba(88,28,4,.55));
}
.u-card:hover .u-card-ic{transform:translateY(-2px);
  box-shadow:0 14px 26px -6px rgba(168,60,14,.6),0 3px 6px rgba(168,60,14,.3),
             inset 0 1.5px 0 rgba(255,255,255,.6),inset 0 -2px 4px rgba(94,30,4,.55);}
.u-feat{
  background:rgba(255,255,255,.9);border:1px solid var(--u-line);
  border-radius:var(--u-r);padding:30px 26px;transition:var(--u-ease);
}
.u-feat:hover{border-color:rgba(27,106,201,.35);box-shadow:var(--u-shadow-sm);transform:translateY(-3px);}
.u-feat h3{font-size:17.5px;font-weight:700;margin-bottom:10px;}
.u-feat p{font-size:14.5px;color:var(--u-muted);line-height:1.68;}
.u-feat-ic{
  position:relative;width:52px;height:52px;border-radius:15px;
  display:flex;align-items:center;justify-content:center;margin-bottom:17px;
  background:linear-gradient(160deg,#4E9BEE 0%,#1B6AC9 50%,#0E4585 100%);
  box-shadow:
    0 10px 20px -6px rgba(14,69,133,.55),
    0 3px 6px rgba(14,69,133,.26),
    inset 0 1.5px 0 rgba(255,255,255,.55),
    inset 0 -2px 4px rgba(8,42,82,.55);
  transition:var(--u-ease);
}
.u-feat-ic::after{
  content:'';position:absolute;left:8%;right:8%;top:5%;height:42%;
  border-radius:12px 12px 60% 60%/12px 12px 30% 30%;
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));
  pointer-events:none;
}
.u-feat-ic svg{
  position:relative;z-index:2;width:24px;height:24px;fill:#fff;fill-rule:evenodd;
  filter:drop-shadow(0 1.5px 1.5px rgba(8,42,82,.55));
}
.u-feat:hover .u-feat-ic{transform:translateY(-2px) rotate(-3deg);}
.u-ba{max-width:960px;margin:0 auto;}
.u-ba-frame{
  --u-pos:50%;
  position:relative;aspect-ratio:16/10;
  border-radius:var(--u-r);overflow:hidden;
  box-shadow:var(--u-shadow-lg);border:1px solid var(--u-line);
  background:#fff;user-select:none;cursor:ew-resize;touch-action:none;
}
.u-ba-layer{position:absolute;inset:0;display:flex;flex-direction:column;}
.u-ba-before{clip-path:inset(0 calc(100% - var(--u-pos)) 0 0);}
.u-shot{flex:1;overflow:hidden;}
.u-shot-new{background:#fff;display:flex;flex-direction:column;}
.u-new-nav{display:flex;align-items:center;gap:10px;padding:14px 22px;
  border-bottom:1px solid var(--u-line-soft);}
.u-new-logo{width:30px;height:30px;border-radius:8px;background:var(--u-navy);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;
  letter-spacing:-.02em;flex-shrink:0;}
.u-new-brand{font-size:14.5px;font-weight:700;color:var(--u-ink);letter-spacing:-.02em;}
.u-new-links{display:flex;gap:16px;margin-left:20px;}
.u-new-links a{font-size:11.5px;font-weight:500;color:var(--u-muted);}
.u-new-btn{margin-left:auto;background:var(--u-blue);color:#fff;font-size:11.5px;
  font-weight:700;padding:9px 16px;border-radius:8px;}
.u-new-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;
  padding:22px 22px 18px;background:linear-gradient(180deg,#F7FAFE,#fff);}
.u-new-kick{display:inline-block;background:#E4F4EF;color:#0F7A57;font-size:10px;
  font-weight:700;padding:5px 11px;border-radius:999px;margin-bottom:11px;}
.u-shot-new h3{font-size:clamp(21px,2.6vw,26px);font-weight:800;color:var(--u-ink);line-height:1.12;
  letter-spacing:-.028em;margin:0 0 10px;}
.u-shot-new .u-new-hero-l p{font-size:11.5px;line-height:1.65;color:var(--u-muted);
  max-width:270px;margin:0 0 14px;}
.u-new-cta{display:inline-flex;align-items:center;gap:7px;background:#25D366;color:#0B2A14;
  font-size:11.5px;font-weight:800;padding:10px 16px;border-radius:8px;
  box-shadow:0 6px 14px rgba(37,211,102,.3);}
.u-new-cta svg{width:14px;height:14px;fill:currentColor;}
.u-new-cta2{display:inline-block;margin-left:8px;border:1px solid var(--u-line);
  color:var(--u-navy);font-size:11.5px;font-weight:700;padding:10px 15px;border-radius:8px;}
.u-new-hero-r{display:flex;flex-direction:column;align-items:flex-end;gap:3px;}
.u-new-rate{font-size:13px;color:#F0A500;letter-spacing:.05em;}
.u-new-rate b{color:var(--u-ink);font-weight:800;}
.u-new-rate-n{font-size:10.5px;color:var(--u-dim);margin-bottom:8px;}
.u-new-panel{flex:1;width:100%;display:flex;flex-direction:column;gap:6px;
  border-radius:10px;padding:12px 12px 13px;
  background:linear-gradient(160deg,#F4F9FF,#E8F1FB);border:1px solid var(--u-line-soft);}
.u-np-h{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--u-dim);margin-bottom:1px;}
.u-np-slot{display:flex;justify-content:space-between;align-items:baseline;
  background:#fff;border:1px solid var(--u-line-soft);border-radius:7px;padding:7px 10px;}
.u-np-slot b{font-size:10.5px;font-weight:700;color:var(--u-ink);}
.u-np-slot em{font-style:normal;font-size:10.5px;font-weight:700;color:var(--u-ok);}
.u-np-slot.is-off{opacity:.55;}
.u-np-slot.is-off em{color:var(--u-dim);font-weight:500;}
.u-np-btn{margin-top:auto;text-align:center;background:var(--u-navy);color:#fff;
  font-size:10px;font-weight:700;padding:9px;border-radius:7px;}
.u-new-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 22px 20px;}
.u-new-card{display:block;background:#F7FAFE;border:1px solid var(--u-line-soft);
  border-radius:10px;padding:12px 13px;}
.u-new-ic{display:flex;align-items:center;justify-content:center;width:28px;height:28px;
  border-radius:50%;margin-bottom:8px;
  background:#fff;border:1.5px solid #0B2545;box-shadow:none;}
.u-new-ic svg{width:14px;height:14px;fill:#0B2545;fill-rule:evenodd;}
.u-new-card b{display:block;font-size:11.5px;font-weight:700;color:var(--u-ink);margin-bottom:2px;}
.u-new-card em{font-style:normal;font-size:10.5px;color:var(--u-muted);}
.u-shot-old{
  background:#DCDCDC;
  font-family:'Times New Roman',Times,Georgia,serif;color:#000;
  display:flex;flex-direction:column;
}
.u-old-top{background:#1F3C88;padding:8px 14px 7px;}
.u-old-logo{
  color:#FFD84D;font-weight:700;font-size:19px;letter-spacing:.04em;
  text-shadow:1px 1px 0 #000;
}
.u-old-slogan{color:#DCE6FF;font-style:italic;font-size:11px;margin:1px 0 5px;}
.u-old-menu{color:#CFE0FF;font-size:11px;text-decoration:underline;}
.u-old-banner{
  background:linear-gradient(180deg,#FF7A00,#C24E00);
  color:#fff;text-align:center;font-weight:700;font-size:13px;
  padding:6px;border-top:2px solid #FFD84D;border-bottom:2px solid #FFD84D;
  letter-spacing:.03em;
}
.u-old-body{display:grid;grid-template-columns:1fr 158px;gap:12px;
  padding:11px 14px 12px;background:#FFFFF0;flex:1;}
.u-old-h{font-size:15px;font-weight:700;color:#1F3C88;text-decoration:underline;margin-bottom:6px;}
.u-old-col p{font-size:11.5px;line-height:1.45;color:#111;margin:0 0 7px;text-align:justify;}
.u-old-hits{margin-top:10px;font-size:10.5px;color:#444;}
.u-old-hits b{background:#111;color:#0F0;font-family:'Courier New',monospace;
  padding:2px 5px;letter-spacing:.12em;font-size:10px;}
.u-old-box{
  background:#1F3C88;color:#fff;font-size:10px;font-weight:700;
  text-align:center;padding:4px;margin-bottom:6px;border:1px solid #000;
}
.u-old-box-alt{background:#8B0000;margin-top:10px;}
.u-old-news p{font-size:10px;line-height:1.5;color:#222;margin:0 0 5px;}
.u-old-news u{color:#00D;}
.u-old-foot{
  background:#1F3C88;color:#B9C9EA;font-size:9.5px;text-align:center;padding:6px;
}
.u-ba-handle{
  position:absolute;top:0;bottom:0;left:var(--u-pos);
  width:3px;background:#fff;box-shadow:0 0 0 1px rgba(11,37,69,.18);
  transform:translateX(-50%);z-index:5;pointer-events:none;
}
.u-ba-grip{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:44px;height:44px;border-radius:50%;background:#fff;
  box-shadow:0 6px 18px rgba(11,37,69,.28);
  display:flex;align-items:center;justify-content:center;
}
.u-ba-grip svg{width:22px;height:22px;fill:var(--u-navy);}
.u-ba-tabs{
  display:flex;gap:10px;margin-bottom:14px;
}
.u-ba-tab{
  flex:1;display:flex;align-items:center;gap:9px;
  font-size:13px;font-weight:700;letter-spacing:.02em;
  padding:12px 16px;border-radius:var(--u-r-sm);
}
.u-ba-tab i{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.u-ba-tab-l{background:rgba(17,17,17,.07);color:#5A5A5A;border:1px solid rgba(17,17,17,.12);}
.u-ba-tab-l i{background:#9A9A9A;}
.u-ba-tab-r{justify-content:flex-end;text-align:right;
  background:var(--u-blue);color:#fff;border:1px solid var(--u-blue-deep);
  box-shadow:0 6px 16px rgba(27,106,201,.28);}
.u-ba-tab-r i{background:#fff;}
.u-ba-hint{
  text-align:center;margin-top:18px;font-size:13.5px;color:var(--u-dim);
  letter-spacing:.02em;
}
.u-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;counter-reset:none;list-style:none;margin:0;padding:0;}
.u-step{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.11);
  border-radius:var(--u-r);padding:28px 24px 24px;position:relative;
  transition:var(--u-ease);list-style:none;
}
.u-step:hover{background:rgba(255,255,255,.08);border-color:rgba(158,197,245,.4);}
.u-step-n{
  display:block;font-size:13px;font-weight:800;letter-spacing:.1em;
  color:#6E93C4;margin-bottom:14px;
}
.u-step h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:11px;}
.u-step p{font-size:14.5px;color:#9FB6D3;line-height:1.66;margin-bottom:18px;}
.u-step-day{
  display:inline-block;font-size:12px;font-weight:700;
  color:#BFD8F5;background:rgba(158,197,245,.14);
  border-radius:var(--u-r-pill);padding:5px 12px;
}
.u-care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;}
.u-care-opt{
  position:relative;background:#fff;border:1px solid var(--u-line);border-radius:var(--u-r-lg);
  padding:28px 26px;display:flex;flex-direction:column;transition:var(--u-ease);
}
.u-care-opt:hover{border-color:rgba(27,106,201,.3);box-shadow:var(--u-shadow-sm);transform:translateY(-3px);}
.u-care-hi{background:var(--u-navy);border-color:var(--u-navy);}
.u-care-flag{
  position:absolute;top:-12px;left:26px;background:var(--u-blue);color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  padding:5px 12px;border-radius:999px;
}
.u-care-opt h3{font-size:18px;font-weight:800;color:var(--u-ink);margin:6px 0 10px;}
.u-care-hi h3{color:#fff;}
.u-care-price{display:flex;align-items:baseline;gap:5px;font-size:clamp(27px,3.4vw,34px);font-weight:800;
  color:var(--u-ink);margin-bottom:2px;}
.u-care-hi .u-care-price{color:#fff;}
.u-care-price i{font-style:normal;font-size:19px;font-weight:700;}
.u-care-price em{font-style:normal;font-size:13px;font-weight:600;color:var(--u-muted);margin-left:2px;}
.u-care-hi .u-care-price em{color:#9FB6D3;}
.u-care-sub{display:block;font-size:12.5px;font-weight:700;color:var(--u-blue);
  text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;}
.u-care-hi .u-care-sub{color:#7FB2F3;}
.u-care-opt p{font-size:14px;line-height:1.62;color:var(--u-muted);margin-bottom:16px;}
.u-care-hi p{color:#9FB6D3;}
.u-care-opt p b{color:var(--u-ink);font-weight:700;}
.u-care-hi p b{color:#fff;}
.u-care-scope{list-style:none;margin:0 0 22px;padding:0;flex:1;}
.u-care-scope li{position:relative;padding-left:22px;font-size:13.5px;color:var(--u-text);
  line-height:1.6;margin-bottom:9px;}
.u-care-hi .u-care-scope li{color:#D7E4F5;}
.u-care-scope li::before{content:'✓';position:absolute;left:0;top:0;color:var(--u-ok);font-weight:800;}
.u-care-hi .u-care-scope li::before{color:#7FD9A8;}
@media (max-width:860px){
  .u-care-grid{grid-template-columns:1fr;}
}
.u-note{
  margin-top:20px;text-align:center;font-size:13px;color:var(--u-dim);
  line-height:1.7;max-width:760px;margin-left:auto;margin-right:auto;
}
.u-compare{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;}
.u-compare-copy .u-h2{margin-bottom:16px;}
.u-compare-copy .u-sub{margin-bottom:26px;}
.u-ct{
  background:rgba(255,255,255,.94);border:1px solid var(--u-line);border-radius:var(--u-r);
  overflow:hidden;box-shadow:var(--u-shadow-sm);
}
.u-ct-row{
  display:grid;grid-template-columns:1fr 108px 108px;align-items:center;
  padding:15px 22px;border-bottom:1px solid var(--u-line-soft);
  font-size:14.5px;color:var(--u-text);
}
.u-ct-row:last-child{border-bottom:none;}
.u-ct-head{background:var(--u-bg-soft);}
.u-ct-head b{font-size:12.5px;font-weight:700;text-align:center;color:var(--u-muted);
  letter-spacing:.07em;text-transform:uppercase;}
.u-ct-head b.u-on{color:var(--u-navy);}
.u-ct-row i{font-style:normal;text-align:center;font-size:17px;font-weight:800;}
.u-no{color:#C3CEDC;}
.u-yes{color:var(--u-ok);}
.u-faq{display:flex;flex-direction:column;gap:12px;}
.u-faq-more{text-align:center;margin:22px 0 0;}
.u-faq-more a{font-size:15px;font-weight:600;color:var(--u-blue);text-decoration:none;}
.u-faq-more a:hover{text-decoration:underline;}
.u-cmp-wrap{
  overflow-x:auto;border:1px solid var(--u-line);border-radius:var(--u-r);
  box-shadow:var(--u-shadow-sm);margin-bottom:34px;
}
.u-pay-cta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:520px;margin:0 auto;}
.u-pay-cta-grid .u-btn{white-space:normal;}
@media (max-width:560px){
  .u-pay-cta-grid{grid-template-columns:1fr;}
}
.u-cmp-table{width:100%;table-layout:fixed;border-collapse:collapse;min-width:560px;background:rgba(255,255,255,.94);}
.u-cmp-table th,.u-cmp-table td{
  padding:15px 18px;text-align:center;border-bottom:1px solid var(--u-line-soft);font-size:14.5px;
}
.u-cmp-table th:first-child,.u-cmp-table td:first-child{
  text-align:left;color:var(--u-ink);font-weight:500;width:44%;
}
.u-cmp-table th:not(:first-child),.u-cmp-table td:not(:first-child){width:28%;}
.u-cmp-table thead th{
  background:var(--u-bg-soft);font-size:13px;font-weight:800;color:var(--u-ink);
  letter-spacing:.03em;border-bottom:1px solid var(--u-line);
}
.u-cmp-table thead th.hi{background:var(--u-blue-soft);color:var(--u-navy);position:relative;}
.u-cmp-table thead th.bv{background:#FDF3E9;color:#7A4413;position:relative;}
.u-cmp-price{font-weight:600;color:var(--u-muted);}
.u-cmp-table thead th.hi .u-cmp-price{color:var(--u-blue-deep);}
.u-cmp-table thead th.bv .u-cmp-price{color:#B5651D;}
.u-cmp-flag{display:block;margin:0 0 6px;font-size:10px;font-weight:800;letter-spacing:.06em;
  text-transform:uppercase;color:#fff;background:var(--u-blue);border-radius:999px;
  padding:4px 10px;width:fit-content;margin-left:auto;margin-right:auto;}
.u-cmp-flag-bv{background:#C2701A;}
.u-cmp-table tbody tr:last-child td{border-bottom:none;}
.u-cmp-table td b{color:var(--u-ink);font-weight:700;}
.u-cmp-table .y{color:var(--u-ok);font-weight:800;font-size:14px;}
.u-cmp-table .n{color:#C3CEDC;font-weight:700;}
.u-addons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.u-addon-group{
  grid-column:1/-1;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--u-blue);margin:14px 0 -4px;
}
.u-addon-group:first-child{margin-top:0;}
.u-addon{
  background:rgba(255,255,255,.9);border:1px solid var(--u-line);border-radius:var(--u-r);
  padding:22px;display:flex;align-items:baseline;justify-content:space-between;gap:14px;
  transition:var(--u-ease);
}
.u-addon:hover{border-color:rgba(27,106,201,.35);box-shadow:var(--u-shadow-sm);}
.u-addon span{font-size:14.5px;color:var(--u-text);}
.u-addon span em{display:block;font-style:normal;font-size:12px;color:var(--u-muted);margin-top:3px;}
.u-addon b{font-size:16px;font-weight:800;color:var(--u-navy);white-space:nowrap;}
.u-hosting-note{
  margin-top:26px;background:var(--u-bg-soft);border:1px solid var(--u-line);
  border-radius:var(--u-r);padding:24px 26px;
}
.u-hosting-note h3{font-size:15.5px;font-weight:800;color:var(--u-ink);margin-bottom:12px;}
.u-hosting-note .u-care-scope{margin:0;}
.u-hosting-note .u-care-scope li{color:var(--u-text);}
@media (max-width:860px){
  .u-addons{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .u-addons{grid-template-columns:1fr;}
}
.u-faq-i{
  background:rgba(255,255,255,.9);border:1px solid var(--u-line);border-radius:var(--u-r-sm);
  overflow:hidden;transition:border-color .2s ease;
}
.u-faq-i[open]{border-color:rgba(27,106,201,.4);box-shadow:var(--u-shadow-sm);}
.u-faq-i summary{
  list-style:none;cursor:pointer;padding:19px 54px 19px 22px;position:relative;
  font-size:16px;font-weight:600;color:var(--u-ink);
}
.u-faq-i summary::-webkit-details-marker{display:none;}
.u-faq-i summary::after{
  content:'';position:absolute;right:22px;top:50%;
  width:11px;height:11px;margin-top:-6px;
  border-right:2px solid var(--u-muted);border-bottom:2px solid var(--u-muted);
  transform:rotate(45deg);transition:transform .25s ease;
}
.u-faq-i[open] summary::after{transform:rotate(-135deg);margin-top:-2px;}
.u-faq-a{padding:0 22px 20px;}
.u-faq-a p{font-size:15px;color:var(--u-muted);line-height:1.72;}
.u-cta{
  background:linear-gradient(135deg,#0B2545 0%,#123A6B 100%);
  padding:26px 0;
}
.u-cta-in{display:grid;grid-template-columns:1.25fr .75fr;gap:52px;align-items:center;}
.u-cta-copy h2{font-size:clamp(26px,3.2vw,36px);font-weight:800;color:#fff;margin-bottom:15px;}
.u-cta-copy p{font-size:16.5px;color:#A9C1DD;line-height:1.7;margin-bottom:22px;}
.u-cta-pts{display:flex;flex-wrap:wrap;gap:10px;}
.u-cta-pts li{
  font-size:13px;font-weight:600;color:#CFE0F3;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--u-r-pill);padding:7px 15px;
}
.u-cta-act{display:flex;flex-direction:column;gap:12px;}
.u-cta-or{font-size:13.5px;color:#8FA6C2;text-align:center;margin-top:4px;}
.u-cta-or a{color:#BFD8F5;text-decoration:underline;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
}
@media (max-width:1080px){
  .u-hero-grid{gap:40px;}
  .u-steps{grid-template-columns:1fr;}
}
@media (max-width:940px){
  .u-section{padding:22px 0;}
  .u-hero{padding:36px 0 40px;}
  .u-hero-grid{grid-template-columns:1fr;gap:46px;}
  .u-hero-sub{max-width:none;}
  .u-hero-art{max-width:520px;}
  .u-compare{grid-template-columns:1fr;gap:36px;}
  .u-grid-3{grid-template-columns:1fr 1fr;}
  .u-cta-in{grid-template-columns:1fr;gap:32px;}
  .u-strip-in{grid-template-columns:1fr 1fr;gap:28px;}
}
@media (max-width:640px){
  .u-section{padding:18px 0;}
  .u-cta{padding:22px 0;}
  .u-head{margin-bottom:38px;}
  .u-grid-3{grid-template-columns:1fr;}
  .u-steps{grid-template-columns:1fr;}
  .u-hero-cta .u-btn{width:100%;}
  .u-mock-phone{width:118px;right:-2px;bottom:-2px;}
  .u-hero-badge{left:-6px;bottom:30px;padding:10px 14px;}
  .u-ba-frame{aspect-ratio:4/3;}
  .u-ba-tabs{gap:7px;}
  .u-ba-tab{font-size:11px;padding:9px 11px;gap:6px;}
  .u-mock-phone{width:132px;bottom:-16px;}
  .u-mock-pscreen{min-height:250px;}
  .u-old-body{grid-template-columns:1fr 84px;}
  .u-ct-row{grid-template-columns:1fr 72px 72px;padding:13px 15px;font-size:13.5px;}
}
