/* Sampatti Exports - front-end styles.
   All colours, fonts and spacing come from CSS variables the admin writes. */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--base-size);
  line-height: 1.65;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: var(--h-weight); line-height: 1.2; margin: 0 0 .6em; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* ---------- buttons ---------- */
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.btn-premium {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.7rem; font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  border: none; border-radius: var(--btn-radius); cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn-premium i { font-size: 1.05em; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--royal); box-shadow: 0 6px 22px rgba(201,162,39,.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,162,39,.45); color: var(--royal); }
.btn-royal { background: var(--royal); color: #fff; }
.btn-royal:hover { background: var(--royal-light); color: #fff; transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.65); }
.btn-outline-light:hover { background: #fff; color: var(--royal); }
.btn-outline-dark { background: transparent; color: var(--royal); border: 2px solid var(--royal); }
.btn-outline-dark:hover { background: var(--royal); color: #fff; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  padding: .85rem 0; transition: all .35s ease;
  background: linear-gradient(180deg, rgba(10,37,64,.75), rgba(10,37,64,0));
}
.site-header.scrolled { background: rgba(10,37,64,.97); box-shadow: 0 6px 30px rgba(0,0,0,.18); padding: .5rem 0; backdrop-filter: blur(10px); }
.nav-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: #fff; }
.brand img { filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.brand-text { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; line-height: 1.1; }
.brand-text em { font-style: normal; color: var(--gold); display: block; font-size: .72em; letter-spacing: .22em; }
.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links > a { color: rgba(255,255,255,.9); font-weight: 500; font-size: .95rem; padding: .5rem .9rem; position: relative; }
.nav-links > a:not(.nav-cta)::after {
  content: ''; position: absolute; left: .9rem; right: .9rem; bottom: .25rem; height: 2px;
  background: var(--gold); transform: scaleX(0); transition: transform .3s ease;
}
.nav-links > a:not(.nav-cta):hover { color: var(--gold); }
.nav-links > a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta { margin-left: .6rem; padding: .6rem 1.3rem; }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: .3s; }

/* ---------- sections ---------- */
.sec { padding: var(--section-space) 0; position: relative; }
.sec-flush { padding: 0; }
.bg-alt { background: var(--offwhite); }
.bg-navy { background: var(--royal); color: rgba(255,255,255,.88); }
.bg-gradient { background: linear-gradient(135deg, var(--royal) 0%, #0d2d4d 45%, var(--royal-light) 100%); color: rgba(255,255,255,.88); }
.bg-navy h2, .bg-gradient h2, .bg-navy h3, .bg-gradient h3 { color: #fff; }
.section-head { max-width: 720px; margin: 0 auto 3rem; }
.section-head:not(.text-center) { margin-left: 0; }
.section-title { font-size: clamp(1.75rem, 3.2vw, 2.5rem); color: var(--royal); position: relative; }
.bg-navy .section-title, .bg-gradient .section-title, .img-banner .section-title { color: #fff; }
.text-center .section-title::after, .section-head.text-center .section-title::after {
  content: ''; display: block; width: 70px; height: 3px; margin: .9rem auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 3px;
}
.section-subtitle { color: var(--muted); font-size: 1.05rem; margin: 0; }
.bg-navy .section-subtitle, .bg-gradient .section-subtitle, .img-banner .section-subtitle { color: rgba(255,255,255,.78); }
.eyebrow { display: inline-block; letter-spacing: .18em; font-size: .78rem; font-weight: 600; color: var(--gold); text-transform: uppercase; margin-bottom: .8rem; }
.prose p { margin: 0 0 1rem; color: var(--muted); }
.bg-navy .prose p, .bg-gradient .prose p { color: rgba(255,255,255,.8); }
.prose-narrow { max-width: 820px; margin: 0 auto; }
.tick-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.tick-list li { position: relative; padding-left: 1.75rem; margin-bottom: .5rem; color: var(--muted); }
.tick-list li::before { content: '\F26E'; font-family: 'bootstrap-icons'; position: absolute; left: 0; color: var(--gold); }
.tick-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin: 1.4rem 0; }
.tick { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .92rem; }
.tick i { color: var(--gold); }

/* ---------- hero ---------- */
.hero { position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-slides, .hero-overlay, .hero-pattern { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; transform: scale(1.04); }
.hero-slide.is-active { opacity: 1; animation: kenburns 14s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.14); } }
.hero-overlay { background: linear-gradient(105deg, var(--royal) 12%, rgba(10,37,64,.82) 55%, rgba(13,45,77,.55) 100%); }
.hero-pattern {
  opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { position: relative; z-index: 2; padding: 140px 20px 90px; width: 100%; }
.hero-centered { text-align: center; }
.hero-centered .btn-row, .hero-centered .hero-stats { justify-content: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.3rem;
  background: rgba(201,162,39,.18); border: 1px solid rgba(201,162,39,.45); color: var(--gold-light);
  padding: .4rem 1.05rem; border-radius: 50px; font-size: .84rem; font-weight: 500; letter-spacing: .02em;
}
.hero-title { font-size: clamp(2.1rem, 5vw, 3.9rem); color: #fff; margin-bottom: 1rem; letter-spacing: -.01em; }
.hero-title span { background: linear-gradient(120deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.85); max-width: 620px; margin: 0; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 2.5rem; margin-top: 3rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.18); }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-number { font-family: var(--font-heading); font-size: 1.9rem; color: var(--gold); line-height: 1.1; }
.hero-stat-label { font-size: .85rem; color: rgba(255,255,255,.72); }
.hero-side img { border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.hero-dots { position: absolute; bottom: 26px; left: 0; right: 0; display: flex; justify-content: center; gap: .5rem; z-index: 3; }
.hero-dots button { width: 9px; height: 9px; padding: 0; border-radius: 50%; border: 0; background: rgba(255,255,255,.4); cursor: pointer; transition: .3s; }
.hero-dots button.is-active { background: var(--gold); width: 26px; border-radius: 6px; }

/* ---------- category cards ---------- */
.cat-card {
  display: block; height: 100%; background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 8px 30px rgba(10,37,64,.08); border: 1px solid rgba(10,37,64,.06);
  transition: transform .35s ease, box-shadow .35s ease;
}
.cat-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(10,37,64,.18); }
.cat-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--offwhite); }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cat-card:hover .cat-img img { transform: scale(1.08); }
.cat-body { padding: 1.4rem 1.5rem 1.6rem; }
.cat-body h3 { font-size: 1.2rem; color: var(--royal); margin-bottom: .4rem; }
.cat-body p { color: var(--muted); font-size: .93rem; margin: 0 0 .9rem; }
.cat-link { color: var(--gold); font-weight: 600; font-size: .88rem; display: inline-flex; align-items: center; gap: .4rem; }
.cat-card:hover .cat-link i { transform: translateX(4px); }
.cat-link i { transition: transform .3s ease; }

/* ---------- about ---------- */
.about-img { border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 60px rgba(10,37,64,.18); position: relative; }
.about-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(201,162,39,.35); border-radius: var(--radius); pointer-events: none; }

/* ---------- features & pillars ---------- */
.feature-box { height: 100%; padding: 2rem 1.6rem; border-radius: var(--radius); background: #fff; border: 1px solid rgba(10,37,64,.08); transition: .35s ease; }
.feature-box:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(10,37,64,.12); border-color: rgba(201,162,39,.4); }
.bg-navy .feature-box, .bg-gradient .feature-box { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 1.1rem;
  border-radius: 16px; background: linear-gradient(135deg, rgba(201,162,39,.18), rgba(201,162,39,.05));
  color: var(--gold); font-size: 1.5rem;
}
.feature-box h3 { font-size: 1.1rem; color: var(--royal); }
.bg-navy .feature-box h3, .bg-gradient .feature-box h3 { color: #fff; }
.feature-box p { color: var(--muted); font-size: .93rem; margin: 0; }
.bg-navy .feature-box p, .bg-gradient .feature-box p { color: rgba(255,255,255,.75); }
.pillar { height: 100%; padding: 2.4rem 2rem; border-radius: var(--radius); background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 14px 40px rgba(10,37,64,.08); }
.bg-alt .pillar { background: #fff; }
.pillar-icon { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 50%; background: var(--royal); color: var(--gold); font-size: 1.3rem; margin-bottom: 1rem; }
.pillar h3 { color: var(--royal); font-size: 1.35rem; }

/* ---------- gallery ---------- */
.gallery-item { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery-item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.2rem .9rem; color: #fff; font-size: .9rem; font-weight: 500;
  background: linear-gradient(180deg, transparent, rgba(10,37,64,.85));
}

/* ---------- banner & cta ---------- */
.img-banner { position: relative; display: flex; align-items: center; background-size: cover; background-position: center; background-attachment: fixed; color: #fff; }
.banner-inner { position: relative; z-index: 2; padding: 4.5rem 20px; }
.banner-inner .btn-row { justify-content: center; }
.cta-banner { background: linear-gradient(135deg, var(--royal), var(--royal-light)); color: #fff; border-radius: var(--radius); padding: 3rem 2.6rem; box-shadow: 0 24px 60px rgba(10,37,64,.25); position: relative; overflow: hidden; }
.cta-banner::after { content: ''; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,39,.25), transparent 70%); }
.cta-banner h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .5rem; }
.cta-banner p { color: rgba(255,255,255,.85); margin: 0; }
.cta-note { margin-top: 1rem !important; font-size: .92rem; }
.cta-note i { color: var(--gold); }

/* ---------- catalogue ---------- */
.cat-file { height: 100%; text-align: center; padding: 1.6rem; background: #fff; border-radius: var(--radius); border: 1px solid rgba(10,37,64,.08); box-shadow: 0 10px 30px rgba(10,37,64,.07); transition: .35s; }
.cat-file:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(10,37,64,.14); }
.cat-file-img { border-radius: 12px; overflow: hidden; margin-bottom: 1.1rem; aspect-ratio: 4/3; }
.cat-file-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-file-img.placeholder { display: flex; align-items: center; justify-content: center; background: var(--offwhite); color: var(--gold); font-size: 2.6rem; }
.cat-file h3 { font-size: 1.05rem; color: var(--royal); margin-bottom: .3rem; }
.cat-file p { color: var(--muted); font-size: .88rem; margin-bottom: 1.1rem; }

/* ---------- contact ---------- */
.contact-details .office { margin-bottom: 1.8rem; }
.contact-details h3 { font-size: 1.05rem; color: var(--royal); display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.contact-details h3 i, .contact-details p i { color: var(--gold); }
.contact-details p { margin: 0 0 .35rem; color: var(--muted); font-size: .95rem; display: flex; gap: .5rem; }
.contact-details a:hover { color: var(--gold); }
.people { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; }
.person { flex: 1 1 160px; padding: 1rem 1.1rem; border-radius: 12px; background: #fff; border: 1px solid rgba(10,37,64,.08); }
.bg-white .person { background: var(--offwhite); }
.person-name { display: block; font-weight: 700; color: var(--royal); }
.person-role { display: block; font-size: .82rem; color: var(--muted); margin-bottom: .4rem; }
.person-phone { font-size: .88rem; display: inline-flex; gap: .4rem; align-items: center; color: var(--royal); }
.person-phone i { color: var(--gold); }
.visiting-card { border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 40px rgba(10,37,64,.14); margin-top: 1.2rem; }
.enquiry-card { background: #fff; border-radius: var(--radius); padding: 2.2rem; box-shadow: 0 18px 50px rgba(10,37,64,.1); border: 1px solid rgba(10,37,64,.06); }
.enquiry-card h3 { color: var(--royal); font-size: 1.3rem; }
.enquiry-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--royal); margin-bottom: .3rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%; padding: .7rem .9rem; border: 1px solid rgba(10,37,64,.18); border-radius: 10px;
  font: inherit; font-size: .95rem; background: #fff; color: var(--text); transition: border-color .25s, box-shadow .25s;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,.15); }
.enquiry-form .hp-field { position: absolute; left: -9999px; opacity: 0; }
.enquiry-form .btn-premium { border: none; }
.form-hint { font-size: .82rem; color: var(--muted); margin-left: .9rem; }
.form-note { display: none; padding: .8rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-size: .92rem; }
.form-note.show { display: block; }
.form-note.ok { background: #e8f6ec; color: #1c6b33; }
.form-note.err { background: #fdecec; color: #9e2222; }
.map-wrap { margin-top: 3rem; border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 50px rgba(10,37,64,.12); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- stats ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; border-radius: var(--radius); padding: 2.4rem 2rem; }
.stat-strip.is-dark { background: linear-gradient(135deg, var(--royal), var(--royal-light)); color: #fff; box-shadow: 0 20px 50px rgba(10,37,64,.22); }
.stat { text-align: center; }
.stat i { font-size: 1.6rem; color: var(--gold); display: block; margin-bottom: .5rem; }
.stat-number { display: block; font-family: var(--font-heading); font-size: 2.1rem; line-height: 1.1; }
.stat-strip.is-dark .stat-number { color: #fff; }
.stat-label { font-size: .86rem; opacity: .78; }

/* ---------- testimonials & faq ---------- */
.quote-card { height: 100%; padding: 2rem 1.8rem; background: #fff; border-radius: var(--radius); box-shadow: 0 14px 40px rgba(10,37,64,.09); border: 1px solid rgba(10,37,64,.06); }
.quote-card > i { font-size: 2.2rem; color: var(--gold); }
.quote-card p { color: var(--muted); font-style: italic; }
.quote-by { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; }
.quote-by img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote-by strong { display: block; color: var(--royal); font-size: .95rem; }
.quote-by span { font-size: .82rem; color: var(--muted); }
.faq-item { border: 1px solid rgba(10,37,64,.1); border-radius: 12px; margin-bottom: .8rem; background: #fff; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-weight: 600; color: var(--royal); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--gold); transition: transform .3s; }
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-answer { padding: 0 1.3rem 1.1rem; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--royal); color: rgba(255,255,255,.72); padding: 4rem 0 1.5rem; font-size: .93rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: #fff; font-family: var(--font-heading); font-size: 1.2rem; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-brand em { font-style: normal; color: var(--gold); }
.footer-about { max-width: 320px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: .6rem; }
.footer-contact i { color: var(--gold); margin-top: .25rem; }
.social-links { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-links a { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); color: #fff; transition: .3s; }
.social-links a:hover { background: var(--gold); color: var(--royal); transform: translateY(-3px); }
.footer-bottom { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-size: .86rem; }
.footer-tag { color: var(--gold); }

/* ---------- floating controls ---------- */
.whatsapp-float, .back-to-top {
  position: fixed; right: 22px; z-index: 900; width: 52px; height: 52px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; border: none; cursor: pointer;
  box-shadow: 0 8px 26px rgba(0,0,0,.25); transition: transform .3s ease, opacity .3s ease;
}
.whatsapp-float { bottom: 22px; background: #25D366; color: #fff; }
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }
.back-to-top { bottom: 86px; background: var(--royal); color: #fff; font-size: 1.1rem; opacity: 0; pointer-events: none; }
.back-to-top.show { opacity: 1; pointer-events: auto; }

/* ---------- scroll animation ---------- */
.animate-on .sec:not(.sec-hero) .container > *, .animate-on .sec .row > * { transition: opacity .7s ease, transform .7s ease; }
.animate-on .reveal-hidden { opacity: 0; transform: translateY(26px); }

/* ---------- admin preview helper ---------- */
.in-preview .preview-hit { outline: 2px dashed transparent; outline-offset: -4px; transition: outline-color .2s; cursor: pointer; }
.in-preview .preview-hit:hover { outline-color: rgba(201,162,39,.8); }

/* ---------- responsive ---------- */
@media (max-width: 991.98px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 12px; right: 12px; flex-direction: column; align-items: stretch;
    background: rgba(10,37,64,.98); border-radius: 14px; padding: .8rem; gap: .2rem;
    box-shadow: 0 20px 50px rgba(0,0,0,.35); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: .75rem 1rem; }
  .nav-cta { margin: .4rem 0 0; justify-content: center; }
  .img-banner { background-attachment: scroll; }
  .cta-banner { padding: 2.2rem 1.6rem; text-align: center; }
  .cta-banner .btn-row { justify-content: center; }
}
@media (max-width: 575.98px) {
  .hero-inner { padding: 120px 20px 70px; }
  .hero-stats { gap: 1.5rem; }
  .enquiry-card { padding: 1.5rem; }
  .btn-premium { padding: .75rem 1.3rem; font-size: .9rem; }
}

/* ---------- GST / PAN registration details ---------- */
.registration { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin: 1.4rem 0 .4rem; }
.registration span { display: inline-flex; align-items: center; gap: .45rem; font-size: .88rem; color: var(--muted); }
.registration i { color: var(--gold); }
.registration strong { color: var(--royal); font-weight: 600; letter-spacing: .02em; }
.footer-registration { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }
.footer-registration strong { color: var(--gold); font-weight: 600; letter-spacing: .03em; }
.footer-registration + .footer-bottom { margin-top: 1.2rem; padding-top: 1.2rem; }
