:root {
  --navy: #071b33;
  --navy-2: #0d2d52;
  --red: #c9152b;
  --red-dark: #a80f22;
  --white: #ffffff;
  --off-white: #f5f7fa;
  --ink: #152238;
  --muted: #667085;
  --line: #dfe5ec;
  --shadow: 0 20px 60px rgba(7, 27, 51, 0.14);
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--white); color: var(--navy); padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(7, 27, 51, .94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); text-decoration: none; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--red); color: var(--white); font-size: .85rem; letter-spacing: .05em; box-shadow: 0 10px 24px rgba(201,21,43,.28); }
.brand-text { font-size: 1.08rem; }
.brand-text strong { color: #ff6071; }
.nav-panel { display: flex; align-items: center; gap: 1.25rem; }
.nav-links { display: flex; align-items: center; gap: 1.1rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; color: rgba(255,255,255,.82); text-decoration: none; font-size: .92rem; font-weight: 600; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 0; height: 2px; background: var(--red); transition: width .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.language-switch { border: 1px solid rgba(255,255,255,.24); background: transparent; color: var(--white); border-radius: 999px; padding: .8rem 1.25rem; min-width: 104px; min-height: 48px; font-size: 1rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.language-switch:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); transform: translateY(-1px); }
.language-switch:focus-visible { outline: 3px solid rgba(255,255,255,.55); outline-offset: 3px; }
.language-other { opacity: .55; }
.nav-toggle { display: none; background: none; border: 0; padding: .5rem; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); transition: .25s; }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 76px); display: grid; align-items: center; padding: 7rem 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 65%, #153d69 100%); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .23; }
.hero-shape-one { width: 420px; height: 420px; background: var(--red); right: -180px; top: 60px; }
.hero-shape-two { width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.14); left: -130px; bottom: -80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--red); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.light { color: #ff8a98; }
.hero h1, .section h2 { font-family: "Playfair Display", serif; line-height: 1.12; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); letter-spacing: -.035em; }
.hero-lead { max-width: 680px; margin: 1.5rem 0 0; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.3rem; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 30px rgba(201,21,43,.28); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.btn-secondary:hover { background: rgba(255,255,255,.11); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.hero-trust div { border-left: 2px solid var(--red); padding-left: .9rem; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: .95rem; }
.hero-trust span { color: rgba(255,255,255,.62); font-size: .8rem; }
.hero-card { position: relative; padding: 2.3rem; border-radius: var(--radius-lg); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); }
.hero-card-badge { position: absolute; right: 1.6rem; top: -1.2rem; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--red); color: var(--white); font-weight: 900; transform: rotate(8deg); box-shadow: 0 12px 30px rgba(201,21,43,.32); }
.hero-card-kicker { color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.hero-card h2 { margin: .6rem 0 1rem; color: var(--navy); font-family: "Playfair Display", serif; font-size: 2rem; line-height: 1.2; }
.hero-card p { color: var(--muted); }
.hero-card ul, .pricing-details ul { list-style: none; padding: 0; margin: 1.4rem 0; }
.hero-card li, .pricing-details li { position: relative; padding-left: 1.7rem; margin: .7rem 0; }
.hero-card li::before, .pricing-details li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.text-link { color: var(--red); font-weight: 800; text-underline-offset: 4px; }

.section { padding: 7rem 0; }
.section-light { background: var(--off-white); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); }
.section-heading.centered { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.section-heading.centered p { color: var(--muted); font-size: 1.06rem; }
.section-content p { margin-top: 0; color: var(--muted); font-size: 1.08rem; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service-card { position: relative; min-height: 270px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-number { color: var(--red); font-weight: 900; font-size: .82rem; }
.service-card h3 { margin: 2.6rem 0 .8rem; color: var(--navy); font-size: 1.25rem; line-height: 1.35; }
.service-card p { margin: 0; color: var(--muted); }

.why-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.why-section::after { content: ""; position: absolute; right: -120px; top: -150px; width: 380px; height: 380px; border-radius: 50%; border: 70px solid rgba(201,21,43,.2); }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.why-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.why-copy p { color: rgba(255,255,255,.68); }
.why-list { display: grid; gap: 1rem; }
.why-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.35rem; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.why-item > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--red); font-weight: 900; }
.why-item h3 { margin: 0 0 .2rem; }
.why-item p { margin: 0; color: rgba(255,255,255,.66); }

.pricing-wrap { max-width: 980px; }
.pricing-card { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.pricing-main { display: flex; flex-direction: column; justify-content: center; padding: 3rem; background: var(--navy); color: var(--white); }
.pricing-label { color: rgba(255,255,255,.68); text-transform: uppercase; font-weight: 800; letter-spacing: .1em; font-size: .75rem; }
.price { margin: .6rem 0; color: #ff5d70; font-size: clamp(3rem, 7vw, 5.2rem); font-weight: 900; line-height: 1; }
.pricing-main p { color: rgba(255,255,255,.7); }
.pricing-details { display: flex; flex-direction: column; justify-content: center; padding: 3rem; background: var(--white); border: 1px solid var(--line); border-left: 0; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.pricing-details .btn { align-self: flex-start; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.accordion { display: grid; gap: .8rem; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; border: 0; background: transparent; color: var(--navy); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question > span:last-child { font-size: 1.5rem; transition: transform .25s ease; }
.faq-question[aria-expanded="true"] > span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; margin: 0; padding: 0 1.25rem; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 1.25rem; }

.contact-section { padding-bottom: 3rem; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3.5rem; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); box-shadow: var(--shadow); }
.contact-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.contact-card p { color: rgba(255,255,255,.7); }
.contact-email { flex: 0 0 auto; padding: 1rem 1.2rem; border-radius: 12px; background: var(--red); color: var(--white); text-decoration: none; font-weight: 800; }
.disclaimer-section { padding-top: 3rem; }
.disclaimer-card { padding: 2rem; border-left: 4px solid var(--red); background: var(--off-white); border-radius: 0 12px 12px 0; }
.disclaimer-card h2 { margin-top: 0; font-size: 1.4rem; }
.disclaimer-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.site-footer { background: #041225; color: var(--white); padding: 3rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; }
.footer-brand { margin-bottom: .8rem; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.55); }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-meta a { color: rgba(255,255,255,.8); }
.back-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 99; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--red); color: var(--white); font-size: 1.2rem; box-shadow: 0 10px 25px rgba(201,21,43,.3); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-panel { position: fixed; inset: 76px 0 auto; display: grid; gap: 1.5rem; padding: 2rem; background: var(--navy); transform: translateY(-130%); transition: transform .3s ease; box-shadow: 0 25px 45px rgba(0,0,0,.25); }
  .nav-panel.open { transform: translateY(0); }
  .nav-links { flex-direction: column; align-items: flex-start; }
  .nav-links a { font-size: 1.1rem; }
  .language-switch { justify-self: start; }
  .hero-grid, .split-layout, .why-grid, .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .hero { min-height: auto; }
  .hero-card { max-width: 680px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .section { padding: 5rem 0; }
  .hero { padding: 5rem 0; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .pricing-card { grid-template-columns: 1fr; }
  .pricing-details { border-left: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .pricing-main, .pricing-details { padding: 2rem; }
  .contact-card { align-items: flex-start; flex-direction: column; padding: 2rem; }
  .contact-email { width: 100%; text-align: center; overflow-wrap: anywhere; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-meta { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
