.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-il-hero { position: relative; overflow: hidden; background: #ffffff; padding: 150px 0 90px; font-family: 'Inter', sans-serif; color: #143628; }
.aone-il-hero i { line-height: 1; }
.il-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.il-orb--1 { width: 380px; height: 380px; top: -10%; right: 6%; background: radial-gradient(circle, rgba(212,175,55,0.22) 0%, transparent 70%); animation: ilFloat 16s ease-in-out infinite; }
.il-orb--2 { width: 320px; height: 320px; bottom: -12%; left: -4%; background: radial-gradient(circle, rgba(95,160,130,0.20) 0%, transparent 70%); animation: ilFloat 20s ease-in-out infinite reverse; }
@keyframes ilFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,-24px); } }

.il-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }

/* ===== LEFT ===== */
.il-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 24px; }
.il-pulse { width: 9px; height: 9px; border-radius: 50%; background: #D4AF37; box-shadow: 0 0 0 0 rgba(212,175,55,0.6); animation: ilPulse 2s infinite; }
@keyframes ilPulse { 0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); } 70% { box-shadow: 0 0 0 10px rgba(212,175,55,0); } 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); } }

.il-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.08; color: #143628; margin: 0 0 18px; }
.il-title .aone-gold-italic { font-style: italic; font-weight: 400; }
.il-lead { font-size: 17px; line-height: 1.7; color: #586a61; max-width: 490px; margin: 0 0 26px; }

.il-list { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 14px; }
.il-list li { display: flex; align-items: center; gap: 13px; font-size: 15.5px; color: #4f5f57; }
.il-list li strong { color: #143628; font-weight: 700; }
.il-li-ico { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 20px; }

.il-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.btn-il { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 32px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-il i { font-size: 16px; transition: transform 0.3s ease; }
.btn-il:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-il:hover i { transform: translateX(5px); }
.il-verified { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.il-verified i { color: #2e9e6b; font-size: 17px; }

/* ===== RIGHT ===== */
.il-hero-figure { position: relative; }
.il-frame { position: relative; z-index: 1; border-radius: 24px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 30px 60px rgba(20,54,40,0.18); background: #f0f7f4; }
.il-frame img { width: 100%; height: auto; display: block; }

.il-proof { position: absolute; z-index: 2; top: 26px; left: -22px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.9); border-radius: 14px; padding: 12px 16px; box-shadow: 0 18px 40px rgba(20,54,40,0.16); }
.il-proof-ico { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #143628; color: #D4AF37; font-size: 20px; }
.il-proof-tx { display: flex; flex-direction: column; line-height: 1.2; }
.il-proof-tx strong { font-family: 'Playfair Display', serif; font-size: 17px; color: #143628; }
.il-proof-tx span { font-size: 11px; color: #7c8a82; }

.il-contact { position: absolute; z-index: 2; bottom: 30px; right: -20px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.9); border-radius: 16px; padding: 14px 18px; box-shadow: 0 18px 40px rgba(20,54,40,0.18); }
.il-contact-ico { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #143628; color: #D4AF37; font-size: 22px; }
.il-contact-tx { display: flex; flex-direction: column; line-height: 1.25; }
.il-contact-tx small { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #7c8a82; font-weight: 700; }
.il-contact-tx a { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: #143628; text-decoration: none; }
.il-contact-tx a:hover { color: #b8902f; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-il-hero { padding: 120px 0 70px; }
  .il-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .il-proof { left: 14px; }
  .il-contact { right: 14px; }
}
@media (max-width: 575px) {
  .il-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .il-contact { right: 50%; transform: translateX(50%); bottom: -24px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .il-orb, .il-pulse { animation: none; }
  .btn-il, .btn-il i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }



/* ===== SHELL ===== */
.aone-booking-modal .modal-content {
  border: none; border-radius: 20px; overflow: hidden;
  font-family: 'Inter', sans-serif; box-shadow: 0 40px 90px rgba(20,54,40,0.35);
}
.aone-booking-modal i { line-height: 1; }

/* ===== HEADER ===== */
.aone-booking-modal .abm-header {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  background: linear-gradient(135deg, #f4f8f5, #eef5ef 60%, #faf6ea);
  padding: 22px 28px; border-bottom: 1px solid #e7efe9;
}
.aone-booking-modal .abm-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;
}
.aone-booking-modal .abm-eyebrow i { font-size: 15px; color: #D4AF37; }
.aone-booking-modal .abm-title {
  margin: 0; font-family: 'Playfair Display', serif; color: #143628; font-weight: 700;
  font-size: clamp(1.2rem, 3.6vw, 1.7rem); line-height: 1.15;
}
.aone-booking-modal .abm-close {
  flex-shrink: 0; width: 40px; height: 40px; border: 1px solid #e0eadd; border-radius: 50%;
  background: rgba(255,255,255,0.7); color: #143628; font-size: 16px; cursor: pointer;
  display: grid; place-items: center; transition: 0.25s ease;
}
.aone-booking-modal .abm-close:hover { background: #143628; color: #D4AF37; border-color: #143628; }

/* ===== TRUST STRIP ===== */
.aone-booking-modal .abm-trust {
  display: flex; flex-wrap: wrap; gap: 20px; padding: 13px 28px;
  background: #fbfcfb; border-bottom: 1px solid #eef0f2;
}
.aone-booking-modal .abm-trust span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; color: #143628; text-transform: uppercase; letter-spacing: 0.3px;
}
.aone-booking-modal .abm-trust i { color: #D4AF37; font-size: 16px; }

/* ===== BODY + IFRAME ===== */
.aone-booking-modal .abm-body {
  padding: 0; background: #fff; height: 72vh; max-height: 760px; overflow: hidden;
}
.aone-booking-modal .abm-iframe {
  width: 100%; height: 100%; min-height: 100%; border: none; display: block; overflow-y: auto; background: #fff;
}

/* ===== RESPONSIVE / NON-FREEZE ===== */
@media (max-width: 991px) {
  .aone-booking-modal .modal-dialog { margin: 0; max-width: 100%; min-height: 100%; }
  .aone-booking-modal .modal-content { border-radius: 0; min-height: 100vh; }
  .aone-booking-modal .abm-body { height: auto; max-height: none; flex: 1; }
  .aone-booking-modal .abm-iframe { height: 78vh; min-height: 78vh; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 575px) {
  .aone-booking-modal .abm-header { padding: 18px 18px; }
  .aone-booking-modal .abm-trust { padding: 11px 18px; gap: 14px; }
  .aone-booking-modal .abm-trust span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .aone-booking-modal .abm-close { transition: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-standard { position: relative; overflow: hidden; background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-standard i { line-height: 1; }
.std-orb { position: absolute; top: -8%; right: -4%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.14) 0%, transparent 70%); filter: blur(50px); pointer-events: none; z-index: 0; }
.aone-standard .container { position: relative; z-index: 1; }

.std-head { text-align: center; max-width: 660px; margin: 0 auto 60px; }
.std-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.std-badge i { font-size: 15px; color: #D4AF37; }
.std-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== FLOW ===== */
.std-flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.std-line {
  position: absolute; top: 92px; left: 16%; right: 16%; height: 2px; z-index: 0;
  background: linear-gradient(90deg, rgba(212,175,55,0) 0%, rgba(212,175,55,0.7) 50%, rgba(212,175,55,0) 100%);
  background-size: 200% 100%; animation: stdFlow 3.2s linear infinite;
}
@keyframes stdFlow { to { background-position: -200% 0; } }

.std-card {
  position: relative; z-index: 1; text-align: center; background: #fff; border: 1px solid #eef0f2;
  border-radius: 20px; padding: 40px 28px 30px; box-shadow: 0 12px 34px rgba(20,54,40,0.05);
  transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.std-card:hover { transform: translateY(-8px); border-color: #D4AF37; box-shadow: 0 26px 50px rgba(20,54,40,0.12); }
.std-num {
  position: absolute; top: 18px; right: 22px;
  font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; line-height: 1;
  color: #f0ead7; transition: 0.35s ease;
}
.std-card:hover .std-num { color: #e7c873; }
.std-ico {
  width: 72px; height: 72px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 18px;
  background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 34px; transition: 0.35s ease;
}
.std-card:hover .std-ico { background: #143628; border-color: #143628; color: #D4AF37; transform: translateY(-3px); }
.std-card h4 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.std-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }

/* ===== CTA ===== */
.std-cta { text-align: center; margin-top: 56px; }
.btn-std {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none;
  background: #143628; color: #fff; padding: 18px 38px; border-radius: 6px;
  font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(20,54,40,0.2); transition: 0.3s ease;
}
.btn-std i { font-size: 16px; transition: transform 0.3s ease; }
.btn-std:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-std:hover i { transform: translateX(5px); }
.std-risk { display: block; margin-top: 16px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.std-risk i { color: #2e9e6b; margin-right: 5px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-standard { padding: 70px 0; } .std-flow { grid-template-columns: 1fr; gap: 22px; max-width: 420px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) { .gold-shine, .std-line { animation: none; } .std-card, .std-ico, .std-num, .btn-std, .btn-std i { transition: none; } }


.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-il-qualify { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-il-qualify i { line-height: 1; }
.ilq-head { text-align: center; margin: 0 auto 30px; }
.ilq-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.ilq-eyebrow i { font-size: 15px; color: #D4AF37; }
.ilq-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== SEARCH ===== */
.ilq-search { display: flex; align-items: center; gap: 12px; max-width: 620px; margin: 0 auto 22px; background: #fff; border: 1px solid #e3ece6; border-radius: 50px; padding: 6px 22px; box-shadow: 0 12px 34px rgba(20,54,40,0.06); transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.ilq-search:focus-within { border-color: #D4AF37; box-shadow: 0 16px 40px rgba(212,175,55,0.14); }
.ilq-search i { color: #D4AF37; font-size: 18px; }
.ilq-search input { flex: 1; border: none; outline: none; background: transparent; font-size: 15px; color: #143628; padding: 12px 0; font-family: 'Inter', sans-serif; }
.ilq-search input::placeholder { color: #9aa8a0; }

/* ===== TABS ===== */
.ilq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.il-cond-tab { border: 1px solid #e3ece6; background: #fff; color: #143628; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 50px; cursor: pointer; transition: 0.25s ease; }
.il-cond-tab:hover { border-color: #D4AF37; transform: translateY(-2px); }
.il-cond-tab.active { background: #143628; color: #fff; border-color: #143628; }

/* ===== GRID ===== */
.ilq-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.il-cond-item {
  display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid #eef0f2; border-radius: 12px; padding: 16px 18px;
  font-size: 14.5px; font-weight: 600; color: #143628;
  box-shadow: 0 6px 18px rgba(20,54,40,0.04); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.il-cond-item:hover { transform: translateY(-3px); border-color: #D4AF37; box-shadow: 0 14px 30px rgba(20,54,40,0.10); }
.ic-dot { width: 9px; height: 9px; flex-shrink: 0; border-radius: 50%; background: #D4AF37; box-shadow: 0 0 0 4px rgba(212,175,55,0.15); }

.ilq-noresults { text-align: center; font-size: 14px; color: #7c8a82; margin: 26px auto 0; max-width: 560px; font-style: italic; }

/* ===== OAPP ===== */
.ilq-oapp {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
  background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%);
  border: 1px solid rgba(212,175,55,0.25); border-radius: 22px; padding: 34px 40px; margin-top: 40px;
  box-shadow: 0 26px 60px rgba(20,54,40,0.22); color: #fff;
}
.oapp-orb { position: absolute; top: -40%; right: 8%; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.16) 0%, transparent 70%); filter: blur(40px); pointer-events: none; }
.oapp-text { position: relative; z-index: 1; max-width: 680px; }
.oapp-text h3 { display: flex; align-items: center; gap: 13px; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin: 0 0 10px; color: #fff; }
.oapp-text h3 i { color: #D4AF37; font-size: 24px; }
.oapp-text p { font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,0.78); margin: 0; }
.oapp-text strong { color: #D4AF37; }
.btn-oapp { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; background: #D4AF37; color: #143628; padding: 15px 28px; border-radius: 6px; font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: 0.3s ease; }
.btn-oapp i { font-size: 15px; transition: transform 0.3s ease; }
.btn-oapp:hover { background: #fff; transform: translateY(-2px); }
.btn-oapp:hover i { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-il-qualify { padding: 70px 0; }
  .ilq-oapp { padding: 28px; }
}
@media (max-width: 575px) {
  .ilq-grid { grid-template-columns: 1fr 1fr; }
  .ilq-oapp { flex-direction: column; align-items: flex-start; }
  .btn-oapp { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .il-cond-tab, .il-cond-item, .btn-oapp, .btn-oapp i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-oapp { position: relative; overflow: hidden; background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-oapp i { line-height: 1; }
.oapp-bg-orb { position: absolute; top: -6%; left: -5%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%); filter: blur(55px); pointer-events: none; z-index: 0; }
.aone-oapp .container { position: relative; z-index: 1; }

.oapp-head { text-align: center; margin: 0 auto 30px; }
.oapp-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.oapp-eyebrow i { font-size: 15px; color: #D4AF37; }
.oapp-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== EXPLAINER ===== */
.oapp-explainer { display: flex; align-items: flex-start; gap: 16px; max-width: 760px; margin: 0 auto 44px; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 18px; padding: 24px 26px; }
.oapp-exp-ico { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid #e0eadd; color: #143628; font-size: 22px; }
.oapp-explainer p { font-size: 15.5px; line-height: 1.7; color: #4f5f57; margin: 0; }
.oapp-explainer strong { color: #143628; font-weight: 700; }

/* ===== COMPARISON ===== */
.oapp-compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto 14px; }
.oapp-vs { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #143628; color: #D4AF37; font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; font-weight: 700; box-shadow: 0 10px 24px rgba(20,54,40,0.25); }
.oapp-col { background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); }
.oapp-col--cannabis { border-color: rgba(212,175,55,0.4); }
.oapp-col-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #8a988f; background: #f4f6f5; border-radius: 50px; padding: 6px 13px; margin-bottom: 14px; }
.oapp-col-tag--gold { color: #143628; background: rgba(212,175,55,0.16); }
.oapp-col h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 18px; }
.oapp-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.oapp-col li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: #4f5f57; line-height: 1.4; }
.oapp-col--opioid li i { color: #c79a3a; font-size: 18px; flex-shrink: 0; }
.oapp-col--cannabis li i { color: #1f8a57; font-size: 18px; flex-shrink: 0; }

.oapp-compare-note { text-align: center; font-size: 12.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 680px; margin: 0 auto 56px; }

/* ===== STEPS ===== */
.oapp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 36px; }
.oapp-step { position: relative; background: #fff; border: 1px solid #eef0f2; border-radius: 18px; padding: 30px 26px; box-shadow: 0 10px 30px rgba(20,54,40,0.04); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.oapp-step:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.oapp-step-num { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: #e7c873; line-height: 1; }
.oapp-step h5 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #143628; margin: 12px 0 8px; }
.oapp-step p { font-size: 14px; color: #586a61; line-height: 1.6; margin: 0; }

/* ===== INFO BAR ===== */
.oapp-info { display: flex; align-items: center; gap: 14px; max-width: 820px; margin: 0 auto 36px; background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border: 1px solid rgba(212,175,55,0.25); border-radius: 16px; padding: 20px 26px; color: #fff; box-shadow: 0 20px 46px rgba(20,54,40,0.18); }
.oapp-info i { color: #D4AF37; font-size: 26px; flex-shrink: 0; }
.oapp-info span { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.82); }
.oapp-info strong { color: #D4AF37; }

/* ===== CTA ===== */
.oapp-cta { text-align: center; }
.btn-oapp-main { display: inline-flex; align-items: center; gap: 10px; background: #143628; color: #fff; padding: 17px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-oapp-main i { font-size: 16px; transition: transform 0.3s ease; }
.btn-oapp-main:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-oapp-main:hover i { transform: translateX(5px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-oapp { padding: 70px 0; }
  .oapp-steps { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 36px; }
}
@media (max-width: 600px) {
  .oapp-compare { grid-template-columns: 1fr; gap: 36px; }
  .oapp-vs { top: auto; left: 50%; top: calc(50% - 0px); }
  .oapp-explainer { flex-direction: column; }
  .oapp-info { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .oapp-step, .btn-oapp-main, .btn-oapp-main i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-why { background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; overflow: hidden; }
.aone-why i { line-height: 1; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ===== LEFT ===== */
.why-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 22px; }
.why-eyebrow i { font-size: 15px; color: #D4AF37; }
.why-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 18px; color: #143628; }
.why-lead { font-size: 16.5px; line-height: 1.7; color: #586a61; max-width: 500px; margin: 0 0 34px; }

.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.why-item { display: flex; align-items: flex-start; gap: 14px; }
.why-ico { width: 50px; height: 50px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 24px; transition: 0.35s ease; }
.why-item:hover .why-ico { background: #143628; border-color: #143628; color: #D4AF37; transform: translateY(-3px); }
.why-tx { display: flex; flex-direction: column; line-height: 1.4; }
.why-tx strong { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #143628; }
.why-tx span { font-size: 13px; color: #7c8a82; }

/* ===== RIGHT ===== */
.why-figure { position: relative; }
.why-orb { position: absolute; top: -26px; right: -26px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.28) 0%, transparent 70%); filter: blur(46px); z-index: 0; animation: whyFloat 16s ease-in-out infinite; }
@keyframes whyFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-18px,20px); } }
.why-frame { position: relative; z-index: 1; border-radius: 24px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 30px 60px rgba(20,54,40,0.18); background: #f0f7f4; }
.why-frame img { width: 100%; height: auto; display: block; }
.why-live { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: rgba(20,54,40,0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 50px; }
.why-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #5fcf9b; box-shadow: 0 0 0 0 rgba(95,207,155,0.6); animation: whyPulse 2s infinite; }
@keyframes whyPulse { 0% { box-shadow: 0 0 0 0 rgba(95,207,155,0.5); } 70% { box-shadow: 0 0 0 8px rgba(95,207,155,0); } 100% { box-shadow: 0 0 0 0 rgba(95,207,155,0); } }

.why-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.9); border-radius: 14px; padding: 12px 16px; box-shadow: 0 18px 40px rgba(20,54,40,0.16); }
.why-float--1 { top: 30px; right: -22px; }
.why-float--2 { bottom: 34px; left: -22px; }
.why-float-ico { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #143628; color: #D4AF37; font-size: 20px; }
.why-float-tx { display: flex; flex-direction: column; line-height: 1.2; }
.why-float-tx strong { font-size: 14px; color: #143628; }
.why-float-tx span { font-size: 11px; color: #7c8a82; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-why { padding: 70px 0; }
  .why-grid { grid-template-columns: 1fr; gap: 56px; }
  .why-float--1 { right: 14px; }
  .why-float--2 { left: 14px; }
}
@media (max-width: 480px) {
  .why-list { grid-template-columns: 1fr; }
  .why-float--2 { left: 50%; transform: translateX(-50%); bottom: -22px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .why-orb, .why-live-dot { animation: none; }
  .why-ico { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-edge { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-edge i { line-height: 1; }
.edge-head { text-align: center; margin: 0 auto 44px; }
.edge-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.edge-eyebrow i { font-size: 15px; color: #D4AF37; }
.edge-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== BENTO ===== */
.edge-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.edge-card {
  grid-column: span 2; position: relative; overflow: hidden;
  background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 32px 28px;
  box-shadow: 0 12px 34px rgba(20,54,40,0.05);
  transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.edge-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.edge-card--wide { grid-column: span 4; }
.edge-card--full { grid-column: span 6; display: flex; align-items: center; gap: 22px; }
.edge-card--gold { background: linear-gradient(135deg, #fffaf0, #fff 60%); border-color: rgba(212,175,55,0.35); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.edge-card--green { background: linear-gradient(135deg, #f1f8f4, #fff 60%); border-color: #d8e9df; }

.edge-card-main { display: flex; align-items: flex-start; gap: 18px; flex: 1; }
.edge-ico { width: 56px; height: 56px; flex-shrink: 0; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 27px; margin-bottom: 18px; transition: 0.35s ease; }
.edge-card--full .edge-ico, .edge-card-main .edge-ico { margin-bottom: 0; }
.edge-card:hover .edge-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.edge-card h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.edge-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }
.edge-card p strong { color: #143628; font-weight: 700; }
.edge-fine { display: block; margin-top: 8px; font-size: 11.5px; color: #9aa8a0; font-style: italic; }
.edge-tx { display: flex; flex-direction: column; }

.edge-bignum { flex-shrink: 0; text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(2.6rem, 6vw, 4rem); font-weight: 700; line-height: 0.9; color: #143628; }
.edge-bignum span { display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #b8902f; margin-bottom: 6px; }

/* ===== CTA ===== */
.edge-cta { text-align: center; margin-top: 48px; }
.btn-edge { display: inline-flex; align-items: center; gap: 10px; background: #143628; color: #fff; padding: 17px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-edge i { font-size: 16px; transition: transform 0.3s ease; }
.btn-edge:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-edge:hover i { transform: translateX(5px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-edge { padding: 70px 0; }
  .edge-bento { grid-template-columns: 1fr 1fr; }
  .edge-card, .edge-card--wide, .edge-card--full { grid-column: span 2; }
  .edge-card--full { flex-direction: row; }
}
@media (max-width: 600px) {
  .edge-bento { grid-template-columns: 1fr; }
  .edge-card, .edge-card--wide, .edge-card--full { grid-column: span 1; }
  .edge-card--gold { flex-direction: column; align-items: flex-start; }
  .edge-card--full { flex-direction: column; align-items: flex-start; }
  .edge-card-main { flex-direction: column; }
  .edge-bignum { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .edge-card, .edge-ico, .btn-edge, .btn-edge i { transition: none; }
}

.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-timeline { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-timeline i { line-height: 1; }
.tl-head { text-align: center; margin: 0 auto 50px; }
.tl-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.tl-eyebrow i { font-size: 15px; color: #D4AF37; }
.tl-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== TRACK ===== */
.tl-track { position: relative; max-width: 760px; margin: 0 auto; padding-left: 8px; }
.tl-line { position: absolute; top: 28px; bottom: 28px; left: 35px; width: 2px; background: linear-gradient(180deg, rgba(212,175,55,0) 0%, rgba(212,175,55,0.7) 12%, rgba(212,175,55,0.7) 88%, rgba(212,175,55,0) 100%); }

.tl-item { position: relative; display: flex; align-items: flex-start; gap: 26px; margin-bottom: 24px; }
.tl-item:last-child { margin-bottom: 0; }
.tl-marker {
  position: relative; z-index: 1; width: 56px; height: 56px; flex-shrink: 0;
  display: grid; place-items: center; border-radius: 50%;
  background: #fff; border: 2px solid #e0eadd; color: #143628;
  font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700;
  box-shadow: 0 8px 22px rgba(20,54,40,0.08); transition: 0.35s ease;
}
.tl-marker i { font-size: 24px; }
.tl-item:hover .tl-marker { border-color: #D4AF37; background: #143628; color: #D4AF37; transform: scale(1.05); }
.tl-marker--icon { background: #143628; border-color: #143628; color: #D4AF37; }

.tl-card {
  flex: 1; background: #fff; border: 1px solid #eef0f2; border-radius: 18px; padding: 24px 26px;
  box-shadow: 0 10px 30px rgba(20,54,40,0.05);
  transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.tl-item:hover .tl-card { transform: translateY(-3px); border-color: #D4AF37; box-shadow: 0 18px 40px rgba(20,54,40,0.10); }
.tl-item--highlight .tl-card { background: linear-gradient(135deg, #fffaf0, #fff 65%); border-color: rgba(212,175,55,0.4); }
.tl-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #8a988f; background: #f4f6f5; border-radius: 50px; padding: 5px 12px; margin-bottom: 11px; }
.tl-tag--gold { color: #143628; background: rgba(212,175,55,0.18); }
.tl-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 8px; }
.tl-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }
.tl-card p strong { color: #143628; font-weight: 700; }

/* ===== HELP BAR ===== */
.tl-help {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  max-width: 760px; margin: 44px auto 0;
  background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%);
  border: 1px solid rgba(212,175,55,0.25); border-radius: 18px; padding: 24px 28px;
  box-shadow: 0 22px 50px rgba(20,54,40,0.2); color: #fff;
}
.tl-help-ico { width: 50px; height: 50px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: rgba(212,175,55,0.14); color: #D4AF37; font-size: 26px; }
.tl-help-tx { display: flex; flex-direction: column; line-height: 1.4; flex: 1; min-width: 180px; }
.tl-help-tx strong { font-size: 16px; color: #fff; }
.tl-help-tx span { font-size: 13.5px; color: rgba(255,255,255,0.72); }
.btn-tl { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; background: #D4AF37; color: #143628; padding: 14px 26px; border-radius: 6px; font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: 0.3s ease; }
.btn-tl i { font-size: 15px; transition: transform 0.3s ease; }
.btn-tl:hover { background: #fff; transform: translateY(-2px); }
.btn-tl:hover i { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-timeline { padding: 70px 0; } }
@media (max-width: 575px) {
  .tl-item { gap: 16px; }
  .tl-line { left: 27px; }
  .tl-marker { width: 44px; height: 44px; font-size: 16px; }
  .tl-marker i { font-size: 19px; }
  .tl-card { padding: 20px; }
  .tl-help { flex-direction: column; align-items: flex-start; }
  .btn-tl { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .tl-marker, .tl-card, .btn-tl, .btn-tl i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-therapy { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-therapy i { line-height: 1; }
.thr-head { text-align: center; margin: 0 auto 46px; }
.thr-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.thr-eyebrow i { font-size: 15px; color: #D4AF37; }
.thr-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== GRID ===== */
.thr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 36px; }
.thr-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 32px 28px;
  box-shadow: 0 12px 34px rgba(20,54,40,0.05);
  transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.thr-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.thr-ico { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 28px; margin-bottom: 20px; transition: 0.35s ease; }
.thr-card:hover .thr-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.thr-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.thr-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0 0 20px; }
.thr-foot { margin-top: auto; display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 700; color: #b8902f; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.28); padding: 7px 14px; border-radius: 50px; }

/* ===== DISCLAIMER ===== */
.thr-disclaimer { position: relative; overflow: hidden; background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border: 1px solid rgba(212,175,55,0.25); border-radius: 22px; padding: 36px 40px; color: #fff; box-shadow: 0 26px 60px rgba(20,54,40,0.22); }
.thr-dis-orb { position: absolute; top: -40%; right: 5%; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.14) 0%, transparent 70%); filter: blur(40px); pointer-events: none; }
.thr-disclaimer > * { position: relative; z-index: 1; }
.thr-dis-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.thr-dis-head i { color: #D4AF37; font-size: 24px; }
.thr-dis-head h5 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin: 0; color: #fff; }
.thr-disclaimer p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.78); margin: 0 0 22px; max-width: 760px; }
.btn-thr { display: inline-flex; align-items: center; gap: 9px; background: #D4AF37; color: #143628; padding: 15px 28px; border-radius: 6px; font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: 0.3s ease; }
.btn-thr i { font-size: 15px; transition: transform 0.3s ease; }
.btn-thr:hover { background: #fff; transform: translateY(-2px); }
.btn-thr:hover i { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-therapy { padding: 70px 0; } .thr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .thr-grid { grid-template-columns: 1fr; } .thr-disclaimer { padding: 28px; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .thr-card, .thr-ico, .btn-thr, .btn-thr i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-edu { background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-edu i { line-height: 1; }
.edu-head { text-align: center; margin: 0 auto 46px; }
.edu-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.edu-eyebrow i { font-size: 15px; color: #D4AF37; }
.edu-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== CARDS ===== */
.edu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 44px; }
.edu-card { background: #fcfdfc; border: 1px solid #eef0f2; border-radius: 20px; padding: 32px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.edu-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.edu-ico { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 28px; margin-bottom: 20px; transition: 0.35s ease; }
.edu-card:hover .edu-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.edu-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.edu-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }
.edu-card strong { color: #143628; font-weight: 700; }

/* ===== TABLE ===== */
.edu-table-wrap { margin-bottom: 40px; }
.edu-table-scroll { overflow-x: auto; border: 1px solid #eef0f2; border-radius: 18px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); }
.edu-table { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; }
.edu-table thead th { background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); color: #fff; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; text-align: left; padding: 16px 20px; }
.edu-table thead th:first-child { border-top-left-radius: 18px; }
.edu-table thead th:last-child { border-top-right-radius: 18px; }
.edu-table tbody td { padding: 16px 20px; font-size: 14px; color: #586a61; border-bottom: 1px solid #f0f3f1; line-height: 1.5; }
.edu-table tbody td strong { color: #143628; }
.edu-table tbody tr:last-child td { border-bottom: none; }
.edu-table tbody tr:nth-child(even) { background: #fbfcfb; }
.edu-table tbody tr { transition: background 0.2s ease; }
.edu-table tbody tr:hover { background: #f4f8f5; }
.edu-table-note { font-size: 12.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; margin: 16px 4px 0; }

/* ===== BANNER ===== */
.edu-banner { display: flex; align-items: center; gap: 16px; justify-content: center; flex-wrap: wrap; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 16px; padding: 22px 28px; text-align: left; }
.edu-banner-ico { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: #fff; border: 1px solid #e0eadd; color: #143628; font-size: 24px; }
.edu-banner-tx { font-size: 15px; color: #4f5f57; line-height: 1.6; }
.edu-banner-tx strong { color: #143628; font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-edu { padding: 70px 0; } .edu-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto 44px; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .edu-card, .edu-ico, .edu-table tbody tr { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-reviews { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-reviews i { line-height: 1; }
.rev-head { text-align: center; margin: 0 auto 36px; }
.rev-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.rev-eyebrow i { font-size: 15px; color: #D4AF37; }
.rev-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== RATING SUMMARY ===== */
.rev-summary { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: center; max-width: 560px; margin: 0 auto 44px; padding: 20px 28px; background: #fff; border: 1px solid #eef0f2; border-radius: 18px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); }
.rs-score { display: flex; flex-direction: column; align-items: center; }
.rs-num { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 700; color: #143628; line-height: 1; }
.rs-stars { color: #D4AF37; font-size: 16px; letter-spacing: 2px; margin-top: 4px; }
.rs-meta { display: flex; flex-direction: column; line-height: 1.4; }
.rs-meta strong { font-size: 17px; color: #143628; }
.rs-meta span { font-size: 13px; color: #7c8a82; }
.rs-verified { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #1f8a57; background: #eaf5ef; padding: 8px 14px; border-radius: 50px; }
.rs-verified i { font-size: 15px; }

/* ===== REVIEW CARDS ===== */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rev-card { background: #fff; border: 1px solid #eef0f2; border-radius: 18px; padding: 26px; box-shadow: 0 10px 30px rgba(20,54,40,0.04); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.rev-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.rev-card--wide { grid-column: span 1; }
.rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rc-avatar { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 24px; }
.rc-id { display: flex; flex-direction: column; line-height: 1.3; }
.rc-name { font-size: 14px; font-weight: 700; color: #143628; }
.rc-date { font-size: 12px; color: #9aa8a0; }
.rc-check { margin-left: auto; color: #1f8a57; font-size: 18px; }
.rc-stars { display: block; color: #D4AF37; font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.rc-text { font-size: 14.5px; color: #4f5f57; line-height: 1.65; margin: 0; }

/* wide cards span 1.5 cols on desktop for variety */
@media (min-width: 992px) {
  .rev-grid { grid-template-columns: repeat(6, 1fr); }
  .rev-card { grid-column: span 2; }
  .rev-card--wide { grid-column: span 3; }
}

/* ===== CTA ===== */
.rev-cta { text-align: center; margin-top: 40px; }
.btn-rev { display: inline-flex; align-items: center; gap: 10px; background: #143628; color: #fff; padding: 17px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-rev i { font-size: 16px; transition: transform 0.3s ease; }
.btn-rev:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-rev:hover i { transform: translateX(5px); }
.rev-cta-micro { display: block; margin-top: 14px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.rev-cta-micro i { color: #2e9e6b; margin-right: 5px; }

.rev-disclaimer { text-align: center; font-size: 11.5px; color: #9aa8a0; font-style: italic; margin: 26px 0 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-reviews { padding: 70px 0; }
  .rev-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .rs-verified { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .rev-card, .btn-rev, .btn-rev i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-il-final { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; }
.aone-il-final i { line-height: 1; }

.ilf-panel { position: relative; overflow: hidden; background: linear-gradient(160deg, #143628 0%, #0f2a1f 60%, #102619 100%); border-radius: 32px; padding: 56px 60px; box-shadow: 0 40px 90px rgba(20,54,40,0.30); }
.ilf-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.ilf-orb--1 { width: 400px; height: 400px; top: -22%; left: -5%; background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, transparent 70%); animation: ilfFloat 18s ease-in-out infinite; }
.ilf-orb--2 { width: 340px; height: 340px; bottom: -26%; right: -4%; background: radial-gradient(circle, rgba(95,160,130,0.26) 0%, transparent 70%); animation: ilfFloat 22s ease-in-out infinite reverse; }
@keyframes ilfFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(22px,-26px); } }

.ilf-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 50px; align-items: center; }

/* ===== CONTENT ===== */
.ilf-content { color: #fff; }
.ilf-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 22px; }
.ilf-pulse { width: 9px; height: 9px; border-radius: 50%; background: #D4AF37; box-shadow: 0 0 0 0 rgba(212,175,55,0.6); animation: ilfPulse 2s infinite; }
@keyframes ilfPulse { 0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); } 70% { box-shadow: 0 0 0 10px rgba(212,175,55,0); } 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); } }
.ilf-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4.5vw, 3.3rem); line-height: 1.1; margin: 0 0 16px; color: #fff; }
.ilf-title .aone-gold-italic { font-style: italic; font-weight: 400; }
.ilf-lead { font-size: 16.5px; line-height: 1.7; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0; }
.ilf-lead strong { color: #D4AF37; }

/* ===== ACTIONS ===== */
.ilf-actions { display: flex; flex-direction: column; gap: 16px; }
.btn-ilf { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; border: none; background: #D4AF37; color: #143628; padding: 18px 16px 18px 26px; border-radius: 8px; font-size: 15px; font-weight: 800; letter-spacing: 0.5px; box-shadow: 0 16px 38px rgba(212,175,55,0.28); transition: 0.3s ease; }
.btn-ilf-ico { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 7px; background: #143628; color: #D4AF37; font-size: 16px; transition: transform 0.3s ease; }
.btn-ilf:hover { background: #fff; transform: translateY(-3px); }
.btn-ilf:hover .btn-ilf-ico { transform: translateX(4px); }

.btn-ilf-call { display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; padding: 16px 26px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.05); color: #fff; font-size: 14px; font-weight: 700; transition: 0.3s ease; }
.btn-ilf-call i { font-size: 19px; color: #D4AF37; }
.btn-ilf-call:hover { background: rgba(255,255,255,0.1); border-color: rgba(212,175,55,0.5); color: #fff; }

.ilf-trust { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.ilf-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.7); }
.ilf-trust i { color: #D4AF37; font-size: 16px; }
.ilf-dot { color: rgba(255,255,255,0.3); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-il-final { padding: 70px 0; }
  .ilf-panel { padding: 40px 28px; border-radius: 24px; }
  .ilf-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .ilf-orb, .ilf-pulse { animation: none; }
  .btn-ilf, .btn-ilf-ico, .btn-ilf-call { transition: none; }
}