/* service.css
   Premium, responsive styles for individual service pages
   (ITR, Payroll, GST, Bookkeeping) - light theme
   Uses Alegreya font (load it from Google Fonts in your HTML)
*/

/* ---------- :root variables ---------- */
:root{
  --accent1: #00d1c7;
  --accent2: #3b82f6;
  --accent3: #6d28d9;
  --brand-grad: linear-gradient(90deg,var(--accent1),var(--accent2),var(--accent3));
  --text: #0b1120;
  --muted: #6b7280;
  --surface: #ffffff;
  --border: rgba(7,16,34,0.06);
  --shadow: 0 12px 36px rgba(7,16,34,0.06);
  --radius: 14px;
  --maxw: 1200px;

  /* adjust these if your nav is taller/shorter */
  --nav-height-desktop: 76px;
  --nav-height-mobile: 64px;
}

/* ---------- reset / base ---------- */
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:'Alegreya',serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;height:auto;display:block}


/* ---------- Hero / Banner ---------- */
/* add enough top padding so fixed nav doesn't overlap hero content */
.service-hero{
  padding: calc(var(--nav-height-desktop) + 56px) 20px 64px;
  background: linear-gradient(180deg,#fff,#fbfdff);
  position:relative;
  overflow:visible;
}
@media (max-width:900px){
  .service-hero{ padding: calc(var(--nav-height-mobile) + 40px) 16px 48px; }
}

.hero-inner{ max-width:var(--maxw); margin:0 auto; display:flex; gap:36px; align-items:center; justify-content:space-between; flex-wrap:wrap; padding:0 10px; }
.hero-copy{ flex:1; min-width:260px; z-index:2; }
.service-hero h1{ font-size:clamp(26px,4.4vw,44px); margin:0 0 12px; font-weight:700; line-height:1.04; background:var(--brand-grad); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.service-hero .lead{ color:var(--muted); margin:0 0 18px; max-width:760px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* hero visual/banner on right */
.hero-banner{ flex:0 0 340px; display:flex; align-items:center; justify-content:center; z-index:2; }
.hero-banner img{ width:100%; border-radius:12px; border:1px solid var(--border); box-shadow:0 16px 40px rgba(7,16,34,0.06); object-fit:cover; }

/* subtle watermark (service short code) behind hero - very faint */
.hero-watermark{
  position:absolute;
  right:4%;
  top:8%;
  transform:rotate(8deg);
  font-weight:900;
  font-size:clamp(56px, 14vw, 160px);
  color: rgba(7,16,34,0.03);
  pointer-events:none;
  user-select:none;
  z-index:0;
}

/* ---------- Section base ---------- */
.section{ padding:64px 20px; background:linear-gradient(180deg,#fff,#f9fbff); }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 12px; }
.wrap.narrow{ max-width:960px; }

/* headings */
h2{ font-size:clamp(20px,3vw,30px); margin:0 0 16px; color:var(--text); }
.text-lead{ color:var(--muted); margin-bottom:18px; font-size:1.03rem; line-height:1.6; }

/* ---------- Cards / two-col ---------- */
.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap:22px; align-items:start; }
@media (max-width:980px){ .two-col{ grid-template-columns:1fr } }

.card{ background:var(--surface); border-radius:var(--radius); padding:20px; border:1px solid var(--border); box-shadow:var(--shadow); }
.card h3{ margin:0 0 10px; color:var(--text) }
.checklist{ list-style:none; padding:0; margin:0; }
.checklist li{ padding:8px 0; border-bottom:1px dashed rgba(0,0,0,0.04); font-weight:600; color:var(--text); }

/* Infographic Circles - premium, responsive */
#process-infographic { background: linear-gradient(180deg,#ffffff,#fbfdff); padding:60px 18px; }
.infographic-wrap { max-width:1200px; margin:0 auto; text-align:center; font-family:'Alegreya', serif; position:relative; }
#process-title { font-size: clamp(22px, 3.2vw, 30px); margin-bottom:8px; font-weight:700; color:#0b1120; }
.infographic-lead { color: #6b7280; margin-bottom:28px; }

/* Grid container: 3x3 implicit (center badge at middle) */
.infographic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto; /* 3 rows: top, center, bottom */
  row-gap: 80px; /* spacing between rows */
  column-gap: 26px;
  align-items: center;
  justify-items: center;
  position: relative;
  padding: 18px;
}

/* center badge (spans the center cell) */
.center-badge {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
.center-logo{ width:84px; height:auto; border-radius:12px; box-shadow: 0 10px 30px rgba(7,16,34,0.06); }
.center-text strong { display:block; font-weight:800; letter-spacing:0.6px; color:#0b1120; }

/* Steps: we place them in the 4 corners around center */
.step { width: 260px; max-width:90%; text-align:center; background:transparent; z-index:2; }
.step-bubble {
  width:120px; height:120px; border-radius:50%;
  display:inline-grid; place-items:center;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.88));
  border: 1px solid rgba(7,16,34,0.06);
  box-shadow: 0 18px 46px rgba(7,16,34,0.08);
  transition: transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .36s;
  margin-bottom:14px;
}

/* gradient ring (outer) */
.step-bubble::after {
  content: "";
  position: absolute;
  width:140px; height:140px; border-radius:50%;
  background: linear-gradient(90deg,var(--accent1),var(--accent2),var(--accent3));
  opacity:0.11;
  z-index:-1;
  filter: blur(8px);
}

/* Icon inside bubble */
.step-icon { width:46px; height:46px; color: #0b1120; opacity:0.95; }

/* title + desc */
.step-title { font-size:18px; margin:6px 0 6px; font-weight:700; color:#071022; }
.step-desc { color:#6b7280; font-size:0.95rem; margin:0; line-height:1.5; }

/* hover / focus effect */
.step:hover .step-bubble, .step:focus-within .step-bubble {
  transform: translateY(-10px) rotate(-2deg) scale(1.02);
  box-shadow: 0 30px 60px rgba(7,16,34,0.16);
}

/* Grid placement: top-left, top-right, bottom-left, bottom-right */
.infographic-grid .step[data-step="1"] { grid-column: 1 / 2; grid-row: 1 / 2; }
.infographic-grid .step[data-step="2"] { grid-column: 3 / 4; grid-row: 1 / 2; }
.infographic-grid .step[data-step="3"] { grid-column: 1 / 2; grid-row: 2 / 3; }
.infographic-grid .step[data-step="4"] { grid-column: 3 / 4; grid-row: 2 / 3; }

/* create subtle connector arcs using pseudo elements (desktop only) */
@media (min-width: 900px) {
  /* top-left to center arc */
  .infographic-grid .step[data-step="1"]::before {
    content:"";
    position:absolute;
    width:220px; height:220px; border-radius:50%;
    left:calc( (100% * (0/3)) + 10% ); top:-40px;
    border: 2px dashed rgba(59,130,246,0.08);
    transform: translateX(-10%) translateY(-10%);
    pointer-events:none;
    opacity:0.6;
  }
  /* top-right arc */
  .infographic-grid .step[data-step="2"]::before {
    content:"";
    position:absolute; width:220px; height:220px; border-radius:50%;
    right:calc( (100% * (0/3)) + 10% ); top:-40px;
    border: 2px dashed rgba(109,40,217,0.08);
    transform: translateX(10%) translateY(-10%);
    pointer-events:none;
    opacity:0.6;
  }
  /* bottom-left arc */
  .infographic-grid .step[data-step="3"]::before {
    content:"";
    position:absolute; width:220px; height:220px; border-radius:50%;
    left:calc( (100% * (0/3)) + 10% ); bottom:-40px;
    border: 2px dashed rgba(0,209,199,0.08);
    transform: translateX(-10%) translateY(10%);
    pointer-events:none;
    opacity:0.6;
  }
  /* bottom-right arc */
  .infographic-grid .step[data-step="4"]::before {
    content:"";
    position:absolute; width:220px; height:220px; border-radius:50%;
    right:calc( (100% * (0/3)) + 10% ); bottom:-40px;
    border: 2px dashed rgba(59,130,246,0.06);
    transform: translateX(10%) translateY(10%);
    pointer-events:none;
    opacity:0.6;
  }
}

/* Gradient border around step bubbles */
.step-bubble {
  border: 3px solid transparent;
  background-clip: padding-box;
  position: relative;
}
.step-bubble::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent1), var(--accent2), var(--accent3));
  z-index: -1;
}

/* Slow rotating gradient glow around center badge */
.center-badge::after {
  content:"";
  position:absolute;
  width:160px; height:160px;
  border-radius:50%;
  background: conic-gradient(from 0deg, var(--accent1), var(--accent2), var(--accent3), var(--accent1));
  opacity: 0.12;
  animation: rotateGlow 14s linear infinite;
  z-index:-1;
}
@keyframes rotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Tooltip styling with gradient background */
.step:hover .step-desc::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -36px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}



/* responsive: 2x2 grid on tablet, stacked on mobile */
@media (max-width: 900px) {
  .infographic-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 8px; }
  .center-badge { grid-column: 1 / -1; order: 0; margin-bottom: 4px; }
  .infographic-grid .step[data-step="1"],
  .infographic-grid .step[data-step="2"],
  .infographic-grid .step[data-step="3"],
  .infographic-grid .step[data-step="4"] { grid-column:auto; grid-row:auto; }
  .step { width: 100%; }
  .step-bubble, .step-bubble::after { width:110px; height:110px; }
}

/* mobile stacked */
@media (max-width: 520px) {
  #process-infographic { padding: 38px 14px; }
  .infographic-grid { display:block; }
  .center-badge { margin: 0 auto 18px; text-align:center; }
  .step { margin: 0 auto 20px; width: 100%; max-width:420px; text-align:left; display:block; }
  .step .step-bubble { float:left; margin-right:14px; width:86px; height:86px; }
  .step-title { margin-top: 6px; font-size: 16px; }
  .step-desc { font-size:0.96rem; }
  .step::after { content:""; display:block; clear:both; }
}

/* entrance animation (stagger) */
.step { opacity:0; transform: translateY(14px) scale(.98); transition: all .6s cubic-bezier(.2,.9,.2,1); }
.step.visible { opacity:1; transform: translateY(0) scale(1); }
.center-badge { opacity:0; transform: scale(.98); transition: all .6s cubic-bezier(.2,.9,.2,1); }
.center-badge.visible { opacity:1; transform: scale(1); }


/* Number badge */
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--brand-grad);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Step text */
.process-steps li strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--text);
}
.process-steps li .step-desc {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 400;
}


/* ---------- Premium Buttons (global) ---------- */
.btn{
  display:inline-block; padding:14px 30px; border-radius:999px; font-weight:700; font-size:1rem; letter-spacing:0.2px; transition:all .28s ease; cursor:pointer; text-decoration:none;
  position:relative; overflow:hidden;
}
.btn.primary{
  background: var(--brand-grad);
  color:#fff;
  box-shadow: 0 10px 34px rgba(6,40,80,0.12), inset 0 -6px 18px rgba(0,0,0,0.06);
}
.btn.primary:hover{ transform:translateY(-3px) scale(1.01); box-shadow:0 18px 46px rgba(6,40,80,0.18); }
.btn.primary:active{ transform:translateY(0) scale(.996); box-shadow:0 6px 18px rgba(6,40,80,0.08); }
.btn.primary:focus-visible{ outline:none; box-shadow:0 0 0 6px rgba(59,130,246,0.14), 0 12px 36px rgba(6,40,80,0.12); }

/* Ghost variant with soft gradient border */
.btn.ghost{
  background:#fff; color:var(--text);
  border:2px solid transparent;
  border-image: var(--brand-grad) 1; /* gradient border using border-image */
  box-shadow: 0 6px 20px rgba(7,16,34,0.04);
}
.btn.ghost:hover{ background: linear-gradient(90deg, rgba(0,209,199,0.08), rgba(59,130,246,0.06)); transform:translateY(-2px); }
.btn.ghost:focus-visible{ outline:none; box-shadow:0 0 0 6px rgba(59,130,246,0.12); }

/* small-screen full width buttons */
@media (max-width:520px){ .btn{ width:100%; text-align:center } }


/* ---------- Utilities / Responsiveness ---------- */
@media (max-width:1000px){
  .hero-banner{ flex: 0 0 280px; }
  .hero-inner{ gap:22px }
}
@media (max-width:820px){
  .hero-inner{ flex-direction:column; align-items:flex-start }
  .hero-banner{ width:100%; order:2 }
  .hero-copy{ order:1 }
  .hero-watermark{ display:none }
  .two-col{ grid-template-columns:1fr }
  .process-steps{ flex-direction:column }
}
@media (max-width:480px){
  .service-hero{ padding: calc(var(--nav-height-mobile) + 36px) 12px 40px; }
  .service-form textarea{ min-height:96px }
  .btn{ padding:12px 18px }
}

/* ---------- Accessibility helpers ---------- */
.visually-hidden{ position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap }

/* ---------- Minor polish for prints/screens ---------- */
@media print{
  .nav, .hero-banner img, .hero-watermark, .btn { display:none !important }
  body{ background:#fff }
}


/* Ensure these variables exist in your global CSS; adjust if needed */
:root{
  --accent1:#00d1c7; --accent2:#3b82f6; --accent3:#6d28d9;
  --brand-grad: linear-gradient(90deg,var(--accent1),var(--accent2),var(--accent3));
  --text:#0b1120; --muted:#6b7280; --surface:#ffffff; --card-border: rgba(7,16,34,0.06);
}

/* ---- Luxury Stats Section ---- */
.lux-stats{ position:relative; padding:64px 18px; background:linear-gradient(180deg,#fff,#fbfdff); overflow:hidden; }
.lux-wrap{ max-width:1200px; margin:0 auto; position:relative; z-index:2; }
.lux-intro{ text-align:center; margin-bottom:28px }
.lux-intro h2{ font-size:clamp(22px,3vw,30px); margin-bottom:8px; color:var(--text); }
.lux-intro .lead{ color:var(--muted); margin:0 auto; max-width:760px; }

/* Grid */
.stats-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:22px; align-items:stretch; }
@media (max-width:1000px){ .stats-grid{ grid-template-columns: repeat(2,1fr);} }
@media (max-width:560px){ .stats-grid{ grid-template-columns: 1fr; } }

/* Card */
.stat-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.98));
  border-radius:16px;
  padding:20px 18px;
  border:1px solid var(--card-border);
  box-shadow: 0 18px 48px rgba(7,16,34,0.06);
  text-align:center;
  transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s;
  position:relative;
  overflow:visible;
}
.stat-card:hover{ transform: translateY(-8px); box-shadow: 0 28px 68px rgba(7,16,34,0.10); }

/* small icon badge */
.stat-icon{
  width:56px;height:56px;border-radius:12px;display:inline-grid;place-items:center;margin:0 auto 12px;
  background: linear-gradient(90deg, rgba(0,209,199,0.12), rgba(59,130,246,0.08));
  color:var(--text); font-size:22px;
  box-shadow: 0 8px 24px rgba(7,16,34,0.06), inset 0 -6px 18px rgba(0,0,0,0.02);
}

/* big gradient number */
.stat-number{
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 900;
  margin:6px 0 4px;
  background: var(--brand-grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

/* label and note */
.stat-label{ font-weight:700; color:var(--text); margin-bottom:6px; }
.stat-note{ color:var(--muted); font-size:0.95rem; }

/* decorative shapes */
.lux-deco{ position:absolute; width:260px; height:260px; border-radius:16px; opacity:0.06; z-index:1; pointer-events:none; }
.lux-deco.deco-left{ left:-40px; top:20%; background: linear-gradient(135deg,var(--accent1),var(--accent2)); transform: rotate(-12deg); }
.lux-deco.deco-right{ right:-40px; bottom:10%; background: linear-gradient(135deg,var(--accent2),var(--accent3)); transform: rotate(18deg); }

/* make numbers align nicely with decimal targets */
.stat-number[data-decimals="1"]::after{ content: attr(data-suffix, ""); }

/* subtle responsive tweak */
@media (max-width:900px){
  .lux-deco{ display:none; }
  .stat-card{ padding:18px; }
  .stat-number{ font-size:34px; }
}

/* Luxury FAQ Section */
.lux-faq {
  padding: 70px 18px;
  background: linear-gradient(180deg, #fff, #f9fbff);
}
.faq-wrap {
  max-width: 960px;
  margin: 0 auto;
  font-family: 'Alegreya', serif;
}
.lux-faq h2 {
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.faq-intro {
  text-align: center;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 36px;
  font-size: 1.05rem;
}

/* Accordion style */
.faq-item {
  background: #fff;
  border: 1px solid rgba(7,16,34,0.08);
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 8px 26px rgba(7,16,34,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item summary {
  cursor: pointer;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1.05rem;
  position: relative;
  list-style: none;
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }

/* add custom expand icon */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent2);
  transition: transform .25s ease;
}
.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

/* Answer text */
.faq-item p {
  padding: 0 20px 18px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
  animation: fadeIn .4s ease;
}

/* hover effect */
.faq-item:hover {
  box-shadow: 0 16px 42px rgba(7,16,34,0.08);
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Luxurious form styles (append to service.css) ---------- */

.lux-form-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
  margin-top: 22px;
}
@media (max-width: 980px) {
  .lux-form-wrap { grid-template-columns: 1fr; }
}

.lux-form-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,255,0.98));
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(7,16,34,0.06);
  box-shadow: 0 26px 60px rgba(7,16,34,0.08);
  overflow: hidden;
}

/* form layout */
.service-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.service-form .row.small-gap { gap: 12px; align-items:center; }
@media (max-width:980px) {
  .service-form .row { grid-template-columns: 1fr; }
}

/* input group - floating label */
.input-group { position: relative; }
.input-group.full { grid-column: 1 / -1; }
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="tel"],
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 16px 44px 14px 16px; /* room for icon */
  border-radius: 12px;
  border: 1px solid #e7eef8;
  background: #fff;
  font-size: 15px;
  color: var(--text);
  transition: box-shadow .14s ease, border-color .14s ease, transform .14s;
  appearance: none;
}

/* select baseline */
.input-group select { appearance: none; }

/* Floating label */
.input-group label,
.input-group .select-label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 0.95rem;
  color: var(--muted);
  pointer-events: none;
  transition: transform .18s ease, font-size .18s ease, top .18s ease, color .18s;
  transform-origin: left top;
  background: transparent;
  padding: 0 6px;
}

/* when focused or has content */
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group textarea:focus + label,
.input-group textarea:not(:placeholder-shown) + label,
.input-group select:focus + .select-label,
.input-group select:not([value=""]) + .select-label {
  transform: translateY(-14px) scale(.86);
  top: 6px;
  color: var(--accent2);
  font-weight:700;
}

/* icon inside input */
.input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  opacity: 0.9;
}

/* textarea styling */
.input-group textarea { min-height:110px; padding-top:18px; }

/* file input */
.file-label { display:flex; align-items:center; gap:12px; cursor:pointer; }
.file-label input[type="file"] { display:none; }
.file-btn { padding:8px 12px; border-radius:10px; border:1px dashed rgba(0,0,0,0.06); background:transparent; font-weight:600; }
.file-name { font-size:13px; color:var(--muted); }

/* consent */
.consent { display:flex; align-items:center; gap:10px; font-size:0.95rem; color:var(--muted); }
.consent input { width:18px; height:18px; accent-color: var(--accent2); }

/* actions & note */
.form-actions { display:flex; gap:12px; margin-top:12px; align-items:center; flex-wrap:wrap; }
.form-note { margin-top:12px; color:var(--muted); font-size:0.92rem; }

/* right side panel */
.lux-form-side{
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,255,0.98));
  border-radius: 14px;
  padding: 20px;
  border:1px solid rgba(7,16,34,0.05);
  box-shadow: 0 18px 46px rgba(7,16,34,0.06);
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items: center;
}
.side-badge img{ width:86px; border-radius:12px; box-shadow:0 12px 36px rgba(7,16,34,0.06); }
.side-text{ font-weight:800; font-size:1.05rem; margin-top:6px; }
.side-list{ list-style:none; padding:0; margin:0; width:100%; color:var(--text); font-weight:600; }
.side-list li{ padding:8px 0; color:var(--muted); }

/* CTA in side */
.side-cta{ width:100%; display:flex; gap:10px; flex-direction:column; align-items:stretch; }
.side-cta .btn{ width:100%; }

/* success overlay */
.lux-success{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background: rgba(255,255,255,0.94);
  border-radius:18px; z-index:40; transition: opacity .28s ease;
}
.lux-success .success-inner{ text-align:center; padding:18px; max-width:360px; }
.success-mark{ font-size:48px; margin-bottom:6px; }
.lux-success[hidden]{ display:none; }

/* small responsiveness */
@media (max-width:980px){
  .lux-form-side{ order:2; width:100%; }
  .lux-form-card{ order:1; }
  .side-cta .btn{ width:100% }
}

