/*
Text Domain: bellamy-v14-9-no-review-dot
Theme Name: Bellamy V14.9 No Review Dot
Author: Bellamy Music & Tutoring
Description: V14.8 with the leftover decorative review-link dot removed.
Version: 14.9
*/

:root{
  --blue:#0b5f99;
  --blue2:#0e77b8;
  --blue-dark:#073c67;
  --cream:#fffaf2;
  --cream2:#f5ecdd;
  --soft-blue:#edf6ff;
  --tan:#e9c173;
  --gold:#d39a43;
  --ink:#0b2848;
  --text:#303942;
  --muted:#56616b;
  --line:#cddced;
  --white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text)}
a{text-decoration:none}
svg{display:block}

.nav{
  background:linear-gradient(135deg,var(--blue-dark),var(--blue));
  min-height:92px;
  padding:18px 70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
}
.logo-wrap{display:flex;align-items:center;gap:13px;color:white}
.logo-mark{
  width:58px;height:58px;border:2px solid rgba(255,255,255,.92);
  border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-family:Georgia,serif;font-size:36px;
}
.logo{
  font-family:Georgia,serif;
  font-size:41px;
  line-height:.88;
  color:white;
  letter-spacing:-.02em;
}
.logo span{
  display:block;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  font-weight:900;
  margin-top:7px;
}
.links{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.links a{color:white}
.nav-btn{
  background:linear-gradient(180deg,#f3d28e,#eabc62);
  color:#07345a!important;
  padding:16px 25px;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,0,0,.15);
}

.hero{
  display:grid;
  grid-template-columns:48% 52%;
  min-height:560px;
  background:var(--cream);
  overflow:hidden;
}
.hero-copy{
  padding:78px 30px 64px 112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.kicker{
  color:var(--blue);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:18px;
  margin-bottom:20px;
}
h1{
  font-family:Georgia,serif;
  font-size:86px;
  line-height:.98;
  letter-spacing:-.045em;
  margin:0 0 24px;
  color:var(--ink);
}
.hero p{
  font-size:24px;
  line-height:1.38;
  max-width:610px;
  margin:0;
  color:#444c55;
}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:32px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  padding:18px 28px;
  border-radius:10px;
  font-weight:900;
  font-size:15px;
  border:2px solid transparent;
}
.btn-primary{background:linear-gradient(180deg,var(--blue2),var(--blue));color:white;box-shadow:0 12px 28px rgba(11,95,153,.22)}
.btn-secondary{background:white;color:var(--blue);border-color:var(--blue)}
.trust-line{
  display:flex;align-items:center;gap:14px;margin-top:22px;color:var(--ink);font-weight:700
}
.faces{display:flex}.face{width:33px;height:33px;border-radius:50%;border:2px solid white;background:linear-gradient(135deg,#dbeaf7,#f3d0a2);margin-left:-8px}.face:first-child{margin-left:0}
.stars{color:var(--gold);letter-spacing:2px;font-size:20px}

.hero-image{
  min-height:560px;
  position:relative;
  background:
    linear-gradient(90deg,rgba(255,250,242,.4),rgba(255,250,242,0)),
    url('https://images.unsplash.com/photo-1525201548942-d8732f6617a0?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
}
.hero-image:before{
  content:"";
  position:absolute;left:-1px;top:0;bottom:0;width:152px;
  background:var(--cream);
  border-radius:0 100% 100% 0 / 0 50% 50% 0;
  z-index:1;
}
.hero-image:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,250,242,.93) 0%,rgba(255,250,242,.47) 12%,rgba(255,255,255,0) 36%);
  pointer-events:none;
}
.badge{
  position:absolute;right:96px;bottom:36px;z-index:2;
  width:178px;height:178px;border-radius:50%;
  background:linear-gradient(180deg,var(--blue2),var(--blue));
  color:white;border:5px solid white;outline:4px solid rgba(11,95,153,.65);
  display:flex;align-items:center;justify-content:center;text-align:center;
  font-weight:950;font-size:21px;line-height:1.05;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
  padding:20px;
}

.benefits{
  background:linear-gradient(180deg,#f4faff,#eaf5ff);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:34px 108px;
  border-top:1px solid #dbe8f6;
  border-bottom:1px solid #dbe8f6;
}
.benefit{
  display:grid;grid-template-columns:75px 1fr;align-items:center;gap:18px;
  padding:0 28px;border-right:1px solid var(--line);
}
.benefit:last-child{border-right:0}
.icon{
  width:64px;height:64px;border-radius:50%;
  background:linear-gradient(180deg,var(--blue2),var(--blue));
  color:white;display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 26px rgba(11,95,153,.18);
}
.icon svg{width:34px;height:34px;stroke:currentColor}
.benefit h3{margin:0 0 8px;color:var(--ink);font-size:17px;line-height:1.2}
.benefit p{margin:0;color:#3e4650;font-size:16px;line-height:1.42}

.reviews{
  background:linear-gradient(110deg,var(--cream) 0%,#fff 50%,var(--cream2) 100%);
  padding:78px 112px;
  display:grid;
  grid-template-columns:30% 70%;
  gap:50px;
  align-items:center;
}
.line{width:48px;height:2px;background:var(--blue);margin-bottom:18px}
.line.gold{background:var(--gold);margin:24px 0 22px}
.section-title{
  font-family:Georgia,serif;font-size:41px;line-height:1.08;margin:0;color:var(--ink);letter-spacing:-.02em;
}
.section-copy{font-size:18px;line-height:1.55;color:#434b54;max-width:370px;margin:0}
.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-weight:900;margin-top:28px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.review-card{
  background:white;border-radius:12px;padding:35px 30px;text-align:center;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  min-height:218px;border:1px solid rgba(6,55,99,.07);
}
.review-card .stars{margin-bottom:20px}
.quote{font-family:Georgia,serif;font-size:21px;line-height:1.25;color:#1f2328}
.byline{color:var(--blue);font-weight:700;margin-top:24px}

.about{
  display:grid;grid-template-columns:43% 57%;
  background:linear-gradient(90deg,#fff 0%,var(--cream) 100%);
}
.about-image{
  min-height:470px;
  background:url('https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat;
}
.about-copy{padding:70px 112px 64px 76px}
.small-kicker{color:var(--gold);text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.09em;margin-bottom:18px}
.about h2{font-family:Georgia,serif;color:var(--ink);font-size:42px;line-height:1.08;margin:0 0 20px;letter-spacing:-.025em}
.about p{font-size:17px;line-height:1.62;color:#26313d;margin:0 0 18px;max-width:720px}
.trust-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:30px 0;max-width:700px}
.trust-item{text-align:center;border-right:1px solid var(--line);color:var(--ink);font-weight:800;font-size:14px;line-height:1.25;padding:0 18px}
.trust-item:last-child{border-right:0}
.trust-item .icon-small{margin:0 auto 12px;color:var(--blue);display:flex;justify-content:center}
.icon-small svg{width:42px;height:42px;stroke:currentColor}

.instruments{
  background:linear-gradient(180deg,#eef7ff,#f7fbff);
  padding:64px 112px 78px;
}
.center-title{font-family:Georgia,serif;color:var(--ink);text-align:center;font-size:40px;margin:0 0 34px;letter-spacing:-.02em}
.instrument-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;max-width:970px;margin:0 auto}
.instrument-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 12px 36px rgba(11,95,153,.11);border:1px solid rgba(11,95,153,.11)}
.instrument-photo{height:155px;background-size:cover;background-position:center}
.guitar-photo{background-image:url('https://images.unsplash.com/photo-1510915361894-db8b60106cb1?q=80&w=1200&auto=format&fit=crop')}
.piano-photo{background-image:url('https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?q=80&w=1200&auto=format&fit=crop')}
.instrument-body{position:relative;padding:28px 30px 28px 96px}
.instrument-bubble{position:absolute;left:25px;top:-34px;width:70px;height:70px;border-radius:50%;background:#eaf4ff;display:flex;align-items:center;justify-content:center;color:var(--blue);border:3px solid white;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.instrument-bubble svg{width:37px;height:37px;stroke:currentColor}
.instrument-body h3{margin:0 0 8px;color:var(--ink);font-size:20px}
.instrument-body p{margin:0 0 14px;color:#2e3741;line-height:1.45;font-size:15.5px}

.faq{
  background:linear-gradient(110deg,var(--cream),#fff,var(--cream2));
  padding:58px 112px 66px;
}
.faq-line{width:40px;height:2px;background:var(--gold);margin:0 auto 22px}
.faq-list{max-width:850px;margin:0 auto}
.faq-list details{background:white;border:1px solid rgba(11,95,153,.13);border-radius:8px;margin:8px 0;box-shadow:0 6px 18px rgba(0,0,0,.035)}
.faq-list summary{cursor:pointer;padding:14px 20px;font-weight:800;color:#152033;list-style:none;display:flex;justify-content:space-between;gap:20px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";color:var(--blue);font-size:22px;line-height:1}
.faq-list details[open] summary:after{content:"–"}
.faq-list details{color:#4d5863;line-height:1.55}
.faq-list details[open]{padding-bottom:18px}
.faq-list details[open] summary{padding-bottom:10px}
.faq-list details::not(summary){padding:0 20px}

.form-section{background:var(--cream);padding:70px 24px}
.form-wrap{max-width:760px;margin:auto}
.form{background:white;padding:36px;border-radius:28px;box-shadow:0 20px 70px rgba(11,95,153,.10);border:1px solid rgba(11,95,153,.18)}
.form h2{font-family:Georgia,serif;font-size:44px;margin:0;color:var(--ink)}
.form p{color:var(--muted);line-height:1.7}
.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.form input{padding:16px;border-radius:12px;border:1px solid rgba(11,95,153,.22);width:100%;font-size:16px}
.full{grid-column:1/-1}
.form .btn{display:block;width:100%;background:var(--blue);color:white;margin-top:18px;border:0;cursor:pointer}

.final-cta{
  background:linear-gradient(135deg,var(--blue-dark),var(--blue));
  color:white;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:42px 120px;
}
.final-cta h2{font-family:Georgia,serif;font-size:42px;line-height:1.02;margin:0 0 8px}
.final-cta p{margin:0;font-size:17px}
.final-cta .btn{background:linear-gradient(180deg,#f3d28e,#eabc62);color:#07345a;min-width:310px}

.footer{background:var(--cream);color:#172433;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding:40px 120px 30px;font-size:14px;line-height:1.55}
.footer strong{display:block;color:var(--blue);font-family:Georgia,serif;font-size:30px;line-height:1;margin-bottom:10px}
.footer a{color:#172433;display:block;margin:3px 0}
.footer h4{margin:0 0 12px;color:var(--ink)}
.copyright{grid-column:1/-1;border-top:1px solid #ddd1bf;padding-top:16px;color:#6b6b6b;font-size:12px}

@media(max-width:1180px){
  .nav{padding:18px 32px}.links{gap:20px}h1{font-size:68px}.hero-copy{padding-left:60px}.benefits{padding:30px 40px}.reviews,.instruments,.faq{padding-left:56px;padding-right:56px}.about-copy{padding-right:56px}
}
@media(max-width:900px){
  .nav{display:block}.links{margin-top:20px;flex-wrap:wrap}.hero{grid-template-columns:1fr}.hero-copy{padding:54px 24px}.hero-image{min-height:360px}.hero-image:before,.hero-image:after{display:none}h1{font-size:55px}.hero p{font-size:20px}.badge{right:24px;bottom:24px;width:138px;height:138px;font-size:16px}.benefits{grid-template-columns:1fr;gap:22px;padding:28px 24px}.benefit{border-right:0;padding:0}.reviews{grid-template-columns:1fr;padding:58px 24px}.review-grid{grid-template-columns:1fr}.about{grid-template-columns:1fr}.about-copy{padding:52px 24px}.instrument-grid{grid-template-columns:1fr}.instruments,.faq{padding:56px 24px}.final-cta{display:block;padding:40px 24px}.final-cta .btn{margin-top:24px;width:100%;min-width:0}.footer{grid-template-columns:1fr;padding:36px 24px 26px}
}
@media(max-width:560px){
  .logo-mark{width:46px;height:46px;font-size:28px}.logo{font-size:31px}.nav-btn{width:100%;text-align:center}h1{font-size:45px}.hero-actions .btn{width:100%}.trust-line{align-items:flex-start;flex-direction:column}.section-title,.center-title,.about h2,.final-cta h2{font-size:34px}.trust-icons{grid-template-columns:1fr;gap:22px}.trust-item{border-right:0}.instrument-body{padding-left:30px;padding-top:48px}.instrument-bubble{left:25px}.formgrid{grid-template-columns:1fr}.full{grid-column:auto}
}


/* V3 fixes */
.instrument-subheader{
  max-width:860px;
  margin:-18px auto 36px;
  text-align:center;
  color:var(--muted);
  font-size:20px;
  line-height:1.65;
}
.instrument-offer-under{
  max-width:900px;
  margin:38px auto 0;
  background:var(--blue);
  color:white;
  border-radius:18px;
  padding:30px 34px;
  text-align:center;
  box-shadow:0 18px 45px rgba(11,95,153,.18);
}
.instrument-offer-under h3{
  font-family:Georgia,serif;
  font-size:34px;
  margin:0 0 10px;
  color:white;
}
.instrument-offer-under p{
  font-size:18px;
  line-height:1.6;
  max-width:780px;
  margin:0 auto;
}
@media(max-width:900px){
  .instrument-subheader{font-size:18px;margin-top:-12px}
}


/* V4 horizontal book + FAQ sections */
.form-section{
  background:linear-gradient(110deg,var(--cream) 0%,#fff 50%,var(--cream2) 100%);
  padding:78px 112px;
}
.form-wrap{
  max-width:1180px;
  margin:0 auto;
}
.form{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:34% 66%;
  gap:54px;
  align-items:start;
}
.form h2{
  font-family:Georgia,serif;
  color:var(--ink);
  font-size:42px;
  line-height:1.08;
  margin:0 0 20px;
}
.form h2:before{
  content:"";
  display:block;
  width:48px;
  height:2px;
  background:var(--blue);
  margin-bottom:18px;
}
.form p{
  color:#434b54;
  line-height:1.55;
  font-size:18px;
  margin:0;
  max-width:370px;
}
.formgrid{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:14px;
  background:white;
  border:1px solid rgba(11,95,153,.13);
  border-radius:12px;
  padding:32px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  margin-top:0!important;
}
.form input{
  padding:16px;
  border-radius:10px;
  border:1px solid rgba(11,95,153,.22);
  width:100%;
  font-size:16px;
}
.form .btn{
  grid-column:1/-1;
  display:inline-flex!important;
  width:auto!important;
  justify-self:start;
  background:linear-gradient(180deg,var(--blue2),var(--blue));
  color:white;
  margin-top:6px!important;
  border:0;
  cursor:pointer;
}

.faq{
  background:linear-gradient(110deg,var(--cream) 0%,#fff 50%,var(--cream2) 100%)!important;
  padding:78px 112px!important;
}
.faq .center-title{
  text-align:left!important;
  font-size:41px;
  line-height:1.08;
  margin:0;
}
.faq-line{
  width:48px!important;
  height:2px!important;
  background:var(--gold)!important;
  margin:24px 0 22px!important;
}
.faq-layout{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:34% 66%;
  gap:54px;
  align-items:start;
}
.faq-intro-copy{
  font-size:18px;
  line-height:1.55;
  color:#434b54;
  max-width:370px;
  margin:0;
}
.faq-list{
  max-width:none!important;
  margin:0!important;
}
.faq-list details{
  background:white;
  border:1px solid rgba(11,95,153,.13);
  border-radius:10px;
  margin:0 0 10px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
  overflow:hidden;
}
.faq-list summary{
  cursor:pointer;
  padding:17px 20px!important;
  font-weight:800;
  color:#152033;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{
  content:"+";
  color:var(--blue);
  font-size:22px;
  line-height:1;
}
.faq-list details[open] summary:after{content:"–"}
.faq-list details[open]{
  padding-bottom:16px;
}
.faq-list details[open] summary{
  padding-bottom:10px!important;
}

@media(max-width:900px){
  .form-section,.faq{padding:56px 24px!important}
  .form,.faq-layout{grid-template-columns:1fr!important;gap:28px}
  .formgrid{padding:24px}
  .faq .center-title{text-align:center!important}
  .faq-line{margin:18px auto 22px!important}
  .faq-intro-copy{text-align:center;margin:0 auto}
}
@media(max-width:560px){
  .formgrid{grid-template-columns:1fr!important}
  .form .btn{width:100%!important;justify-self:stretch}
}


/* V5 coherent alternating section colors */
.hero{background:var(--cream)!important}

.benefits{
  background:linear-gradient(180deg,#eef7ff 0%,#e4f2ff 100%)!important;
  border-top:1px solid #cfe2f5!important;
  border-bottom:1px solid #cfe2f5!important;
}

.reviews{
  background:linear-gradient(110deg,#fffaf2 0%,#ffffff 52%,#f7efe3 100%)!important;
  border-top:1px solid rgba(11,95,153,.08);
}

.instruments{
  background:linear-gradient(180deg,#e9f5ff 0%,#dcefff 100%)!important;
  border-top:1px solid rgba(11,95,153,.08);
}

.instrument-card{background:#ffffff!important}

.instrument-offer-under{
  background:linear-gradient(135deg,var(--blue-dark),var(--blue))!important;
}

.about{
  background:linear-gradient(90deg,#ffffff 0%,#fffaf2 100%)!important;
  border-top:1px solid rgba(11,95,153,.10);
}

.form-section{
  background:linear-gradient(180deg,#e9f5ff 0%,#dcefff 100%)!important;
  border-top:1px solid rgba(11,95,153,.10);
}

.formgrid{background:#ffffff!important}

.faq{
  background:linear-gradient(110deg,#fffaf2 0%,#ffffff 52%,#f7efe3 100%)!important;
  border-top:1px solid rgba(11,95,153,.10);
}

.footer{background:#fffaf2!important}

/* V6 Customizer image variables */
.hero-image{background:linear-gradient(90deg,rgba(255,250,242,.4),rgba(255,250,242,0)),var(--hero-image) center/cover no-repeat!important}
.about-image{background:var(--founder-image) center/cover no-repeat!important}
.guitar-photo{background-image:var(--guitar-image)!important}
.piano-photo{background-image:var(--piano-image)!important}


/* V6 embedded focal point controls */
.hero-image{
  background-position: var(--hero-focal-x, 50%) var(--hero-focal-y, 50%) !important;
}

.about-image{
  background-position: var(--founder-focal-x, 50%) var(--founder-focal-y, 50%) !important;
}

.guitar-photo{
  background-position: var(--guitar-focal-x, 50%) var(--guitar-focal-y, 50%) !important;
}

.piano-photo{
  background-position: var(--piano-focal-x, 50%) var(--piano-focal-y, 50%) !important;
}


/* V6 logo/icon controls */
.logo-wrap{
  display:flex;
  align-items:center;
  gap:13px;
}

.logo-image{
  display:block;
  max-height:58px;
  width:auto;
  object-fit:contain;
}

.logo-image-only .logo,
.logo-image-only .logo-mark{
  display:none!important;
}

.logo-with-image .logo-mark{
  display:none!important;
}

.custom-icon-img{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}

.icon-small .custom-icon-img{
  width:42px;
  height:42px;
  margin:0 auto;
}

.icon.is-hidden,
.icon-small.is-hidden,
.instrument-bubble.is-hidden{
  display:none!important;
}


/* V6 Controls Fixed */
.logo-wrap{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  color:white!important;
}
.logo-image{
  display:block!important;
  max-height:58px!important;
  width:auto!important;
  max-width:240px!important;
  object-fit:contain!important;
}
.logo-image-only .logo,
.logo-image-only .logo-mark{
  display:none!important;
}
.logo-with-image .logo-mark{
  display:none!important;
}
.custom-icon-img{
  width:34px!important;
  height:34px!important;
  object-fit:contain!important;
  display:block!important;
}
.icon-small .custom-icon-img{
  width:42px!important;
  height:42px!important;
  margin:0 auto!important;
}
.icon.is-hidden,
.icon-small.is-hidden,
.instrument-bubble.is-hidden{
  display:none!important;
}
.hero-badge-img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.badge.is-hidden{
  display:none!important;
}


/* V6 Controls Fixed 2 */
.logo-image{
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:block!important;
  background:white;
}

.badge.has-image{
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.badge.has-image .hero-badge-img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
  display:block!important;
}

.feature.no-icon,
.trust-item.no-icon{
  grid-template-columns:1fr!important;
}

.feature.no-icon .icon,
.instrument-body.no-icon .instrument-bubble,
.trust-item.no-icon .icon-small{
  display:none!important;
}

.instrument-body.no-icon{
  padding-left:30px!important;
}

.icon.is-hidden,
.icon-small.is-hidden,
.instrument-bubble.is-hidden{
  display:none!important;
}

.benefit.no-icon{
  grid-template-columns:1fr!important;
}
.benefit.no-icon .icon{
  display:none!important;
}


/* V6 Controls Fixed 3 */
.logo-wrap.is-hidden{
  display:none!important;
}


/* Singular scalable navigation logo */
.singular-logo-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  overflow:visible!important;
}

.singular-logo-image{
  display:block!important;
  width:auto!important;
  height:var(--bellamy-nav-logo-height, 72px)!important;
  max-height:none!important;
  max-width:min(42vw, 520px)!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  background:transparent!important;
  box-shadow:none!important;
}

.logo-mark,
.logo{
  display:none!important;
}

@media(max-width:900px){
  .singular-logo-image{
    height:min(var(--bellamy-nav-logo-height, 72px), 58px)!important;
    max-width:52vw!important;
  }
}

@media(max-width:560px){
  .singular-logo-wrap{
    justify-content:center!important;
    margin:0 auto 10px!important;
  }
  .singular-logo-image{
    max-width:82vw!important;
    object-position:center!important;
  }
}


/* Secure lead form feedback */
.bellamy-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bellamy-form-message{margin-top:18px;padding:13px 16px;border-radius:10px;font-size:15px;line-height:1.4}
.bellamy-form-message.success{background:#edf8ef;border:1px solid #b8ddbf;color:#215d2e}
.bellamy-form-message.error{background:#fff1f1;border:1px solid #e3b9b9;color:#7a2525}


/* =========================================================
   V12.1 MOBILE NAVIGATION
   Center the logo and all visible navigation items beneath it.
   Desktop remains unchanged.
   ========================================================= */
@media (max-width: 820px) {
  .nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
  }

  .logo-wrap,
  .singular-logo-wrap {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .logo-image,
  .singular-logo-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-position: center center !important;
  }

  .links {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px 18px !important;
    margin: 0 auto !important;
  }

  .links a,
  .links .nav-btn {
    float: none !important;
    position: static !important;
    margin: 0 !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  .nav {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .links {
    display: flex !important;
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 14px !important;
  }

  /* Override the older mobile rule that hid normal nav links. */
  .links a:not(.nav-btn) {
    display: inline-flex !important;
  }

  .nav-btn {
    display: inline-flex !important;
    justify-content: center !important;
  }
}


/* =========================================================
   V12.2 — CENTER EVERY HEADER ELEMENT ON MOBILE
   ========================================================= */
@media (max-width: 820px) {
  header,
  .site-header,
  .header,
  .nav,
  .nav-inner,
  .header-inner,
  .site-header-inner {
    text-align: center !important;
  }

  .nav,
  .nav-inner,
  .header-inner,
  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .logo-wrap,
  .singular-logo-wrap,
  .site-branding,
  .custom-logo-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .logo-image,
  .singular-logo-image,
  .custom-logo {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .links,
  .nav-links,
  .menu,
  .primary-menu,
  .header-menu {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .links > *,
  .nav-links > *,
  .menu > *,
  .primary-menu > *,
  .header-menu > * {
    text-align: center !important;
  }

  .nav-btn,
  .header-cta,
  .menu-cta {
    align-self: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  .nav,
  .nav-inner,
  .header-inner,
  .site-header-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .links,
  .nav-links,
  .menu,
  .primary-menu,
  .header-menu {
    justify-content: center !important;
  }
}


/* =========================================================
   V12.3 — requested mobile centering
   ========================================================= */
@media (max-width: 820px) {
  /* Hero kicker + main heading + supporting content */
  .hero-copy,
  .hero-copy .kicker,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .trust-line {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions,
  .trust-line {
    justify-content: center !important;
  }

  .hero-copy h1,
  .hero-copy p,
  .hero-copy .kicker {
    max-width: 100% !important;
  }

  /* What Families Like Most */
  .reviews,
  .reviews > div,
  .reviews .section-title,
  .reviews .section-copy {
    text-align: center !important;
  }

  .reviews .line {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Founder section */
  .about-copy,
  .about-copy .small-kicker,
  .about-copy h2,
  .about-copy p,
  .founder-quote,
  .trust-icons,
  .trust-item {
    text-align: center !important;
  }

  .founder-quote {
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .trust-icons {
    align-items: center !important;
  }

  .trust-item {
    justify-content: center !important;
  }

  /* Book a Free Intro Lesson */
  .form-section,
  .form-wrap,
  .form,
  .form > div:first-child,
  .form h2,
  .form p {
    text-align: center !important;
  }

  .form > div:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Ensure the corresponding headline wrappers center if older CSS wins */
  .center-title,
  .section-title,
  .small-kicker,
  .kicker {
    text-align: center !important;
  }
}


/* ========================================================================
   BELLAMY V14 — REFERENCE 1 STYLE / REFERENCE 2 COLOR SYSTEM
   ------------------------------------------------------------------------
   This is a CSS-only visual layer on top of the working V12.3 theme.
   PHP, Customizer controls, current backed-up photos, image focal points,
   secure form handling, SMTP compatibility, export/import, visibility
   toggles, logo sizing, and icon controls remain unchanged.
   ======================================================================== */

:root{
  /* Palette sampled/approximated from the SECOND supplied reference */
  --v14-navy:#062f59;
  --v14-blue:#086aa7;
  --v14-blue-light:#eef8ff;
  --v14-blue-line:#d4e7f4;
  --v14-gold:#f1b92d;
  --v14-gold-soft:#f8cf66;
  --v14-green:#55a84f;
  --v14-white:#ffffff;
  --v14-ivory:#fffdf9;
  --v14-copy:#303b49;
  --v14-muted:#66717c;

  --blue:var(--v14-blue);
  --blue2:#0c7cba;
  --blue-dark:var(--v14-navy);
  --cream:var(--v14-white);
  --cream2:#fbfcfd;
  --soft-blue:var(--v14-blue-light);
  --tan:#f2d585;
  --gold:var(--v14-gold);
  --ink:var(--v14-navy);
  --text:var(--v14-copy);
  --muted:var(--v14-muted);
  --line:var(--v14-blue-line);
}

body{
  background:var(--v14-white);
  color:var(--v14-copy);
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

/* Refined editorial serif used throughout reference 1. */
h1,.section-title,.center-title,.about h2,.form h2,.instrument-body h3,.footer strong{
  font-family:Baskerville,"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif!important;
  color:var(--v14-navy)!important;
  font-weight:600!important;
}

/* HEADER — same restrained proportions and whitespace as reference 1,
   but with the bright white/blue/gold palette from reference 2. */
.nav{
  min-height:108px!important;
  padding:13px clamp(50px,6.2vw,102px)!important;
  background:var(--v14-white)!important;
  color:var(--v14-navy)!important;
  border-bottom:1px solid #dbe4eb!important;
  box-shadow:0 2px 10px rgba(6,47,89,.025)!important;
}
.logo-wrap{color:var(--v14-navy)!important}
.logo-image,.singular-logo-image{
  display:block!important;
  width:auto!important;
  height:var(--bellamy-nav-logo-height,79px)!important;
  max-width:min(350px,34vw)!important;
  object-fit:contain!important;
}
.links{
  gap:clamp(24px,2.75vw,43px)!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
}
.links a:not(.nav-btn){color:#0b315b!important}
.links a:not(.nav-btn):hover{color:var(--v14-blue)!important}
.nav-btn{
  padding:17px 25px!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#ffd766,var(--v14-gold))!important;
  color:var(--v14-navy)!important;
  box-shadow:0 7px 16px rgba(241,185,45,.20)!important;
}

/* HERO — composition and curved photo transition from reference 1. */
.hero{
  grid-template-columns:46.5% 53.5%!important;
  min-height:590px!important;
  background:var(--v14-white)!important;
}
.hero-copy{
  position:relative!important;
  z-index:3!important;
  padding:72px 28px 66px clamp(62px,6.3vw,108px)!important;
  background:var(--v14-white)!important;
}
.hero-copy:after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-90px;
  top:-1px;
  width:180px;
  height:calc(100% + 2px);
  background:var(--v14-white);
  border-radius:0 55% 55% 0 / 0 50% 50% 0;
  pointer-events:none;
}
.kicker{
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 20px!important;
  color:var(--v14-blue)!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:.105em!important;
}
.kicker:after{
  content:"";
  display:block;
  width:57px;
  height:2px;
  margin-top:14px;
  background:var(--v14-gold);
}
h1{
  max-width:650px!important;
  margin:0 0 22px!important;
  font-size:clamp(62px,5.4vw,88px)!important;
  line-height:.92!important;
  letter-spacing:-.035em!important;
}
.hero p{
  max-width:590px!important;
  margin:0!important;
  color:#3f4b59!important;
  font-size:19px!important;
  line-height:1.56!important;
}
.hero-actions{margin-top:30px!important}
.btn{
  border-radius:10px!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}
.btn-primary,.form .btn{
  background:var(--v14-navy)!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(6,47,89,.17)!important;
}
.trust-line{
  margin-top:23px!important;
  gap:13px!important;
  color:#203a59!important;
  font-size:14px!important;
  font-weight:600!important;
}
.stars{color:var(--v14-gold)!important}
.hero-image{
  min-height:590px!important;
  background-image:var(--hero-image)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:var(--hero-focal-x,50%) var(--hero-focal-y,50%)!important;
}
/* Let the copy-side curve do the shaping; use only a soft fade over photo. */
.hero-image:before{display:none!important}
.hero-image:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.08) 17%,rgba(255,255,255,0) 35%)!important;
  pointer-events:none!important;
}

/* BENEFITS — horizontal, centered, pale blue, thin dividers. */
.benefits{
  grid-template-columns:repeat(4,1fr)!important;
  padding:24px clamp(45px,6vw,105px)!important;
  background:linear-gradient(180deg,#f7fcff 0%,#eef8ff 100%)!important;
  border-top:1px solid var(--v14-blue-line)!important;
  border-bottom:1px solid var(--v14-blue-line)!important;
}
.benefit{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  padding:8px 26px!important;
  text-align:center!important;
  border-right:1px solid #d8e7f1!important;
}
.benefit:last-child{border-right:0!important}
.benefit.no-icon{padding-top:18px!important;padding-bottom:18px!important}
.icon{
  width:47px!important;
  height:47px!important;
  margin:0 auto 2px!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--v14-blue)!important;
  font-size:35px!important;
}
.benefit:nth-child(2) .icon{color:var(--v14-green)!important}
.benefit:nth-child(3) .icon{color:#2e72ad!important}
.benefit:nth-child(4) .icon{color:#236bab!important}
.icon svg{width:43px!important;height:43px!important;stroke-width:1.65!important}
.benefit h3{
  margin:0 0 3px!important;
  color:var(--v14-navy)!important;
  font-family:Baskerville,"Iowan Old Style",Georgia,serif!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:600!important;
}
.benefit p{
  margin:0!important;
  color:#475567!important;
  font-size:13px!important;
  line-height:1.48!important;
  max-width:260px!important;
}

/* REVIEWS — centered editorial title and cards, as in reference 1. */
.reviews{
  display:block!important;
  padding:62px clamp(45px,6vw,105px) 72px!important;
  background:var(--v14-white)!important;
}
.reviews>div:first-child{
  max-width:770px!important;
  margin:0 auto 32px!important;
  text-align:center!important;
}
.reviews .line{display:none!important}
.section-title,.center-title{
  margin:0!important;
  font-size:47px!important;
  line-height:1.03!important;
  letter-spacing:-.02em!important;
}
.section-title:after,.center-title:after{
  content:"";
  display:block;
  width:62px;
  height:2px;
  margin:16px auto 10px;
  background:var(--v14-gold);
}
.reviews>div:first-child:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin:-14px auto 17px;
  background:var(--v14-green);
  box-shadow:-44px 0 0 -3px var(--v14-gold),44px 0 0 -3px var(--v14-gold);
}
.section-copy{
  max-width:700px!important;
  margin:0 auto!important;
  color:var(--v14-muted)!important;
  font-size:15px!important;
  line-height:1.62!important;
}
.text-link{color:var(--v14-blue)!important}
.review-grid{
  max-width:1220px!important;
  margin:0 auto!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:26px!important;
}
.review-card{
  min-height:215px!important;
  padding:30px 28px!important;
  border:1px solid #e3ebf1!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 31px rgba(6,47,89,.075)!important;
}
.quote{
  color:var(--v14-navy)!important;
  font-family:Baskerville,"Iowan Old Style",Georgia,serif!important;
  font-size:22px!important;
  line-height:1.34!important;
}
.byline{
  color:#597083!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}

/* INSTRUMENT CARDS */
.instruments{
  padding:64px clamp(45px,6vw,105px) 75px!important;
  background:#f5faff!important;
}
.instrument-subheader{
  max-width:780px!important;
  margin:14px auto 33px!important;
  color:var(--v14-muted)!important;
  font-size:15px!important;
}
.instrument-grid{max-width:1050px!important;gap:26px!important}
.instrument-card{
  border-radius:18px!important;
  border:1px solid #dfeaf2!important;
  box-shadow:0 12px 31px rgba(6,47,89,.08)!important;
}
.instrument-photo{height:240px!important}
.instrument-body{padding-top:31px!important;padding-bottom:29px!important}
.instrument-bubble{
  background:#fff!important;
  color:var(--v14-blue)!important;
  border-color:#f4f9fc!important;
  box-shadow:0 8px 17px rgba(6,47,89,.09)!important;
}
.instrument-body h3{font-size:30px!important}

/* FOUNDER */
.about{background:#fff!important}
.about-copy{padding-top:66px!important;padding-bottom:61px!important}
.small-kicker{
  color:var(--v14-blue)!important;
  font-size:12px!important;
  letter-spacing:.10em!important;
}
.about h2{font-size:45px!important;line-height:1.04!important}
.about p{color:#465463!important;font-size:16px!important;line-height:1.67!important}
.trust-item{border-color:var(--v14-blue-line)!important}
.icon-small{color:var(--v14-blue)!important}

/* FORM */
.form-section{padding:66px 24px!important;background:var(--v14-white)!important}
.form-wrap{max-width:970px!important}
.form{
  padding:38px 42px!important;
  border-radius:20px!important;
  border:1px solid #dfeaf2!important;
  box-shadow:0 13px 36px rgba(6,47,89,.08)!important;
}
.form>div:first-of-type{text-align:center!important}
.form h2{font-size:45px!important;line-height:1.03!important}
.form p{max-width:680px!important;margin-left:auto!important;margin-right:auto!important;color:var(--v14-muted)!important}
.form input{
  background:#fbfdff!important;
  border-color:#cbdde9!important;
  border-radius:10px!important;
}

/* FAQ + FOOTER */
.faq{background:#f5faff!important}
.faq-list details{border-color:#dce8f1!important;border-radius:12px!important;box-shadow:none!important}
.faq-list summary{color:var(--v14-navy)!important}
.faq-list summary:after{color:var(--v14-blue)!important}
.footer{background:var(--v14-navy)!important;color:#e8f0f6!important}
.footer a{color:#e8f0f6!important}
.footer h4,.footer strong{color:#fff!important}
.copyright{border-color:rgba(255,255,255,.16)!important;color:#b9c9d6!important}

/* MOBILE — preserve all of the explicit centering previously requested. */
@media(max-width:900px){
  .nav{
    min-height:0!important;
    padding:15px 22px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    text-align:center!important;
  }
  .logo-wrap,.singular-logo-wrap{
    width:100%!important;
    margin:0 auto!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .logo-image,.singular-logo-image{
    max-width:min(350px,86vw)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .links{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px 20px!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  .links a,.links .nav-btn{margin:0!important;text-align:center!important}
  .hero{grid-template-columns:1fr!important}
  .hero-copy{
    align-items:center!important;
    padding:50px 25px 44px!important;
    text-align:center!important;
  }
  .hero-copy:after{display:none!important}
  .kicker,.hero-copy h1,.hero-copy p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
  .kicker:after{margin-left:auto!important;margin-right:auto!important}
  .hero-actions,.trust-line{justify-content:center!important}
  .hero-image{min-height:420px!important}
  .benefits{grid-template-columns:1fr 1fr!important;padding:18px 25px!important}
  .benefit:nth-child(2){border-right:0!important}
  .review-grid{grid-template-columns:1fr!important;max-width:680px!important}
  .about-copy,.about-copy .small-kicker,.about-copy h2,.about-copy p{text-align:center!important}
  .form,.form h2,.form p{text-align:center!important}
}
@media(max-width:600px){
  .nav{padding:13px 15px!important}
  .links{font-size:11px!important;gap:8px 14px!important}
  .nav-btn{width:auto!important}
  h1{font-size:clamp(50px,15vw,64px)!important}
  .hero-image{min-height:330px!important}
  .benefits{grid-template-columns:1fr!important;padding:8px 22px!important}
  .benefit{border-right:0!important;border-bottom:1px solid var(--v14-blue-line)!important;padding:20px 5px!important}
  .benefit:last-child{border-bottom:0!important}
  .section-title,.center-title,.about h2,.form h2{font-size:39px!important}
  .instrument-photo{height:210px!important}
  .form{padding:29px 20px!important}
}


/* =====================================================================
   V14.1 — REFERENCE TYPOGRAPHY + BESPOKE BENEFIT ICONS
   ===================================================================== */

:root{
  --reference-serif:"Playfair Display", Georgia, "Times New Roman", serif;
  --reference-sans:"Montserrat", "Avenir Next", Arial, sans-serif;
}

body{
  font-family:var(--reference-sans) !important;
  font-weight:400;
  letter-spacing:0;
}

/* The large display headings in the supplied reference are elegant, high-contrast serif. */
h1,
.section-title,
.center-title,
.about h2,
.form h2,
.faq h2,
.footer strong{
  font-family:var(--reference-serif) !important;
  font-weight:600 !important;
  letter-spacing:-.025em !important;
}

h1{
  font-size:clamp(62px,5.7vw,91px) !important;
  line-height:.92 !important;
}

.section-title,
.center-title{
  font-size:clamp(42px,3.5vw,56px) !important;
  line-height:1.03 !important;
}

/* In the reference, card/benefit headings are clean sans-serif, not serif. */
.benefit h3,
.instrument-body h3,
.review-card .byline,
.links,
.kicker,
.small-kicker,
.btn,
.nav-btn,
.form input,
.faq-list summary{
  font-family:var(--reference-sans) !important;
}

.benefit h3{
  font-size:15px !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
  line-height:1.25 !important;
}

.instrument-body h3{
  font-family:var(--reference-serif) !important;
  font-weight:600 !important;
}

.hero-copy > p,
.section-copy,
.benefit p,
.about p,
.form p,
.faq-intro-copy{
  font-family:var(--reference-sans) !important;
  font-weight:400 !important;
}

.kicker,
.small-kicker,
.links,
.btn,
.nav-btn{
  font-weight:700 !important;
}

/* Benefit strip from the supplied reference. */
.benefits{
  background:linear-gradient(180deg,#f8fcff 0%,#f1f8fd 100%) !important;
  padding:20px clamp(34px,5.4vw,96px) 24px !important;
}

.benefit{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  gap:4px !important;
  padding:7px 28px 9px !important;
}

.benefit:not(:last-child):after{
  background:#d6e4ef !important;
  top:13px !important;
  bottom:13px !important;
}

.reference-benefit-icon,
.icon.reference-benefit-icon{
  width:54px !important;
  height:54px !important;
  padding:0 !important;
  margin:0 auto 7px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:inherit !important;
}

.reference-benefit-svg{
  display:block !important;
  width:48px !important;
  height:48px !important;
  overflow:visible !important;
}

.benefit p{
  max-width:260px !important;
  margin:0 auto !important;
  color:#465466 !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

/* More closely match the clean reference typography in navigation and hero. */
.links{
  font-size:12.5px !important;
  letter-spacing:.055em !important;
}

.hero-copy > p{
  font-size:19px !important;
  line-height:1.55 !important;
}

.review-card .quote{
  font-family:var(--reference-serif) !important;
  font-weight:500 !important;
}

@media(max-width:900px){
  h1{font-size:clamp(54px,10vw,76px) !important;}
  .benefit{padding:18px 18px !important;}
}

@media(max-width:600px){
  h1{font-size:clamp(49px,15vw,64px) !important;}
  .section-title,.center-title,.about h2,.form h2{font-size:39px !important;}
  .reference-benefit-icon,.icon.reference-benefit-icon{width:50px !important;height:50px !important;}
  .reference-benefit-svg{width:45px !important;height:45px !important;}
}


/* =========================================================
   V14.2 REFERENCE-MATCH TYPOGRAPHY / ICON / HERO BLEND LAYER
   ========================================================= */
:root{
  --bellamy-heading-font:"DM Serif Display",Georgia,serif;
  --bellamy-body-font:"Montserrat","Avenir Next",Arial,sans-serif;
  --bellamy-heading-weight:600;
  --bellamy-heading-letter:-0.03em;
  --bellamy-heading-line:.92;
  --bellamy-hero-heading-size:82px;
  --bellamy-section-heading-size:48px;
  --bellamy-body-weight:400;
  --bellamy-body-letter:0em;
  --bellamy-body-line:1.55;
  --bellamy-body-size:16px;
  --bellamy-nav-size:13px;
  --bellamy-nav-letter:.055em;
  --bellamy-hero-fade-enabled:1;
  --bellamy-hero-fade-width:24%;
  --bellamy-hero-fade-strength:1;
  --bellamy-hero-curve-radius:150px;
}

body{
  font-family:var(--bellamy-body-font)!important;
  font-size:var(--bellamy-body-size)!important;
  font-weight:var(--bellamy-body-weight)!important;
  letter-spacing:var(--bellamy-body-letter)!important;
  line-height:var(--bellamy-body-line)!important;
}

h1,
.section-title,
.center-title,
.about h2,
.form h2,
.instrument-body h3,
.quote{
  font-family:var(--bellamy-heading-font)!important;
  font-weight:var(--bellamy-heading-weight)!important;
  letter-spacing:var(--bellamy-heading-letter)!important;
  line-height:var(--bellamy-heading-line)!important;
}

h1{
  font-size:clamp(54px,5.4vw,var(--bellamy-hero-heading-size))!important;
}

.section-title,
.center-title,
.about h2,
.form h2{
  font-size:clamp(36px,3.2vw,var(--bellamy-section-heading-size))!important;
}

.links{
  font-family:var(--bellamy-body-font)!important;
  font-size:var(--bellamy-nav-size)!important;
  letter-spacing:var(--bellamy-nav-letter)!important;
}

/* Match reference screenshot proportions/feel more closely */
.hero-copy .kicker{
  font-family:var(--bellamy-body-font)!important;
  font-weight:800!important;
  letter-spacing:.095em!important;
}
.hero-copy > p{
  font-family:var(--bellamy-body-font)!important;
  font-weight:400!important;
  letter-spacing:-.01em!important;
}
.benefit h3{
  font-family:var(--bellamy-body-font)!important;
  font-weight:800!important;
  letter-spacing:-.018em!important;
}
.benefit p{
  font-family:var(--bellamy-body-font)!important;
  font-weight:400!important;
  letter-spacing:-.012em!important;
}

/* Premium detailed SVG icon sizing */
.premium-benefit-icon,
.icon.premium-benefit-icon,
.benefit .icon{
  width:56px!important;
  height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.premium-benefit-icon svg,
.benefit .icon svg{
  width:54px!important;
  height:54px!important;
  display:block!important;
  overflow:visible!important;
}

/* HERO CURVE + WHITE-TO-PHOTO FADE */
.hero{
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
}
.hero-copy{
  position:relative!important;
  z-index:4!important;
  background:#fff!important;
}
.hero-copy:after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:calc(-1 * var(--bellamy-hero-curve-radius))!important;
  width:calc(var(--bellamy-hero-curve-radius) * 2)!important;
  height:100%!important;
  border-radius:0 var(--bellamy-hero-curve-radius) var(--bellamy-hero-curve-radius) 0!important;
  background:#fff!important;
  z-index:-1!important;
  pointer-events:none!important;
}
.hero-image{
  position:relative!important;
  z-index:1!important;
}
.hero-image:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:2!important;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,var(--bellamy-hero-fade-strength)) 0%,
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .82)) calc(var(--bellamy-hero-fade-width) * .25),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .48)) calc(var(--bellamy-hero-fade-width) * .58),
      rgba(255,255,255,0) var(--bellamy-hero-fade-width)
    )!important;
  opacity:var(--bellamy-hero-fade-enabled)!important;
}

/* Keep the reference screenshot's clean pale-blue benefit strip */
.benefits{
  background:linear-gradient(180deg,#f8fcff 0%,#edf7fd 100%)!important;
}
.benefit:not(:last-child):after{
  background:#cfe1ed!important;
}

/* Slightly more polished spacing matching screenshot 1 */
@media(min-width:901px){
  .nav{
    min-height:108px!important;
    padding-top:16px!important;
    padding-bottom:16px!important;
  }
  .hero{
    min-height:580px!important;
  }
  .hero-copy{
    padding-top:64px!important;
    padding-bottom:58px!important;
  }
  .benefits{
    padding-top:20px!important;
    padding-bottom:20px!important;
  }
}

@media(max-width:900px){
  .hero-copy:after{display:none!important}
  .hero-image:after{
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.25) 0%,
        rgba(255,255,255,0) 28%
      )!important;
  }
}


/* ======================================================================
   V14.3 — SUPPLIED REFERENCE MATCH
   ====================================================================== */

:root{
  --bellamy-heading-font:"Libre Baskerville",Georgia,serif;
  --bellamy-benefit-font:"Libre Baskerville",Georgia,serif;
  --bellamy-body-font:"Montserrat","Avenir Next",Arial,sans-serif;
  --bellamy-heading-weight:700;
  --bellamy-heading-letter:-.037em;
  --bellamy-heading-line:.965;
  --bellamy-hero-heading-size:78px;
  --bellamy-section-heading-size:45px;
  --bellamy-benefit-size:16px;
  --bellamy-benefit-weight:700;
  --bellamy-benefit-letter:-.018em;
  --bellamy-benefit-icon-size:55px;
  --bellamy-kicker-weight:800;
  --bellamy-button-weight:800;
}

/* Header proportions from the supplied target */
.nav{
  min-height:109px!important;
  padding:13px clamp(58px,4.6vw,92px)!important;
  background:#fff!important;
  border-bottom:1px solid #D8E4EC!important;
  box-shadow:none!important;
}
.logo-image,.singular-logo-image{
  max-width:min(310px,31vw)!important;
  object-fit:contain!important;
}
.links{
  font-family:var(--bellamy-body-font)!important;
  font-size:var(--bellamy-nav-size)!important;
  font-weight:800!important;
  letter-spacing:.055em!important;
  gap:clamp(28px,2.6vw,43px)!important;
}
.links>a:not(.nav-btn){color:#082D57!important}
.nav-btn{
  min-height:56px!important;
  padding:0 27px!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#FFD560 0%,#F5BB31 100%)!important;
  color:#082D57!important;
  box-shadow:0 7px 16px rgba(238,177,35,.14)!important;
}

/* Hero dimensions and type */
.hero{
  grid-template-columns:46.4% 53.6%!important;
  min-height:580px!important;
  background:#fff!important;
}
.hero-copy{
  padding:68px 35px 61px clamp(68px,4.6vw,96px)!important;
  justify-content:center!important;
}
.kicker,.hero-copy .kicker{
  font-family:var(--bellamy-body-font)!important;
  color:#176DAF!important;
  font-size:15px!important;
  font-weight:var(--bellamy-kicker-weight)!important;
  letter-spacing:.095em!important;
  line-height:1.2!important;
  margin:0 0 19px!important;
}
.kicker:after{
  width:66px!important;
  height:2px!important;
  margin-top:15px!important;
  background:#F1B52D!important;
}
h1{
  max-width:650px!important;
  margin:0 0 25px!important;
  font-family:var(--bellamy-heading-font)!important;
  font-size:clamp(57px,5vw,var(--bellamy-hero-heading-size))!important;
  font-weight:var(--bellamy-heading-weight)!important;
  letter-spacing:var(--bellamy-heading-letter)!important;
  line-height:var(--bellamy-heading-line)!important;
  color:#082F5B!important;
}
.hero-copy>p{
  max-width:615px!important;
  margin:0!important;
  font-family:var(--bellamy-body-font)!important;
  font-size:19px!important;
  font-weight:400!important;
  letter-spacing:-.018em!important;
  line-height:1.6!important;
  color:#4F5D6D!important;
}
.hero-actions{margin-top:30px!important}
.btn,.btn-primary{
  min-height:58px!important;
  padding:0 27px!important;
  font-family:var(--bellamy-body-font)!important;
  font-size:13px!important;
  font-weight:var(--bellamy-button-weight)!important;
  letter-spacing:.015em!important;
  border-radius:10px!important;
}
.btn-primary{
  background:#082F5B!important;
  color:#fff!important;
  box-shadow:0 9px 21px rgba(8,47,91,.18)!important;
}

/* High-quality calendar glyph inside the hero CTA */
.hero-actions .btn-primary:before{
  content:""!important;
  display:inline-block!important;
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  margin-right:2px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Crect x='3.5' y='5.5' width='21' height='19' rx='2.5' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M3.5 10h21M9 3.7v4.5M19 3.7v4.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M8 14h3M13 14h3M18 14h2M8 18h3M13 18h3M18 18h2' stroke='%23ffffff' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}

.trust-line{
  margin-top:24px!important;
  gap:13px!important;
  color:#223B5D!important;
  font-family:var(--bellamy-body-font)!important;
  font-size:14px!important;
}
.stars{color:#F2B52E!important}

/* Curve + fade. The curve stays present; the fade can be tuned in Customizer. */
.hero-copy:after{
  right:calc(-1 * var(--bellamy-hero-curve-radius))!important;
  width:calc(var(--bellamy-hero-curve-radius) * 2)!important;
  border-radius:0 var(--bellamy-hero-curve-radius) var(--bellamy-hero-curve-radius) 0!important;
}
.hero-image{
  min-height:580px!important;
}
.hero-image:after{
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,var(--bellamy-hero-fade-strength)) var(--bellamy-hero-fade-start),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .92)) calc(var(--bellamy-hero-fade-start) + (var(--bellamy-hero-fade-width) * .18)),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .66)) calc(var(--bellamy-hero-fade-start) + (var(--bellamy-hero-fade-width) * .42)),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .29)) calc(var(--bellamy-hero-fade-start) + (var(--bellamy-hero-fade-width) * .72)),
      rgba(255,255,255,0) calc(var(--bellamy-hero-fade-start) + var(--bellamy-hero-fade-width))
    )!important;
}

/* Benefits strip: exact visual hierarchy of the supplied target */
.benefits{
  min-height:181px!important;
  padding:20px clamp(62px,6vw,118px) 18px!important;
  grid-template-columns:repeat(4,1fr)!important;
  align-items:stretch!important;
  background:linear-gradient(180deg,#F7FCFF 0%,#EEF8FE 100%)!important;
  border-top:1px solid #D9E8F2!important;
  border-bottom:1px solid #D5E5EF!important;
}
.benefit{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  gap:0!important;
  padding:0 29px!important;
}
.benefit:not(:last-child):after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  top:18px!important;
  bottom:17px!important;
  width:1px!important;
  background:#CEE0EB!important;
}
.icon,
.v143-reference-benefit-icon{
  width:var(--bellamy-benefit-icon-size)!important;
  height:var(--bellamy-benefit-icon-size)!important;
  margin:0 auto 9px!important;
  padding:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
  border:0!important;
}
.v143-reference-benefit-icon svg,
.icon .v143-benefit-svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:visible!important;
}
.benefit h3{
  margin:0 0 5px!important;
  font-family:var(--bellamy-benefit-font)!important;
  font-size:var(--bellamy-benefit-size)!important;
  font-weight:var(--bellamy-benefit-weight)!important;
  letter-spacing:var(--bellamy-benefit-letter)!important;
  line-height:1.22!important;
  color:#082F5B!important;
}
.benefit p{
  max-width:245px!important;
  margin:0 auto!important;
  font-family:var(--bellamy-body-font)!important;
  font-size:13px!important;
  font-weight:400!important;
  letter-spacing:-.014em!important;
  line-height:1.5!important;
  color:#536272!important;
}

/* Review heading exactly follows the same editorial serif language */
.reviews{
  background:#fff!important;
  padding-top:25px!important;
}
.section-title,
.center-title,
.about h2,
.form h2{
  font-family:var(--bellamy-heading-font)!important;
  font-size:clamp(35px,3vw,var(--bellamy-section-heading-size))!important;
  font-weight:var(--bellamy-heading-weight)!important;
  letter-spacing:-.035em!important;
  line-height:1.02!important;
  color:#082F5B!important;
}

/* Mobile retains V14.2 functionality and the user's centered layout requirements. */
@media(max-width:900px){
  .nav{
    min-height:0!important;
    padding:16px 22px!important;
  }
  .hero{
    grid-template-columns:1fr!important;
  }
  .hero-copy{
    padding:52px 24px 46px!important;
  }
  .hero-copy:after{display:none!important}
  .hero-image{min-height:390px!important}
  .hero-image:after{
    background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0) 28%)!important;
  }
  .benefits{
    grid-template-columns:1fr 1fr!important;
    padding:22px 22px!important;
  }
  .benefit{
    padding:18px!important;
  }
}
@media(max-width:600px){
  h1{
    font-size:clamp(48px,14vw,61px)!important;
  }
  .benefits{
    grid-template-columns:1fr!important;
  }
  .benefit:not(:last-child):after{
    top:auto!important;
    left:18px!important;
    right:18px!important;
    bottom:0!important;
    width:auto!important;
    height:1px!important;
  }
}


/* ======================================================================
   V14.4 — CENTERED HERO CTA + REFERENCE HERO TRANSITION
   Premium V14.3 benefit icons are intentionally left unchanged.
   ====================================================================== */

/* Perfectly center the CTA label independent of the calendar and arrow. */
.hero-actions .hero-intro-btn{
  position:relative!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr) 24px!important;
  align-items:center!important;
  column-gap:13px!important;
  min-width:356px!important;
  min-height:58px!important;
  padding:0 22px!important;
  text-align:center!important;
}
.hero-actions .hero-intro-btn:before{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:center!important;
  margin:0!important;
  width:22px!important;
  height:22px!important;
}
.hero-actions .hero-btn-label{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:center!important;
  display:block!important;
  width:100%!important;
  text-align:center!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.hero-actions .hero-btn-arrow{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:center!important;
  display:block!important;
  width:24px!important;
  text-align:center!important;
  font-size:17px!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}

/*
   Reference transition:
   1) the white copy panel retains its large rounded edge;
   2) a slim pale-blue crescent follows that curve;
   3) a controlled white veil then dissolves gently into the photograph.
*/
.hero{
  isolation:isolate!important;
}
.hero-copy{
  z-index:5!important;
}
.hero-copy:after{
  z-index:-1!important;
  right:calc(-1 * var(--bellamy-hero-curve-radius))!important;
  width:calc(var(--bellamy-hero-curve-radius) * 2)!important;
  background:#fff!important;
  border-radius:0 var(--bellamy-hero-curve-radius) var(--bellamy-hero-curve-radius) 0!important;
  box-shadow:18px 0 0 0 rgba(221,240,250,.88)!important;
}

/* Pale-blue curved connector immediately outside the white curve. */
.hero-image:before{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  left:-1px!important;
  top:0!important;
  bottom:0!important;
  width:30%!important;
  pointer-events:none!important;
  background:
    radial-gradient(
      ellipse 104% 58% at 0% 50%,
      rgba(220,240,251,.92) 0%,
      rgba(220,240,251,.78) 22%,
      rgba(220,240,251,.38) 45%,
      rgba(220,240,251,.10) 66%,
      rgba(220,240,251,0) 82%
    )!important;
}

/* Soft white fade on top of the pale-blue connector. Existing V14.2 controls remain active. */
.hero-image:after{
  z-index:4!important;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,var(--bellamy-hero-fade-strength)) 0%,
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .94)) calc(var(--bellamy-hero-fade-width) * .12),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .74)) calc(var(--bellamy-hero-fade-width) * .31),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .43)) calc(var(--bellamy-hero-fade-width) * .53),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .17)) calc(var(--bellamy-hero-fade-width) * .76),
      rgba(255,255,255,0) var(--bellamy-hero-fade-width)
    )!important;
  opacity:var(--bellamy-hero-fade-enabled)!important;
}

@media(min-width:901px){
  .hero-copy:after{
    box-shadow:16px 0 0 0 rgba(219,239,250,.90)!important;
  }
  .hero-image:before{
    width:28%!important;
  }
}

@media(max-width:900px){
  .hero-actions .hero-intro-btn{
    width:min(100%,356px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .hero-image:before{
    display:none!important;
  }
}
@media(max-width:430px){
  .hero-actions .hero-intro-btn{
    grid-template-columns:22px minmax(0,1fr) 22px!important;
    column-gap:9px!important;
    padding:0 15px!important;
  }
  .hero-actions .hero-btn-label{
    font-size:12px!important;
  }
}


/* ======================================================================
   V14.5 — PRECISION CTA + TARGET REFERENCE TRANSITION
   ====================================================================== */

/* HERO CTA
   The label is mathematically centered across the whole button.
   Calendar and arrow are absolutely positioned so neither shifts the text. */
.hero-actions .hero-intro-btn{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:356px!important;
  min-width:356px!important;
  min-height:58px!important;
  padding:0 54px!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.hero-actions .hero-intro-btn:before{
  position:absolute!important;
  left:22px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  width:22px!important;
  height:22px!important;
}
.hero-actions .hero-btn-label{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.hero-actions .hero-btn-arrow{
  position:absolute!important;
  right:22px!important;
  top:50%!important;
  transform:translateY(-52%)!important;
  display:block!important;
  width:22px!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  font-size:17px!important;
  line-height:1!important;
}

/* TARGET TRANSITION
   The supplied reference is NOT a broad white fade across the photo.
   It is a white rounded panel with one narrow pale-blue crescent immediately
   outside the curve, then the photograph starts cleanly. */
.hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
}
.hero-copy{
  position:relative!important;
  z-index:5!important;
}

/* Remove V14.4 shadow-based band. */
.hero-copy:after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  right:calc(-1 * var(--bellamy-hero-curve-radius))!important;
  width:calc(var(--bellamy-hero-curve-radius) * 2)!important;
  height:auto!important;
  background:#fff!important;
  border-radius:0 var(--bellamy-hero-curve-radius) var(--bellamy-hero-curve-radius) 0!important;
  box-shadow:none!important;
  z-index:-1!important;
  pointer-events:none!important;
}

/* Pale-blue crescent sits BEHIND the white curve and only peeks out 12–16 px. */
.hero-copy:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  right:calc(-1 * var(--bellamy-hero-curve-radius) - 15px)!important;
  width:calc(var(--bellamy-hero-curve-radius) * 2 + 15px)!important;
  height:auto!important;
  background:#DDEFF9!important;
  border-radius:0 calc(var(--bellamy-hero-curve-radius) + 15px) calc(var(--bellamy-hero-curve-radius) + 15px) 0!important;
  z-index:-2!important;
  pointer-events:none!important;
}

/* Remove the broad V14.4 crescent/fog from the image itself. */
.hero-image:before{
  display:none!important;
}

/* By default the target reference shows a clean photo after the blue crescent.
   The user's existing Hero Fade control still works when deliberately enabled. */
.hero-image:after{
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,var(--bellamy-hero-fade-strength)) 0%,
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .72)) calc(var(--bellamy-hero-fade-width) * .30),
      rgba(255,255,255,calc(var(--bellamy-hero-fade-strength) * .26)) calc(var(--bellamy-hero-fade-width) * .67),
      rgba(255,255,255,0) var(--bellamy-hero-fade-width)
    )!important;
  opacity:var(--bellamy-hero-fade-enabled)!important;
  z-index:2!important;
}

/* Tighten the desktop curve to more closely reproduce the target screenshot. */
@media(min-width:901px){
  .hero{
    grid-template-columns:41.2% 58.8%!important;
  }
  .hero-copy{
    padding-left:clamp(68px,4.55vw,96px)!important;
    padding-right:34px!important;
  }
  .hero-copy:after{
    right:-128px!important;
    width:256px!important;
    border-radius:0 128px 128px 0!important;
  }
  .hero-copy:before{
    right:-143px!important;
    width:271px!important;
    border-radius:0 143px 143px 0!important;
  }
}

/* Mobile: keep the button centered and remove desktop curve layers. */
@media(max-width:900px){
  .hero-actions{
    width:100%!important;
    justify-content:center!important;
  }
  .hero-actions .hero-intro-btn{
    width:min(356px,100%)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .hero-copy:before,
  .hero-copy:after{
    display:none!important;
  }
}
@media(max-width:430px){
  .hero-actions .hero-intro-btn{
    padding-left:48px!important;
    padding-right:48px!important;
  }
  .hero-actions .hero-intro-btn:before{
    left:17px!important;
  }
  .hero-actions .hero-btn-arrow{
    right:17px!important;
  }
  .hero-actions .hero-btn-label{
    font-size:12px!important;
  }
}


/* ======================================================================
   V14.6 — TWO SPECIFIC VISUAL FIXES
   1. Header CTA vertically/horizontally centered.
   2. Hero transition matches target: white curve, pale-blue reveal mainly
      on the lower/right edge, then clean photograph.
   ====================================================================== */

/* HEADER CTA — reset inherited line-height/padding that was lifting the text. */
.links .nav-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:56px!important;
  height:56px!important;
  padding:0 27px!important;
  margin:0!important;
  line-height:1!important;
  box-sizing:border-box!important;
  vertical-align:middle!important;
}
.links .nav-btn,
.links .nav-btn span{
  font-family:var(--bellamy-body-font)!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.055em!important;
  line-height:1!important;
  text-align:center!important;
}
.links .nav-btn{
  transform:none!important;
}

/* HERO TRANSITION — remove every previous image-side transition layer. */
.hero-image:before{
  display:none!important;
  content:none!important;
}
.hero-image:after{
  opacity:0!important;
  display:none!important;
  content:none!important;
}

/* Use two offset curves on the COPY panel itself. */
.hero{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.hero-copy{
  position:relative!important;
  z-index:5!important;
  overflow:visible!important;
}

/* Pale blue layer BEHIND the white layer.
   It is shifted right and downward, so it only reveals itself along the
   lower/right arc like the supplied target instead of forming an outline. */
.hero-copy:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:-2!important;
  top:18px!important;
  bottom:-18px!important;
  right:-154px!important;
  width:278px!important;
  background:#DCEFFA!important;
  border-radius:0 148px 148px 0!important;
  pointer-events:none!important;
}

/* White front curve. */
.hero-copy:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:-1!important;
  top:0!important;
  bottom:0!important;
  right:-128px!important;
  width:256px!important;
  height:auto!important;
  background:#FFFFFF!important;
  border-radius:0 128px 128px 0!important;
  box-shadow:none!important;
  pointer-events:none!important;
}

/* Reference proportions on desktop. */
@media(min-width:901px){
  .hero{
    grid-template-columns:41.2% 58.8%!important;
  }

  .hero-copy{
    padding-left:clamp(68px,4.55vw,96px)!important;
    padding-right:34px!important;
  }

  /* Make the blue reveal subtle: narrow at mid-height, wider toward bottom. */
  .hero-copy:before{
    top:54px!important;
    bottom:-22px!important;
    right:-148px!important;
    width:272px!important;
    border-radius:0 142px 156px 0!important;
    background:#E0F1FA!important;
  }

  .hero-copy:after{
    top:0!important;
    bottom:0!important;
    right:-128px!important;
    width:256px!important;
    border-radius:0 128px 128px 0!important;
  }
}

/* Mobile remains stacked and clean. */
@media(max-width:900px){
  .hero-copy:before,
  .hero-copy:after{
    display:none!important;
    content:none!important;
  }

  .links .nav-btn{
    height:auto!important;
    min-height:48px!important;
    padding:14px 20px!important;
  }
}


/* ======================================================================
   V14.7 — SVG-TRACED HERO TRANSITION
   The premium benefit icons and V14.6 CTA fix are intentionally unchanged.
   ====================================================================== */

/* Remove every earlier pseudo-element curve/fade so there is only ONE seam. */
.hero-copy:before,
.hero-copy:after,
.hero-image:before,
.hero-image:after{
  display:none!important;
  content:none!important;
  background:none!important;
  box-shadow:none!important;
  opacity:0!important;
}

/* The copy area itself is rectangular white. The traced SVG supplies the
   entire organic edge and pale-blue reveal. */
.hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#fff!important;
}
.hero-copy{
  position:relative!important;
  z-index:5!important;
  overflow:visible!important;
  background:#fff!important;
}
.hero-image{
  position:relative!important;
  z-index:1!important;
}

/* This overlay begins exactly where the image begins. Its transparent right
   side leaves the photograph untouched. */
.hero::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:4!important;
  top:0!important;
  bottom:0!important;
  left:41.2%!important;
  width:190px!important;
  height:100%!important;
  pointer-events:none!important;
  background-image:url("assets/hero-transition-reference-v147.svg")!important;
  background-repeat:no-repeat!important;
  background-position:left top!important;
  background-size:100% 100%!important;
}

/* Match the reference proportions: the photo starts at roughly 41.2%,
   while the white SVG curve extends organically into the photograph. */
@media(min-width:901px){
  .hero{
    grid-template-columns:41.2% 58.8%!important;
  }
}

/* On stacked layouts there is no vertical seam to reproduce. */
@media(max-width:900px){
  .hero::after{
    display:none!important;
    content:none!important;
  }
}


/* =====================================================================
   V14.8 — FAQ single accent line + removed review links + tile CTA removal
   ===================================================================== */

/* Remove the extra automatic decorative line only inside FAQ.
   Keep one explicit accent rule and place it intentionally under the heading. */
.faq .center-title:after{
  display:none !important;
  content:none !important;
}

.faq-line{
  width:88px !important;
  height:3px !important;
  border-radius:999px !important;
  background:#E4B53B !important;
  margin:18px 0 28px !important;
}

/* With the instrument CTA removed, tighten and balance the card body. */
.instrument-card .text-link{
  display:none !important;
}
.instrument-body{
  padding-bottom:34px !important;
}

/* Safety: if any old review utility link remains, hide it. */
.reviews .text-link{
  display:none !important;
}

/* Desktop/mobile FAQ accent placement */
@media(max-width:900px){
  .faq-line{
    margin:18px auto 26px !important;
  }
}


/* =========================================================
   V14.9 — remove leftover review-link remnant
   The old reviews container pseudo-element rendered a small
   green dot after the content even after the link was removed.
   ========================================================= */
.reviews > div:first-child::after,
.reviews > div:first-child:after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  box-shadow:none !important;
  background:none !important;
}
