/* ===========================
   ZAINUR — Premium Redesign
   Design Tokens & Base Styles
=========================== */
:root{
  --green-deep: #083326;
  --green: #114736;
  --green-light: #17523F;
  --gold: #CCA354;
  --gold-light: #F7D88D;
  --gold-deep: #6B6633;
  --cream: #FAF9F6;
  --white: #FFFFFF;
  --ink: #17201C;
  --ink-muted: #5C645F;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;

  --ease: cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,.5,.5,1);
}

body{
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{ scroll-behavior: smooth; }
img{max-width:100%; display:block;}

/* GRAIN OVERLAY */
.grain{
  position:fixed; inset:0; pointer-events:none; z-index:9999;
  opacity:.02; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* EYEBROW */
.eyebrow{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 20px;
}
.eyebrow-dark{ color: var(--gold); }

/* SECTION SUBTITLE */
.section-sub{
  font-size: 17px;
  color: var(--ink-muted);
  line-height: 1.7;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

h1,h2,h3{
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.01em;
}

/* ===========================
   NAVIGATION
=========================== */
.nav{
  padding: 22px 0;
  background: transparent;
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.nav.scrolled{
  background: rgba(8,51,38,.96);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,.12);
}
.nav-logo{
  display:flex; align-items:center; gap:10px;
  color: var(--cream);
  transition:transform .3s var(--ease);
}
.nav-logo:hover{ transform:scale(1.02); }
.nav-logo img{ width: 40px; height: 40px; object-fit:contain; }
.nav-logo span{
  font-family: var(--serif); font-weight:700; font-size: 22px; letter-spacing:.06em;
  color: var(--gold-light);
}
.navbar-nav .nav-link{
  color: var(--cream); font-size:13.5px; font-weight:500;
  opacity:.85; transition: all .3s var(--ease);
  position:relative; padding: 6px 0 !important;
}
.navbar-nav .nav-link::after{
  content:''; position:absolute; bottom:-2px; left:50%; width:0; height:1.5px;
  background:var(--gold-light); transition:all .35s var(--ease); transform:translateX(-50%);
}
.navbar-nav .nav-link:hover{ opacity:1; color: var(--gold-light); }
.navbar-nav .nav-link:hover::after{ width:100%; }
.navbar-nav .nav-link.nav-cta{
  border:1.5px solid var(--gold); padding:12px 26px !important; border-radius:30px;
  color: var(--gold-light) !important; opacity:1 !important;
  display:inline-flex; align-items:center; justify-content:center; gap:8px; line-height:1;
  transition:all .35s var(--ease); position:relative; overflow:hidden; font-size: 13px !important;
  margin-left: 4px;
}
.nav-cta::before{
  content:''; position:absolute; inset:0;
  background:linear-gradient(100deg,var(--gold-light),var(--gold));
  transform:translateX(-101%); transition:transform .45s var(--ease); z-index:-1;
}
.nav-cta:hover::before{ transform:translateX(0); }
.navbar-nav .nav-link.nav-cta:hover{ color: var(--green-deep) !important; transform:translateY(-1px); box-shadow:0 8px 25px rgba(204,163,84,.3); }
.nav-cta i{ font-size:13px; }
.navbar-toggler{ border-color: rgba(247,216,141,.4); transition: all .3s var(--ease); }
.navbar-toggler:hover{ border-color: var(--gold-light); background: rgba(247,216,141,.1); }
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F7D88D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991px){
  .navbar-collapse{
    background: var(--green-deep); margin-top: 16px; padding: 24px;
    border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.3);
  }
}

/* ===========================
   HERO
=========================== */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 75% 25%, rgba(23,82,63,.35), transparent 45%),
    linear-gradient(160deg, var(--green-deep) 0%, #051F17 100%);
  overflow: hidden;
  padding: 110px 0 100px;
}

/* FLOATING CIRCLES */
.hero-circles{
  position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.hero-circles .circle{
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(204,163,84,.15);
  box-shadow: 0 0 40px rgba(204,163,84,.08), inset 0 0 40px rgba(204,163,84,.04);
  animation: floatCircle 18s ease-in-out infinite;
}
.hero-circles .circle:nth-child(1){
  width: 200px; height: 200px; top: 12%; right: 6%;
  animation-delay: 0s; border-color: rgba(204,163,84,.2);
  box-shadow: 0 0 60px rgba(204,163,84,.12), inset 0 0 60px rgba(204,163,84,.06);
}
.hero-circles .circle:nth-child(2){
  width: 140px; height: 140px; top: 50%; right: 22%;
  animation-delay: -3s; border-color: rgba(204,163,84,.15);
  box-shadow: 0 0 50px rgba(204,163,84,.1), inset 0 0 50px rgba(204,163,84,.05);
}
.hero-circles .circle:nth-child(3){
  width: 90px; height: 90px; bottom: 22%; right: 12%;
  animation-delay: -6s; border-color: rgba(204,163,84,.12);
  box-shadow: 0 0 40px rgba(204,163,84,.08), inset 0 0 40px rgba(204,163,84,.04);
}
.hero-circles .circle:nth-child(4){
  width: 70px; height: 70px; top: 28%; right: 32%;
  animation-delay: -9s; border-color: rgba(247,216,141,.15);
  box-shadow: 0 0 30px rgba(247,216,141,.1), inset 0 0 30px rgba(247,216,141,.05);
}
.hero-circles .circle:nth-child(5){
  width: 220px; height: 220px; bottom: 8%; left: 3%;
  animation-delay: -5s; border-color: rgba(23,82,63,.25);
  box-shadow: 0 0 50px rgba(23,82,63,.15), inset 0 0 50px rgba(23,82,63,.08);
}
.hero-circles .circle:nth-child(6){
  width: 110px; height: 110px; top: 8%; left: 18%;
  animation-delay: -12s; border-color: rgba(204,163,84,.1);
  box-shadow: 0 0 35px rgba(204,163,84,.06), inset 0 0 35px rgba(204,163,84,.03);
}

@keyframes floatCircle{
  0%, 100%{ transform: translate(0, 0) rotate(0deg); }
  25%{ transform: translate(15px, -25px) rotate(5deg); }
  50%{ transform: translate(-10px, 15px) rotate(-3deg); }
  75%{ transform: translate(20px, 10px) rotate(2deg); }
}

.hero-row{
  min-height: auto; align-items: center; position: relative; z-index: 1;
}

/* HERO TEXT */
.hero .col-lg-6:first-child{
  padding-right: 16px; position: relative; z-index: 2;
}
.hero h1{
  font-size: clamp(40px, 4.6vw, 64px);
  color: var(--cream);
  margin-bottom: 28px;
  font-weight: 600;
  line-height: 1.12;
}
.hero h1 em{
  font-style: normal;
  background: linear-gradient(100deg, var(--gold-light), var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{
  font-size: 18px;
  color: rgba(250,249,246,.72);
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 400;
}

/* HERO IMAGE / DEVICE MOCKUP */
.hero .col-lg-6:last-child{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.hero-image{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* DEVICE MOCKUP */
.device-mockup{
  position: relative;
  width: 100%;
  max-width: 580px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  animation: mockupFade 1.4s var(--ease) 0.3s both;
}

@keyframes mockupFade{
  from{ opacity: 0; transform: translateY(30px) scale(0.96); }
  to{ opacity: 1; transform: translateY(0) scale(1); }
}

/* LAPTOP MOCKUP */
.mockup-laptop{
  position: relative;
  width: 85%;
  z-index: 1;
}
.laptop-screen{
  background: linear-gradient(165deg, #f5f0e8 0%, #ebe4d4 100%);
  border-radius: 12px 12px 0 0;
  padding: 8px 8px 0;
  box-shadow:
    0 0 0 2px rgba(0,0,0,.08),
    0 30px 80px rgba(0,0,0,.35),
    0 0 60px rgba(204,163,84,.1);
  position: relative;
  overflow: hidden;
}
.laptop-base{
  height: 14px;
  background: linear-gradient(180deg, #d4cfc5 0%, #c4bfb5 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  position: relative;
}
.laptop-base::after{
  content:'';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 4px;
  background: rgba(0,0,0,.1);
  border-radius: 0 0 4px 4px;
}

.screen-content{
  background: linear-gradient(160deg, #f8f5ef 0%, #f0ebe0 100%);
  border-radius: 6px;
  padding: 28px 24px 32px;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.screen-header{
  position: absolute;
  top: 10px; left: 14px;
  display: flex; gap: 5px;
}
.screen-dot{
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(0,0,0,.12);
}
.screen-couple{
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.screen-date{
  font-size: 11px;
  color: var(--ink-muted);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.screen-countdown{
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
}
.cd-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.cd-num{
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--green);
  line-height: 1;
}
.cd-label{
  font-size: 7px;
  color: var(--ink-muted);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.screen-btn{
  background: var(--green);
  color: var(--cream);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 8px 22px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* PHONE MOCKUP */
.mockup-phone{
  position: absolute;
  right: -5%;
  bottom: -8%;
  width: 28%;
  z-index: 2;
  animation: phoneFloat 5s ease-in-out infinite;
}
@keyframes phoneFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-8px); }
}
.phone-screen{
  background: linear-gradient(165deg, #f5f0e8 0%, #ebe4d4 100%);
  border-radius: 18px;
  padding: 4px;
  box-shadow:
    0 0 0 2px rgba(0,0,0,.06),
    0 20px 50px rgba(0,0,0,.3),
    0 0 40px rgba(204,163,84,.08);
}
.phone-screen .screen-content{
  background: linear-gradient(160deg, #f8f5ef 0%, #f0ebe0 100%);
  border-radius: 14px;
  padding: 20px 12px 24px;
  min-height: auto;
}
.phone-couple{
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  line-height: 1.3;
  margin-bottom: 4px;
}
.phone-date{
  font-size: 8px;
  color: var(--ink-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.phone-countdown{
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  justify-content: center;
}
.pc-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.pc-num{
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  line-height: 1;
}
.pc-label{
  font-size: 5px;
  color: var(--ink-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.phone-btn{
  background: var(--green);
  color: var(--cream);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .06em;
  padding: 5px 14px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* SCROLL CUE */
.scroll-cue{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: rgba(250,249,246,.2);
  overflow: hidden;
  z-index: 2;
}
.scroll-cue span{
  display: block;
  width: 100%;
  height: 30%;
  background: var(--gold-light);
  animation: scrollDown 2.2s ease-in-out infinite;
}
@keyframes scrollDown{
  0%{ transform: translateY(-100%); }
  100%{ transform: translateY(320%); }
}

/* ===========================
   FEATURE BAR
=========================== */
.feature-bar{
  position: relative;
  background: var(--cream);
  padding: 56px 0;
}
.feature-bar-inner{
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  box-shadow: none;
  border: none;
}
.feature-item{
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 12px 30px rgba(8,51,38,.08), 0 2px 8px rgba(0,0,0,.03);
  border: 1px solid rgba(17,71,54,.06);
  transition: all .3s var(--ease);
  min-width: 0;
}
.feature-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(8,51,38,.12), 0 4px 12px rgba(0,0,0,.05);
}
.feature-icon{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(8,51,38,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  transition: all .3s var(--ease);
  flex-shrink: 0;
}
.feature-item:hover .feature-icon{
  background: var(--green);
  color: var(--gold-light);
  transform: translateY(-2px);
}
.feature-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.feature-title{
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.feature-desc{
  font-size: 11px;
  color: var(--ink-muted);
  line-height: 1.3;
  overflow-wrap: break-word;
}
.feature-divider{
  display: none;
}

/* ===========================
   WHY CHOOSE ZAINUR
=========================== */
.why-zainur{
  background: var(--cream);
  padding: 100px 0 100px;
  position: relative;
}
.why-zainur h2{
  font-size: clamp(32px, 5vw, 52px);
  color: var(--green);
  margin: 8px 0 20px;
}
.why-card{
  background: var(--white);
  border-radius: 16px;
  padding: 40px 32px 36px;
  border: 1px solid rgba(17,71,54,.06);
  transition: all .4s var(--ease);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.why-card::before{
  content:''; position:absolute; top:0; left:0; width:100%; height:3px;
  background:linear-gradient(90deg,var(--gold-light),var(--gold));
  transform:scaleX(0); transform-origin:left; transition:transform .4s var(--ease);
}
.why-card:hover::before{ transform:scaleX(1); }
.why-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(8,51,38,.1);
  border-color: rgba(17,71,54,.1);
}
.why-icon{
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(8,51,38,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: 20px;
  transition: all .3s var(--ease);
}
.why-card:hover .why-icon{
  background: var(--green);
  color: var(--gold-light);
  transform: scale(1.05);
}
.why-card h3{
  font-size: 20px;
  color: var(--green);
  margin-bottom: 10px;
  font-weight: 600;
}
.why-card p{
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ===========================
   EVERY CELEBRATION
=========================== */
.every-celebration{
  background: linear-gradient(180deg, rgba(8,51,38,.03), rgba(8,51,38,.015));
  padding: 90px 0;
  border-top: 1px solid rgba(17,71,54,.07);
  border-bottom: 1px solid rgba(17,71,54,.07);
}
.every-celebration h2{
  font-size: clamp(28px, 4vw, 40px);
  color: var(--green);
  margin: 8px 0 20px;
}
.celebration-text{
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-muted);
  max-width: 620px;
  margin: 0 auto;
}

/* ===========================
   PHILOSOPHY
=========================== */
.philosophy{
  background: var(--white);
  padding: 120px 0;
  position:relative;
  overflow:hidden;
}
.philosophy::before{
  content:''; position:absolute; top:-120px; right:-120px;
  width:350px; height:350px;
  background:radial-gradient(circle,rgba(204,163,84,.07),transparent 70%);
  border-radius:50%; pointer-events:none;
}
.philosophy h2{
  font-size: clamp(34px, 5vw, 56px);
  color: var(--green);
  margin: 8px 0 24px;
}
.philosophy-line{
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  margin: 0 auto 28px;
  border-radius: 2px;
}
.philosophy-text{
  font-size: 19px;
  line-height: 1.85;
  color: var(--ink-muted);
  max-width: 640px;
  margin: 0 auto 12px;
}
.philosophy-text-second{
  margin-bottom: 0;
}
.divider-word{ color: var(--gold); font-family:var(--sans); font-weight:300; }

/* ===========================
   HOW IT WORKS
=========================== */
.how-it-works{
  background: var(--cream);
  padding: 120px 0;
  position: relative;
}
.how-it-works h2{
  font-size: clamp(32px, 5vw, 52px);
  color: var(--green);
  margin: 8px 0 20px;
}
.steps-container{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 64px;
  flex-wrap: wrap;
}
.step{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 220px;
  padding: 0 16px;
  position: relative;
}
.step-number{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--gold);
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 3;
  transition: all .3s var(--ease);
}
.step:hover .step-number{
  background: var(--gold);
  color: var(--green-deep);
  border-color: var(--gold);
}
.step-icon-wrap{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
}
.step-icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(8,51,38,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  transition: all .3s var(--ease);
}
.step:hover .step-icon{
  background: var(--green);
  color: var(--gold-light);
  transform: scale(1.08);
}
.step h3{
  font-size: 20px;
  color: var(--green);
  margin-bottom: 10px;
}
.step p{
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.6;
  margin-bottom: 0;
}
.step-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  opacity: .5;
  padding-top: 60px;
  flex-shrink: 0;
}

/* ===========================
   SERVICES / PRICING
=========================== */
.services{
  background: var(--white);
  padding: 120px 0;
  position:relative;
}
.services h2{
  font-size: clamp(32px, 5vw, 52px);
  color: var(--green);
  margin-bottom: 8px;
}
.service-card{
  background: var(--cream);
  border-radius: 20px;
  padding: 44px 36px 40px;
  position:relative;
  transition: all .45s var(--ease);
  border: 1px solid rgba(17,71,54,.08);
  overflow:hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card::before{
  content:''; position:absolute; top:0; left:0; width:100%; height:3px;
  background:linear-gradient(90deg,var(--gold-light),var(--gold));
  transform:scaleX(0); transform-origin:left; transition:transform .45s var(--ease);
}
.service-card:hover::before{ transform:scaleX(1); }
.service-card:hover{
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 30px 70px rgba(8,51,38,.12);
  border-color: rgba(17,71,54,.12);
}
.service-card-featured{
  background: linear-gradient(165deg, var(--green) 0%, var(--green-deep) 100%);
  color: var(--cream);
  border: none;
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(8,51,38,.2);
}
.service-card-featured:hover{
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 35px 80px rgba(8,51,38,.25);
}
.service-card-featured::before{
  background:linear-gradient(90deg,var(--gold-light),var(--gold));
}
.featured-badge{
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(100deg, var(--gold-light), var(--gold));
  color: var(--green-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 2;
}
.service-mark{
  font-family: var(--serif);
  font-size: 14px;
  color: var(--gold);
  letter-spacing:.12em;
  display:block;
  margin-bottom: 18px;
  transition:color .3s;
}
.service-card:hover .service-mark{ color:var(--gold-light); }
.service-card-featured .service-mark{ color: var(--gold); }
.service-card-featured:hover .service-mark{ color:var(--gold-light); }
.service-card h3{
  font-size: 28px;
  margin-bottom: 14px;
  color: var(--green);
  transition:color .3s;
  font-weight: 600;
}
.service-card:hover h3{ color:var(--green-deep); }
.service-card-featured h3{ color: var(--gold-light); }
.service-card-featured:hover h3{ color:var(--gold-light); }
.service-desc{
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin-bottom: 24px;
}
.service-card-featured .service-desc{ color: rgba(250,249,246,.75); }
.service-card ul{
  list-style:none;
  margin-bottom: 32px;
  padding-left: 0;
  flex-grow: 1;
}
.service-card ul li{
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(17,71,54,.08);
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  transition:all .3s;
}
.service-card:hover ul li{ border-top-color:rgba(17,71,54,.12); }
.service-card-featured ul li{
  border-top: 1px solid rgba(250,249,246,.12);
  color: rgba(250,249,246,.85);
}
.service-card ul li svg{ 
  color: var(--gold); 
  flex-shrink: 0;
  transition:transform .3s var(--ease);
}
.service-card:hover ul li svg{ transform:scale(1.15); }
.service-price-wrap{
  margin-top: auto;
  padding-top: 8px;
}
.service-price{
  font-family: var(--serif);
  font-size: 26px;
  font-weight:700;
  color: var(--green);
  margin-bottom: 0;
  transition:color .3s;
}
.service-card:hover .service-price{ color:var(--gold-deep); }
.service-card-featured .service-price{ color: var(--gold-light); }
.service-card-featured:hover .service-price{ color:var(--gold-light); }
.services-footnote{
  margin-top: 56px;
  font-size: 13px;
  color: var(--ink-muted);
  font-style: italic;
}

/* ===========================
   TEMPLATES
=========================== */
.templates{
  background: var(--cream);
  padding: 120px 0;
}
.templates h2{
  font-size: clamp(32px, 5vw, 52px);
  color: var(--green);
  margin-bottom: 8px;
}
.templates-sub{
  font-size: 16px;
  color: var(--ink-muted);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.template-card{ 
  text-align:left;
  transition:transform .4s var(--ease);
}
.template-card:hover{ transform:translateY(-6px); }
.template-preview{
  border-radius: 16px;
  aspect-ratio: 4/3;
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 24px;
  position:relative;
  overflow:hidden;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease);
}
.template-card:hover .template-preview{
  transform:scale(1.01);
  box-shadow:0 20px 50px rgba(8,51,38,.12);
}
.template-preview-classic{ background: linear-gradient(150deg, #f3ede2, #e8ddc9); }
.template-preview-modern{ background: linear-gradient(150deg, var(--green-deep), #051f17); }
.template-preview-floral{ background: linear-gradient(150deg, #fbeaea, #f6d9d9); }

.template-mockup{
  width: 70%;
  max-width: 260px;
  background: rgba(255,255,255,.9);
  border-radius: 8px;
  padding: 6px 6px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.tm-screen{
  background: rgba(255,255,255,.95);
  border-radius: 4px;
  padding: 20px 16px 22px;
  text-align: center;
}
.tm-names{
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  display: block;
  margin-bottom: 4px;
}
.tm-date{
  font-size: 9px;
  color: var(--ink-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.tm-countdown{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}
.tm-countdown span{
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--green);
}
.tm-btn{
  background: var(--green);
  color: var(--cream);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .06em;
  padding: 5px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
}

.template-card h3{ font-size: 20px; color: var(--green); margin-bottom:6px; transition:color .3s; font-weight: 600; }
.template-card:hover h3{ color:var(--gold-deep); }
.template-card p{ font-size:14.5px; color: var(--ink-muted); margin-bottom:12px; line-height: 1.5; }
.template-link{
  font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color: var(--gold-deep); background: rgba(204,163,84,.1);
  padding: 6px 14px; border-radius: 20px; display:inline-block;
  transition:all .3s var(--ease);
}
.template-card:hover .template-link{
  background:rgba(204,163,84,.2);
  color:var(--green-deep);
}
.templates-footnote{
  margin-top: 48px;
  font-size: 13px;
  color: var(--ink-muted);
  font-style: italic;
}

/* ===========================
   OUR PROMISE
=========================== */
.our-promise{
  background: linear-gradient(165deg, var(--green-deep) 0%, #051F17 100%);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.our-promise::before{
  content:''; position:absolute; bottom:-180px; left:-180px;
  width:450px; height:450px;
  background:radial-gradient(circle,rgba(204,163,84,.06),transparent 70%);
  border-radius:50%; pointer-events:none;
}
.our-promise h2{
  font-size: clamp(34px, 5vw, 52px);
  color: var(--cream);
  margin: 8px 0 48px;
}
.promise-content{
  position: relative;
  z-index: 1;
}
.promise-quote-mark{
  font-family: var(--serif);
  font-size: 120px;
  color: var(--gold);
  opacity: .15;
  line-height: 1;
  margin-bottom: -40px;
  user-select: none;
}
.promise-text{
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--cream);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
}
.promise-line{
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 24px;
  opacity: .5;
}
.promise-sub{
  font-family: var(--serif);
  font-size: clamp(18px, 2.5vw, 24px);
  color: rgba(250,249,246,.7);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 0;
}
.promise-cta{
  margin-top: 48px;
}

/* ===========================
   CONTACT
=========================== */
.contact{
  background: linear-gradient(180deg, var(--green-deep) 0%, #051F17 100%);
  padding: 130px 0;
  position:relative;
  overflow: hidden;
}
.contact::before{
  content:''; position:absolute; top:-160px; left:50%; transform:translateX(-50%);
  width:600px; height:600px;
  background:radial-gradient(circle,rgba(204,163,84,.06),transparent 70%);
  border-radius:50%; pointer-events:none;
}
.contact h2{
  font-size: clamp(32px, 5vw, 48px);
  color: var(--cream);
  position: relative; z-index: 1;
  margin: 8px 0 24px;
}
.contact-sub{
  color: rgba(250,249,246,.7);
  font-size: 17px;
  line-height:1.7;
  margin-bottom: 40px;
  position: relative; z-index: 1;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ===========================
   FOOTER
=========================== */
.footer{
  background: #02100B;
  padding: 72px 0 0;
  border-top: 1px solid rgba(204,163,84,.15);
}
.footer-top{
  padding-bottom: 48px;
}
.footer-brand{
  display:flex; align-items:center; gap:10px;
  margin-bottom: 12px;
  transition:transform .3s var(--ease);
}
.footer-brand:hover{ transform:scale(1.03); }
.footer-brand img{ width:28px; height:28px; object-fit:contain; }
.footer-brand span{
  font-family: var(--serif); color: var(--gold-light); font-weight:700; letter-spacing:.08em; font-size: 20px;
}
.footer-tag{
  font-size: 13px; color: rgba(250,249,246,.45); margin-bottom: 24px;
}
.footer-social{
  display: flex; align-items: center; gap: 14px;
}
.footer-social a{
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(204,163,84,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light); font-size: 17px;
  transition: all .3s var(--ease); text-decoration: none;
}
.footer-social a:hover{
  background: var(--gold); border-color: var(--gold);
  color: var(--green-deep); transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(204,163,84,.2);
}
.footer-col-title{
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
}
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li{
  margin-bottom: 10px;
}
.footer-links a{
  font-size: 14px;
  color: rgba(250,249,246,.5);
  text-decoration: none;
  transition: all .25s var(--ease);
  position: relative;
  display: inline-block;
}
.footer-links-icon a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-links-icon i{
  font-size: 15px;
  color: var(--gold);
  transition: color .25s var(--ease);
}
.footer-links-icon a:hover i{
  color: var(--gold-light);
}
.footer-response-note{
  font-size: 12.5px;
  color: rgba(250,249,246,.35);
  font-style: italic;
  margin-top: 16px;
  margin-bottom: 0;
}
.footer-links a::after{
  content:''; position:absolute; bottom:-2px; left:0; width:0; height:1px;
  background: var(--gold-light); transition:width .3s var(--ease);
}
.footer-links a:hover{
  color: var(--gold-light);
}
.footer-links a:hover::after{
  width: 100%;
}
.footer-bottom{
  border-top: 1px solid rgba(250,249,246,.08);
  padding: 32px 0;
  text-align: center;
}
.footer-line{
  width:60px; height:1px; background: var(--gold-deep);
  margin-bottom: 24px;
  transition:width .4s var(--ease);
}
.footer:hover .footer-line{ width:100px; }
.footer-copy{ font-size:12px; color: rgba(250,249,246,.3); margin-bottom:0; }

/* ===========================
   BUTTONS
=========================== */
.zbtn{
  display:inline-flex; align-items:center; justify-content:center; gap: 8px;
  padding: 16px 36px;
  border-radius: 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing:.02em;
  text-decoration:none;
  transition: all .35s var(--ease);
  cursor:pointer; border:none;
  position:relative;
  overflow:hidden;
}
.zbtn i{ font-size: 16px; }
.zbtn::after{
  content:''; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transition:left .6s var(--ease);
}
.zbtn:hover::after{ left:100%; }

.zbtn-primary{
  background: linear-gradient(100deg, var(--gold-light), var(--gold));
  color: var(--green-deep);
  box-shadow: 0 8px 30px rgba(204,163,84,.25);
}
.zbtn-primary:hover{ 
  transform: translateY(-3px); 
  box-shadow: 0 15px 40px rgba(204,163,84,.4); 
  color: var(--green-deep); 
}
.zbtn-ghost{
  background: transparent;
  border: 1.5px solid rgba(250,249,246,.25);
  color: var(--cream);
}
.zbtn-ghost:hover{ 
  border-color: var(--gold-light); 
  color: var(--gold-light); 
  background:rgba(250,249,246,.05);
  transform:translateY(-3px);
}
.zbtn-gold{
  border: 1.5px solid var(--gold);
  color: var(--green-deep);
  background: var(--gold-light);
}
.zbtn-gold:hover{ 
  background: var(--gold); 
  transform: translateY(-3px); 
  color: var(--green-deep); 
}
.zbtn-whatsapp{
  background: #25D366;
  color: #06381f;
  box-shadow: 0 8px 25px rgba(37,211,102,.2);
}
.zbtn-whatsapp:hover{
  background: #1DA851;
  color: #06381f;
  transform: translateY(-3px);
  box-shadow:0 12px 30px rgba(37,211,102,.3);
}

/* ===========================
   SCROLL REVEAL (used by script.js)
=========================== */
.reveal-item{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal-item.revealed{
  opacity: 1;
  transform: translateY(0);
}
.feature-bar-inner{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.feature-bar-inner.feature-bar-visible{
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1200px){
  .mockup-phone{ right: -2%; }
}

@media (max-width: 991px){
  .hero{ text-align: center; padding: 120px 0 100px; }
  .hero .col-lg-6:first-child{
    display: flex; flex-direction: column; align-items: center;
    padding-right: 15px; padding-left: 15px; margin-bottom: 48px;
  }
  .hero .col-lg-6:last-child{
    position: relative; right: auto; top: auto; transform: none;
    width: 100%; pointer-events: auto;
  }
  .hero h1, .hero .hero-sub, .hero .eyebrow{ text-align: center; width: 100%; }
  .hero-sub{ margin-left: auto; margin-right: auto; }
  .hero-actions{ justify-content: center; }
  .hero-row{ min-height: auto; row-gap: 0; }
  .hero-image{ width: 100%; justify-content: center; margin: 0; }
  .device-mockup{ max-width: 480px; }
  .mockup-phone{ right: 5%; width: 26%; }

  .feature-bar{ padding: 44px 0; }
  .feature-bar-inner{ grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .feature-item{ padding: 16px 14px; }

  .why-zainur{ padding: 80px 0 80px; }

  .steps-container{ flex-direction: column; align-items: center; gap: 40px; }
  .step{ max-width: 320px; }
  .step-arrow{ transform: rotate(90deg); padding-top: 0; padding-bottom: 0; }

  .service-card-featured{ transform: scale(1); }

  .footer-top .row > div{ text-align: center; }
  .footer-brand{ justify-content: center; }
  .footer-social{ justify-content: center; }
}

@media (max-width: 767px){
  .hero{ padding: 130px 0 90px; }
  .device-mockup{ max-width: 380px; }
  .mockup-phone{ right: 2%; width: 28%; }
  .hero h1{ font-size: clamp(34px, 10vw, 48px); }
  .hero-sub{ font-size: 16px; }
  .scroll-cue{ bottom: 20px; }

  .feature-bar{ padding: 36px 0; }
  .feature-bar-inner{ grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .feature-item{ padding: 14px 12px; }
  .feature-desc{ display: none; }

  .why-zainur{ padding: 60px 0 60px; }

  .philosophy{ padding: 80px 0; }
  .how-it-works{ padding: 80px 0; }
  .services{ padding: 80px 0; }
  .templates{ padding: 80px 0; }
  .our-promise{ padding: 100px 0; }
  .contact{ padding: 80px 0; }

  .service-card{ padding: 32px 24px 28px; }
  .service-card-featured{ transform: scale(1); }
}

@media (max-width: 480px){
  .hero{ padding: 120px 0 70px; }
  .device-mockup{ max-width: 300px; }
  .mockup-phone{ display: none; }
  .hero-actions{ flex-direction: column; align-items: center; }
  .hero-actions .zbtn{ width: 100%; max-width: 280px; }
  .scroll-cue{ bottom: 16px; }

  .feature-bar-inner{ grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .feature-item{ flex-direction: column; text-align: center; padding: 16px 10px; gap: 8px; }
  .feature-icon{ width: 36px; height: 36px; }
  .feature-icon svg{ width: 18px; height: 18px; }

  .why-card{ padding: 28px 24px; }

  .promise-quote-mark{ font-size: 80px; margin-bottom: -24px; }

  .footer{ padding: 48px 0 0; }
}
