:root {
  --font-heading: "Trebuchet MS", Arial, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --glass: rgba(255, 255, 255, 0.78);
  --line: rgba(0, 185, 255, 0.18);
  --shadow: 0 24px 70px rgba(7, 26, 44, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; }
p { font-size: 16px; }
h1 { font-size: clamp(35px, 5vw, 66px); line-height: 1.04; letter-spacing: -0.055em; font-weight: 900; }
h2 { font-size: clamp(28px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -0.04em; font-weight: 900; }
h3, h4 { font-size: clamp(20px, 2vw, 24px); line-height: 1.2; font-weight: 800; color: #111827; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-shell { background: radial-gradient(circle at 12% 8%, rgba(115,216,255,0.34), transparent 35%), radial-gradient(circle at 86% 20%, rgba(0,185,255,0.22), transparent 34%), #f8fdff; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(0,185,255,0.16); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 24px; line-height: 1.1; font-weight: 900; color: #071a2c; }
.logo-mark { width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, #00b9ff, #73d8ff); box-shadow: 0 14px 30px rgba(0,185,255,0.28); flex: none; }
.logo-mark svg { width: 27px; height: 27px; stroke: #071a2c; }
.desktop-nav { display: flex; align-items: center; gap: 18px; }
.desktop-nav a { color: #1f2937; font-size: 18px; font-weight: 750; }
.desktop-nav a:hover { color: #007db3; }
.header-phone { display: none !important; align-items: center; gap: 9px; white-space: nowrap; color: #071a2c; background: #73d8ff; border: 1px solid rgba(0,125,179,0.2); border-radius: 999px; padding: 13px 18px; font-size: 17px; font-weight: 900; box-shadow: 0 10px 30px rgba(0,185,255,0.2); }
.hamburger { display: inline-flex; flex-direction: column; gap: 5px; border: 0; background: #071a2c; border-radius: 13px; padding: 12px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 999px; }
.mobile-menu { display: none; padding: 0 16px 18px; }
.mobile-menu.is-open { display: block; }
.mobile-menu-panel { border-radius: 22px; padding: 18px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; gap: 12px; }
.mobile-menu a { color: #111827; font-size: 18px; font-weight: 800; }
.mobile-menu .mobile-phone { display: inline-flex; justify-content: center; white-space: nowrap; width: 100%; background: #071a2c; color: #fff; padding: 13px 16px; border-radius: 999px; font-size: 16px; font-weight: 900; }

.hero { padding: 54px 0 48px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 34px; align-items: stretch; min-height: 610px; }
.hero-copy { position: relative; border-radius: var(--radius-xl); padding: clamp(28px, 5vw, 58px); background: linear-gradient(140deg, rgba(255,255,255,0.9), rgba(236,250,255,0.86)); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.85); overflow: hidden; }
.hero-copy:before { content: ""; position: absolute; inset: auto -90px -110px auto; width: 310px; height: 310px; border-radius: 45% 55% 50% 50%; background: rgba(0,185,255,0.16); filter: blur(4px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #071a2c; background: rgba(115,216,255,0.38); border: 1px solid rgba(0,125,179,0.16); border-radius: 999px; padding: 8px 13px; font-size: 16px; font-weight: 900; }
.stars { margin: 18px 0 10px; color: #ffb800; font-size: 25px; letter-spacing: 3px; }
.trust-icons { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin: 12px 0 24px; }
.trust-icons img { width: auto; height: 48px; max-width: 118px; object-fit: contain; border: 1px solid rgba(0,185,255,0.24); border-radius: 14px; padding: 7px; background: #fff; box-shadow: 0 8px 22px rgba(7,26,44,0.09); }
.hero-text { max-width: 650px; color: #374151; }
.hero-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.cta-line { width: 100%; color: #071a2c; font-weight: 900; font-size: 18px; }
.btn-primary, .btn-secondary, .btn-dark { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 15px 22px; border-radius: 999px; font-size: 17px; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn-primary { color: #071a2c; background: linear-gradient(135deg, #73d8ff, #00b9ff); box-shadow: 0 16px 34px rgba(0,185,255,0.28); }
.btn-secondary { color: #071a2c; background: #fff; border: 1px solid rgba(0,125,179,0.2); }
.btn-dark { color: #fff; background: #071a2c; }
.btn-primary:hover, .btn-secondary:hover, .btn-dark:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(7,26,44,0.16); }
.hero-media { position: relative; border-radius: var(--radius-xl); overflow: hidden; background: #071a2c; box-shadow: var(--shadow); min-height: 520px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-media-card { position: absolute; left: 22px; right: 22px; bottom: 22px; border-radius: 24px; padding: 19px; background: rgba(7,26,44,0.82); color: #fff; backdrop-filter: blur(12px); }
.hero-media-card strong { display: block; color: #fff; font-size: 20px; }
.hero-media-card span { color: #f9fafb; }

.section { padding: 86px 0; }
.section.alt { background: linear-gradient(180deg, #ecfaff, #fff); }
.section.dark { background: radial-gradient(circle at 18% 10%, rgba(0,185,255,0.24), transparent 38%), #071a2c; color: #f9fafb; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p, .section.dark li { color: #000000; }
.section.dark .glass-card h2, .section.dark .glass-card h3 { color: #111827; }
.section.dark .glass-card p, .section.dark .glass-card li { color: #374151; }
.section-title { max-width: 820px; margin-bottom: 36px; }
.h2-wrap { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.sticker { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; flex: none; background: linear-gradient(135deg, #73d8ff, #fff); border: 1px solid rgba(0,185,255,0.25); box-shadow: 0 12px 28px rgba(0,185,255,0.16); }
.sticker svg, .line-icon svg { width: 29px; height: 29px; fill: none; stroke: #007db3; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.two-col { display: grid; grid-template-columns: 65fr 35fr; gap: 32px; align-items: center; }
.two-col.reverse { grid-template-columns: 35fr 65fr; }
.glass-card, .white-card { border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); }
.glass-card { background: rgba(255,255,255,0.82); border: 1px solid rgba(255,255,255,0.9); backdrop-filter: blur(14px); color: #374151; }
.white-card { background: #fff; border: 1px solid rgba(0,185,255,0.16); color: #374151; }
.image-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); min-height: 300px; background: #ecfaff; }
.image-card img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; background: #fff; border: 1px solid rgba(0,185,255,0.16); border-radius: 24px; padding: 24px; box-shadow: 0 18px 44px rgba(7,26,44,0.08); overflow: hidden; }
.service-card:after { content: ""; position: absolute; right: -36px; top: -36px; width: 110px; height: 110px; border-radius: 50%; background: rgba(115,216,255,0.18); }
.line-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 16px; background: #ecfaff; border: 1px solid rgba(0,185,255,0.2); }
.problem-list, .choose-grid, .process-grid, .payment-list, .faq-grid { display: grid; gap: 16px; }
.choose-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choose-item, .problem-item, .step, .payment-item, .faq-item { background: #fff; color: #374151; border-radius: 22px; border: 1px solid rgba(0,185,255,0.16); padding: 22px; box-shadow: 0 14px 34px rgba(7,26,44,0.07); }
.problem-item strong, .choose-item strong, .step strong { color: #111827; }
.step-number { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 12px; background: #071a2c; color: #fff; font-weight: 900; }
.cta-band { border-radius: var(--radius-xl); padding: clamp(28px, 5vw, 48px); background: linear-gradient(135deg, #071a2c, #004766); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; margin: 0; }
.cta-band p { color: #eef8ff; margin: 8px 0 0; }
.reviews-shell { position: relative; overflow: hidden; }
.reviews-track { display: flex; transition: transform .35s ease; }
.review-card { min-width: 33.333%; padding: 10px; }
.review-inner { height: 100%; border-radius: 24px; padding: 24px; background: #fff; color: #374151; border: 1px solid rgba(0,185,255,0.16); box-shadow: 0 16px 40px rgba(7,26,44,0.08); }
.review-stars { color: #ffb800; letter-spacing: 2px; font-size: 18px; }
.review-name { color: #111827; font-size: 20px; font-weight: 900; margin: 8px 0 8px; }
.carousel-controls { display: flex; gap: 12px; justify-content: flex-end; margin-top: 18px; }
.carousel-controls button { width: 48px; height: 48px; border: 0; border-radius: 50%; background: #071a2c; color: #fff; font-size: 22px; cursor: pointer; }
.areas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.areas span { border-radius: 999px; padding: 9px 13px; background: #ecfaff; color: #071a2c; border: 1px solid rgba(0,185,255,0.2); font-weight: 800; }
.footer { padding: 54px 0 86px; background: #071a2c; color: #e5f7ff; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
.footer .logo { color: #fff; margin-bottom: 14px; }
.footer a, .footer p { color: #e5f7ff; font-size: 14px; }
.footer h3 { color: #fff; font-size: 20px; margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; }
.disclaimer { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.16); color: #d8f2ff; font-size: 14px; }
.mobile-sticky-call { display: flex !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; transform: translateY(120%); opacity: 0; pointer-events: none; align-items: center; justify-content: center; min-height: 62px; width: 100%; background: #071a2c; color: #fff; font-size: 16px; font-weight: 900; white-space: nowrap; box-shadow: 0 -14px 34px rgba(7,26,44,0.26); transition: transform .28s ease, opacity .28s ease; }
.mobile-sticky-call.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(18px); animation: rise .7s ease forwards; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

@media (min-width: 768px) {
  .header-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu { display: none !important; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 11px; }
  .desktop-nav a { font-size: 16px; }
  .choose-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(35px, 11vw, 46px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .desktop-nav, .header-phone { display: none !important; }
  .header-row { min-height: 72px; }
  .logo { font-size: 24px; max-width: 250px; }
  .hero { padding-top: 28px; }
  .hero-grid, .two-col, .two-col.reverse, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-media { min-height: 390px; }
  .section { padding: 62px 0; }
  .service-grid, .choose-grid, .process-grid { grid-template-columns: 1fr; }
  .review-card { min-width: 100%; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .trust-icons img { height: 46px; max-width: 104px; }
  .mobile-bottom-spacer { height: 70px; }
}

@media (min-width: 768px) {
  .mobile-sticky-call { display: none !important; }
}
