:root {
  --blue: #435dff;
  --blue-dark: #080833;
  --cyan: #50c7e7;
  --green: #caff05;
  --teal: #008c75;
  --ink: #10111b;
  --muted: #5f6370;
  --soft: #f2f2f3;
  --lavender: #e7ebff;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(21, 25, 55, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-weight: 900; }
h3 { font-weight: 800; }
p { color: var(--muted); line-height: 1.55; }
.container { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.container.compact { width: min(1080px, calc(100% - 48px)); }
.section { padding: 80px 0; }
.section h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 28px; border: 0; border-radius: 5px; font: 800 13px/1 "Nunito", sans-serif; text-transform: none; cursor: pointer; }
.btn-dark { color: #fff; background: var(--blue-dark); }
.btn-primary { color: #fff; background: var(--blue); }
.btn-outline { min-height: 38px; border: 1px solid #272c50; color: #272c50; background: transparent; text-transform: uppercase; font-size: 11px; }
.btn-wide { width: 100%; min-height: 40px; }

.site-header { position: sticky; z-index: 30; top: 0; height: 62px; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(0,0,0,.06); backdrop-filter: blur(10px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 86px; height: 40px; }
.brand img { object-fit: contain; }
.main-nav { display: flex; gap: 38px; font-size: 13px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a:hover::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue); content: ""; }
.country { position: relative; color: #28803b; font: 700 12px "Nunito", sans-serif; }
.country summary { display: flex; min-width: 104px; height: 40px; padding: 0 10px; align-items: center; gap: 7px; border: 1px solid #94d49a; border-radius: 6px; background: #fff; cursor: pointer; list-style: none; user-select: none; }
.country summary::-webkit-details-marker { display: none; }
.country img { flex: 0 0 auto; width: 22px; height: 22px; object-fit: contain; }
.country-arrow { width: 7px; height: 7px; margin: -4px 1px 0 auto; border-right: 1.5px solid #28803b; border-bottom: 1.5px solid #28803b; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.country[open] .country-arrow { margin-top: 4px; transform: rotate(225deg); }
.country-menu { position: absolute; z-index: 50; top: calc(100% + 6px); right: 0; width: 100%; padding: 5px; border: 1px solid #dce6dc; border-radius: 6px; background: #fff; box-shadow: 0 8px 24px rgba(21, 30, 55, .13); }
.country-menu a { display: flex; min-height: 34px; padding: 5px 6px; align-items: center; gap: 7px; border-radius: 4px; }
.country-menu a:hover, .country-menu a:focus-visible { background: #f0f8f1; outline: none; }
.menu-toggle { display: none; border: 0; background: none; font-size: 23px; }

.hero { position: relative; min-height: 522px; overflow: hidden; color: #fff; background: var(--blue) url("../img/hero-banner.webp") center/cover no-repeat; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 522px; }
.hero-copy { padding: 54px 0 58px; }
.eyebrow { margin-bottom: 10px !important; color: rgba(255,255,255,.76) !important; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(44px, 4vw, 58px); font-weight: 900; line-height: 1.02; letter-spacing: -2px; }
.hero h1 span { color: #22c7f0; }
.hero p { max-width: 555px; margin-bottom: 6px; color: #fff; font-size: 13px; }
.price-note { margin-bottom: 30px; font-size: 14px; }
.price-note strong { position: relative; z-index: 1; }
.price-note strong::after { position: absolute; z-index: -1; right: -10px; bottom: -7px; left: -10px; height: 18px; border: 3px solid var(--green); border-radius: 50%; transform: rotate(-5deg); content: ""; }
.hero .btn { min-width: 300px; min-height: 52px; }
.image-placeholder { position: relative; overflow: hidden; background: #dde2ef; }
.image-placeholder::after { position: absolute; inset: auto 12px 12px; padding: 7px 9px; border-radius: 4px; color: #555f76; background: rgba(255,255,255,.88); content: attr(data-label); font-size: 11px; font-weight: 800; text-align: center; }

.about-smalla { scroll-margin-top: 62px; padding: 70px 0; border-bottom: 1px solid #eceef4; background: #fff; }
.about-smalla-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 58px; align-items: center; }
.about-smalla-media { overflow: hidden; aspect-ratio: 3 / 2; border-radius: 18px; box-shadow: 0 18px 45px rgba(21, 25, 55, .14); }
.about-smalla-media img { object-fit: cover; }
.about-smalla .pill { margin-bottom: 14px; color: var(--white); background: var(--blue); font-weight: 900; }
.about-smalla h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 48px); letter-spacing: -1.5px; }
.about-smalla-copy p { margin-bottom: 16px; color: #4f5361; font-size: 14px; line-height: 1.75; }
.about-smalla-copy p:last-child { margin-bottom: 0; }
.about-smalla-copy strong { color: var(--ink); font-weight: 900; }

.intro { padding: 50px 0 70px; }
.intro-grid { display: grid; grid-template-columns: 442px 1fr; gap: 80px; align-items: center; }
.portrait-wrap { position: relative; max-width: 440px; }
.portrait-wrap::before { position: absolute; top: 5%; right: 6%; left: 6%; height: 75%; border-radius: 50% 50% 0 0; background: #4eacd9; content: ""; }
.portrait { position: relative; width: 100%; height: auto; overflow: hidden; aspect-ratio: 588 / 822; border-radius: 48% 48% 0 0; }
.intro h2 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -2px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 25px; }
.benefit-card { min-height: 174px; padding: 22px; border-radius: 15px; background: var(--soft); }
.benefit-card .icon { display: block; width: 47px; height: 47px; margin-bottom: 14px; }
.benefit-card h3 { margin-bottom: 8px; font-size: 16px; }
.benefit-card p { margin: 0; font-size: 12px; }

.products { padding-top: 50px; }
.section-title { font-size: 34px !important; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 30px; }
.product-card { overflow: hidden; border: 1px solid #e6e7eb; border-radius: 9px; background: #fff; }
.product-image { height: 270px; }
.product-info { padding: 22px; text-align: center; }
.product-info h3 { margin-bottom: 10px; color: var(--teal); font-size: 18px; }
.product-info ul { margin: 0 0 20px; padding: 0; list-style: none; font-size: 12px; line-height: 1.55; }

.protection { padding-top: 35px; }
.pill { display: inline-block; margin-bottom: 8px; padding: 5px 12px; border-radius: 20px; color: #fff; background: #59cbe8; font-size: 11px; }
.protection h2 { margin-bottom: 6px; font-size: 36px; }
.section-lead { max-width: 950px; font-size: 12px; }
.protection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 38px; text-align: center; }
.protection-grid article { display: flex; flex-direction: column; align-items: center; }
.protection-badge { width: 130px; height: 130px; margin-bottom: 18px; object-fit: contain; }
.protection-grid h3 { margin-bottom: 8px; color: var(--teal); font-size: 16px; }
.protection-grid p { max-width: 280px; font-size: 11px; }

.how-it-works { position: relative; overflow: hidden; padding: 45px 0 0; color: #fff; background: var(--blue) url("../img/works-background.webp") center/cover no-repeat; }
.how-it-works h2 { margin-bottom: 8px; font-size: 36px; }
.how-it-works > .container > p { color: #dbe0ff; font-size: 13px; }
.works-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-top: 28px; }
.app-screen { z-index: 2; justify-self: center; width: 310px; height: 405px; border: 8px solid #171928; border-bottom: 0; border-radius: 34px 34px 0 0; }
.steps { margin: 0; padding: 5px 0 40px; list-style: none; counter-reset: steps; }
.steps li { position: relative; margin-bottom: 25px; padding-left: 44px; counter-increment: steps; }
.steps li::before { position: absolute; top: 1px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; color: #253270; background: var(--green); content: counter(steps); font-size: 12px; font-weight: 900; }
.steps strong { display: block; margin-bottom: 6px; font-size: 20px; }
.steps span { color: #d8ddff; font-size: 12px; }

.payment { padding-top: 70px; }
.payment h2 { font-size: 34px; }
.payment > .container > p { margin-bottom: 30px; color: #222; font-size: 11px; }
.payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.payment-card { padding: 18px 22px; border-bottom: 5px solid var(--teal); border-radius: 11px; background: #f1f2f4; }
.payment-card h3 { padding-bottom: 15px; border-bottom: 1px solid #9fa4af; color: var(--teal); font-size: 15px; }
.payment-card > div { display: flex; align-items: center; gap: 18px; }
.payment-card p { margin: 0; color: #30323a; font-size: 11px; }
.payment-card mark { background: var(--green); }
.payment-illustration { flex: 0 0 auto; width: 88px; height: 70px; object-fit: contain; }

.contact { padding: 58px 0; background: var(--lavender); }
.contact-grid { display: grid; grid-template-columns: 1.15fr 1.1fr .75fr; gap: 55px; align-items: center; }
.contact h2 { margin-bottom: 18px; font-size: 34px; }
.chat-box { padding: 18px; border-radius: 8px; color: #eef0ff; background: var(--blue); font-size: 11px; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; }
.contact-details small, .social-block small { color: #858ba3; font-size: 10px; }
.contact-details strong { margin: 5px 0 20px; font-size: 12px; }
.contact-details p { padding-top: 10px; border-top: 1px solid #a9afc8; color: #30364b; font-size: 11px; }
.socials { display: flex; gap: 8px; margin: 10px 0 18px; }
.socials a { display: block; width: 27px; height: 27px; border-radius: 50%; }
.socials img { object-fit: contain; }
.social-block .btn { min-height: 34px; padding: 0 15px; border-radius: 18px; font-size: 10px; }
.whatsapp-icon { width: 14px; height: 14px; margin-right: 5px; object-fit: contain; }

.site-footer { padding: 52px 0 25px; color: #fff; background: var(--blue-dark); }
.footer-grid { display: grid; grid-template-columns: 2fr .8fr .8fr 1fr; gap: 55px; padding-bottom: 35px; }
.footer-brand { width: 86px; height: 40px; }
.site-footer p { margin: 10px 0 14px; color: #9fa2c4; font-size: 9px; }
.footer-socials { display: flex; align-items: center; gap: 7px; }
.footer-socials > a:not(.footer-chat) { display: block; width: 25px; height: 25px; }
.footer-socials > a:not(.footer-chat) img { object-fit: contain; }
.footer-socials .footer-chat { display: inline-flex; align-items: center; gap: 4px; min-height: 25px; padding: 3px 9px; border-radius: 13px; color: #111429; background: var(--green); font-size: 9px; font-weight: 800; }
.footer-chat img { width: 13px; height: 13px; object-fit: contain; }
.site-footer h3 { color: #fff; font-size: 11px; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 15px; }
.site-footer .footer-grid > div:not(:first-child) a { color: #a5a8c3; font-size: 9px; }
.legal { display: flex; gap: 25px; padding-top: 20px; border-top: 1px solid #272953; color: #8185a5; font-size: 9px; }

.legal-page { background: #f6f7fb; }
.legal-nav { position: sticky; z-index: 20; top: 62px; border-bottom: 1px solid #e1e3ed; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.legal-nav .container { display: flex; gap: 24px; overflow-x: auto; padding-top: 14px; padding-bottom: 14px; }
.legal-nav a { flex: 0 0 auto; color: #4f5465; font-size: 12px; font-weight: 800; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: var(--blue); }
.legal-content { padding: 54px 0 80px; }
.policy { scroll-margin-top: 125px; margin-bottom: 46px; padding: 48px clamp(24px, 5vw, 64px); border: 1px solid #e3e5ed; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.policy:last-child { margin-bottom: 0; }
.policy h2 { margin-bottom: 8px; font-size: clamp(28px, 4vw, 40px); }
.policy .dates { margin-bottom: 34px; color: #6d7180; font-size: 12px; line-height: 1.7; }
.policy h3 { margin: 32px 0 12px; color: #121632; font-size: 20px; line-height: 1.25; }
.policy h4 { margin: 24px 0 10px; color: #242a4a; font-size: 16px; }
.policy p, .policy li { color: #4e5261; font-size: 14px; line-height: 1.75; }
.policy p { margin-bottom: 14px; }
.policy ul { margin: 0 0 18px; padding-left: 22px; }
.policy li { margin-bottom: 8px; }
.policy strong { color: #171a28; font-weight: 900; }
.policy table { width: 100%; margin: 18px 0 22px; border-collapse: collapse; font-size: 13px; }
.policy th, .policy td { padding: 12px 14px; border: 1px solid #dfe2eb; text-align: left; vertical-align: top; }
.policy th { color: #171a28; background: #f0f2f8; font-weight: 900; }
.editorial-note { padding: 14px 16px; border-left: 4px solid #e3a600; border-radius: 4px; background: #fff8dc; color: #725800 !important; }

@media (max-width: 900px) {
  .main-nav { gap: 18px; }
  .hero-copy { padding-left: 0; }
  .intro-grid { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .works-grid { gap: 35px; }
  .contact-grid { gap: 25px; }
}

@media (max-width: 720px) {
  .container, .container.compact { width: min(100% - 32px, 560px); }
  .section { padding: 58px 0; }
  .menu-toggle { display: block; order: 3; }
  .main-nav, .country { display: none; }
  .hero-grid, .intro-grid, .works-grid { grid-template-columns: 1fr; }
  .about-smalla-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-smalla { padding: 40px 0; }
  .hero-copy { padding: 65px 0 10px; }
  .hero h1 { font-size: 42px; }
  .hero h1 span { display: block; }
  .hero { background-image: linear-gradient(90deg, rgba(67,93,255,.96) 0%, rgba(67,93,255,.82) 60%, rgba(67,93,255,.12) 100%), url("../img/hero-banner.webp"); background-position: 58% center; }
  .intro-grid { gap: 45px; }
  .portrait-wrap { margin: 0 auto; }
  .product-grid, .payment-grid { grid-template-columns: 1fr; }
  .protection-grid { grid-template-columns: 1fr; gap: 25px; }
  .protection-grid article { padding-bottom: 20px; }
  .works-grid { gap: 25px; }
  .app-screen { width: 260px; height: 340px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .hero .btn { min-width: 100%; }
  .product-image { height: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .policy { padding: 30px 20px; }
  .policy table { display: block; overflow-x: auto; }
}
