:root {
  --navy: #06263e;
  --navy-2: #0b3a58;
  --blue-muted: #5f7f92;
  --orange: #ff6813;
  --orange-2: #ff8d4a;
  --cream: #fff8f1;
  --cream-2: #f8eee4;
  --white: #fffdfb;
  --line: rgba(6, 38, 62, .12);
  --shadow: 0 20px 60px rgba(51, 37, 24, .10);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.page-glow { position: fixed; z-index: -2; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: .45; }
.page-glow--one { width: 520px; height: 520px; right: -180px; top: 120px; background: rgba(255, 123, 47, .24); }
.page-glow--two { width: 500px; height: 500px; left: -260px; top: 600px; background: rgba(88, 154, 193, .18); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 248, 241, .78); border-bottom: 1px solid rgba(6, 38, 62, .07); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 700; font-size: 25px; letter-spacing: -.5px; white-space: nowrap; }
.brand img { border-radius: 50%; box-shadow: 0 8px 28px rgba(255, 104, 19, .20); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav a { opacity: .76; transition: opacity .2s ease, transform .2s ease; }
.main-nav a:hover { opacity: 1; transform: translateY(-1px); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle, .mobile-menu { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; padding: 14px 20px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--small { padding: 10px 16px; border-radius: 12px; font-size: 13px; }
.button--large { min-height: 56px; padding: 16px 24px; }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--orange), #ff4f00); box-shadow: 0 14px 28px rgba(255, 94, 0, .23), inset 0 1px 0 rgba(255,255,255,.28); }
.button--primary:hover { box-shadow: 0 18px 36px rgba(255, 94, 0, .31); }
.button--ghost { background: rgba(255,255,255,.46); border-color: rgba(6, 38, 62, .24); color: var(--navy); }
.button--ghost:hover { background: rgba(255,255,255,.82); }
.hero { position: relative; padding: 92px 0 52px; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; min-height: 565px; gap: 20px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--blue-muted); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #2cc56d; box-shadow: 0 0 0 6px rgba(44, 197, 109, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; }
h1 { margin: 18px 0 22px; font-size: clamp(56px, 6.5vw, 92px); line-height: .95; max-width: 720px; }
h1 em { font-style: italic; color: var(--orange); }
.hero-lead { max-width: 585px; font-size: 18px; color: #496a7e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; font-weight: 700; color: #587589; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.visual-backdrop { position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 138, 73, .25), transparent 68%); filter: blur(4px); }
.hero-globe { position: relative; width: min(690px, 115%); transform: translateX(4%); animation: float 7s ease-in-out infinite; }
.floating-card { position: absolute; z-index: 2; width: 210px; padding: 15px 17px; border-radius: 18px; background: rgba(255, 253, 251, .72); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 14px; }
.floating-card span { margin-top: 3px; font-size: 11px; color: #638095; }
.floating-card--uptime { right: 2%; top: 22%; }
.floating-card--price { left: 0; bottom: 17%; }
.trust-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: rgba(255,255,255,.50); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.trust-panel article { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 18px; border-right: 1px solid var(--line); }
.trust-panel article:last-child { border-right: 0; }
.trust-number, .trust-icon { display: grid; place-items: center; min-width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(145deg, #fff, #f2e6db); border: 1px solid rgba(6,38,62,.08); color: var(--orange); font-family: var(--serif); font-size: 28px; font-weight: 700; }
.trust-panel strong { display: block; font-size: 14px; line-height: 1.25; }
.trust-panel p { margin: 6px 0 0; font-size: 11px; color: #6a8597; }
.claim-note { margin-top: 12px; color: #879ba8; font-size: 10px; }
.section { padding: 110px 0; }
.section--compact { padding: 90px 0; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2 { margin: 12px 0 15px; font-size: clamp(42px, 5vw, 66px); line-height: 1.04; }
.section-heading p { max-width: 590px; color: #5b788b; font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { position: relative; min-height: 340px; padding: 32px 27px; overflow: hidden; border-radius: 26px; border: 1px solid rgba(6,38,62,.08); background: linear-gradient(160deg, rgba(255,255,255,.90), rgba(248,238,228,.74)); box-shadow: 0 18px 45px rgba(50, 34, 22, .07); }
.benefit-card::after { content: ""; position: absolute; width: 200px; height: 200px; right: -80px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(255,109,25,.25), transparent 67%); }
.benefit-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 54px; border-radius: 18px; color: var(--orange); background: #fff; border: 1px solid rgba(6,38,62,.10); font-family: var(--serif); font-size: 28px; box-shadow: 0 12px 25px rgba(39,26,16,.08); }
.benefit-card h3 { font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.benefit-card p { color: #607b8c; font-size: 14px; }
.card-label { position: absolute; bottom: 24px; left: 27px; font-size: 11px; font-weight: 800; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; }
.section--dark { position: relative; background: #06263e; color: #fff; overflow: hidden; }
.section--dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(255, 104, 19, .18), transparent 30%), radial-gradient(circle at 20% 90%, rgba(44, 124, 168, .20), transparent 34%); }
.section--dark .container { position: relative; }
.section-heading--light .section-kicker { color: #ffb283; }
.section-heading--light p { color: #b8cad5; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { min-height: 250px; padding: 28px; border-radius: 24px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.step span { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-family: var(--serif); font-size: 20px; }
.step h3 { margin-top: 54px; font-family: var(--serif); font-size: 26px; }
.step p { color: #b7c9d4; font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; padding: 32px; border-radius: 26px; border: 1px solid rgba(6,38,62,.10); background: rgba(255,255,255,.68); box-shadow: var(--shadow); }
.price-card--featured { transform: translateY(-16px); border-color: rgba(255,104,19,.48); background: linear-gradient(160deg, #fff, #fff0e4); }
.popular { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; color: #fff; background: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-term { color: var(--orange); font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; }
.price-card h3 { font-family: var(--serif); font-size: 34px; margin-bottom: 12px; }
.price-value { min-height: 72px; color: #44677c; font-size: 22px; font-weight: 800; }
.price-card ul { display: grid; gap: 12px; padding: 0; margin: 18px 0 28px; list-style: none; color: #557386; font-size: 14px; }
.price-card li::before { content: "✓"; color: var(--orange); font-weight: 900; margin-right: 9px; }
.price-card .button { width: 100%; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 10px; }
details { border: 1px solid rgba(6,38,62,.09); border-radius: 18px; background: rgba(255,255,255,.55); box-shadow: 0 9px 25px rgba(50,34,22,.05); }
summary { padding: 20px 23px; list-style: none; cursor: pointer; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--orange); font-size: 24px; line-height: .8; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 23px 22px; color: #5c798b; font-size: 14px; }
.cta-section { padding: 25px 0 90px; }
.cta-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 34px 38px; border-radius: 28px; background: linear-gradient(120deg, rgba(255,255,255,.86), rgba(255,234,216,.84)); border: 1px solid rgba(255,255,255,.90); box-shadow: var(--shadow); }
.cta-box h2 { margin: 4px 0 6px; font-size: 42px; }
.cta-box p { margin-bottom: 0; color: #597688; }
.site-footer { padding: 68px 0 24px; color: #dbe8ef; background: #041c2d; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 42px; }
.site-footer .brand { color: #fff; }
.site-footer p { max-width: 290px; color: #8eacbd; font-size: 13px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; }
.footer-grid a:not(.brand) { color: #9bb5c4; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 38px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.10); color: #7796a8; font-size: 12px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateX(4%) translateY(0); } 50% { transform: translateX(4%) translateY(-13px); } }
@media (max-width: 1020px) {
  .main-nav, .header-actions { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.55); }
  .menu-toggle span { display: block; width: 18px; height: 2px; background: var(--navy); }
  .mobile-menu { position: absolute; top: 78px; left: 0; right: 0; padding: 20px; background: rgba(255,248,241,.98); border-bottom: 1px solid var(--line); box-shadow: 0 22px 30px rgba(0,0,0,.08); }
  .mobile-menu.is-open { display: grid; gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 25px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-lead { max-width: 680px; }
  .hero-visual { min-height: 490px; }
  .hero-globe { width: min(620px, 100%); transform: none; }
  .floating-card--uptime { right: 7%; }
  .floating-card--price { left: 7%; }
  .trust-panel { grid-template-columns: repeat(2, 1fr); }
  .trust-panel article:nth-child(2) { border-right: 0; }
  .trust-panel article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefit-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .price-card--featured { transform: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 20px; }
  .cta-box { grid-template-columns: auto 1fr; }
  .cta-box .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .container { width: min(100% - 26px, 1180px); }
  .header-inner { min-height: 68px; }
  .mobile-menu { top: 68px; }
  .brand { font-size: 22px; }
  .hero { padding-top: 54px; }
  h1 { font-size: 51px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-facts { justify-content: center; gap: 10px 16px; }
  .hero-visual { min-height: 390px; }
  .floating-card { width: 165px; padding: 12px; }
  .floating-card--uptime { right: 0; top: 18%; }
  .floating-card--price { left: 0; bottom: 13%; }
  .trust-panel { grid-template-columns: 1fr; }
  .trust-panel article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-panel article:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading h2 { font-size: 42px; }
  .benefit-grid, .steps { grid-template-columns: 1fr; }
  .benefit-card { min-height: 310px; }
  .cta-box { grid-template-columns: 1fr; text-align: center; }
  .cta-box img { margin: 0 auto; }
  .cta-box h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
