:root{
  --ink:#11151c;--muted:#68707c;--gold:#d8a941;--gold2:#f1c967;--cream:#f6f2e9;
  --line:#e6e1d7;--white:#fff;--dark:#151a20;--dark2:#1c232c;
  --shadow:0 20px 60px rgba(17,21,28,.10);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6;background:#fff}
a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(230,225,215,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:245px}.brand-logo{display:block;width:235px;height:auto;max-height:58px;object-fit:contain}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--ink);color:var(--gold2);display:grid;place-items:center;font-weight:800;letter-spacing:-1px}.brand strong{display:block;font-size:17px;line-height:1}.brand small{display:block;font-size:9px;letter-spacing:3px;color:var(--gold);font-weight:700;margin-top:5px}
.nav{display:flex;align-items:center;justify-content:center;gap:25px;flex:1}.nav a{font-size:13px;font-weight:600;color:#59616b;position:relative;padding:29px 0}.nav a:hover,.nav a.active{color:var(--ink)}.nav a.active:after{content:"";position:absolute;bottom:18px;left:0;width:100%;height:2px;background:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:13px 21px;font-size:13px;font-weight:700;transition:.2s;cursor:pointer;color:var(--ink)}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#000;box-shadow:0 10px 25px rgba(216,169,65,.25)}.nav a.btn-gold,.nav a.mobile-nav-btn{color:#000}.btn-outline{border-color:#bbb4a7;background:#fff;color:var(--ink)}.nav-cta{white-space:nowrap}.nav-toggle{display:none;background:none;border:0;font-size:24px}
.nav-back-btn{margin-left:auto;padding:9px 18px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0;gap:6px;color:var(--ink)}.back-text-short{display:none}.legal-title{font-size:clamp(32px,5vw,54px);margin-bottom:15px}.mobile-nav-btn{display:none}
.hero{background:radial-gradient(circle at 80% 35%,#f9efd1 0,#f7f2e8 25%,#fff 58%);padding:88px 0 82px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2.4px;color:#9b7a2d;font-weight:800;margin-bottom:15px}.eyebrow.light{color:var(--gold2)}h1,h2{font-family:"Playfair Display",Georgia,serif;letter-spacing:-1.4px;line-height:1.08;margin:0}h1{font-size:clamp(46px,6vw,74px);max-width:720px}h1 span{color:#b68724}.hero-text{font-size:17px;color:var(--muted);max-width:620px;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:32px;margin-top:42px;padding-top:24px;border-top:1px solid var(--line)}.trust-row div{display:flex;flex-direction:column}.trust-row b{font-size:13px}.trust-row span{font-size:11px;color:var(--muted)}
.ticker{background:var(--ink);color:#fff}.ticker-inner{height:58px;display:flex;align-items:center;gap:25px;overflow:hidden;white-space:nowrap}.ticker-inner span{color:var(--gold2);font-size:10px;letter-spacing:2px;font-weight:800}.ticker-inner b{font-size:11px;font-weight:500;color:#d8dde3}
.section{padding:105px 0}.section-heading{max-width:700px;margin-bottom:45px}.section-heading h2,.two-col h2,.about-grid h2,.contact-grid h2{font-size:45px}.section-heading p{color:var(--muted);font-size:16px;margin-top:17px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:255px;position:relative;transition:.2s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.card-num{position:absolute;right:24px;top:22px;color:#b7b1a6;font-size:11px}.feature-icon{font-size:24px;color:#a47b22;margin-bottom:28px}.feature-card h3{font-size:18px;margin:0 0 9px}.feature-card p{color:var(--muted);font-size:13px;margin:0}
.dark-section{background:var(--dark);color:#fff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.two-col p{color:#aeb5bd;max-width:560px}.text-link{color:var(--gold2);font-weight:700;font-size:13px}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.knowledge-grid div{background:#202730;border:1px solid #2d353f;border-radius:18px;padding:25px}.knowledge-grid b{display:block;color:var(--gold2);margin-bottom:8px}.knowledge-grid span{color:#aeb5bd;font-size:12px}
.about-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.about-stat{border-right:1px solid var(--line);padding-right:60px}.big-number{font-family:"Playfair Display",serif;font-size:120px;line-height:.9;color:#ded5c4;margin:40px 0 25px}.about-stat p{font-size:14px;color:var(--muted)}.about-grid h2{max-width:700px}.about-grid p{color:var(--muted);font-size:15px}.coverage-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.coverage-list span{padding:7px 11px;border:1px solid var(--line);border-radius:999px;font-size:10px;font-weight:700}
.news-section{background:var(--cream)}.inline-heading{max-width:none;display:flex;justify-content:space-between;gap:40px;align-items:end}.inline-heading>p{max-width:390px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-grid article{background:#fff;padding:30px;border-radius:20px;border:1px solid #e8e1d3}.news-grid span{font-size:9px;color:#9b7a2d;letter-spacing:2px;font-weight:800}.news-grid h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.15;margin:17px 0 10px}.news-grid p{color:var(--muted);font-size:13px}.news-grid a{font-size:12px;font-weight:700;color:#8d6b22}
.register-section{background:var(--dark);padding:90px 0}.register-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.register-copy{color:#fff}.register-copy h2{font-size:54px}.register-copy>p{color:#aeb5bd;max-width:480px}.register-copy ul{padding:0;list-style:none;color:#d8dde3;font-size:13px}.register-copy li{margin:10px 0}.register-copy li:before{content:"✓";color:var(--gold2);margin-right:10px;font-weight:800}.registration-form{background:#fff;border-radius:26px;padding:32px;box-shadow:0 30px 70px rgba(0,0,0,.25)}.form-head>span{font-size:9px;letter-spacing:2px;color:#a17b27;font-weight:800}.form-head h3{font-family:"Playfair Display",serif;font-size:32px;margin:7px 0 3px}.form-head p{color:var(--muted);font-size:12px;margin:0 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:11px;font-weight:700}.form-grid input{width:100%;display:block;margin-top:6px;padding:13px 14px;border:1px solid #ddd7cc;border-radius:11px;font:inherit;font-size:13px;outline:none}.form-grid input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(216,169,65,.12)}.form-grid .full{grid-column:1/-1}.consent{display:flex;gap:9px;align-items:flex-start;font-size:10px;color:var(--muted);margin:17px 0}.consent input{margin-top:2px;accent-color:var(--gold)}.submit-btn{width:100%;border:0}.form-message{display:none;margin-top:12px;padding:10px;border-radius:10px;font-size:12px}.form-message.show{display:block}.form-message.success{background:#eaf6ec;color:#276337}.form-message.error{background:#fff0ee;color:#9c3326}
.hp-wrap{position:absolute!important;left:-99999px!important;top:-99999px!important;opacity:0!important;height:0!important;width:0!important;padding:0!important;margin:0!important;pointer-events:none!important;overflow:hidden!important;z-index:-1!important}
.contact-section{padding-bottom:90px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.contact-grid>div>p{color:var(--muted)}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-details small{font-size:9px;letter-spacing:2px;color:#9b7a2d;font-weight:800}.contact-details p{font-size:13px}.contact-details a:hover{color:#a47b22}
.footer{background:#0f1318;color:#fff;padding:45px 0 25px}.footer-top{display:flex;align-items:center;gap:30px;border-bottom:1px solid #252b33;padding-bottom:30px}.footer-brand{min-width:235px}.footer-brand .brand-logo{width:220px;max-height:54px}.footer-top>p{color:#89929c;font-size:12px;flex:1}.footer-links{display:flex;gap:18px}.footer-links a{font-size:11px;color:#b8c0c8}.footer-links a:hover{color:var(--gold2)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:#68727d;font-size:9px}
@media(max-width:900px){.nav-wrap{height:70px;position:relative}.nav-toggle{display:flex;align-items:center;justify-content:center;margin-left:auto;width:42px;height:42px;font-size:22px;cursor:pointer;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);transition:background .2s,border-color .2s}.nav-toggle:hover{border-color:var(--gold);background:var(--cream)}.nav{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 16px;border-radius:0 0 16px 16px;border:1px solid rgba(230,225,215,.9);border-top:none;box-shadow:0 18px 36px rgba(17,21,28,.14);z-index:100}.nav.open{display:flex}.nav a{padding:14px 4px;border-bottom:1px solid #f0ece1;font-size:15px}.nav a:last-child{border-bottom:none}.nav a.active:after{display:none}.nav a.mobile-nav-btn{display:inline-flex;margin-top:12px;margin-bottom:4px;padding:12px 20px;border-bottom:none;text-align:center;justify-content:center;font-size:14px;color:#000;font-weight:700}.nav-cta{display:none}.hero-grid,.two-col,.about-grid,.register-wrap,.contact-grid{grid-template-columns:1fr;gap:45px}.feature-grid,.news-grid{grid-template-columns:1fr 1fr}.about-stat{border:0;border-bottom:1px solid var(--line);padding:0 0 30px}.big-number{font-size:80px}.section{padding:75px 0}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.nav-wrap{gap:12px;justify-content:space-between}.nav-wrap .brand{min-width:auto;flex-shrink:1}.nav-wrap .brand-logo{width:150px;max-height:42px}.nav-back-btn{padding:7px 12px;font-size:11px;gap:4px}.back-text-full{display:none}.back-text-short{display:inline}.hero{padding:60px 0}.hero-actions .btn{width:100%}.trust-row{gap:15px;justify-content:space-between}.trust-row span{font-size:9px}.feature-grid,.news-grid,.form-grid,.contact-details{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.section-heading h2,.two-col h2,.about-grid h2,.contact-grid h2{font-size:36px}.register-copy h2{font-size:42px}.inline-heading{display:block}.inline-heading>p{margin-top:10px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}}

/* 3D Phone Coverflow & WhatsApp Alert Showcase */
.hero-alert-slider{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 24px 65px rgba(17,21,28,.12);
  position: relative;
  overflow: hidden;
}
.slider-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.slider-header .eyebrow{
  margin: 0 0 2px;
  font-size: 9.5px;
  letter-spacing: 2px;
}
.slider-header strong{
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: var(--ink);
}
.slider-controls{
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-btn{
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.slider-btn:hover{
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
  transform: scale(1.06);
}
.slide-count{
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
}
.slide-count b{
  color: var(--ink);
}

/* Category Filter Tabs */
.alert-category-tabs{
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.alert-category-tabs::-webkit-scrollbar{
  display: none;
}
.cat-pill{
  flex-shrink: 0;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid #e5dfd5;
  background: #faf7f2;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  color: #555e69;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}
.cat-pill:hover{
  border-color: var(--gold);
  color: var(--ink);
  background: #fff;
}
.cat-pill.active{
  background: var(--ink);
  border-color: var(--ink);
  color: var(--gold2);
  box-shadow: 0 4px 12px rgba(17,21,28,.15);
}

/* 3D Phone Showcase Stage */
.phone-showcase-stage{
  position: relative;
  height: 480px;
  perspective: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(216,169,65,.1) 0%, rgba(246,242,233,.65) 55%, #f4efe6 100%);
  border-radius: 20px;
  border: 1px solid #ede8de;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
}
.phone-slide{
  position: absolute;
  width: 275px;
  height: 445px;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1), opacity .45s ease, filter .45s ease;
  will-change: transform, opacity;
  cursor: pointer;
  transform-style: preserve-3d;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* 3D Coverflow positioning states */
.phone-slide.active{
  transform: translateX(0) scale(1) rotateY(0deg);
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  cursor: default;
  filter: drop-shadow(0 20px 35px rgba(17,21,28,.22));
}
.phone-slide.prev-1{
  transform: translateX(-155px) scale(0.85) rotateY(20deg);
  opacity: 0.65;
  z-index: 5;
  pointer-events: auto;
  filter: blur(0.2px) drop-shadow(0 12px 22px rgba(17,21,28,.14));
}
.phone-slide.next-1{
  transform: translateX(155px) scale(0.85) rotateY(-20deg);
  opacity: 0.65;
  z-index: 5;
  pointer-events: auto;
  filter: blur(0.2px) drop-shadow(0 12px 22px rgba(17,21,28,.14));
}
.phone-slide.hidden-left{
  transform: translateX(-280px) scale(0.7) rotateY(32deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.phone-slide.hidden-right{
  transform: translateX(280px) scale(0.7) rotateY(-32deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* Realistic Phone Mockup Device Frame */
.phone-device{
  position: relative;
  width: 100%;
  height: 100%;
  background: #0f141b;
  border-radius: 36px;
  padding: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18), 0 0 0 1px #232b35;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.phone-notch{
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 16px;
  background: #000;
  border-radius: 12px;
  z-index: 30;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.phone-speaker{
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2.5px;
  background: #27303a;
  border-radius: 2px;
  z-index: 29;
}
.phone-screen{
  position: relative;
  width: 100%;
  height: 100%;
  background: #efeae2;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* WhatsApp Mobile UI Top Bar */
.wa-status-bar{
  background: #075E54;
  color: #fff;
  padding: 4px 14px 2px;
  font-size: 9.5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}
.wa-status-icons{
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 8px;
  letter-spacing: .5px;
}
.wa-header{
  background: #075E54;
  color: #fff;
  padding: 5px 10px 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.wa-back-btn{
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  opacity: .9;
  cursor: pointer;
}
.wa-avatar-wrap{
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.wa-avatar{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 2px;
  display: block;
}
.wa-verified-badge{
  position: absolute;
  bottom: -1px;
  right: -2px;
  background: #25D366;
  color: #fff;
  font-size: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 1.5px solid #075E54;
}
.wa-title-box{
  flex: 1;
  min-width: 0;
}
.wa-contact-name{
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1.2;
}
.wa-check-icon{
  display: inline-flex;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 7.5px;
  width: 10.5px;
  height: 10.5px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.wa-sub{
  font-size: 8.5px;
  color: #d1fae5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  margin-top: 1px;
}
.wa-header-actions{
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  opacity: .9;
}

/* WhatsApp Chat Body & Wallpaper */
.wa-chat-body{
  flex: 1;
  padding: 8px 8px 6px;
  overflow-y: auto;
  background-color: #efeae2;
  background-image: 
    radial-gradient(#dfd8c8 1px, transparent 1px),
    radial-gradient(#dfd8c8 1px, #efeae2 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  scrollbar-width: thin;
}
.wa-chat-body::-webkit-scrollbar{
  width: 3px;
}
.wa-chat-body::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 3px;
}
.wa-enc-badge{
  background: #ffeecd;
  color: #54656f;
  font-size: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  max-width: 90%;
  line-height: 1.2;
}
.wa-date-chip{
  background: #ffffffeb;
  color: #54656f;
  font-size: 8.5px;
  font-weight: 600;
  padding: 1.5px 8px;
  border-radius: 6px;
  margin: 0 auto 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

/* WhatsApp Message Bubble */
.wa-bubble{
  background: #ffffff;
  border-radius: 8px 8px 8px 2px;
  padding: 8px 10px;
  box-shadow: 0 1px 3px rgba(11,20,26,.12);
  position: relative;
  font-size: 10px;
  line-height: 1.35;
  color: #111b21;
}
.wa-bubble::before{
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.wa-msg-header{
  font-size: 11px;
  font-weight: 800;
  color: #111b21;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  letter-spacing: .2px;
}
.emoji-bullet{
  font-size: 10.5px;
}
.wa-msg-divider{
  height: 1px;
  background: #e9edef;
  margin: 6px 0;
}

/* Rate Lists & Rows */
.wa-rate-list{
  display: flex;
  flex-direction: column;
  gap: 1.5px;
}
.rate-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  padding: 1px 3px;
}
.rate-row.highlight{
  background: #fbf7ee;
  border-radius: 4px;
  font-weight: 700;
  border-left: 2px solid var(--gold);
}
.r-label{
  color: #54656f;
  font-weight: 500;
}
.r-val{
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 700;
  color: #111b21;
}
.r-change.up{
  color: #15803d;
  font-weight: 700;
  font-size: 9.5px;
}
.r-change.down{
  color: #b91c1c;
  font-weight: 700;
  font-size: 9.5px;
}

/* FX Grid */
.wa-fx-grid{
  display: flex;
  justify-content: space-between;
  background: #f7f9fa;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 9.5px;
}
.wa-fx-grid div{
  display: flex;
  gap: 3px;
  align-items: center;
}
.fx-label{
  color: #54656f;
}

/* Bullion Spot Styles */
.wa-spot-list{
  display: flex;
  flex-direction: column;
  gap: 1.5px;
}
.spot-item{
  display: flex;
  justify-content: space-between;
  font-size: 9.5px;
  padding: 1px 2px;
}
.spot-item span{
  color: #54656f;
}
.spot-item b{
  color: #111b21;
}
.spot-note{
  font-size: 8px;
  color: #8696a0;
  font-style: italic;
  margin-top: 1px;
}

/* Brand Jewellers */
.wa-brand-block{
  margin-bottom: 2px;
}
.brand-rates{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  font-size: 9.5px;
  background: #fbf9f5;
  padding: 4px 6px;
  border-radius: 5px;
  margin-top: 2px;
}
.brand-rates span{
  color: #54656f;
}
.brand-rates b{
  color: #111b21;
}

/* IBJA Styles */
.sub-caption{
  font-size: 8px;
  color: #667781;
  margin: -2px 0 4px;
  font-weight: 500;
}
.ibja-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 8px;
  font-size: 9.5px;
}
.ibja-row{
  display: flex;
  justify-content: space-between;
  padding: 1px 2px;
}
.ibja-row.highlight{
  grid-column: 1 / -1;
  background: #f2f5f7;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 700;
}
.ibja-row span{
  color: #54656f;
}

/* Trend Alerts */
.wa-tag-pill{
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 8.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.wa-tag-pill.green{
  background: #dcfce7;
  color: #166534;
}
.trend-summary{
  background: #faf7ee;
  border: 1px solid #f0e6cf;
  border-radius: 6px;
  padding: 4px 6px;
  margin-bottom: 4px;
  font-size: 9.5px;
}
.trend-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trend-notes{
  font-size: 9px;
  color: #3b4a54;
  line-height: 1.3;
  margin: 4px 0;
}
.trend-notes p{
  margin: 2px 0;
}
.trend-notes.long-term-notes p{
  color: #166534;
  font-weight: 600;
}
.trend-notes .note-caution{
  color: #854d0e;
  font-weight: 500;
  font-size: 8.5px;
  margin-top: 4px;
  background: #fefce8;
  padding: 3px 5px;
  border-radius: 4px;
}
.trend-signal{
  background: #f0fdf4;
  border-left: 3px solid #22c55e;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
}
.signal-value{
  color: #15803d;
  font-weight: 800;
}
.levels-box{
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 8.5px;
  display: flex;
  flex-direction: column;
  gap: 1.5px;
  margin-top: 4px;
}
.levels-box div{
  display: flex;
  justify-content: space-between;
}
.levels-box span{
  color: #64748b;
}

/* WhatsApp Message Meta (Time & Blue Checks) */
.wa-msg-meta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  font-size: 8.5px;
  color: #667781;
  margin-top: 4px;
}
.wa-read-check{
  color: #53bdeb;
  font-weight: 800;
  letter-spacing: -1px;
  display: none;
}

/* WhatsApp Chat Footer Bar */
.wa-footer{
  background: #f0f2f5;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #e1e4e7;
}
.wa-emoji-btn, .wa-attach-btn, .wa-mic-btn{
  font-size: 13px;
  color: #54656f;
  cursor: pointer;
  line-height: 1;
}
.wa-input-fake{
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 5px 10px;
  font-size: 9.5px;
  color: #8696a0;
  border: 1px solid #e1e4e7;
}

/* Carousel Indicator Dots */
.carousel-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
}
.dot-btn{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #d4cdc1;
  cursor: pointer;
  padding: 0;
  transition: all .25s ease;
}
.dot-btn:hover{
  background: var(--gold);
}
.dot-btn.active{
  width: 24px;
  background: var(--ink);
}

@media(max-width:900px){
  .hero-alert-slider{
    padding: 16px;
  }
  .phone-showcase-stage{
    height: 440px;
  }
  .phone-slide{
    width: 250px;
    height: 410px;
  }
  .phone-slide.prev-1{
    transform: translateX(-120px) scale(0.82) rotateY(16deg);
  }
  .phone-slide.next-1{
    transform: translateX(120px) scale(0.82) rotateY(-16deg);
  }
}

@media(max-width:620px){
  .hero-alert-slider{
    padding: 12px;
    border-radius: 20px;
  }
  .slider-header strong{
    font-size: 17px;
  }
  .phone-showcase-stage{
    height: 420px;
  }
  .phone-slide{
    width: 240px;
    height: 395px;
  }
  .phone-slide.prev-1{
    transform: translateX(-90px) scale(0.78) rotateY(14deg);
    opacity: 0.35;
  }
  .phone-slide.next-1{
    transform: translateX(90px) scale(0.78) rotateY(-14deg);
    opacity: 0.35;
  }
  .cat-pill{
    padding: 5px 10px;
    font-size: 10px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float{position:fixed;bottom:28px;right:28px;z-index:9999;display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:12px 20px 12px 16px;border-radius:999px;box-shadow:0 8px 24px rgba(37,211,102,.4),0 2px 8px rgba(0,0,0,.12);text-decoration:none;font-family:"DM Sans",Arial,sans-serif;font-weight:700;font-size:14px;line-height:1;transition:all .3s cubic-bezier(.25,.8,.25,1)}
.whatsapp-float:hover,.whatsapp-float:focus-visible{background:#20ba5a;color:#fff;transform:translateY(-3px) scale(1.02);box-shadow:0 12px 28px rgba(37,211,102,.48),0 4px 12px rgba(0,0,0,.18);outline:none}
.whatsapp-icon{width:26px;height:26px;flex-shrink:0;display:block}
.whatsapp-label{letter-spacing:.2px;white-space:nowrap;color:#fff}
.whatsapp-pulse{position:absolute;inset:0;border-radius:999px;border:2px solid #25D366;animation:whatsapp-ripple 2.4s infinite cubic-bezier(.2,.6,.4,1);pointer-events:none;opacity:0}
@keyframes whatsapp-ripple{0%{transform:scale(.95);opacity:.75}70%{transform:scale(1.28);opacity:0}100%{transform:scale(1.3);opacity:0}}
@media(max-width:620px){.whatsapp-float{bottom:20px;right:20px;padding:0;width:54px;height:54px;border-radius:50%;justify-content:center}.whatsapp-label{display:none}.whatsapp-icon{width:28px;height:28px}}
