*{box-sizing:border-box}
:root{
  --bg:#f7f3eb;
  --ink:#18231d;
  --muted:#5f6c64;
  --deep:#173f34;
  --deep2:#0d2c24;
  --gold:#c7a55c;
  --card:#fffdf8;
  --line:rgba(24,35,29,.10);
  --shadow:0 24px 70px rgba(25,50,39,.12)
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
}
body[dir="rtl"]{font-family:"Noto Kufi Arabic",Inter,sans-serif}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.topbar{background:var(--deep2);color:#fff;font-size:.84rem}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.lang-switch{display:flex;gap:6px}
.lang{
  border:1px solid rgba(255,255,255,.2);
  background:transparent;color:#fff;border-radius:999px;padding:4px 9px;cursor:pointer
}
.lang.active{background:#fff;color:var(--deep2)}
.nav-wrap{
  position:sticky;top:0;z-index:30;
  background:rgba(247,243,235,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:9px;font-weight:700}
.brand-mark{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--deep);color:white}
.nav-links{display:flex;align-items:center;gap:25px;font-size:.94rem;color:#39473f}
.nav-links a:hover{color:var(--deep)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:999px;padding:14px 22px;font-weight:700;transition:.25s ease;
  border:1px solid transparent
}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:10px 17px;background:var(--deep);color:white}
.btn-primary{background:var(--deep);color:white;box-shadow:0 12px 30px rgba(23,63,52,.22)}
.btn-primary:hover{background:var(--deep2)}
.btn-ghost{border-color:rgba(23,63,52,.18);background:rgba(255,255,255,.45)}
.btn-light{background:#fff;color:var(--deep)}
.hero{
  position:relative;overflow:hidden;min-height:730px;
  display:flex;align-items:center;
  background:
    radial-gradient(circle at 78% 20%,rgba(199,165,92,.24),transparent 28%),
    linear-gradient(135deg,#f8f4ec 0%,#edf2e8 55%,#e3eee6 100%);
}
.nature{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55;animation:float 8s ease-in-out infinite}
.nature-one{width:290px;height:290px;background:radial-gradient(circle at 35% 30%,#95b79a,#507f61 60%,transparent 61%);right:-80px;top:70px}
.nature-two{width:190px;height:190px;background:radial-gradient(circle at 35% 30%,#d2c79d,#83976f 60%,transparent 61%);left:-70px;bottom:20px;animation-delay:-2s}
.nature-three{width:120px;height:120px;background:radial-gradient(circle at 40% 30%,#c4d4b5,#6d8c70 60%,transparent 61%);right:34%;bottom:8%;animation-delay:-4s}
@keyframes float{50%{transform:translateY(-16px) rotate(3deg)}}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;position:relative;z-index:2}
.hero-copy{padding:90px 0}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:#6f815e}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.96;letter-spacing:-.055em;max-width:820px;margin:16px 0 24px}
.lead{font-size:1.14rem;color:var(--muted);max-width:670px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 35px}
.trust-row{display:flex;gap:36px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:24px}
.trust-row div{display:grid;gap:2px}
.trust-row strong{font-size:1.35rem;color:var(--deep)}
.trust-row span{font-size:.82rem;color:var(--muted)}
.hero-visual{min-height:520px;position:relative;perspective:1100px;display:grid;place-items:center}
.glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,244,198,.75),rgba(199,165,92,.16) 45%,transparent 70%);filter:blur(6px)}
.ring-scene{width:430px;height:390px;position:relative;transform-style:preserve-3d;transition:transform .12s ease-out}
.ring{
  position:absolute;width:210px;height:210px;border-radius:50%;
  border:22px solid #d6b86d;
  box-shadow:
    inset 8px 8px 14px rgba(255,255,255,.7),
    inset -8px -8px 18px rgba(112,72,17,.22),
    0 30px 55px rgba(66,55,27,.20);
  background:transparent
}
.ring:after{
  content:"";position:absolute;inset:-10px;border-radius:50%;
  border:3px solid rgba(255,255,255,.38);filter:blur(.2px)
}
.ring-a{left:55px;top:80px;transform:rotateX(66deg) rotateZ(-24deg) translateZ(30px);animation:ringA 6s ease-in-out infinite}
.ring-b{right:38px;top:110px;transform:rotateX(68deg) rotateZ(28deg) translateZ(-20px);animation:ringB 6s ease-in-out infinite}
@keyframes ringA{50%{transform:rotateX(64deg) rotateZ(-17deg) translate3d(4px,-10px,45px)}}
@keyframes ringB{50%{transform:rotateX(70deg) rotateZ(20deg) translate3d(-5px,10px,-5px)}}
.spark{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff7c8;box-shadow:0 0 18px #fff3a6;animation:spark 2.2s ease-in-out infinite}
.s1{left:95px;top:80px}.s2{right:110px;top:120px;animation-delay:-.7s}.s3{left:185px;bottom:60px;animation-delay:-1.2s}.s4{right:55px;bottom:115px;animation-delay:-1.6s}
@keyframes spark{0%,100%{opacity:.15;transform:scale(.7)}50%{opacity:1;transform:scale(1.5)}}
.hero-card{
  position:absolute;right:10px;bottom:20px;width:270px;
  background:rgba(255,255,255,.72);backdrop-filter:blur(13px);
  border:1px solid rgba(255,255,255,.65);border-radius:22px;padding:18px 20px;
  box-shadow:var(--shadow)
}
.hero-card p{margin:5px 0 0;font-size:.89rem;color:#506057}
.mini-heart{font-size:1.4rem;color:var(--gold)}
.scroll-hint{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);font-size:1.7rem;color:#758277;animation:bounce 2s infinite}
@keyframes bounce{50%{transform:translate(-50%,7px)}}
.section{padding:100px 0}
.soft{background:#eef2eb}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.035em;margin:10px 0 24px}
.section p{color:var(--muted)}
.team-card,.step-card,.value-card,.contact-box{
  background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow)
}
.team-card{padding:40px;border-radius:30px}
.avatar-row{display:flex;margin-bottom:26px;align-items:center}
.avatar{
  width:76px;height:76px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,#eef3ea,#d8e4d4);
  border:5px solid var(--card);margin-inline-end:-12px;
  box-shadow:0 10px 24px rgba(28,61,47,.10);overflow:hidden
}
.avatar svg{width:54px;height:54px;fill:#54705f}
.avatar .hair{fill:#274b3c}
.avatar-woman{background:linear-gradient(145deg,#f4eee9,#e7dcd0)}
.avatar-woman svg{fill:#6d7467}
.avatar-woman .hair{fill:#5b493e}
.avatar:hover{transform:translateY(-3px);transition:.2s ease}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.step-card{padding:30px;border-radius:24px}
.step-no{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#edf2e8;color:var(--deep);font-weight:800;margin-bottom:25px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}
.value-card{padding:27px;border-radius:24px}
.value-card>span{font-size:1.7rem}
.value-card h3{margin:15px 0 8px}
.cta-section{padding:55px 0}
.cta{
  background:linear-gradient(135deg,var(--deep),var(--deep2));color:white;
  border-radius:32px;padding:55px;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;
  box-shadow:0 30px 70px rgba(13,44,36,.22)
}
.cta h2{margin-bottom:12px}
.cta p{color:rgba(255,255,255,.72);max-width:760px;margin-bottom:0}
.light{color:#d9c88b}
.faq-list{display:grid;gap:12px;margin-top:35px}
details{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:20px 22px}
summary{cursor:pointer;font-weight:700}
details p{margin:14px 0 0}
.contact-section{padding-top:35px}
.contact-box{border-radius:28px;padding:42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}
footer{background:#0e211b;color:#dfe9e3;padding:60px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:45px}
.footer-brand .brand-mark{background:#d8be78;color:#183127}
footer p,footer span{color:#9fb0a7;font-size:.9rem}
footer a{display:block;color:#dfe9e3;margin-top:8px;font-size:.92rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:36px;padding-top:20px}
.floating-whatsapp{
  position:fixed;right:22px;bottom:22px;z-index:40;
  width:58px;height:58px;border-radius:50%;display:grid;place-items:center;
  background:#173f34;color:white;font-size:1.55rem;box-shadow:0 15px 35px rgba(0,0,0,.2)
}
body[dir="rtl"] .floating-whatsapp{right:auto;left:22px}
body[dir="rtl"] .nav-links{direction:rtl}
body[dir="rtl"] .hero-copy,body[dir="rtl"] .section,body[dir="rtl"] footer{text-align:right}
body[dir="rtl"] .hero-actions,body[dir="rtl"] .trust-row{direction:rtl}

@media (max-width:900px){
  .nav-links{display:none}
  .hero{min-height:auto}
  .hero-grid,.two-col,.cta,.contact-box{grid-template-columns:1fr}
  .hero-copy{padding:70px 0 20px}
  .hero-visual{min-height:430px}
  .steps{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr 1fr}
  .cta{padding:36px}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .container{width:min(100% - 26px,1160px)}
  .topbar-inner{align-items:flex-start;flex-direction:column;padding:8px 0}
  .nav{min-height:64px}
  .brand{font-size:.94rem}
  .btn-small{display:none}
  h1{font-size:3.1rem}
  .hero-visual{min-height:350px}
  .ring-scene{transform:scale(.76);transform-origin:center}
  .hero-card{right:4px;bottom:0;width:235px}
  .section{padding:72px 0}
  .value-grid{grid-template-columns:1fr}
  .cta,.contact-box{padding:28px}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto!important}
  .ring-scene{transition:none}
}

.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text small{font-size:.68rem;font-weight:500;color:var(--muted);margin-top:4px;letter-spacing:.03em}
footer .brand-text small{color:#9fb0a7}
body[dir="rtl"] .brand-text{align-items:flex-start}


.floral-hero{min-height:520px;position:relative;perspective:1100px;display:grid;place-items:center}
.floral-image-wrap{
  position:relative;
  width:min(100%,560px);
  aspect-ratio:4/3;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 34px 80px rgba(40,54,44,.20);
  transform-style:preserve-3d;
  transition:transform .18s ease-out;
  border:1px solid rgba(255,255,255,.65);
}
.floral-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.035);
  animation:softZoom 10s ease-in-out infinite;
}
.image-sheen{
  position:absolute;inset:-20%;
  background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.22) 50%,transparent 65%);
  transform:translateX(-70%) rotate(8deg);
  animation:sheen 7s ease-in-out infinite;
  pointer-events:none;
}
@keyframes softZoom{50%{transform:scale(1.075)}}
@keyframes sheen{0%,60%{transform:translateX(-75%) rotate(8deg)}85%,100%{transform:translateX(75%) rotate(8deg)}}
@media(max-width:560px){
  .floral-hero{min-height:390px}
  .floral-image-wrap{width:100%;border-radius:24px}
}


/* Language selector position: Arabic is the first/default language.
   In RTL layout the tagline stays on the right and language controls remain on the left. */
body[dir="rtl"] .topbar-inner{direction:rtl}
body[dir="rtl"] .lang-switch{direction:ltr}
.lang-switch{white-space:nowrap}
.lang-switch .lang{min-width:max-content}


/* V5: keep the white information card away from the wedding rings */
.floral-hero .hero-card{
  left:-34px;
  right:auto;
  bottom:18px;
  width:245px;
  z-index:5;
}
body[dir="rtl"] .floral-hero .hero-card{
  left:-34px;
  right:auto;
  text-align:right;
}

/* Slightly fresher hero image presentation without changing the rest of the page */
.floral-image-wrap{
  box-shadow:0 30px 75px rgba(31,63,50,.16);
}
.floral-image{
  object-position:center center;
}

@media (max-width:900px){
  .floral-hero .hero-card,
  body[dir="rtl"] .floral-hero .hero-card{
    left:8px;
    right:auto;
    bottom:8px;
    width:min(235px,72%);
  }
}

@media (max-width:560px){
  .floral-hero .hero-card,
  body[dir="rtl"] .floral-hero .hero-card{
    left:6px !important;
    right:auto !important;
    bottom:6px;
    width:205px;
    padding:13px 15px;
  }
  .floral-hero .hero-card p{font-size:.80rem;line-height:1.45}
  .avatar{width:68px;height:68px}
  .avatar svg{width:48px;height:48px}
}


.pricing-section{
  background:linear-gradient(180deg,#f8f5ee 0%,#eef3ec 100%);
}
.pricing-lead{
  max-width:780px;
  font-size:1.08rem;
}
.pricing-card{
  margin-top:34px;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:center;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  box-shadow:var(--shadow);
}
.price-badge{
  min-height:190px;
  border-radius:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(145deg,#173f34,#0d2c24);
  color:white;
  padding:24px;
}
.price-amount{
  display:block;
  font-size:clamp(2.7rem,6vw,4.8rem);
  line-height:1;
  font-weight:800;
  letter-spacing:-.05em;
  margin-bottom:12px;
}
.price-badge span:last-child{
  color:rgba(255,255,255,.78);
  font-size:.93rem;
}
.pricing-points{
  display:grid;
  gap:16px;
}
.pricing-points div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px 17px;
  border-radius:16px;
  background:#f2f5f0;
  font-weight:650;
}
.pricing-points div span:first-child{
  width:30px;height:30px;border-radius:50%;
  display:grid;place-items:center;
  background:#dfeadf;
  color:var(--deep);
  font-weight:900;
}
body[dir="rtl"] .pricing-points div{
  flex-direction:row;
}
@media(max-width:700px){
  .pricing-card{grid-template-columns:1fr;padding:22px}
  .price-badge{min-height:160px}
}
