.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-wl-hero { position: relative; overflow: hidden; background: #ffffff; padding: 150px 0 90px; font-family: 'Inter', sans-serif; color: #143628; }
.aone-wl-hero i { line-height: 1; }
.wl-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.wl-orb--1 { width: 380px; height: 380px; top: -10%; right: 6%; background: radial-gradient(circle, rgba(212,175,55,0.22) 0%, transparent 70%); animation: wlFloat 16s ease-in-out infinite; }
.wl-orb--2 { width: 320px; height: 320px; bottom: -12%; left: -4%; background: radial-gradient(circle, rgba(95,160,130,0.20) 0%, transparent 70%); animation: wlFloat 20s ease-in-out infinite reverse; }
@keyframes wlFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,-24px); } }

.wl-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }

/* ===== LEFT ===== */
.wl-badge { 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: 24px; }
.wl-badge i { font-size: 15px; color: #D4AF37; }
.wl-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; }
.wl-title .aone-gold-italic { font-style: italic; font-weight: 400; }
.wl-lead { font-size: 17px; line-height: 1.7; color: #586a61; max-width: 500px; margin: 0 0 30px; }

.wl-actions { margin-bottom: 28px; }
.btn-wl { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 34px; 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-wl i { font-size: 16px; transition: transform 0.3s ease; }
.btn-wl:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-wl:hover i { transform: translateX(5px); }

.wl-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 14px 26px; }
.wl-trust li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #4f5f57; }
.wl-trust-ico { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border-radius: 9px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 17px; }

/* ===== RIGHT ===== */
.wl-hero-figure { position: relative; }
.wl-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; }
.wl-frame img { width: 100%; height: auto; display: block; }

.wl-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); }
.wl-contact-ico { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #143628; color: #D4AF37; font-size: 22px; }
.wl-contact-tx { display: flex; flex-direction: column; line-height: 1.25; }
.wl-contact-tx small { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #7c8a82; font-weight: 800; }
.wl-contact-tx a { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #143628; text-decoration: none; }
.wl-contact-tx a:hover { color: #b8902f; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-wl-hero { padding: 120px 0 70px; }
  .wl-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .wl-contact { right: 14px; }
}
@media (max-width: 575px) {
  .wl-contact { right: 50%; transform: translateX(50%); bottom: -24px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .wl-orb { animation: none; }
  .btn-wl, .btn-wl 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; } }

/* ===== DIALOG: keep within viewport so the top is never cut off ===== */
.aone-booking-modal .modal-dialog { max-width: 900px; margin: 1.2rem auto; max-height: calc(100vh - 2.4rem); max-height: calc(100dvh - 2.4rem); }
.aone-booking-modal .modal-dialog-centered { min-height: calc(100% - 2.4rem); }

/* ===== SHELL: flex column, capped to viewport ===== */
.aone-booking-modal .modal-content {
  display: flex; flex-direction: column;
  max-height: calc(100vh - 2.4rem); max-height: calc(100dvh - 2.4rem);
  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 (pinned) ===== */
.aone-booking-modal .abm-header { flex: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; background: linear-gradient(135deg, #f4f8f5, #eef5ef 60%, #faf6ea); padding: 20px 26px; 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: 7px; }
.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.15rem, 3.4vw, 1.6rem); 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 (pinned) ===== */
.aone-booking-modal .abm-trust { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 18px; padding: 12px 26px; 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: takes remaining space and scrolls (min-height:0 is the key) ===== */
.aone-booking-modal .abm-body { flex: 1 1 auto; min-height: 0; padding: 0; background: #fff; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.aone-booking-modal .abm-iframe { width: 100%; height: 100%; min-height: 600px; border: none; display: block; background: #fff; }

/* ===== MOBILE: full-screen, never freezes ===== */
@media (max-width: 991px) {
  .aone-booking-modal .modal-dialog { margin: 0; max-width: 100%; max-height: 100vh; max-height: 100dvh; }
  .aone-booking-modal .modal-dialog-centered { min-height: 100vh; min-height: 100dvh; }
  .aone-booking-modal .modal-content { border-radius: 0; max-height: 100vh; max-height: 100dvh; height: 100vh; height: 100dvh; }
  .aone-booking-modal .abm-iframe { min-height: 100%; }
}
@media (max-width: 575px) {
  .aone-booking-modal .abm-header { padding: 16px 18px; }
  .aone-booking-modal .abm-trust { padding: 10px 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-fit { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; overflow: hidden; }
.aone-fit i { line-height: 1; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ===== LEFT FIGURE ===== */
.fit-figure { position: relative; }
.fit-orb { position: absolute; bottom: -26px; left: -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: fitFloat 16s ease-in-out infinite; }
@keyframes fitFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(16px,-20px); } }
.fit-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; }
.fit-frame img { width: 100%; height: auto; display: block; }
.fit-badge { position: absolute; z-index: 2; right: -20px; bottom: 32px; display: flex; align-items: center; gap: 12px; 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); }
.fit-badge-ico { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 22px; }
.fit-badge-tx { display: flex; flex-direction: column; line-height: 1.25; }
.fit-badge-tx strong { font-family: 'Playfair Display', serif; font-size: 15px; color: #143628; }
.fit-badge-tx span { font-size: 11px; color: #b8902f; font-weight: 700; }

/* ===== RIGHT CONTENT ===== */
.fit-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; }
.fit-eyebrow i { font-size: 15px; color: #D4AF37; }
.fit-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 16px; color: #143628; }
.fit-lead { font-size: 16.5px; line-height: 1.7; color: #586a61; max-width: 500px; margin: 0 0 30px; }

.fit-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 34px; }
.fit-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #eef0f2; border-radius: 14px; padding: 18px 20px; box-shadow: 0 8px 22px rgba(20,54,40,0.04); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.fit-card:hover { transform: translateX(5px); border-color: #D4AF37; box-shadow: 0 14px 32px rgba(20,54,40,0.09); }
.fit-ico { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 23px; transition: 0.3s ease; }
.fit-card:hover .fit-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.fit-tx { font-size: 15px; font-weight: 600; color: #143628; line-height: 1.5; }

.fit-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-fit { 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-fit i { font-size: 16px; transition: transform 0.3s ease; }
.btn-fit:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-fit:hover i { transform: translateX(5px); }
.fit-micro { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.fit-micro i { color: #2e9e6b; font-size: 16px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-fit { padding: 70px 0; }
  .fit-grid { grid-template-columns: 1fr; gap: 56px; }
  .fit-badge { right: 16px; }
}
@media (max-width: 480px) {
  .fit-badge { right: 50%; transform: translateX(50%); bottom: -22px; }
  .fit-cta { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .fit-orb { animation: none; }
  .fit-card, .fit-ico, .btn-fit, .btn-fit 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-adv { background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-adv i { line-height: 1; }

.adv-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 50px; }
.adv-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; }
.adv-eyebrow i { font-size: 15px; color: #D4AF37; }
.adv-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; margin: 0; color: #143628; }
.adv-lead { font-size: 16.5px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== GRID ===== */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.adv-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; }
.adv-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.adv-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; }
.adv-card:hover .adv-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.adv-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.adv-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-adv { padding: 70px 0; }
  .adv-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
  .adv-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) { .adv-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .adv-card, .adv-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-bmi { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-bmi i { line-height: 1; }
.bmi-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }

/* ===== LEFT ===== */
.bmi-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: 18px; }
.bmi-eyebrow i { font-size: 15px; color: #D4AF37; }
.bmi-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.1rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.bmi-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0 0 26px; max-width: 460px; }
.bmi-frame { position: relative; border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 54px rgba(20,54,40,0.16); background: #f0f7f4; margin-bottom: 20px; }
.bmi-frame img { width: 100%; height: auto; display: block; }
.bmi-pulse { position: absolute; top: 18px; right: 18px; width: 14px; height: 14px; border-radius: 50%; background: #D4AF37; box-shadow: 0 0 0 0 rgba(212,175,55,0.6); animation: bmiPulse 2.2s infinite; }
@keyframes bmiPulse { 0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); } 70% { box-shadow: 0 0 0 16px rgba(212,175,55,0); } 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); } }
.bmi-fine { font-size: 12px; color: #9aa8a0; line-height: 1.6; font-style: italic; margin: 0; }

/* ===== CALCULATOR CARD ===== */
.bmi-card { background: #fff; border: 1px solid #eef0f2; border-radius: 24px; padding: 36px; box-shadow: 0 20px 50px rgba(20,54,40,0.08); }

.bmi-toggle { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 30px; }
.bmi-toggle-tx { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: #9aa8a0; transition: color 0.25s ease; }
.bmi-toggle-tx.active { color: #143628; }
.bmi-switch { position: relative; display: inline-block; width: 52px; height: 28px; }
.bmi-switch input { opacity: 0; width: 0; height: 0; }
.bmi-switch-slider { position: absolute; cursor: pointer; inset: 0; background: #e0eadd; border-radius: 50px; transition: 0.3s ease; }
.bmi-switch-slider::before { content: ""; position: absolute; height: 22px; width: 22px; left: 3px; top: 3px; background: #143628; border-radius: 50%; transition: 0.3s ease; }
.bmi-switch input:checked + .bmi-switch-slider { background: #143628; }
.bmi-switch input:checked + .bmi-switch-slider::before { transform: translateX(24px); background: #D4AF37; }

.bmi-field { margin-bottom: 26px; }
.bmi-field-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.bmi-field-head h4 { display: flex; align-items: center; gap: 9px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700; color: #143628; margin: 0; text-transform: uppercase; letter-spacing: 0.5px; }
.bmi-field-head h4 i { color: #D4AF37; font-size: 18px; }
.bmi-val { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #143628; }
.bmi-unit { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: #9aa8a0; margin-left: 4px; }

.bmi-range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 50px; background: linear-gradient(90deg, #D4AF37 0%, #D4AF37 35%, #eef0f2 35%, #eef0f2 100%); outline: none; cursor: pointer; }
.bmi-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #143628; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(20,54,40,0.3); cursor: pointer; transition: transform 0.15s ease; }
.bmi-range::-webkit-slider-thumb:hover { transform: scale(1.12); }
.bmi-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #143628; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(20,54,40,0.3); cursor: pointer; }
.bmi-range-labels { display: flex; justify-content: space-between; margin-top: 9px; font-size: 11.5px; font-weight: 600; color: #9aa8a0; }

.btn-bmi { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 28px; border-radius: 8px; font-size: 14px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; margin-top: 6px; }
.btn-bmi i { font-size: 16px; transition: transform 0.3s ease; }
.btn-bmi:hover { background: #D4AF37; color: #143628; transform: translateY(-2px); }
.btn-bmi:hover i { transform: translateX(4px); }

/* ===== RESULT MODAL ===== */
.bmi-overlay { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(15,42,31,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.bmi-overlay.active { display: flex; }
.bmi-result { position: relative; width: 100%; max-width: 460px; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,0.35); animation: bmiPop 0.35s cubic-bezier(0.165,0.84,0.44,1); }
@keyframes bmiPop { from { opacity: 0; transform: translateY(20px) scale(0.97); } to { opacity: 1; transform: none; } }
.bmi-result-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 38px; height: 38px; border: none; border-radius: 50%; background: rgba(255,255,255,0.18); color: #fff; font-size: 16px; cursor: pointer; display: grid; place-items: center; transition: 0.25s ease; }
.bmi-result-close:hover { background: rgba(255,255,255,0.32); }
.bmi-result-head { background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); padding: 36px 30px 30px; text-align: center; color: #fff; }
.bmi-ring { width: 120px; height: 120px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: rgba(212,175,55,0.12); border: 3px solid #D4AF37; }
.bmi-ring span { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: #fff; line-height: 1; }
.bmi-ring small { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.bmi-result-head h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin: 0; color: #fff; }
.bmi-result-body { padding: 26px 30px 30px; }
.bmi-strip { display: flex; align-items: flex-start; gap: 12px; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.bmi-strip i { color: #D4AF37; font-size: 22px; flex-shrink: 0; }
.bmi-strip p { font-size: 13.5px; color: #4f5f57; line-height: 1.6; margin: 0; }
.bmi-note { font-size: 14px; color: #586a61; line-height: 1.6; text-align: center; margin: 0 0 22px; }
.btn-bmi-solid { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; border: none; background: #D4AF37; color: #143628; padding: 16px 24px; border-radius: 8px; font-size: 14px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; transition: 0.3s ease; }
.btn-bmi-solid i { font-size: 17px; }
.btn-bmi-solid:hover { background: #143628; color: #fff; transform: translateY(-2px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-bmi { padding: 70px 0; }
  .bmi-grid { grid-template-columns: 1fr; gap: 44px; }
  .bmi-card { padding: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .bmi-pulse { animation: none; }
  .bmi-range::-webkit-slider-thumb, .btn-bmi, .btn-bmi i, .btn-bmi-solid { 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-phil { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-phil i { line-height: 1; }

.phil-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 44px; }
.phil-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; }
.phil-eyebrow i { font-size: 15px; color: #D4AF37; }
.phil-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; margin: 0; color: #143628; }
.phil-lead { font-size: 15.5px; line-height: 1.7; color: #586a61; margin: 0; border-left: 2px solid #D4AF37; padding-left: 20px; }
.phil-lead strong { color: #143628; }

/* ===== TABS ===== */
.phil-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.phil-tab { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #e3ece6; background: #fff; color: #143628; font-size: 14px; font-weight: 700; padding: 12px 24px; border-radius: 50px; cursor: pointer; transition: 0.25s ease; }
.phil-tab i { font-size: 18px; color: #D4AF37; transition: 0.25s ease; }
.phil-tab:hover { border-color: #D4AF37; transform: translateY(-2px); }
.phil-tab.active { background: #143628; color: #fff; border-color: #143628; }
.phil-tab.active i { color: #D4AF37; }

/* ===== PANELS ===== */
.phil-panel { display: none; }
.phil-panel.active { display: block; animation: philFade 0.4s ease; }
@keyframes philFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.phil-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }

.phil-card { background: #fff; border: 1px solid #eef0f2; border-radius: 24px; padding: 38px; box-shadow: 0 16px 40px rgba(20,54,40,0.06); }
.phil-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.12); border-radius: 50px; padding: 6px 14px; margin-bottom: 16px; }
.phil-h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #143628; line-height: 1.25; margin: 0 0 12px; }
.phil-desc { font-size: 15px; color: #586a61; line-height: 1.65; margin: 0 0 24px; }

.phil-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.phil-step { border: 1px solid #e3ece6; background: #fcfdfc; color: #143628; font-size: 13.5px; font-weight: 700; padding: 13px 14px; border-radius: 10px; cursor: pointer; text-align: left; transition: 0.25s ease; }
.phil-step:hover { border-color: #D4AF37; }
.phil-step.active { background: #143628; color: #fff; border-color: #143628; }
.phil-step-detail { background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 12px; padding: 16px 18px; font-size: 14px; color: #4f5f57; line-height: 1.6; margin-bottom: 20px; }
.phil-step-detail strong { color: #143628; }

.phil-note { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.phil-note i { color: #2e9e6b; font-size: 18px; }

.phil-feats { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.phil-feat { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #f0f3f1; }
.phil-feat:last-child { border-bottom: none; }
.phil-feat-ico { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 22px; }
.phil-feat h5 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #143628; margin: 0 0 2px; }
.phil-feat p { font-size: 13.5px; color: #7c8a82; margin: 0; }

.phil-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.phil-chip { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 700; color: #143628; background: #fcfdfc; border: 1px solid #e3ece6; padding: 13px 16px; border-radius: 10px; }
.phil-chip i { color: #D4AF37; font-size: 18px; }

.phil-figure { position: relative; }
.phil-frame { border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 54px rgba(20,54,40,0.16); background: #f0f7f4; }
.phil-frame img { width: 100%; height: auto; display: block; }

/* ===== MEDS ===== */
.phil-meds-head { margin: 70px 0 30px; }
.phil-meds-lead { font-size: 15.5px; color: #586a61; margin: 8px 0 0; }
.phil-meds { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.phil-med { background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 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; }
.phil-med:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.phil-med-ico { width: 56px; height: 56px; 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; }
.phil-med:hover .phil-med-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.phil-med h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 8px; }
.phil-med p { font-size: 14px; color: #586a61; line-height: 1.6; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-phil { padding: 70px 0; }
  .phil-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .phil-row { grid-template-columns: 1fr; gap: 36px; }
  .phil-figure--first { order: 2; }
  .phil-card { padding: 30px; }
}
@media (max-width: 480px) {
  .phil-steps, .phil-chips { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .phil-tab, .phil-step, .phil-med, .phil-med-ico { transition: none; }
  .phil-panel.active { animation: 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-journey { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-journey i { line-height: 1; }
.jr-head { text-align: center; margin: 0 auto 44px; }
.jr-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; }
.jr-eyebrow i { font-size: 15px; color: #D4AF37; }
.jr-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; }

/* ===== EXPANDING CARDS ===== */
.jr-expand { display: flex; gap: 18px; height: 440px; }
.jr-card {
  position: relative; flex: 1; min-width: 0; border-radius: 22px; overflow: hidden; cursor: pointer;
  background-size: cover; background-position: center;
  box-shadow: 0 16px 40px rgba(20,54,40,0.12);
  transition: flex 0.55s cubic-bezier(0.165,0.84,0.44,1);
}
.jr-card.active { flex: 3.2; }
.jr-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,42,31,0.15) 0%, rgba(15,42,31,0.55) 55%, rgba(15,42,31,0.92) 100%); transition: background 0.4s ease; }
.jr-card.active .jr-overlay { background: linear-gradient(180deg, rgba(15,42,31,0.2) 0%, rgba(15,42,31,0.6) 50%, rgba(20,54,40,0.95) 100%); }

.jr-content { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; }
.jr-ico { width: 56px; height: 56px; flex-shrink: 0; display: grid; place-items: center; border-radius: 15px; background: rgba(212,175,55,0.2); border: 1px solid rgba(212,175,55,0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: #D4AF37; font-size: 27px; margin-bottom: 18px; }
.jr-text h3 { display: flex; align-items: center; gap: 12px; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin: 0; color: #fff; white-space: nowrap; }
.jr-num { font-size: 15px; font-weight: 700; color: #143628; background: #D4AF37; width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; }
.jr-text p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.85); margin: 12px 0 0; max-width: 420px; opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s; }
.jr-card.active .jr-text p { opacity: 1; transform: none; }

/* collapsed cards: rotate the title for a slim spine */
@media (min-width: 768px) {
  .jr-card:not(.active) .jr-text p { display: none; }
  .jr-card:not(.active) .jr-content { justify-content: flex-end; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .jr-expand { flex-direction: column; height: auto; }
  .jr-card { height: 130px; transition: height 0.5s cubic-bezier(0.165,0.84,0.44,1); }
  .jr-card.active { height: 300px; flex: none; }
  .jr-text h3 { white-space: normal; }
  .jr-card:not(.active) .jr-text p { opacity: 0; height: 0; margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .jr-card, .jr-text p, .jr-overlay { 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-inc { background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-inc i { line-height: 1; }
.inc-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 50px; align-items: start; }

/* ===== LEFT (sticky) ===== */
.inc-sticky { position: sticky; top: 100px; }
.inc-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: 18px; }
.inc-eyebrow i { font-size: 15px; color: #D4AF37; }
.inc-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.1rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 16px; color: #143628; }
.inc-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0 0 28px; max-width: 420px; }

.inc-figure { position: relative; max-width: 420px; }
.inc-frame { border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 54px rgba(20,54,40,0.16); background: #f0f7f4; }
.inc-frame img { width: 100%; height: auto; display: block; }
.inc-badge { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; background: rgba(20,54,40,0.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: 13px; font-weight: 700; padding: 11px 20px; border-radius: 50px; box-shadow: 0 12px 30px rgba(20,54,40,0.25); }
.inc-badge i { color: #D4AF37; font-size: 16px; }

/* ===== RIGHT (cards) ===== */
.inc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inc-card { background: #fcfdfc; border: 1px solid #eef0f2; border-radius: 18px; padding: 26px 24px; 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; }
.inc-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.inc-ico { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 25px; margin-bottom: 16px; transition: 0.35s ease; }
.inc-card:hover .inc-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.inc-card h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #143628; margin: 0 0 7px; }
.inc-card p { font-size: 13.5px; color: #586a61; line-height: 1.6; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-inc { padding: 70px 0; }
  .inc-grid { grid-template-columns: 1fr; gap: 44px; }
  .inc-sticky { position: static; }
  .inc-lead, .inc-figure { max-width: none; }
}
@media (max-width: 560px) { .inc-cards { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .inc-card, .inc-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-effect { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-effect i { line-height: 1; }
.eff-head { max-width: 680px; margin: 0 0 44px; }
.eff-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; }
.eff-eyebrow i { font-size: 15px; color: #D4AF37; }
.eff-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.eff-lead { font-size: 16.5px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== BENTO ===== */
.eff-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.eff-card { background: #fff; border: 1px solid #eef0f2; border-radius: 22px; 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; }
.eff-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.eff-span-3 { grid-column: span 3; }
.eff-span-2 { grid-column: span 2; }
.eff-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: 18px; transition: 0.35s ease; }
.eff-card:hover .eff-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.eff-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.eff-card h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.eff-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0; }

.eff-disclaimer { font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; margin: 28px 0 0; max-width: 720px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-effect { padding: 70px 0; }
  .eff-bento { grid-template-columns: 1fr 1fr; }
  .eff-span-3, .eff-span-2 { grid-column: span 1; }
}
@media (max-width: 560px) {
  .eff-bento { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .eff-card, .eff-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-safe { background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-safe i { line-height: 1; }
.safe-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.safe-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; }
.safe-eyebrow i { font-size: 15px; color: #D4AF37; }
.safe-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.safe-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== GRID ===== */
.safe-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px; align-items: start; }

/* TABS */
.safe-nav { gap: 10px; }
.safe-nav .nav-link { display: flex; align-items: center; gap: 13px; text-align: left; border: 1px solid #eef0f2; background: #fcfdfc; color: #143628; font-size: 15px; font-weight: 700; padding: 16px 20px; border-radius: 14px; transition: 0.25s ease; }
.safe-nav .nav-link i { font-size: 21px; color: #D4AF37; transition: 0.25s ease; }
.safe-nav .nav-link:hover { border-color: #D4AF37; }
.safe-nav .nav-link.active { background: #143628; color: #fff; border-color: #143628; }
.safe-nav .nav-link.active i { color: #D4AF37; }

.safe-seal { align-items: center; gap: 13px; margin-top: 18px; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 14px; padding: 18px 20px; }
.safe-seal-ico { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid #e0eadd; color: #143628; font-size: 23px; }
.safe-seal strong { display: block; font-family: 'Playfair Display', serif; font-size: 16px; color: #143628; }
.safe-seal span { font-size: 12.5px; color: #7c8a82; }

/* PANES */
.safe-right { background: #fcfdfc; border: 1px solid #eef0f2; border-radius: 22px; padding: 34px; box-shadow: 0 16px 40px rgba(20,54,40,0.06); min-height: 100%; }
.safe-frame { border-radius: 16px; overflow: hidden; margin-bottom: 24px; border: 1px solid #eef0f2; background: #f0f7f4; }
.safe-frame img { width: 100%; height: 240px; object-fit: cover; display: block; }
.safe-right h3 { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 700; color: #143628; margin: 0 0 12px; }
.safe-right p { font-size: 14.5px; color: #586a61; line-height: 1.7; margin: 0 0 12px; }
.safe-fine { font-size: 12px !important; color: #9aa8a0 !important; font-style: italic; }

.safe-alert { display: flex; align-items: flex-start; gap: 12px; background: #fff7e8; border: 1px solid #f0dcae; border-radius: 12px; padding: 16px 18px; margin-top: 18px; }
.safe-alert i { color: #b8902f; font-size: 22px; flex-shrink: 0; }
.safe-alert span { font-size: 13.5px; color: #6b5a2e; line-height: 1.6; }

.safe-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 14px; }
.safe-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #4f5f57; line-height: 1.6; }
.safe-list li i { color: #1f8a57; font-size: 19px; flex-shrink: 0; margin-top: 1px; }
.safe-list li strong { color: #143628; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-safe { padding: 70px 0; }
  .safe-grid { grid-template-columns: 1fr; gap: 24px; }
  .safe-nav { flex-direction: row !important; flex-wrap: wrap; }
  .safe-nav .nav-link { flex: 1; min-width: 140px; justify-content: center; }
  .safe-right { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .safe-nav .nav-link { 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-bookhub { background: #fcfdfc; padding: 100px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-bookhub i { line-height: 1; }
.bh-head { text-align: center; margin: 0 auto 44px; }
.bh-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; }
.bh-eyebrow i { font-size: 15px; color: #D4AF37; }
.bh-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 ===== */
.bh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 880px; margin: 0 auto; }
.bh-card { position: relative; overflow: hidden; text-align: center; background: #fff; border: 1px solid #eef0f2; border-radius: 24px; padding: 44px 36px; box-shadow: 0 14px 38px 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; }
.bh-card:hover { transform: translateY(-8px); border-color: #D4AF37; box-shadow: 0 28px 56px rgba(20,54,40,0.12); }
.bh-card--primary { background: linear-gradient(135deg, #fffaf0, #fff 60%); border-color: rgba(212,175,55,0.35); }
.bh-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; }
.bh-card--primary .bh-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.bh-card:hover .bh-ico { background: #143628; border-color: #143628; color: #D4AF37; transform: translateY(-3px); }
.bh-card h3 { font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 700; color: #143628; margin: 0 0 12px; }
.bh-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0 0 26px; }

.btn-bh { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 16px 30px; border-radius: 6px; font-size: 13.5px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 12px 28px rgba(20,54,40,0.18); transition: 0.3s ease; }
.btn-bh i { font-size: 15px; transition: transform 0.3s ease; }
.btn-bh:hover { background: #D4AF37; color: #143628; transform: translateY(-2px); }
.btn-bh:hover i { transform: translateX(4px); }
.btn-bh--outline { background: transparent; color: #143628; border: 1.5px solid #143628; box-shadow: none; }
.btn-bh--outline:hover { background: #143628; color: #fff; border-color: #143628; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-bookhub { padding: 70px 0; } }
@media (max-width: 700px) { .bh-grid { grid-template-columns: 1fr; max-width: 440px; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .bh-card, .bh-ico, .btn-bh, .btn-bh i { transition: none; }
}