﻿:root{
  --navy:#0c1726;
  --navy-2:#14263b;
  --navy-3:#1d3855;
  --gold:#d6aa52;
  --gold-light:#f1d18d;
  --blue:#2e6f9f;
  --green:#2aa477;
  --cream:#f7f4ed;
  --paper:#fbfaf7;
  --white:#ffffff;
  --text:#152235;
  --muted:#6d7888;
  --line:#e8e3d8;
  --danger:#c54f58;
  --shadow:0 26px 70px rgba(12,23,38,.13);
  --radius:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.7;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(12,23,38,.92);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px)
}
.nav{
  height:76px;display:flex;align-items:center;
  justify-content:space-between;gap:26px
}
.brand{display:flex;align-items:center;gap:11px;color:#fff}
.brand img{width:47px;height:47px}
.brand span{display:flex;flex-direction:column;line-height:1.2}
.brand strong{font-size:18px;font-weight:900}
.brand small{font-size:11px;color:var(--gold-light);margin-top:4px}
.nav-links{display:flex;align-items:center;gap:26px;color:#d5dde7;font-size:14px;font-weight:700}
.nav-links a{transition:.2s}
.nav-links a:hover{color:var(--gold-light)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:10px;border:0;border-radius:15px;padding:12px 20px;
  font-weight:900;cursor:pointer;transition:.25s;white-space:nowrap
}
.btn:hover{transform:translateY(-2px)}
.btn svg{
  width:21px;height:21px;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  color:var(--navy);box-shadow:0 14px 32px rgba(214,170,82,.25)
}
.btn-primary:hover{box-shadow:0 18px 42px rgba(214,170,82,.36)}
.btn-secondary{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.17);
  color:#fff
}
.btn-light{background:#fff;color:var(--navy)}
.btn-nav{font-size:13px;padding:10px 16px}
.btn-download{min-height:60px;padding:12px 24px}
.btn-download span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25}
.btn-download small{font-size:10px;font-weight:600;opacity:.72}
.btn-download strong{font-size:15px}

.hero{
  position:relative;overflow:hidden;color:#fff;
  min-height:800px;padding:88px 0 70px;
  background:
    radial-gradient(circle at 74% 28%,rgba(46,111,159,.17),transparent 30%),
    radial-gradient(circle at 17% 82%,rgba(42,164,119,.08),transparent 25%),
    linear-gradient(145deg,#08121e,#10243a 58%,#0a1725)
}
.hero::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%)
}
.hero-decoration{position:absolute;border-radius:50%;border:1px solid rgba(241,209,141,.1)}
.hero-decoration-one{width:580px;height:580px;left:-220px;top:80px}
.hero-decoration-two{width:420px;height:420px;right:-130px;bottom:-90px}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.05fr .95fr;
  gap:70px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--gold-light);font-size:13px;font-weight:900
}
.eyebrow span{
  width:9px;height:9px;border-radius:50%;
  background:#48d39e;box-shadow:0 0 0 8px rgba(72,211,158,.08)
}
.hero h1{
  font-size:clamp(48px,5.8vw,74px);
  line-height:1.1;letter-spacing:-1.8px;
  margin:21px 0 23px;font-weight:900
}
.hero h1 em{
  display:block;color:var(--gold-light);
  font-style:normal
}
.hero-text{
  max-width:650px;margin:0 0 30px;
  color:#c7d0dc;font-size:19px
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.trust-list{
  display:flex;flex-wrap:wrap;gap:17px;
  margin-top:21px;color:#aeb9c8;font-size:11px;font-weight:700
}
.trust-list span::before{content:"✓";color:#49d29e;margin-left:7px}
.launch-gift{
  margin-top:28px;max-width:630px;
  display:flex;align-items:center;gap:14px;
  border:1px solid rgba(241,209,141,.18);
  background:linear-gradient(135deg,rgba(214,170,82,.11),rgba(255,255,255,.035));
  border-radius:19px;padding:14px 16px
}
.gift-symbol{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(241,209,141,.12);font-size:25px
}
.launch-gift>div:last-child{display:flex;flex-direction:column}
.launch-gift small{font-size:9px;color:var(--gold-light);font-weight:900}
.launch-gift strong{font-size:14px}
.launch-gift span{font-size:9px;color:#9ba9b8}

.hero-device{
  position:relative;min-height:650px;
  display:flex;align-items:center;justify-content:center
}
.device-orbit{
  position:absolute;border-radius:50%;
  border:1px solid rgba(241,209,141,.12)
}
.orbit-one{width:520px;height:520px}
.orbit-two{width:630px;height:630px;border-color:rgba(46,111,159,.13)}
.phone{
  position:relative;z-index:5;
  width:326px;height:658px;padding:10px;
  border-radius:50px;background:#04080d;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 55px 95px rgba(0,0,0,.48),inset 0 0 0 2px rgba(255,255,255,.025);
  transform:rotate(-1.5deg)
}
.phone-notch{
  position:absolute;top:13px;left:50%;z-index:3;
  transform:translateX(-50%);
  width:94px;height:23px;border-radius:16px;background:#04080d
}
.phone-screen{
  height:100%;overflow:hidden;position:relative;
  border-radius:41px;background:#f5f7f8;color:var(--text);
  padding:42px 14px 70px
}
.mock-header{display:flex;align-items:center;gap:9px;margin-bottom:14px}
.mock-header img{width:37px;height:37px}
.mock-header>div{display:flex;flex-direction:column;line-height:1.2;flex:1}
.mock-header small{font-size:8px;color:var(--muted)}
.mock-header strong{font-size:12px}
.mock-header>span{color:var(--gold)}
.mock-banner{
  display:flex;flex-direction:column;
  padding:16px;border-radius:18px;color:#fff;
  background:linear-gradient(135deg,var(--navy),var(--navy-3))
}
.mock-banner small{font-size:8px;color:var(--gold-light)}
.mock-banner strong{font-size:14px}
.mock-banner span{font-size:8px;color:#c8d2de}
.mock-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0}
.mock-stats article{
  display:flex;flex-direction:column;
  background:#fff;border-radius:13px;padding:10px;
  box-shadow:0 7px 18px rgba(12,27,44,.05)
}
.mock-stats span{font-size:8px;color:var(--muted)}
.mock-stats b{font-size:18px}
.mock-stats small{font-size:7px;color:var(--green)}
.mock-section-title{display:flex;justify-content:space-between;margin:12px 2px 7px;font-size:9px}
.mock-section-title span{color:var(--blue)}
.mock-order{
  display:flex;align-items:center;gap:8px;
  background:#fff;border-radius:13px;padding:8px;margin-bottom:7px
}
.mock-product{
  width:36px;height:36px;border-radius:10px;
  display:grid;place-items:center;background:#eef2f5
}
.mock-order>div:nth-child(2){display:flex;flex-direction:column;flex:1;line-height:1.4}
.mock-order strong{font-size:9px}
.mock-order small{font-size:7px;color:var(--muted)}
.state{font-size:6px;border-radius:9px;padding:4px 6px}
.state.new{background:#fff2d8;color:#966700}
.state.done{background:#dff6ec;color:#14744f}
.mock-bottom-nav{
  position:absolute;left:0;right:0;bottom:0;height:62px;
  display:flex;align-items:center;justify-content:space-around;
  border-top:1px solid #edf0f2;background:#fff
}
.mock-bottom-nav span{display:flex;flex-direction:column;align-items:center;color:#9da7b3;font-size:16px}
.mock-bottom-nav small{font-size:6px}
.mock-bottom-nav .active{color:var(--blue)}

.float-card{
  position:absolute;z-index:8;
  display:flex;align-items:center;gap:10px;
  min-width:155px;padding:13px 14px;border-radius:18px;
  background:rgba(255,255,255,.98);color:var(--text);
  box-shadow:0 25px 55px rgba(0,0,0,.24);
  animation:float 4s ease-in-out infinite
}
.float-card>div:nth-child(2){display:flex;flex-direction:column;line-height:1.3;flex:1}
.float-card small{font-size:9px;color:var(--muted)}
.float-card strong{font-size:11px}
.float-card b{color:var(--green)}
.float-icon{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;background:#f3eee3
}
.card-order{right:-22px;top:115px}
.card-stock{left:-9px;bottom:145px;animation-delay:-2s}
@keyframes float{50%{transform:translateY(-11px)}}
.secure-badge{
  position:absolute;z-index:8;right:37px;bottom:38px;
  display:flex;align-items:center;gap:8px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(12,29,46,.93);border-radius:15px;
  padding:9px 13px;color:#dce4ed;font-size:10px
}
.secure-badge svg{
  width:21px;height:21px;fill:none;stroke:#47d29e;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round
}

.benefits-bar{background:#fff;border-bottom:1px solid #ece8df}
.benefits-bar .container{
  display:flex;align-items:center;justify-content:center;
  gap:28px;padding:24px 0
}
.benefits-bar article{display:flex;flex-direction:column;align-items:center;line-height:1.35}
.benefits-bar b{font-size:13px}
.benefits-bar span{font-size:9px;color:var(--muted)}
.benefits-bar i{width:4px;height:4px;border-radius:50%;background:var(--gold)}

.section{padding:100px 0}
.section-heading{text-align:center;max-width:760px;margin:0 auto 52px}
.section-heading>span{color:var(--blue);font-size:12px;font-weight:900}
.section-heading h2{
  color:var(--navy);font-size:clamp(32px,4vw,47px);
  line-height:1.2;margin:10px 0 13px
}
.section-heading p{margin:0;color:var(--muted);font-size:15px}
.heading-light>span{color:var(--gold-light)}
.heading-light h2{color:#fff}
.heading-light p{color:#b7c2cf}

.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  position:relative;overflow:hidden;
  min-height:248px;padding:27px;border-radius:var(--radius);
  border:1px solid var(--line);background:#fff;
  transition:.3s
}
.feature-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.feature-main{
  grid-row:span 2;display:flex;flex-direction:column;justify-content:flex-end;
  color:#fff;background:linear-gradient(145deg,var(--navy),var(--navy-2))
}
.feature-main h3{color:#fff;font-size:28px}
.feature-main p{color:#c3ced9}
.feature-number{
  position:absolute;left:23px;top:20px;
  color:#b8b3a9;font-size:10px;font-weight:900
}
.feature-icon{
  width:53px;height:53px;border-radius:16px;
  display:grid;place-items:center;margin-bottom:27px;
  background:#edf2f5;font-size:23px
}
.feature-main .feature-icon{background:rgba(241,209,141,.12)}
.feature-card h3{margin:0 0 9px;color:var(--navy);font-size:19px}
.feature-card p{margin:0;color:var(--muted);font-size:13px}
.feature-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:21px}
.feature-tags span{
  padding:6px 10px;border-radius:20px;
  border:1px solid rgba(255,255,255,.1);
  color:#dbe3ec;font-size:9px
}

.pricing-section{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 80% 15%,rgba(46,111,159,.17),transparent 30%),
    linear-gradient(145deg,#07111c,#10243a)
}
.pricing-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{
  position:relative;overflow:hidden;
  padding:31px;border-radius:28px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045)
}
.price-featured{
  border-color:rgba(241,209,141,.24);
  background:linear-gradient(145deg,rgba(214,170,82,.15),rgba(255,255,255,.05))
}
.price-label{font-size:11px;color:#aeb9c7}
.price-value{display:flex;align-items:flex-end;gap:8px;margin:8px 0 17px}
.price-value strong{font-size:38px;line-height:1;color:#fff}
.price-value span{font-size:11px;color:var(--gold-light)}
.price-text strong{font-size:28px;color:var(--gold-light)}
.price-card h3{margin:0 0 9px;font-size:19px}
.price-card p{min-height:72px;margin:0;color:#b7c2cf;font-size:12px}
.price-card ul{list-style:none;padding:0;margin:20px 0 0}
.price-card li{
  padding:9px 0;border-top:1px solid rgba(255,255,255,.07);
  color:#d8e0e8;font-size:11px
}
.price-card li::before{content:"✓";color:#49d29e;margin-left:8px}
.special-offer{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;
  margin-top:22px;padding:23px 26px;border-radius:26px;
  border:1px solid rgba(241,209,141,.22);
  background:linear-gradient(135deg,rgba(214,170,82,.13),rgba(255,255,255,.04))
}
.special-icon{font-size:43px}
.special-offer small{color:var(--gold-light);font-size:9px;font-weight:900}
.special-offer h3{margin:2px 0;font-size:20px}
.special-offer p{margin:0;color:#b8c3cf;font-size:11px}
.special-offer>span{
  padding:8px 13px;border-radius:14px;
  background:var(--gold-light);color:var(--navy);
  font-size:10px;font-weight:900
}

.join-section{background:var(--paper)}
.join-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.join-steps article{
  position:relative;min-height:248px;
  padding:24px 20px;border-radius:24px;
  border:1px solid var(--line);background:#fff
}
.join-steps b{
  position:absolute;left:16px;top:16px;
  width:31px;height:31px;border-radius:10px;
  display:grid;place-items:center;
  background:var(--navy);color:#fff;font-size:11px
}
.join-icon{font-size:31px;margin:28px 0 23px}
.join-steps h3{margin:0 0 8px;color:var(--navy);font-size:16px}
.join-steps p{margin:0;color:var(--muted);font-size:11px}

.screenshots-section{background:#fff}
.screenshots{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.screenshots figure{
  margin:0;padding:10px;border-radius:24px;
  border:1px solid var(--line);background:#fff;
  box-shadow:0 16px 45px rgba(10,27,43,.06);
  transition:.3s
}
.screenshots figure:hover{transform:translateY(-7px)}
.screenshots img{
  width:100%;aspect-ratio:9/19.5;
  object-fit:cover;border-radius:17px;background:#edf1f4
}
.screenshots figcaption{display:flex;flex-direction:column;padding:13px 6px 5px}
.screenshots strong{font-size:13px;color:var(--navy)}
.screenshots span{font-size:9px;color:var(--muted)}

.download-section{background:var(--cream)}
.download-panel{
  display:grid;grid-template-columns:1fr 300px;gap:50px;align-items:center;
  padding:52px;border-radius:36px;color:#fff;
  background:linear-gradient(140deg,#0a1827,#17334e);
  box-shadow:var(--shadow)
}
.download-kicker{color:var(--gold-light);font-size:11px;font-weight:900}
.download-content h2{font-size:40px;line-height:1.25;margin:9px 0}
.download-content>p{color:#bec9d5;font-size:14px}
.download-details{display:flex;gap:14px;margin:26px 0}
.download-details article{
  min-width:120px;padding:11px;border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04)
}
.download-details small{display:block;color:#8e9bab;font-size:8px}
.download-details strong{font-size:12px}
.download-actions{display:flex;flex-wrap:wrap;gap:10px}
.qr-box{
  padding:24px;border-radius:24px;
  text-align:center;background:#fff;color:var(--text)
}
.qr-box img{width:190px;margin:0 auto 14px}
.qr-box strong,.qr-box span{display:block}
.qr-box span{font-size:10px;color:var(--muted)}
.qr-box button{
  margin-top:12px;padding:8px 13px;border:0;border-radius:11px;
  background:#eef1f3;color:var(--navy);font-weight:900;cursor:pointer
}

.faq-section{background:#fbfaf7}
.faq-list{max-width:880px;margin:auto}
.faq-list details{
  margin-bottom:10px;padding:0 20px;
  border:1px solid var(--line);border-radius:17px;background:#fff
}
.faq-list summary{
  display:flex;justify-content:space-between;
  padding:19px 0;cursor:pointer;list-style:none;
  color:var(--navy);font-weight:900
}
.faq-list summary::after{content:"+";color:var(--blue);font-size:19px}
.faq-list details[open] summary::after{content:"−"}
.faq-list p{margin:0;padding:0 0 19px;color:var(--muted);font-size:13px}

.final-cta{padding:48px 0;background:linear-gradient(90deg,var(--gold),var(--gold-light))}
.final-cta-content{display:flex;align-items:center;justify-content:space-between;gap:20px}
.final-cta small{font-size:10px;font-weight:900;color:#60470e}
.final-cta h2{margin:2px 0 0;color:var(--navy);font-size:29px}

footer{padding:44px 0 100px;background:#07111c;color:#fff}
.footer-grid{
  display:grid;grid-template-columns:1fr 1.2fr 1.4fr;
  align-items:center;gap:24px
}
.footer-brand img{width:43px}
.footer-grid p{color:#9aa7b6;font-size:11px}
.footer-links{display:flex;justify-content:flex-end;gap:16px;color:#c4ced8;font-size:10px}
.copyright{
  grid-column:1/-1;padding-top:19px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#718091
}

.mobile-download{display:none}
dialog{
  width:min(520px,calc(100% - 28px));
  border:0;border-radius:27px;padding:30px;
  direction:rtl;box-shadow:0 40px 100px rgba(0,0,0,.35)
}
dialog::backdrop{background:rgba(5,12,22,.74);backdrop-filter:blur(6px)}
.dialog-close{
  position:absolute;left:18px;top:14px;
  width:34px;height:34px;border:0;border-radius:50%;
  background:#eef1f3;font-size:20px;cursor:pointer
}
.dialog-icon{font-size:38px}
dialog h3{font-size:23px;color:var(--navy)}
dialog ol{padding:0;list-style:none;counter-reset:steps}
dialog li{
  display:grid;grid-template-columns:38px 1fr;gap:10px;
  margin:12px 0;counter-increment:steps
}
dialog li::before{
  content:counter(steps);grid-row:1/3;
  width:34px;height:34px;border-radius:11px;
  display:grid;place-items:center;
  background:#f2ead9;color:#745711;font-weight:900
}
dialog li b{font-size:12px}
dialog li span{grid-column:2;color:var(--muted);font-size:10px}
dialog .btn{width:100%;margin-top:14px}
.toast{
  position:fixed;left:50%;bottom:25px;z-index:100;
  transform:translate(-50%,20px);
  padding:11px 17px;border-radius:13px;
  background:var(--navy);color:#fff;font-size:11px;
  opacity:0;pointer-events:none;transition:.25s
}
.toast.show{opacity:1;transform:translate(-50%,0)}



.contact-section {
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(46, 111, 159, 0.08),
      transparent 28%
    ),
    var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(12, 23, 38, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.contact-main {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(241, 209, 141, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      var(--navy),
      var(--navy-2)
    );
}

.contact-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--navy);
  background: linear-gradient(
    135deg,
    var(--gold-light),
    var(--gold)
  );
}

.contact-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-icon {
  color: #087a50;
  background: #dcf8ec;
}

.email-icon {
  color: #285f8b;
  background: #e6f1f8;
}

.contact-content {
  min-width: 0;
  flex: 1;
}

.contact-content > span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.contact-main .contact-content > span {
  color: var(--gold-light);
}

.contact-content > strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.contact-main .contact-content > strong {
  color: #fff;
}

.contact-email {
  direction: ltr;
  text-align: right;
  overflow-wrap: anywhere;
  font-size: 17px !important;
}

.contact-content > p {
  min-height: 68px;
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 12px;
}

.contact-main .contact-content > p {
  color: #bac6d3;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 9px 14px;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 900;
  transition: transform 0.2s, opacity 0.2s;
}

.contact-button:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.call-button {
  color: var(--navy);
  background: var(--gold-light);
}

.whatsapp-button {
  color: #fff;
  background: #168b5e;
}

.email-button {
  color: #fff;
  background: var(--blue);
}

.full-button {
  width: 100%;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 850px;
  margin: 20px auto 0;
  padding: 14px 17px;
  border: 1px solid #e4dfd3;
  border-radius: 16px;
  background: #fff;
}

.contact-note span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--navy);
  background: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
}

.contact-note p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}










@media(max-width:1040px){
  .nav-links{display:none}
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero-content{display:flex;flex-direction:column;align-items:center}
  .hero-device{margin-top:10px}
  .features-grid{grid-template-columns:1fr 1fr}
  .feature-main{grid-column:1/-1;grid-row:auto;min-height:340px}
  .pricing-layout{grid-template-columns:1fr}
  .join-steps{grid-template-columns:1fr 1fr}
  .screenshots{grid-template-columns:repeat(3,1fr)}
  .download-panel{grid-template-columns:1fr}
  .qr-box{max-width:330px;margin:auto}
.contact-grid {
  grid-template-columns: 1fr;
}

.contact-main {
  grid-column: auto;
}

.contact-card {
  min-height: auto;
  padding: 22px 18px;
}

.contact-content > strong {
  font-size: 21px;
}

.contact-actions {
  flex-direction: column;
}

.contact-button {
  width: 100%;
}

.contact-note {
  align-items: flex-start;
}

.contact-email {
  font-size: 15px !important;
}
}

@media(max-width:680px){
  .container{width:min(100% - 22px,1180px)}
  .site-header .btn-nav{display:none}
  .nav{height:67px}
  .brand img{width:41px;height:41px}
  .hero{min-height:auto;padding:54px 0 42px}
  .hero h1{font-size:42px;letter-spacing:-1px}
  .hero-text{font-size:15px}
  .hero-actions{width:100%;flex-direction:column}
  .hero-actions .btn{width:100%}
  .trust-list{justify-content:center}
  .launch-gift{text-align:right}
  .hero-device{
    min-height:570px;
    transform:scale(.88);
    margin:-15px 0 -35px
  }
  .phone{width:308px;height:624px}
  .card-order{right:0}
  .card-stock{left:0}
  .secure-badge{right:16px}
  .orbit-two{display:none}
  .benefits-bar .container{gap:12px;flex-wrap:wrap}
  .section{padding:72px 0}
  .section-heading{margin-bottom:36px}
  .section-heading h2{font-size:32px}
  .features-grid{grid-template-columns:1fr}
  .feature-main{grid-column:auto}
  .special-offer{grid-template-columns:1fr;text-align:center}
  .special-icon{order:1}
  .special-offer>div:nth-child(2){order:2}
  .special-offer>span{order:3;justify-self:center}
  .join-steps{grid-template-columns:1fr}
  .screenshots{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
    gap:12px;padding-bottom:12px
  }
  .screenshots figure{
    flex:0 0 74%;scroll-snap-align:center
  }
  .download-panel{padding:30px 20px;border-radius:28px}
  .download-content h2{font-size:31px}
  .download-details{display:grid;grid-template-columns:1fr 1fr}
  .download-details article{min-width:0}
  .download-actions{flex-direction:column}
  .download-actions .btn{width:100%}
  .final-cta-content{flex-direction:column;text-align:center}
  .final-cta h2{font-size:25px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .footer-links{justify-content:center;flex-wrap:wrap}
  footer{padding-bottom:112px}
  .mobile-download{
    position:fixed;left:10px;right:10px;bottom:10px;z-index:70;
    display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding:9px 11px;border-radius:17px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(12,23,38,.96);color:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.34);
    backdrop-filter:blur(12px)
  }
  .mobile-download>div{display:flex;flex-direction:column}
  .mobile-download strong{font-size:11px}
  .mobile-download small{font-size:8px;color:#9ba8b7}
  .mobile-download .btn{padding:8px 17px;font-size:11px}
}

@media(max-width:390px){
  .hero h1{font-size:37px}
  .launch-gift{align-items:flex-start}
  .phone{width:292px}
  .float-card{transform:scale(.9)}
  .download-details{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important
  }
}
