:root {
  --navy: #061d46;
  --navy-light: #0a285c;
  --ink: #10203f;
  --muted: #6c7891;
  --paper: #f5f8fc;
  --white: #fff;
  --mint: #bdffd5;
  --blue: #91c8ff;
  --purple: #8b5cf6;
  --gradient: linear-gradient(115deg, var(--mint), var(--blue) 60%, #b9a6ff);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  max-width: 1240px; margin: auto; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; color: white;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; }
.brand span span { color: var(--mint); font-weight: 500; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.language-switcher { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; }
.language-button { border: 0; border-radius: 100px; padding: 6px 8px; color: white; background: transparent; cursor: pointer; font: 700 9px "Manrope", sans-serif; }
.language-button.active { color: var(--navy); background: var(--mint); }
.nav > a:not(.nav-cta) { opacity: .76; transition: opacity .2s; }
.nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 100px; }
.menu-button { display: none; }

.hero {
  position: relative; min-height: 780px; background: var(--navy); color: white; overflow: hidden;
  display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 30px;
  padding: 145px max(24px, calc((100vw - 1200px)/2)) 90px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, rgba(0,0,0,.08)); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(90px); opacity: .15; }
.glow-one { background: var(--mint); right: -150px; top: -150px; }
.glow-two { background: var(--purple); left: 30%; bottom: -400px; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow i, .button i, .text-link i, footer i { font-style: normal; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; letter-spacing: -.06em; line-height: .98; }
h1 { max-width: 690px; font-size: clamp(56px, 6vw, 88px); }
h1 em, h2 em { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-text { max-width: 600px; margin: 28px 0 32px; color: #b7c4d8; line-height: 1.8; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 100px; padding: 16px 22px; font-size: 13px; font-weight: 800; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--gradient); color: var(--navy); box-shadow: 0 12px 35px rgba(145,200,255,.17); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.2); }
.hero-proof { margin-top: 58px; display: flex; gap: 42px; }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { font-size: 23px; color: var(--mint); }
.hero-proof span { color: #8fa1bd; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { min-height: 530px; display: grid; place-items: center; }
.main-card {
  width: min(390px, 78vw); aspect-ratio: 1; border-radius: 50%; padding: 10px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 35px 90px rgba(0,0,0,.3); animation: float 6s ease-in-out infinite;
}
.main-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(189,255,213,.15); }
.orbit-one { width: 475px; height: 475px; }
.orbit-two { width: 570px; height: 570px; border-style: dashed; animation: spin 40s linear infinite; }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 18px;
  border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17);
  backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.floating-card div { display: grid; gap: 3px; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: #a8b7cd; font-size: 9px; }
.mini-icon { width: 30px; height: 30px; display: grid; place-items: center; background: var(--gradient); color: var(--navy); border-radius: 9px; }
.card-ads { top: 15%; right: -2%; animation: float 5s .6s ease-in-out infinite; }
.card-content { bottom: 15%; left: -3%; animation: float 5s 1.2s ease-in-out infinite; }

.marquee { background: var(--gradient); color: var(--navy); overflow: hidden; padding: 14px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: marquee 25s linear infinite; font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.marquee-track b { font-size: 17px; }

.section { max-width: 1200px; margin: auto; padding: 115px 24px; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section h2 { font-size: clamp(43px, 5vw, 68px); }
.section-heading > p:last-child, .method-intro > p { max-width: 590px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.service-card {
  position: relative; min-height: 330px; padding: 32px; background: white; border: 1px solid #e5ebf4; border-radius: 24px;
  overflow: hidden; transition: transform .3s, box-shadow .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(22,44,82,.09); }
.service-card.featured { color: white; background: var(--navy); border-color: var(--navy); }
.service-number { color: #a8b1c1; font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.service-icon { position: absolute; right: 30px; top: 27px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gradient); }
.service-card h3 { margin: 70px 0 13px; font-size: 25px; letter-spacing: -.04em; }
.service-card p { max-width: 470px; margin: 0 0 26px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-card.featured p { color: #aab8ce; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 7px 10px; border-radius: 100px; background: #f0f4f9; color: #71809a; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.featured .tags span { color: var(--mint); background: rgba(255,255,255,.07); }

.method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.method-intro { position: sticky; top: 60px; align-self: start; }
.method-intro > p { margin: 25px 0; }
.text-link { display: inline-flex; gap: 25px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #bac5d5; font-size: 12px; font-weight: 800; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 85px 1fr; gap: 20px; padding: 33px 0; border-top: 1px solid #dce3ed; }
.step:last-child { border-bottom: 1px solid #dce3ed; }
.step > span { color: #9aa9bf; font-size: 11px; font-weight: 800; }
.step h3 { margin: 0 0 9px; font-size: 25px; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.cta-section { position: relative; margin: 0 24px 24px; min-height: 520px; border-radius: 28px; overflow: hidden; color: white; background: var(--navy); display: grid; place-items: center; text-align: center; padding: 80px 24px; }
.cta-section::before, .cta-section::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(189,255,213,.14); border-radius: 50%; }
.cta-section::before { left: -220px; top: -260px; }
.cta-section::after { right: -210px; bottom: -250px; }
.cta-glow { position: absolute; inset: 10% 20%; border-radius: 50%; background: var(--purple); filter: blur(150px); opacity: .16; }
.cta-content { position: relative; z-index: 2; max-width: 760px; }
.cta-content .eyebrow { justify-content: center; color: var(--mint); }
.cta-content h2 { font-size: clamp(52px, 7vw, 88px); }
.cta-content p:not(.eyebrow) { margin: 24px auto 30px; max-width: 550px; color: #adbbcf; font-size: 14px; line-height: 1.8; }
.button-light { color: var(--navy); background: white; }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 25px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.contact-details { display: grid; gap: 12px; margin-top: 35px; }
.contact-details a { display: flex; align-items: center; gap: 13px; width: fit-content; }
.contact-details a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; border: 1px solid #e1e8f1; color: var(--navy); }
.contact-details div { display: grid; gap: 3px; }
.contact-details small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { font-size: 12px; }
.contact-form { display: grid; gap: 18px; padding: 35px; border-radius: 25px; background: white; border: 1px solid #e1e8f1; box-shadow: 0 25px 70px rgba(22,44,82,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 8px; }
.form-field label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #dde5ef; border-radius: 13px; padding: 14px 15px; color: var(--ink); background: #f8fafc; outline: none; font: 500 13px "Manrope", sans-serif; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus, .form-field textarea:focus { border-color: #85bdea; box-shadow: 0 0 0 4px rgba(145,200,255,.18); }
.form-submit { border: 0; cursor: pointer; width: fit-content; }
.form-submit:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 18px; margin: 0; font-size: 11px; font-weight: 700; }
.form-status.success { color: #16834c; }
.form-status.error { color: #c24141; }

footer { max-width: 1200px; margin: auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; }
.footer-brand { color: var(--navy); }
.footer-brand span span { color: #68a6cf; }
footer p, footer small { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 20px; font-size: 11px; font-weight: 800; }
footer small { grid-column: 1 / -1; border-top: 1px solid #dce3ed; padding-top: 22px; }

.whatsapp-float { position: fixed; z-index: 15; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border-radius: 100px; color: #073c22; background: #70ef9d; box-shadow: 0 12px 35px rgba(30,169,83,.3); font-size: 11px; font-weight: 800; }
.whatsapp-float span { width: 30px; height: 30px; display: grid; place-items: center; background: white; border-radius: 50%; font-size: 17px; }
.whatsapp-float em { font-style: normal; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
[dir="rtl"] body { font-family: "Manrope", Arial, sans-serif; }
[dir="rtl"] .eyebrow, [dir="rtl"] .hero-proof span, [dir="rtl"] .marquee-track, [dir="rtl"] .tags span { letter-spacing: 0; }
[dir="rtl"] .method-intro, [dir="rtl"] .service-card, [dir="rtl"] .hero-copy { text-align: right; }
[dir="rtl"] .contact-copy, [dir="rtl"] .contact-form { text-align: right; }
[dir="rtl"] .service-icon { right: auto; left: 30px; }
[dir="rtl"] .text-link span, [dir="rtl"] .button span { transform: scaleX(-1); }

@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .nav { position: fixed; inset: 72px 15px auto; padding: 28px; display: none; flex-direction: column; align-items: stretch; border-radius: 20px; color: white; background: rgba(6,29,70,.97); text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
  .nav.open { display: flex; }
  .language-switcher { justify-content: center; }
  .menu-button { display: grid; gap: 6px; border: 0; padding: 10px; background: transparent; }
  .menu-button span { display: block; width: 23px; height: 2px; background: white; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 140px; }
  .hero-visual { min-height: 500px; }
  .hero-proof { gap: 20px; justify-content: space-between; }
  .method { grid-template-columns: 1fr; gap: 50px; }
  .contact-section { grid-template-columns: 1fr; gap: 45px; }
  .method-intro { position: static; }
}

@media (max-width: 620px) {
  .header { padding: 15px 17px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding: 125px 18px 65px; }
  h1 { font-size: 53px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 42px; }
  .hero-proof strong { font-size: 17px; }
  .hero-proof span { font-size: 7px; }
  .hero-visual { min-height: 380px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 390px; height: 390px; }
  .main-card { width: 275px; }
  .floating-card { padding: 9px 11px; }
  .card-ads { right: -10px; }
  .card-content { left: -10px; }
  .section { padding: 80px 17px; }
  .section h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .service-card { padding: 25px; min-height: 315px; }
  .cta-section { margin: 0 10px 10px; min-height: 470px; border-radius: 22px; }
  .cta-content h2 { font-size: 51px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer small { width: 100%; }
}
