/* ============================================================
   Digital Snan · Sangam, Prayagraj — Design System
   Palette (pastel, dawn-at-the-ghat):
     --cream        #FBF6EE  base canvas
     --blush        #F6D9C7  dawn-sky pastel (sections)
     --marigold     #E9A24C  saffron accent (CTAs, sparingly)
     --marigold-soft#F6DDB8  pastel marigold tint
     --ganga        #93C2BA  river teal pastel (Ganga)
     --yamuna       #9CB4D8  river blue pastel (Yamuna)
     --ink          #2E3346  deep indigo-charcoal (text)
     --ink-soft     #6B7188  muted text
   Type: display = "Fraunces" (warm, devotional weight) / body = "Manrope"
   Signature: the Triveni confluence ribbon — three streams (marigold,
   ganga, yamuna) braiding into one gold thread — used in hero + dividers.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --cream:#FBF6EE;
  --blush:#F6D9C7;
  --blush-deep:#F0C6AC;
  --marigold:#E9A24C;
  --marigold-dark:#C97F2E;
  --marigold-soft:#F6DDB8;
  --ganga:#93C2BA;
  --ganga-deep:#6FA79D;
  --yamuna:#9CB4D8;
  --yamuna-deep:#7C97C2;
  --ink:#2E3346;
  --ink-soft:#6B7188;
  --line:rgba(46,51,70,0.12);
  --card:#FFFEFB;
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:10px;
  --shadow-soft:0 20px 45px -25px rgba(46,51,70,0.35);
  --shadow-card:0 12px 30px -18px rgba(46,51,70,0.28);
  --maxw:1180px;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Manrope',system-ui,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
button{font-family:inherit;}

.container{
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 28px;
}

h1,h2,h3,h4{
  font-family:'Fraunces',serif;
  font-weight:600;
  line-height:1.12;
  margin:0;
  color:var(--ink);
  letter-spacing:-0.01em;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15.5px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color: #fff; /*var(--marigold-dark);*/
}
.eyebrow::before{
  content:'';
  width:22px;height:1.5px;
  background:var(--marigold);
  display:inline-block;
}

.eyebrows{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color: #000; /*var(--marigold-dark);*/
}

p.lede{
  font-size:18px;
  color: #fff; /*var(--ink-soft);*/
  /*max-width:56ch;*/
  text-align: center;
}

p.blede
{
  font-size:18px;
  color: var(--ink-soft);
  /*max-width:56ch;*/
  text-align: center;
}

p.ledes{
  font-size:18px;
  color: #000;
  text-align: center;
  font-family: serif;
}

p.main-ledes
{
  font-size:18px;
  color: #000;
  text-align: justify;
  font-family: serif;
}

:focus-visible{
  outline:2.5px solid var(--marigold-dark);
  outline-offset:3px;
  border-radius:6px;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px);}
.btn-primary{
  background:linear-gradient(135deg,var(--marigold),var(--marigold-dark));
  color:#fff8ee;
  box-shadow:0 14px 28px -14px rgba(201,127,46,0.65);
}
.btn-primary:hover{box-shadow:0 18px 34px -14px rgba(201,127,46,0.75); transform:translateY(-1px);}
.btn-ghost{
  background:transparent;
  border-color:var(--line);
  color:var(--ink);
}
.btn-ghost:hover{border-color:var(--ink); }
.btn-block{width:100%;}

/* ---------- Nav ---------- */
.site-nav{
  position:sticky;
  top:0;
  z-index:100;
  background: #ffffff; /*rgba(251,246,238,0.82);*/
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid var(--line);
}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:78px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:'Fraunces',serif;
  font-weight:600;
  font-size:19px;
  color:var(--ink);
}
.brand-mark{
  width:36px;height:36px;
  border-radius:50%;
  display:grid;place-items:center;
  background:conic-gradient(from 200deg,var(--marigold),var(--ganga),var(--yamuna),var(--marigold));
  color:#fff;
  font-size:14px;
}
.brand-sub{
  display:block;
  font-family:'Manrope',sans-serif;
  font-weight:600;
  font-size:11px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--ink-soft);
  margin-top:-2px;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:34px;
}
.nav-links a{
  font-weight:600;
  font-size:14.5px;
  color:var(--ink-soft);
  position:relative;
  padding:4px 0;
  transition:color .25s ease;
}
.nav-links a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-2px;
  width:0%;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--marigold),var(--marigold-dark));
  transition:width .3s ease;
}
.nav-links a:hover{color:var(--marigold-dark);}
.nav-links a:hover::after{width:100%;}
.nav-actions{display:flex;align-items:center;gap:14px;}
.nav-toggle{
  display:none;
  width:44px;height:44px;
  border-radius:12px;
  border:1.5px solid var(--line);
  background:var(--card);
  align-items:center;justify-content:center;
  cursor:pointer;
}
.nav-toggle span{
  display:block;width:19px;height:2px;background:var(--ink);
  position:relative;
  transition:transform .25s ease, opacity .25s ease, background .25s ease;
}
.nav-toggle span::before,.nav-toggle span::after{
  content:'';position:absolute;left:0;width:19px;height:2px;background:var(--ink);transition:transform .25s ease, top .25s ease;
}
.nav-toggle span::before{top:-6px;}
.nav-toggle span::after{top:6px;}
.nav-toggle.open span{background:transparent;}
.nav-toggle.open span::before{top:0;transform:rotate(45deg);}
.nav-toggle.open span::after{top:0;transform:rotate(-45deg);}

.mobile-panel{
  display:none;
  flex-direction:column;
  gap:2px;
  padding:10px 28px 26px;
  border-bottom:1px solid var(--line);
  background:var(--cream);
}
.mobile-panel a{
  padding:14px 6px;
  font-weight:600;
  font-size:16px;
  border-bottom:1px solid var(--line);
  color:var(--ink);
}
.mobile-panel .btn{margin-top:14px;}
.mobile-panel.open{display:flex;}

@media (max-width:900px){
  .nav-links{display:none;}
  .nav-toggle{display:flex;}
  .nav-actions .btn-primary.desktop-only{display:none;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  overflow:hidden;
  padding:30px 0 40px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:54px;
  align-items:center;
}
.hero h1{
  font-size:clamp(34px,4.6vw,58px);
  margin-top:18px;
}
.hero h1 em{
  font-style:italic;
  color:var(--marigold-dark);
}
.hero p.lede{margin-top:20px;text-align: justify;}
.hero-ctas{
  display:flex;
  gap:14px;
  margin-top:30px;
  flex-wrap:wrap;
}
.trust-bar{
  display:flex;
  gap:34px;
  margin-top:46px;
  flex-wrap:wrap;
}
.trust-item{min-width:120px;}
.trust-num{
  font-family:'Fraunces',serif;
  font-size:26px;
  font-weight:600;
  color:var(--ink);
}
.trust-label{
  font-size:12.5px;
  color:var(--ink-soft);
  font-weight:600;
}

.hero-art{
  position:relative;
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
}
.hero-art svg{width:100%;height:100%;}

/* Confluence ribbon divider */
.confluence-divider{
  width:100%;
  height:64px;
  display:block;
}

/* ---------- Sections ---------- */
section{padding:88px 0;}

.content-section{
  padding: 25px 0;
}
.section-tight{padding:64px 0;}
.section-head{
  /*max-width:640px;*/
  margin-bottom:52px;
  text-align: center;
}
.section-head h2{
  font-size:clamp(28px,3.4vw,40px);
  margin-top:14px;
}
.alt-bg{
  background:var(--blush);
  background-image:radial-gradient(circle at 12% 20%, rgba(255,255,255,0.5), transparent 40%);
}

/* ---------- Steps ---------- */
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.step-card{
  /*background:var(--card);*/
  border-radius:var(--radius-md);
  padding:26px 26px;
  box-shadow:var(--shadow-card);
  border:1px solid var(--line);
  position:relative;
}
.step-num{
    font-family: 'Fraunces', serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    margin: 12px auto;
}
.step-card:nth-child(1) .step-num{background:var(--marigold);}
.step-card:nth-child(2) .step-num{background:var(--ganga-deep);}
.step-card:nth-child(3) .step-num{background:var(--yamuna-deep);}
.step-card h3{font-size:19px;margin-bottom:8px;text-align: center;}
.step-card p{color:var(--ink-soft);font-size:14.5px;margin:0;text-align: center;}

/* ---------- Why / features ---------- */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.feature{
  padding:26px 22px;
  border-radius:var(--radius-md);
  background:var(--card);
  border:1px solid var(--line);
}
.feature .ico{
  width:42px;height:42px;
  border-radius:12px;
  display:grid;place-items:center;
  background:var(--marigold-soft);
  margin-bottom:14px;
}
.feature h4{font-size:16px;margin-bottom:6px;}
.feature p{margin:0;font-size:13.8px;color:var(--ink-soft);}

/* ---------- Packages ---------- */
.pkg-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}
.pkg-card{
  background:var(--card);
  border-radius:var(--radius-lg);
  border:1.5px solid var(--line);
  /*padding:34px 30px;*/
  box-shadow:var(--shadow-card);
  display:flex;
  flex-direction:column;
}

.pkg-card img{
  width: 100%;
  height: 350px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

p.pkg-text {
    padding: 10px;
    text-align: justify;
}

.pkg-card.featured{
  border-color:var(--marigold);
  background:linear-gradient(180deg,#FFFCF6,var(--card));
  position:relative;
}
.pkg-badge{
  position:absolute;top:-13px;right:28px;
  background:var(--marigold);
  color:#fff;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.05em;
  padding:6px 14px;
  border-radius:999px;
}
.pkg-name{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);}
.pkg-price{
  font-family:'Fraunces',serif;
  font-size:38px;
  margin:10px 0 4px;
}
.pkg-price span{font-size:14px;font-weight:600;color:var(--ink-soft);font-family:'Manrope',sans-serif;}
.pkg-desc{color:var(--ink-soft);font-size:14px;margin-bottom:22px;}
.pkg-list{display:flex;flex-direction:column;gap:11px;margin-bottom:26px;}
.pkg-list li{
  display:flex;gap:10px;align-items:flex-start;
  font-size:14.5px;
}
.pkg-list li svg{flex:none;margin-top:3px;}

/* ---------- Testimonials ---------- */
.testi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.testi-card{
  background:var(--card);
  border-radius:var(--radius-md);
  border:1px solid var(--line);
  padding:28px 24px;
}
.testi-quote{font-size:15px;color:var(--ink);margin-bottom:18px;}
.testi-person{display:flex;align-items:center;gap:12px;}
.testi-avatar{
  width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,var(--ganga),var(--yamuna));
  display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;
}
.testi-name{font-weight:700;font-size:13.5px;}
.testi-loc{font-size:12px;color:var(--ink-soft);}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px;}
.faq-item{
  border-bottom:1px solid var(--line);
}
.faq-q{
  width:100%;
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;
  padding:22px 4px;
  background:none;border:none;
  text-align:left;
  font-family:'Fraunces',serif;
  font-size:17.5px;
  color:var(--ink);
  cursor:pointer;
}
.faq-q .plus{
  flex:none;
  width:26px;height:26px;
  border-radius:50%;
  border:1.5px solid var(--line);
  display:grid;place-items:center;
  position:relative;
  transition:transform .25s ease, background .25s ease;
}
.faq-q .plus::before,.faq-q .plus::after{
  content:'';position:absolute;background:var(--ink);
}
.faq-q .plus::before{width:10px;height:1.5px;}
.faq-q .plus::after{width:1.5px;height:10px;}
.faq-item.open .plus{transform:rotate(45deg);background:var(--marigold-soft);}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-a p{
  padding:0 4px 22px;
  margin:0;
  color:var(--ink-soft);
  font-size:14.5px;
  max-width:60ch;
}

/* ---------- CTA band ---------- */
.cta-band{
  border-radius:var(--radius-lg);
  padding:56px 48px;
  background:linear-gradient(120deg,var(--marigold-soft),var(--blush) 55%,var(--ganga) 130%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
  text-align: center;
}
.cta-band h3{font-size:clamp(42px,3vw,32px);
/*  max-width:520px;*/
margin: auto;
}

.cta-band h4{
margin: auto;
}

.cta-band a{
  margin:auto;
}

/* ---------- Footer ---------- */
footer{
  background:var(--ink);
  color:#E7E6EF;
  padding:64px 0 30px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr repeat(5,1fr);
  gap:36px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}
.footer-brand .brand{color:#fff;}
.footer-brand p{color:#B7B8C9;font-size:14px;max-width:32ch;margin-top:14px;}
footer h5{
  font-size:12.5px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#B7B8C9;
  margin-bottom:16px;
}
footer .flinks{display:flex;flex-direction:column;gap:11px;}
footer .flinks a{color:#D9D9E6;font-size:14.5px;}
footer .flinks a:hover{color:#fff;}
.footer-bottom{
  padding-top:26px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  font-size:13px;
  color:#8E8FA6;
}
.footer-bottom a{color:#8E8FA6;text-decoration:underline;text-underline-offset:3px;}
.footer-bottom a:hover{color:#fff;}

/* ============================================================
   BOOKING PAGE
   ============================================================ */
.booking-hero{
  padding:52px 0 20px;
  text-align:center;
}
.booking-hero .section-head{margin:0 auto;text-align:center;}
.booking-hero p.lede{margin:14px auto 0;}

.booking-wrap{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:32px;
  align-items:flex-start;
  padding-bottom:100px;
}
.booking-form{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:40px;
  box-shadow:var(--shadow-soft);
}
.form-section + .form-section{
  margin-top:34px;
  padding-top:34px;
  border-top:1px dashed var(--line);
}
.form-section-title{
  font-family:'Fraunces',serif;
  font-size:20px;
  margin-bottom:4px;
}
.form-section-hint{
  font-size:13.5px;
  color:var(--ink-soft);
  margin-bottom:22px;
}
.field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.field{display:flex;flex-direction:column;gap:8px;}
.field.full{grid-column:1/-1;}
.field label{
  font-size:13.5px;
  font-weight:700;
  color:var(--ink);
}
.field .opt{font-weight:500;color:var(--ink-soft);font-size:12.5px;}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=date],
.field input[type=time],
.field select,
.field textarea{
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  padding:13px 15px;
  font-family:inherit;
  font-size:14.5px;
  color:var(--ink);
  background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--marigold);
  box-shadow:0 0 0 4px rgba(233,162,76,0.16);
  outline:none;
}
.field textarea{resize:vertical;min-height:96px;}

.upload-box{
  border:1.5px dashed var(--line);
  border-radius:var(--radius-sm);
  padding:26px;
  text-align:center;
  cursor:pointer;
  background:var(--blush);
  background:#FFFBF4;
  transition:border-color .18s ease, background .18s ease;
}
.upload-box:hover{border-color:var(--marigold);}
.upload-box input{display:none;}
.upload-box .u-title{font-weight:700;font-size:14.5px;}
.upload-box .u-sub{font-size:12.5px;color:var(--ink-soft);margin-top:4px;}
.upload-preview{
  margin-top:14px;
  display:none;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  border-radius:var(--radius-sm);
  background:#fff;
  border:1px solid var(--line);
  font-size:13.5px;
}
.upload-preview img{width:42px;height:42px;border-radius:8px;object-fit:cover;}
.upload-preview.show{display:flex;}

.pkg-toggle{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.pkg-radio{
  position:relative;
  border:1.5px solid var(--line);
  border-radius:var(--radius-md);
  padding:20px;
  cursor:pointer;
  background:#fff;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.pkg-radio input{position:absolute;opacity:0;inset:0;cursor:pointer;}
.pkg-radio .pr-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;}
.pkg-radio .pr-name{font-weight:800;font-size:15px;}
.pkg-radio .pr-price{font-weight:700;color:var(--marigold-dark);font-size:14.5px;}
.pkg-radio .pr-desc{font-size:12.8px;color:var(--ink-soft);}
.pkg-radio:has(input:checked){
  border-color:var(--marigold);
  box-shadow:0 0 0 4px rgba(233,162,76,0.14);
  background:#FFFCF6;
}

.checkbox-row{
  display:flex;align-items:flex-start;gap:12px;
  padding:16px;
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  background:#fff;
}
.checkbox-row input{margin-top:3px;width:17px;height:17px;accent-color:var(--marigold-dark);}
.checkbox-row .cr-title{font-weight:700;font-size:14.5px;}
.checkbox-row .cr-sub{font-size:12.8px;color:var(--ink-soft);margin-top:2px;}

.conditional-field{
  display:none;
  margin-top:16px;
}
.conditional-field.show{display:grid;}

.terms-row{
  display:flex;align-items:flex-start;gap:10px;
  font-size:13px;
  color:var(--ink-soft);
  margin-top:26px;
}
.terms-row input{margin-top:3px;accent-color:var(--marigold-dark);}
.terms-row a{color:var(--marigold-dark);font-weight:700;}

.form-submit{margin-top:26px;}
.form-note{
  text-align:center;
  font-size:12.5px;
  color:var(--ink-soft);
  margin-top:14px;
}

/* Booking summary sidebar */
.summary-card{
  background:var(--ink);
  color:#fff;
  border-radius:var(--radius-lg);
  padding:32px;
  position:sticky;
  top:100px;
}
.summary-card h4{color:#fff;font-size:18px;margin-bottom:18px;}
.summary-row{
  display:flex;justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,0.12);
  font-size:14px;
}
.summary-row .sr-label{color:#B7B8C9;}
.summary-total{
  display:flex;justify-content:space-between;
  padding-top:18px;margin-top:6px;
  font-family:'Fraunces',serif;font-size:22px;
}
.summary-list{margin-top:22px;display:flex;flex-direction:column;gap:11px;}
.summary-list li{display:flex;gap:9px;font-size:13.2px;color:#D9D9E6;align-items:flex-start;}

.service-details{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:54px;
  align-items:center;
}

section.hero.service-detail{
    background-color: #faf4f459;
}

section.alt-bg.serving-devotees {
    background-color: #ffffff;
}

h2.devotees {
  font-size: 20px;
}

.devotees-h4{
  text-align: center;
}
.devotees-h3{
  text-align: center;
}

.devotees-served
{
  text-align: center;
  color: #010513 !important;
}

/* ---------- Responsive ---------- */
@media (max-width:1020px){
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .booking-wrap{grid-template-columns:1fr;}
  .summary-card{position:static;}
}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;}
  .service-details{grid-template-columns:1fr;}
  .hero-art{max-width:340px;margin:0 auto;}
  .steps{grid-template-columns:1fr;}
  .pkg-grid{grid-template-columns:1fr;}
  .testi-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .field-grid{grid-template-columns:1fr;}
  .pkg-toggle{grid-template-columns:1fr;}
  section{padding:64px 0;}
}
@media (max-width:560px){
  .container{padding:0 20px;}
  .footer-grid{grid-template-columns:1fr;gap:30px;}
  .cta-band{padding:36px 26px;flex-direction:column;align-items:flex-start;}
  .booking-form{padding:26px;}
  .trust-bar{gap:22px;}
}

section#how-it-works {
    background-color: #f0f7f8;
}

.yello{
  font-weight : 600;
  background-color: rgb(254 240 138);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.blue{
  color: rgb(79 70 229);
  padding-left: 0.25rem;
  padding-right: 0.25rem;

}


/* ============================================================
   HERO SLIDER (auto-rotating banner, top of page)
   ============================================================ */
.hero-slider{
  position:relative;
  height:600px;
  overflow:hidden;
  background:var(--ink);
}
.slides{
  /*position:relative;*/
  width:100%;
  height:100%;
}
.slide{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  opacity:0;
  visibility:hidden;
  background-size:cover;
  background-position:center;
  background-color:var(--ink);
  transition:opacity .9s ease;
}
/* pastel fallback so the banner still looks intentional before real photos are dropped in */
.slide[data-slide="0"]{background-color:#C97F2E;}
.slide[data-slide="1"]{background-color:#6FA79D;}
.slide[data-slide="2"]{background-color:#7C97C2;}
.slide[data-slide="3"]{background-color:#B57BAE;}
.slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:1;
}
.slide-content{
  max-width:640px;
  color:#fff;
}
.slide-content .eyebrow-light{color:var(--marigold-soft);}
.slide-content .eyebrow-light::before{background:var(--marigold-soft);}
.slide-content h1{
  color:#fff;
  font-size:clamp(30px,4.4vw,52px);
  margin-top:16px;
}
.slide-content h1 em{
  font-style:italic;
  color:var(--marigold-soft);
}
.slide-content p{
  color:rgba(255,255,255,0.86);
  font-size:16.5px;
  max-width:52ch;
  margin-top:16px;
}
.slide-content .btn-primary{margin-top:26px;}

.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;height:46px;
  border-radius:50%;
  border:1.5px solid rgba(255,255,255,0.5);
  background:rgba(46,51,70,0.35);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:24px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:3;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.slider-arrow:hover{background:rgba(46,51,70,0.6);border-color:#fff;}
.slider-arrow.prev{left:24px;}
.slider-arrow.next{right:24px;}

.slider-dots{
  position:absolute;
  bottom:26px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:3;
}
.dot{
  width:9px;height:9px;
  border-radius:50%;
  border:1.5px solid rgba(255,255,255,0.7);
  background:transparent;
  cursor:pointer;
  padding:0;
  transition:background .2s ease, width .2s ease;
}
.dot.is-active{
  background:var(--marigold);
  border-color:var(--marigold);
  width:24px;
  border-radius:6px;
}

.trust-strip{padding:36px 0;}
.trust-strip .trust-bar{
  margin-top:0;
  align-items:center;
  justify-content:space-between;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:26px 34px;
  box-shadow:var(--shadow-card);
}
.trust-strip .trust-item:last-child{margin-left:auto;}

@media (max-width:900px){
  .hero-slider{height:520px;}
  .slider-arrow{display:none;}
  .trust-strip .trust-bar{flex-direction:column;
    /*align-items:flex-start;*/
    text-align: center;
    gap:20px;}
  .trust-strip .trust-item:last-child{margin-left:0;}
}
@media (max-width:560px){
  .hero-slider{height:460px;}
}

/* ============================================================
   HOVER EFFECTS — cards & image sections
   ============================================================ */

/* Step cards */
.step-card{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.step-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 40px -22px rgba(46,51,70,0.35);
  border-color:var(--marigold);
}
.step-num{transition:transform .25s ease;}
.step-card:hover .step-num{transform:scale(1.08) rotate(-6deg);}

/* Feature cards ("Why Digital Snan") */
.feature{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-card);
  border-color:var(--marigold);
}
.feature .ico{transition:transform .3s ease, background .3s ease;}
.feature:hover .ico{transform:scale(1.12) rotate(8deg);background:var(--marigold);}

/* Testimonial cards */
.testi-card{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.testi-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-card);
  border-color:var(--ganga);
}
.testi-avatar{transition:transform .25s ease;}
.testi-card:hover .testi-avatar{transform:scale(1.1);}

/* Media / press cards — image zoom on hover */
.pkg-card{
  transition:transform .25s ease, box-shadow .25s ease;
}
.pkg-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 40px -22px rgba(46,51,70,0.35);
}
.pkg-card > div:first-child{
  overflow:hidden;
  border-top-left-radius:var(--radius-lg);
  border-top-right-radius:var(--radius-lg);
}
.pkg-card img{
  transition:transform .5s ease;
}
.pkg-card:hover img{transform:scale(1.08);}

/* Devotees-served world cards */
.feature.devotees{
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
  cursor:default;
}
.feature.devotees:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:var(--shadow-card);
  filter:brightness(1.03);
}

/* Hero art / service-detail image */
.hero-art{
  overflow:hidden;
  border-radius:var(--radius-lg);
}
.hero-art img{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
  transition:transform .5s ease;
}
.hero-art:hover img{transform:scale(1.04);}

/* Package / pricing radio cards on booking page */
.pkg-radio{transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;}
.pkg-radio:hover{transform:translateY(-3px);}

/* Buttons already have hover states above — small refinement */
.btn-ghost:hover{background:rgba(46,51,70,0.04);}

/* ============================================================
   "Faith shouldn't need a flight ticket" — scroll-reveal
   background + per-card hover images
   ============================================================ */

/* Section background fades in/out as it scrolls into / out of view */
.why-section,
.testi-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.why-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(160deg, rgba(246,217,199,0.92), rgba(147,194,186,0.55) 60%, rgba(156,180,216,0.55)),
    url('../images/why-bg.jpg') center/cover no-repeat;
  background-color:#F0C6AC;
  opacity:0;
  transform:scale(1.04);
  transition:opacity 1s ease, transform 1.2s ease;
  z-index:0;
}
.why-section.in-view::before,
.testi-section.in-view::before{
  opacity:1;
  transform:scale(1);
}
.why-section .container,
.testi-section .container{
  position:relative;
  z-index:1;
}

/* Each of the four cards reveals its own background image on hover */
.why-section .feature{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.why-section .feature > *{
  position:relative;
  z-index:1;
}
.why-section .feature::before{
  content:'';
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.08);
  transition:opacity .45s ease, transform .6s ease;
  z-index:0;
}
.why-section .feature:nth-child(1)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.25), rgba(46,51,70,0.82)), url('../images/why-1.jpg');
}
.why-section .feature:nth-child(2)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.25), rgba(46,51,70,0.82)), url('../images/why-2.jpg');
}
.why-section .feature:nth-child(3)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.25), rgba(46,51,70,0.82)), url('../images/why-3.jpg');
}
.why-section .feature:nth-child(4)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.25), rgba(46,51,70,0.82)), url('../images/why-4.jpg');
}
/* pastel fallback tint per card so it still looks intentional before real photos are added */
.why-section .feature:nth-child(1)::before{background-color:#C97F2E;}
.why-section .feature:nth-child(2)::before{background-color:#6FA79D;}
.why-section .feature:nth-child(3)::before{background-color:#7C97C2;}
.why-section .feature:nth-child(4)::before{background-color:#B57BAE;}

.why-section .feature:hover::before{
  opacity:1;
  transform:scale(1);
}
.why-section .feature h4,
.why-section .feature p{
  transition:color .3s ease;
}
.why-section .feature:hover h4{color:#fff;}
.why-section .feature:hover p{color:rgba(255,255,255,0.88);}
.why-section .feature .ico{
  transition:transform .3s ease, background .3s ease;
}
.why-section .feature:hover .ico{
  background:rgba(255,255,255,0.22);
}

@media (max-width:900px){
  .why-section::before{background-attachment:scroll;}
}

/* ============================================================
   "Sample devotee feedback" — scroll-reveal background +
   per-card hover images (same pattern as the Why section)
   ============================================================ */
.testi-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(160deg, rgba(156,180,216,0.9), rgba(147,194,186,0.55) 55%, rgba(233,162,76,0.35)),
    url('../images/testimonials-bg.jpg') center/cover no-repeat;
  background-color:#9CB4D8;
  opacity:0;
  transform:scale(1.04);
  transition:opacity 1s ease, transform 1.2s ease;
  z-index:0;
}

/* Each testimonial card reveals its own background image on hover */
.testi-section .testi-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.testi-section .testi-card > *{
  position:relative;
  z-index:1;
}
.testi-section .testi-card::before{
  content:'';
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.08);
  transition:opacity .45s ease, transform .6s ease;
  z-index:0;
}
.testi-section .testi-card:nth-child(1)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.3), rgba(46,51,70,0.85)), url('../images/testi-1.jpg');
  background-color:#C97F2E;
}
.testi-section .testi-card:nth-child(2)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.3), rgba(46,51,70,0.85)), url('../images/testi-2.jpg');
  background-color:#6FA79D;
}
.testi-section .testi-card:nth-child(3)::before{
  background-image:linear-gradient(180deg, rgba(46,51,70,0.3), rgba(46,51,70,0.85)), url('../images/testi-3.jpg');
  background-color:#7C97C2;
}
.testi-section .testi-card:hover::before{
  opacity:1;
  transform:scale(1);
}
.testi-section .testi-card .testi-quote,
.testi-section .testi-card .testi-name,
.testi-section .testi-card .testi-loc{
  transition:color .3s ease;
}
.testi-section .testi-card:hover .testi-quote{color:#fff;}
.testi-section .testi-card:hover .testi-name{color:#fff;}
.testi-section .testi-card:hover .testi-loc{color:rgba(255,255,255,0.82);}
.testi-section .testi-card .testi-avatar{
  transition:transform .25s ease, background .3s ease, box-shadow .3s ease;
}
.testi-section .testi-card:hover .testi-avatar{
  background:rgba(255,255,255,0.25);
  box-shadow:0 0 0 3px rgba(255,255,255,0.35);
}

@media (max-width:900px){
  .testi-section::before{background-attachment:scroll;}
}

.step-card:hover{
    background-color: antiquewhite;
}

.req{
  color: red;
}
/* ============================================================
   LEGAL PAGES (Terms & Conditions, Refund Policy)
   ============================================================ */
.legal-wrap{
  /*display:grid;
  grid-template-columns:0.8fr 2.2fr;*/
  gap:32px;
  align-items:flex-start;
  padding-bottom:100px;
}
.legal-nav{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:28px;
  position:sticky;
  top:100px;
}
.legal-nav h4{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:16px;}
.legal-nav ol{display:flex;flex-direction:column;gap:4px;counter-reset:legalnav;}
.legal-nav a{
  display:block;
  padding:9px 10px;
  border-radius:var(--radius-sm);
  font-size:14px;
  font-weight:600;
  color:var(--ink-soft);
  counter-increment:legalnav;
}
.legal-nav a::before{
  content:counter(legalnav) ". ";
  color:var(--marigold-dark);
  font-weight:700;
}
.legal-nav a:hover{background:var(--blush);color:var(--ink);}
.legal-nav .btn{margin-top:18px;}

.legal-content{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:44px 48px;
  box-shadow:var(--shadow-soft);
}
.legal-updated{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:700;
  color:var(--marigold-dark);
  background:var(--marigold-soft);
  padding:7px 14px;
  border-radius:999px;
  margin-bottom:28px;
}
.legal-content h2{
  font-size:24px;
  scroll-margin-top:100px;
}
.legal-content section + section{
  margin-top:38px;
  padding-top:38px;
  border-top:1px dashed var(--line);
}
.legal-content p{
  color:var(--ink-soft);
  font-size:15px;
  line-height:1.75;
  margin:14px 0 0;
}
.legal-content ul{
  margin:16px 0 0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.legal-content ul li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14.8px;
  color:var(--ink-soft);
  line-height:1.6;
}
.legal-content ul li::before{
  content:'';
  flex:none;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--marigold);
  margin-top:8px;
}
.legal-content strong{color:var(--ink);}

@media (max-width:1020px){
  .legal-wrap{grid-template-columns:1fr;}
  .legal-nav{position:static;}
  .legal-content{padding:32px 26px;}
}

/* ============================================================
   CONTACT PAGE — reuses .booking-wrap / .booking-form / .summary-card
   ============================================================ */
.contact-info-list{margin-top:22px;display:flex;flex-direction:column;gap:18px;}
.contact-info-item{display:flex;gap:12px;align-items:flex-start;}
.contact-info-item .ci-ico{
  flex:none;
  width:38px;height:38px;
  border-radius:12px;
  background:rgba(255,255,255,0.15);
  display:grid;place-items:center;
  font-size:16px;
}
.contact-info-item .ci-label{font-size:12px;color:#B7B8C9;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.contact-info-item .ci-value{font-size:14.5px;color:#fff;margin-top:2px;}

/* ============================================================
   THANK YOU PAGE
   ============================================================ */
.thankyou-section{
  position:relative;
  padding:64px 0 110px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(60% 50% at 12% 0%, rgba(246,217,199,0.75), transparent 60%),
    radial-gradient(55% 45% at 90% 10%, rgba(147,194,186,0.4), transparent 60%),
    radial-gradient(50% 40% at 50% 100%, rgba(156,180,216,0.35), transparent 60%);
}

/* Drifting petals — decorative, ignored by screen readers */
.petal-field{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  overflow:hidden;
}
.petal{
  position:absolute;
  top:-40px;
  width:16px;height:16px;
  border-radius:60% 0 60% 0;
  opacity:0.55;
  animation:petal-fall linear infinite;
}
.petal:nth-child(1){left:6%; background:var(--marigold); width:14px;height:14px; animation-duration:11s; animation-delay:0s;}
.petal:nth-child(2){left:18%; background:var(--ganga); width:10px;height:10px; animation-duration:9s; animation-delay:1.2s;}
.petal:nth-child(3){left:32%; background:var(--yamuna); width:13px;height:13px; animation-duration:13s; animation-delay:2.4s;}
.petal:nth-child(4){left:48%; background:var(--marigold); width:11px;height:11px; animation-duration:10s; animation-delay:.6s;}
.petal:nth-child(5){left:63%; background:var(--ganga); width:15px;height:15px; animation-duration:12s; animation-delay:3s;}
.petal:nth-child(6){left:77%; background:var(--marigold); width:10px;height:10px; animation-duration:8.5s; animation-delay:1.8s;}
.petal:nth-child(7){left:88%; background:var(--yamuna); width:14px;height:14px; animation-duration:11.5s; animation-delay:.2s;}
.petal:nth-child(8){left:95%; background:var(--marigold); width:9px;height:9px; animation-duration:9.5s; animation-delay:2.7s;}

@keyframes petal-fall{
  0%{transform:translateY(-6vh) translateX(0) rotate(0deg); opacity:0;}
  8%{opacity:0.55;}
  92%{opacity:0.5;}
  100%{transform:translateY(80vh) translateX(26px) rotate(210deg); opacity:0;}
}

.thankyou-card{
  position:relative;
  z-index:1;
  max-width:660px;
  margin:0 auto;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:52px 44px 44px;
  box-shadow:var(--shadow-soft);
  text-align:center;
  overflow:hidden;
  opacity:0;
  transform:translateY(22px);
  animation:ty-card-in .7s cubic-bezier(.2,.8,.2,1) .1s forwards;
}
.thankyou-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:6px;
  background:linear-gradient(90deg,var(--marigold),var(--ganga),var(--yamuna));
  background-size:200% 100%;
  animation:ty-ribbon 4s linear infinite;
}
@keyframes ty-ribbon{
  0%{background-position:0% 0;}
  100%{background-position:200% 0;}
}
@keyframes ty-card-in{
  to{opacity:1; transform:translateY(0);}
}

.thankyou-check-wrap{
  position:relative;
  width:92px;height:92px;
  margin:6px auto 22px;
}
.thankyou-check-wrap::before,
.thankyou-check-wrap::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  border:2px solid var(--marigold);
  opacity:0;
  animation:ty-ring 2.2s ease-out infinite;
}
.thankyou-check-wrap::after{animation-delay:1.1s;}
@keyframes ty-ring{
  0%{transform:scale(0.7); opacity:0.55;}
  100%{transform:scale(1.55); opacity:0;}
}
.thankyou-check{
  position:relative;
  z-index:1;
  width:76px;height:76px;
  border-radius:50%;
  margin:8px auto 0;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--marigold),var(--marigold-dark));
  box-shadow:0 16px 30px -14px rgba(201,127,46,0.6);
  animation:ty-badge-pop .6s cubic-bezier(.34,1.56,.64,1) .25s both;
}
@keyframes ty-badge-pop{
  0%{transform:scale(0.4); opacity:0;}
  100%{transform:scale(1); opacity:1;}
}
.thankyou-check svg path{
  stroke-dasharray:32;
  stroke-dashoffset:32;
  animation:ty-check-draw .5s ease .65s forwards;
}
@keyframes ty-check-draw{
  to{stroke-dashoffset:0;}
}

.thankyou-card .eyebrow{
  opacity:0;
  animation:ty-fade-up .5s ease .5s forwards;
}
.thankyou-card h2{
  font-size:clamp(24px,3.4vw,32px);
  opacity:0;
  animation:ty-fade-up .5s ease .58s forwards;
}
.thankyou-card > p.lede{
  margin:14px auto 0;
  max-width:46ch;
  opacity:0;
  animation:ty-fade-up .5s ease .66s forwards;
}
@keyframes ty-fade-up{
  from{opacity:0; transform:translateY(10px);}
  to{opacity:1; transform:translateY(0);}
}

.verify-note{
  margin:24px auto 0;
  max-width:52ch;
  background:var(--blush);
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  padding:16px 20px;
  font-size:14px;
  color:var(--ink);
  display:flex;
  gap:10px;
  align-items:flex-start;
  text-align:left;
  opacity:0;
  animation:ty-fade-up .5s ease .74s forwards;
}
.verify-note .vn-ico{flex:none;font-size:18px;line-height:1;}

.receipt{
  margin-top:34px;
  border-top:1px dashed var(--line);
  padding-top:26px;
  text-align:left;
  opacity:0;
  animation:ty-fade-up .5s ease .82s forwards;
}
.receipt-id{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:var(--ink);
  color:#fff;
  border-radius:var(--radius-md);
  padding:16px 20px;
  margin-bottom:22px;
  overflow:hidden;
}
.receipt-id::after{
  content:'';
  position:absolute;
  top:0;bottom:0;left:-60%;
  width:40%;
  background:linear-gradient(115deg,transparent,rgba(255,255,255,0.12),transparent);
  animation:ty-shimmer 3.2s ease-in-out 1.1s infinite;
}
@keyframes ty-shimmer{
  0%{left:-60%;}
  55%,100%{left:130%;}
}
.receipt-id .ri-label{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:#B7B8C9;}
.receipt-id .ri-value{font-family:'Fraunces',serif;font-size:19px;font-weight:600;margin-top:2px;display:flex;align-items:center;gap:10px;}
.copy-id-btn{
  border:1px solid rgba(255,255,255,0.35);
  background:rgba(255,255,255,0.08);
  color:#fff;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.03em;
  padding:6px 12px;
  border-radius:999px;
  cursor:pointer;
  transition:background .2s ease, border-color .2s ease, transform .15s ease;
}
.copy-id-btn:hover{background:rgba(255,255,255,0.18); border-color:rgba(255,255,255,0.6);}
.copy-id-btn:active{transform:scale(0.96);}
.copy-id-btn.copied{background:var(--ganga); border-color:var(--ganga); color:#0d1b1a;}

.receipt-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-size:14.5px;
  opacity:0;
  transform:translateY(8px);
  animation:ty-row-in .45s ease forwards;
}
.receipt-row:nth-child(1){animation-delay:.92s;}
.receipt-row:nth-child(2){animation-delay:1s;}
.receipt-row:nth-child(3){animation-delay:1.08s;}
.receipt-row:nth-child(4){animation-delay:1.16s;}
.receipt-row:nth-child(5){animation-delay:1.24s;}
.receipt-row:nth-child(6){animation-delay:1.32s;}
.receipt-row:last-child{border-bottom:none;}
.receipt-row .rr-label{color:var(--ink-soft);font-weight:600;}
.receipt-row .rr-value{color:var(--ink);font-weight:700;text-align:right;}
@keyframes ty-row-in{
  to{opacity:1; transform:translateY(0);}
}

/* What happens next timeline */
.ty-next{
  margin-top:34px;
  padding-top:30px;
  border-top:1px dashed var(--line);
  text-align:left;
  opacity:0;
  animation:ty-fade-up .5s ease 1.4s forwards;
}
.ty-next h4{
  font-family:'Fraunces',serif;
  font-size:16px;
  margin-bottom:18px;
  text-align:center;
}
.ty-next-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.ty-next-step{
  text-align:center;
  padding:16px 12px;
  border-radius:var(--radius-md);
  background:var(--blush);
  border:1px solid var(--line);
  transition:transform .25s ease, box-shadow .25s ease;
}
.ty-next-step:hover{transform:translateY(-4px); box-shadow:var(--shadow-card);}
.ty-next-step .tn-ico{font-size:22px;margin-bottom:8px;}
.ty-next-step .tn-title{font-weight:700;font-size:13px;}
.ty-next-step .tn-sub{font-size:12px;color:var(--ink-soft);margin-top:4px;}

.thankyou-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  margin-top:34px;
  flex-wrap:wrap;
  opacity:0;
  animation:ty-fade-up .5s ease 1.5s forwards;
}

.thankyou-fallback{display:none;}
.thankyou-fallback.show{display:block;}

@media (prefers-reduced-motion: reduce){
  .thankyou-card,
  .thankyou-check,
  .thankyou-check svg path,
  .thankyou-card .eyebrow,
  .thankyou-card h2,
  .thankyou-card > p.lede,
  .verify-note,
  .receipt,
  .receipt-row,
  .ty-next,
  .thankyou-actions{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
    stroke-dashoffset:0 !important;
  }
  .thankyou-check-wrap::before,
  .thankyou-check-wrap::after,
  .receipt-id::after,
  .petal,
  .thankyou-card::before{
    animation:none !important;
    display:none;
  }
}

@media (max-width:700px){
  .ty-next-steps{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .thankyou-card{padding:38px 22px 32px;}
  .receipt-id{flex-direction:column;align-items:flex-start;gap:10px;}
}
