/* =====================================================================
   ZION FELLOWSHIP KUKATPALLY — DESIGN SYSTEM
   Palette: Burgundy / Antique Gold / Cream
   Display font: Poppins  |  Body font: Inter
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root{
  /* Colors */
  --burgundy:        #6B1E2E;
  --burgundy-dark:    #46121D;
  --burgundy-light:   #8E3145;
  --gold:            #C9A227;
  --gold-light:       #E8CD73;
  --gold-soft:        #F3E6B8;
  --cream:           #FBF5E9;
  --cream-dark:       #F1E5CC;
  --charcoal:        #241A17;
  --text-muted:       #6E6058;
  --white:           #FFFFFF;

  /* Gradients */
  --grad-burgundy: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
  --grad-gold: linear-gradient(120deg, var(--gold) 0%, var(--gold-light) 100%);

  /* Typography */
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Layout */
  --container-w: 1200px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-soft: 0 10px 40px -12px rgba(70,18,29,.25);
  --shadow-card: 0 8px 24px -8px rgba(36,26,23,.16);

  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; width:100%; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--charcoal);
  background:var(--cream);
  line-height:1.65;
  overflow-x:hidden;
  width:100%;
  position:relative;
  -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; cursor:pointer; }
h1,h2,h3,h4,h5,h6{ font-family:var(--font-display); margin:0 0 .5em; color:var(--burgundy-dark); font-weight:700; line-height:1.2; }
p{ margin:0 0 1em; }
.container{ width:100%; max-width:var(--container-w); margin:0 auto; padding:0 24px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- Utility ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-display); font-weight:700; font-size:.78rem;
  letter-spacing:.14em; text-transform:uppercase; color:var(--gold);
  margin-bottom:12px;
}
.eyebrow::before{ content:''; width:22px; height:2px; background:var(--gold); border-radius:2px; }
.section{ padding:96px 0; position:relative; }
@media (max-width:860px){ .section{ padding:64px 0; } }
@media (max-width:480px){ .container{ padding:0 18px; } .section{ padding:52px 0; } }
.section-tight{ padding:64px 0; }
.section-title{ font-size:clamp(1.9rem, 3.4vw, 2.75rem); font-weight:800; }
.section-sub{ color:var(--text-muted); font-size:1.08rem; max-width:640px; }
.center{ text-align:center; margin-left:auto; margin-right:auto; }
.bg-cream-dark{ background:var(--cream-dark); }
.bg-burgundy{ background:var(--grad-burgundy); color:var(--cream); }
.bg-burgundy h2, .bg-burgundy h3{ color:var(--white); }
.text-gold{ color:var(--gold); }
.mt-0{ margin-top:0; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--font-display); font-weight:600; font-size:.95rem;
  padding:14px 30px; border-radius:100px; border:2px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn-primary{ background:var(--grad-gold); color:var(--burgundy-dark); box-shadow:0 8px 22px -8px rgba(201,162,39,.55); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 12px 28px -8px rgba(201,162,39,.7); }
.btn-outline{ border-color:currentColor; background:transparent; }
.btn-outline:hover{ background:rgba(255,255,255,.12); transform:translateY(-2px); }
.btn-burgundy{ background:var(--burgundy); color:var(--cream); }
.btn-burgundy:hover{ background:var(--burgundy-dark); transform:translateY(-2px); }
.btn-sm{ padding:10px 20px; font-size:.85rem; }
.btn-block{ width:100%; }

/* ---------- Announcement marquee ---------- */
.announce-bar{
  background:var(--burgundy-dark); color:var(--gold-soft); overflow:hidden;
  padding:9px 0; font-size:.84rem; font-weight:500; letter-spacing:.02em;
  border-bottom:1px solid rgba(201,162,39,.25);
}
.announce-track{ display:flex; width:max-content; animation:marquee 26s linear infinite; }
.announce-track span{ padding:0 3rem; white-space:nowrap; }
@keyframes marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky; top:0; z-index:200; background:rgba(251,245,233,.96);
  backdrop-filter:blur(10px); border-bottom:1px solid rgba(107,30,46,.08);
}
.nav-row{ display:flex; align-items:center; justify-content:space-between; min-height:var(--header-h); padding:10px 0; gap:16px; }
.brand{ display:flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:800; font-size:1.1rem; color:var(--burgundy-dark); flex-shrink:0; white-space:nowrap; }
.brand img{ height:42px; width:auto; flex-shrink:0; }
.brand span{ display:flex; flex-direction:column; line-height:1.2; }
.brand small{ display:none; font-family:var(--font-body); font-weight:500; font-size:.62rem; color:var(--gold); letter-spacing:.08em; text-transform:uppercase; }
@media (min-width:1240px){ .brand small{ display:block; } }

.main-nav{ display:flex; align-items:center; gap:2px; flex-wrap:nowrap; }
.main-nav > li{ position:relative; }
.main-nav > li > a{
  display:flex; align-items:center; gap:5px; padding:8px 11px; font-weight:600; font-size:.85rem;
  border-radius:100px; transition:background .2s, color .2s; white-space:nowrap;
}
.main-nav > li > a:hover, .main-nav > li.open > a{ background:var(--burgundy); color:var(--cream); }
.main-nav .caret{ width:8px; height:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg); transition:transform .2s; margin-top:-3px; flex-shrink:0; }
.main-nav li.open .caret{ transform:rotate(-135deg); margin-top:3px; }

.dropdown{
  position:absolute; top:calc(100% + 10px); left:0; min-width:260px;
  background:var(--white); border-radius:var(--radius-md); box-shadow:var(--shadow-soft);
  padding:10px; opacity:0; visibility:hidden; transform:translateY(8px);
  transition:opacity .2s, transform .2s, visibility .2s;
}
.main-nav li.open .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{ display:block; padding:11px 14px; border-radius:10px; font-weight:500; font-size:.92rem; white-space:normal; }
.dropdown a:hover{ background:var(--cream-dark); color:var(--burgundy); }

.nav-actions{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
.nav-cta{ display:none; padding:11px 22px; font-size:.85rem; white-space:nowrap; }
.hamburger{ display:none; flex-direction:column; gap:5px; background:none; border:0; padding:8px; }
.hamburger span{ width:26px; height:2.5px; background:var(--burgundy-dark); border-radius:2px; transition:transform .25s, opacity .25s; }
.mobile-give{ display:none; }

@media (min-width:1181px){ .nav-cta{ display:inline-flex; } }

/* Mobile / tablet nav (raised to 1180px so nav links never get crowded on laptops) */
@media (max-width:1180px){
  .main-nav{
    position:fixed; inset:var(--header-h) 0 0 0; background:var(--cream); flex-direction:column;
    align-items:stretch; padding:20px; gap:4px; overflow-y:auto; transform:translateX(100%);
    transition:transform .3s ease; box-shadow:-10px 0 30px rgba(0,0,0,.08); flex-wrap:wrap;
  }
  .main-nav.active{ transform:translateX(0); }
  .main-nav > li > a{ padding:16px 14px; border-radius:12px; justify-content:space-between; font-size:1rem; white-space:normal; }
  .dropdown{ position:static; box-shadow:none; opacity:1; visibility:visible; transform:none; max-height:0; overflow:hidden; padding:0; transition:max-height .25s ease; }
  .main-nav li.open .dropdown{ max-height:400px; padding:6px; }
  .hamburger{ display:flex; }
  .hamburger.active span:nth-child(1){ transform:translateY(7.5px) rotate(45deg); }
  .hamburger.active span:nth-child(2){ opacity:0; }
  .hamburger.active span:nth-child(3){ transform:translateY(-7.5px) rotate(-45deg); }
  .mobile-give{ display:block; margin-top:14px; }
}

@media (max-width:420px){
  .brand{ font-size:.95rem; gap:8px; }
  .brand img{ height:36px; }
}

/* ---------- Hero ---------- */
.hero{
  position:relative; min-height:92vh; display:flex; align-items:center;
  overflow:hidden; color:var(--white);
}
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-media video, .hero-media img{ width:100%; height:100%; object-fit:cover; }
.hero-overlay{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(70,18,29,.55) 0%, rgba(36,10,16,.78) 65%, rgba(36,10,16,.94) 100%);
}
.hero-arch{
  position:absolute; left:0; right:0; bottom:-1px; z-index:2; line-height:0;
}
.hero-arch svg{ width:100%; height:auto; display:block; }
.hero-content{ position:relative; z-index:3; max-width:820px; }
.hero-content .eyebrow{ color:var(--gold-light); }
.hero-content h1{
  color:var(--white); font-size:clamp(2.4rem, 6vw, 4.4rem); font-weight:900; letter-spacing:-.01em;
  text-shadow:0 4px 30px rgba(0,0,0,.25);
}
.hero-content p{ font-size:1.15rem; color:rgba(255,255,255,.86); max-width:600px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; margin-top:8px; }

/* Section arch divider (signature element) */
.arch-divider{ line-height:0; }
.arch-divider svg{ width:100%; height:auto; display:block; }

/* ---------- Service times strip ---------- */
.service-strip{ margin-top:-1px; background:var(--burgundy-dark); padding:0; }
.service-grid{ display:grid; grid-template-columns:repeat(3,1fr); }
.service-item{
  padding:34px 24px; text-align:center; border-right:1px solid rgba(255,255,255,.1);
  color:var(--cream); position:relative;
}
.service-item:last-child{ border-right:none; }
.service-item .glyph{ width:42px; height:42px; margin:0 auto 12px; color:var(--gold); }
.service-item .label{ font-family:var(--font-display); font-weight:700; font-size:1.05rem; color:var(--white); }
.service-item .time{ color:var(--gold-light); font-weight:600; margin-top:4px; }
@media (max-width:720px){
  .service-grid{ grid-template-columns:1fr; }
  .service-item{ border-right:none; border-bottom:1px solid rgba(255,255,255,.1); }
  .service-item:last-child{ border-bottom:none; }
}

/* ---------- Cards ---------- */
.grid{ display:grid; gap:28px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:960px){ .grid-3, .grid-4{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:860px){ .grid-2{ grid-template-columns:1fr; } }
@media (max-width:640px){ .grid-2, .grid-3, .grid-4{ grid-template-columns:1fr; } }

.card{
  background:var(--white); border-radius:var(--radius-md); overflow:hidden;
  box-shadow:var(--shadow-card); transition:transform .3s ease, box-shadow .3s ease;
  display:flex; flex-direction:column; height:100%;
}
.card:hover{ transform:translateY(-6px); box-shadow:0 20px 40px -14px rgba(36,26,23,.24); }
.card-media{ position:relative; aspect-ratio:4/3; overflow:hidden; background:var(--cream-dark); }
.card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.card:hover .card-media img{ transform:scale(1.06); }
.card-date{
  position:absolute; top:14px; left:14px; background:var(--gold); color:var(--burgundy-dark);
  font-family:var(--font-display); font-weight:700; font-size:.78rem; padding:7px 14px; border-radius:100px;
}
.card-body{ padding:22px 22px 26px; flex:1; display:flex; flex-direction:column; }
.card-body h3{ font-size:1.15rem; margin-bottom:8px; }
.card-body p{ color:var(--text-muted); font-size:.94rem; flex:1; }
.card-link{ font-weight:700; color:var(--burgundy); font-size:.9rem; display:inline-flex; align-items:center; gap:6px; margin-top:auto; }
.card-link svg{ width:16px; height:16px; transition:transform .2s; }
.card-link:hover svg{ transform:translateX(4px); }

/* Ministry / icon cards */
.icon-card{ background:var(--white); border-radius:var(--radius-md); padding:32px 26px; box-shadow:var(--shadow-card); text-align:center; transition:transform .3s; }
.icon-card:hover{ transform:translateY(-6px); }
.icon-circle{ width:64px; height:64px; border-radius:50%; background:var(--grad-gold); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; color:var(--burgundy-dark); }
.icon-circle svg{ width:30px; height:30px; }
.icon-card h3{ font-size:1.1rem; }
.icon-card .meeting-time{ font-size:.85rem; color:var(--gold); font-weight:700; margin-top:10px; }

/* ---------- Sermon / video ---------- */
.video-card .card-media{ aspect-ratio:16/9; }
.play-badge{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(0deg, rgba(36,26,23,.35), transparent 50%);
}
.play-badge span{
  width:58px; height:58px; border-radius:50%; background:rgba(251,245,233,.92);
  display:flex; align-items:center; justify-content:center; color:var(--burgundy);
  box-shadow:0 8px 22px rgba(0,0,0,.25); transition:transform .25s;
}
.card:hover .play-badge span{ transform:scale(1.1); }
.play-badge svg{ width:20px; height:20px; margin-left:3px; }

/* ---------- Testimonials ---------- */
.testi-track{ display:flex; gap:24px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:12px; scrollbar-width:none; }
.testi-track::-webkit-scrollbar{ display:none; }
.testi-card{
  scroll-snap-align:start; min-width:320px; max-width:360px; background:var(--white);
  border-radius:var(--radius-md); padding:30px; box-shadow:var(--shadow-card); flex:0 0 auto;
}
.testi-stars{ color:var(--gold); letter-spacing:2px; margin-bottom:14px; }
.testi-quote{ font-size:1rem; color:var(--charcoal); font-style:italic; }
.testi-person{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.testi-person img{ width:44px; height:44px; border-radius:50%; object-fit:cover; }
.testi-person strong{ display:block; font-family:var(--font-display); font-size:.92rem; }
.testi-person span{ font-size:.8rem; color:var(--text-muted); }

/* ---------- Staff ---------- */
.staff-card{ text-align:center; }
.staff-card .card-media{ aspect-ratio:1/1; border-radius:50%; margin:26px auto 0; width:150px; box-shadow:0 0 0 6px var(--cream-dark); }
.staff-card .card-body{ text-align:center; }
.staff-role{ color:var(--gold); font-weight:700; font-size:.85rem; text-transform:uppercase; letter-spacing:.04em; }

/* ---------- Giving CTA banner ---------- */
.give-banner{
  background:var(--grad-burgundy); border-radius:var(--radius-lg); padding:56px 48px;
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
  color:var(--white); position:relative; overflow:hidden;
}
@media (max-width:640px){ .give-banner{ padding:36px 26px; text-align:center; justify-content:center; } }
.give-banner::after{
  content:''; position:absolute; right:-60px; top:-60px; width:260px; height:260px;
  background:radial-gradient(circle, rgba(201,162,39,.35), transparent 70%);
}
.give-banner h2{ color:var(--white); margin-bottom:6px; }
.give-banner p{ color:rgba(255,255,255,.82); margin:0; }

/* ---------- Forms ---------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:640px){ .form-grid{ grid-template-columns:1fr; } }
.form-group{ display:flex; flex-direction:column; gap:8px; }
.form-group.full{ grid-column:1/-1; }
label{ font-family:var(--font-display); font-weight:600; font-size:.86rem; color:var(--burgundy-dark); }
input, textarea, select{
  font-family:var(--font-body); font-size:.96rem; padding:14px 16px; border-radius:12px;
  border:1.5px solid rgba(107,30,46,.16); background:var(--white); color:var(--charcoal);
  transition:border-color .2s, box-shadow .2s; width:100%;
}
input:focus, textarea:focus, select:focus{ outline:none; border-color:var(--gold); box-shadow:0 0 0 4px rgba(201,162,39,.18); }
textarea{ resize:vertical; min-height:130px; }
.form-msg{ margin-top:14px; font-weight:600; font-size:.92rem; }
.form-msg.success{ color:#2C6E49; }
.form-msg.error{ color:#B3261E; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--burgundy-dark); color:rgba(251,245,233,.82); padding-top:80px; }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,.1); }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-grid h4{ color:var(--gold-light); font-size:1rem; margin-bottom:18px; }
.footer-grid a{ color:rgba(251,245,233,.78); }
.footer-grid a:hover{ color:var(--gold-light); }
.footer-grid li{ margin-bottom:10px; font-size:.92rem; }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.footer-brand img{ height:42px; }
.footer-brand strong{ font-family:var(--font-display); color:var(--white); font-size:1.15rem; }
.social-row{ display:flex; gap:10px; margin-top:20px; }
.social-row a{
  width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:center; transition:background .2s, transform .2s;
}
.social-row a:hover{ background:var(--gold); color:var(--burgundy-dark); transform:translateY(-3px); }
.social-row svg{ width:17px; height:17px; }
.footer-bottom{ padding:24px 0 30px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.85rem; color:rgba(251,245,233,.6); }
.footer-bottom a{ color:rgba(251,245,233,.75); }

/* ---------- WhatsApp float button ---------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:300; width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px rgba(0,0,0,.28);
  transition:transform .25s;
}
.wa-float:hover{ transform:scale(1.08); }
.wa-float svg{ width:28px; height:28px; fill:#fff; }

/* ---------- Page header (inner pages) ---------- */
.page-hero{
  position:relative; padding:150px 0 90px; text-align:center; color:var(--white);
  background:var(--grad-burgundy); overflow:hidden;
}
.page-hero::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(201,162,39,.22), transparent 45%),
             radial-gradient(circle at 85% 80%, rgba(201,162,39,.16), transparent 40%);
}
.page-hero h1{ color:var(--white); position:relative; font-size:clamp(2rem,5vw,3.2rem); }
.page-hero p{ position:relative; color:rgba(255,255,255,.82); max-width:560px; margin:0 auto; }
.breadcrumb{ position:relative; font-size:.85rem; color:var(--gold-light); margin-bottom:14px; }
.breadcrumb a{ color:var(--gold-light); }
.breadcrumb span{ opacity:.6; margin:0 6px; }

/* ---------- Fade-in on scroll ---------- */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ---------- Misc ---------- */
.divider-gold{ width:70px; height:4px; background:var(--grad-gold); border-radius:4px; margin:0 auto 20px; }
.empty-note{ text-align:center; color:var(--text-muted); padding:60px 20px; font-size:1rem; }
.pill{ display:inline-block; padding:6px 16px; background:var(--cream-dark); border-radius:100px; font-size:.78rem; font-weight:700; color:var(--burgundy); text-transform:uppercase; letter-spacing:.04em; }
.blog-body{ font-size:1.05rem; }
.blog-body img{ border-radius:var(--radius-md); margin:24px 0; }
.blog-body h2, .blog-body h3{ margin-top:1.4em; }

.gallery-grid{ column-count:4; column-gap:16px; }
.gallery-grid img{ border-radius:14px; margin-bottom:16px; width:100%; transition:transform .3s; cursor:pointer; }
.gallery-grid img:hover{ transform:scale(1.02); }
@media (max-width:960px){ .gallery-grid{ column-count:3; } }
@media (max-width:640px){ .gallery-grid{ column-count:2; } }

.lightbox{ position:fixed; inset:0; background:rgba(36,26,23,.92); z-index:400; display:none; align-items:center; justify-content:center; padding:30px; }
.lightbox.active{ display:flex; }
.lightbox img{ max-width:100%; max-height:88vh; border-radius:12px; }
.lightbox-close{ position:absolute; top:24px; right:28px; color:#fff; font-size:2rem; background:none; border:0; cursor:pointer; }

/* ---------- Giving: Bank transfer / UPI QR cards ---------- */
.give-card{ background:var(--white); border-radius:var(--radius-md); padding:30px; box-shadow:var(--shadow-card); }
.give-card + .give-card{ margin-top:24px; }
.give-card h3{ display:flex; align-items:center; gap:10px; font-size:1.15rem; }
.bank-detail-row{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 0; border-bottom:1px solid var(--cream-dark);
}
.bank-detail-row:last-child{ border-bottom:none; }
.bank-detail-row .label{ font-size:.8rem; color:var(--text-muted); font-weight:600; text-transform:uppercase; letter-spacing:.03em; }
.bank-detail-row .value{ font-family:var(--font-display); font-weight:700; color:var(--burgundy-dark); font-size:1rem; word-break:break-word; }
.copy-btn{
  flex-shrink:0; display:inline-flex; align-items:center; gap:6px; background:var(--cream-dark);
  color:var(--burgundy); border:none; border-radius:8px; padding:8px 14px; font-family:var(--font-display);
  font-weight:600; font-size:.78rem; cursor:pointer; transition:background .2s;
}
.copy-btn:hover{ background:var(--gold-soft); }
.qr-box{ text-align:center; }
.qr-box img{ max-width:230px; width:100%; margin:0 auto 18px; border-radius:16px; box-shadow:var(--shadow-card); border:6px solid var(--white); outline:1px solid var(--cream-dark); }
.qr-upi-id{ display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:18px; flex-wrap:wrap; }
@media (max-width:480px){ .give-card{ padding:22px; } .bank-detail-row{ flex-direction:column; align-items:flex-start; gap:6px; } .bank-detail-row .copy-btn{ align-self:flex-end; } }
