/* OMOCHI MUSIC STUDIO v2 — friendly blue */
:root{
  --ink:#1b2a44;
  --ink-2:#42506a;
  --muted:#5b687c;
  --paper:#fff;
  --soft:#f2f6fc;
  --soft-2:#e6eef9;
  --blue:#1f63c2;
  --blue-dark:#1a56b0;
  --navy:#233552;
  --line:#dfe6f0;
  --line-green:#06c755;
  --radius:16px;
  --max:1120px;
  --shadow:0 6px 24px rgba(27,42,68,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;line-height:1.8;-webkit-font-smoothing:antialiased;font-feature-settings:"palt" 1}
body.menu-open{overflow:hidden}
a{color:inherit}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
img{max-width:100%;height:auto;display:block}
figure{margin:0}
h1,h2,h3{word-break:auto-phrase}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.wrap.narrow{max-width:760px}
.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-180%);background:#fff;color:var(--ink);padding:10px 14px;border:2px solid var(--ink);text-decoration:none;font-weight:700}
.skip-link:focus{transform:none}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-inner{height:68px;max-width:var(--max);margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.brand{text-decoration:none;line-height:1.05;color:var(--ink)}
.brand span{display:block;font-size:22px;font-weight:700;letter-spacing:.14em}
.brand small{display:block;font-size:10px;font-weight:600;letter-spacing:.26em;margin-top:3px}
.menu-toggle{border:0;background:none;width:52px;height:56px;display:grid;align-content:center;gap:6px;cursor:pointer;color:var(--ink)}
.menu-toggle span{height:2px;background:currentColor;display:block;border-radius:2px}
.menu-toggle em{font-size:9px;font-style:normal;letter-spacing:.15em;font-weight:700}
.site-nav{display:none;position:fixed;inset:68px 0 0;background:#fff;padding:20px 24px 120px;overflow:auto}
.site-nav.is-open{display:block}
.site-nav ul{list-style:none;padding:0;margin:0}
.site-nav li{border-bottom:1px solid var(--line)}
.site-nav a{display:block;padding:15px 0;text-decoration:none;font-weight:700}
.nav-cta{display:block;margin-top:14px!important;background:var(--blue);color:#fff!important;text-align:center;border-radius:999px;padding:14px 18px!important;font-weight:700}
.nav-cta-line{background:#04803a!important}

/* Buttons */
.cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:15px 26px;font-weight:700;min-height:54px;transition:transform .15s,background-color .15s}
.cta:hover{transform:translateY(-1px)}
.cta-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(31,99,194,.28)}
.cta-primary:hover{background:var(--blue-dark)}
.cta-light{background:#fff;color:var(--blue-dark)}
.cta-pair{display:flex;flex-direction:column;gap:12px;max-width:440px;margin-top:22px}
.cta-pair .cta{width:100%}
.cta-line{background:#04803a;color:#fff;box-shadow:0 8px 20px rgba(4,128,58,.25)}
.cta-line:hover{background:#036b31}
.cta-mail{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(31,99,194,.28)}
.cta-mail:hover{background:var(--blue-dark)}
.bh-btn,.bh-btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 22px;font-weight:700;font-size:14px;text-decoration:none}
.bh-btn{background:var(--blue);color:#fff}
.bh-btn:hover{background:var(--blue-dark)}
.bh-btn-outline{border:1.5px solid var(--blue);color:var(--blue-dark);background:#fff}
.bh-btn-outline:hover{background:var(--soft)}
.bh-more,.text-link{color:var(--blue-dark);font-weight:700;font-size:14px;text-decoration:none}
.bh-more:hover,.text-link:hover{text-decoration:underline}

/* Sticky mobile CTA */
.mobile-sticky-cta{position:fixed;z-index:45;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:flex;gap:8px;padding:6px;background:rgba(255,255,255,.97);border-radius:999px;box-shadow:0 8px 28px rgba(27,42,68,.18)}
.mobile-sticky-cta a{flex:1;display:flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;color:#fff}
.sticky-line{background:#04803a}
.sticky-mail{background:var(--blue)}

/* ===== Home ===== */
.bh-hero{position:relative;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 80% 20%,rgba(47,127,230,.45),transparent 45%),
  linear-gradient(135deg,#1b2a44 0%,#233552 55%,#2b4a78 100%)}
.bh-hero.has-photo{background:linear-gradient(90deg,rgba(15,24,40,.78) 0%,rgba(15,24,40,.45) 55%,rgba(15,24,40,.15) 100%),var(--hero) center/cover no-repeat}
.bh-hero-inner{position:relative;z-index:1;padding:56px 0 48px}
.bh-kicker{margin:0;font-size:16px;font-weight:700;letter-spacing:.04em}
.bh-hero h1{margin:10px 0 14px;font-size:clamp(40px,11.5vw,76px);line-height:1.18;font-weight:800;letter-spacing:.01em}
.bh-lead{margin:0 0 18px;font-size:16px;font-weight:600}
.bh-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.bh-tags li{border:1.5px solid rgba(255,255,255,.85);border-radius:999px;padding:4px 14px;font-size:14px;font-weight:700}
.bh-hero .cta-pair{margin-top:24px}
.bh-script{display:none;position:absolute;right:18px;bottom:18px;margin:0;font-family:"Snell Roundhand","Apple Chancery","Segoe Script",cursive;font-size:22px;line-height:1.2;opacity:.85;text-align:left}

.bh-features{background:#fff;border-bottom:1px solid var(--line)}
.bh-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 8px;padding:28px 0}
.bh-feature{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}
.bh-feature .bh-icon{width:40px;height:40px;color:var(--blue);margin-bottom:4px}
.bh-feature strong{font-size:14px;line-height:1.4}
.bh-feature span{font-size:11.5px;color:var(--muted);line-height:1.55}

.bh-sec{padding:56px 0;background:var(--soft)}
.bh-sec+.bh-sec{background:#fff}
.bh-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:20px}
.bh-head h2,.bh-price h2{margin:0;font-size:28px;line-height:1.3;font-weight:800}
.bh-head h2 small,.bh-price h2 small{display:block;font-size:11px;letter-spacing:.2em;color:var(--muted);font-weight:600}

.bh-course-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bh-course{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);overflow:hidden;text-decoration:none;box-shadow:var(--shadow);transition:transform .15s}
.bh-course:hover{transform:translateY(-2px)}
.bh-course-img{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:var(--soft-2)}
.bh-course-img img{width:100%;height:100%;object-fit:cover}
.bh-course-img.is-empty{background:linear-gradient(135deg,#e6eef9,#cfe0f7)}
.bh-course-img .bh-icon{width:44%;height:auto;color:var(--blue)}
.bh-course-body{padding:12px 14px 16px}
.bh-course-body strong{display:block;font-size:17px}
.bh-course-body span{display:block;font-size:12px;color:var(--muted);line-height:1.6;margin-top:2px}

.bh-about{position:relative;display:grid;background:var(--navy);color:#fff;overflow:hidden}
.bh-about-media{min-height:200px;background:linear-gradient(135deg,#2b4a78,#2f7fe6)}
.bh-about.has-photo .bh-about-media{background:var(--about) center/cover no-repeat}
.bh-about-copy{padding:36px 20px 44px}
.bh-about-copy h2{margin:0 0 14px;font-size:26px;line-height:1.45}
.bh-about-copy p{margin:0 0 20px;color:#dfe7f3;font-size:15px}

.bh-price{background:#fff;padding:44px 0;border-bottom:1px solid var(--line)}
.bh-price-inner{display:grid;gap:20px}
.bh-price-main span{display:block;font-weight:700;font-size:15px}
.bh-price-main p{margin:4px 0;font-size:20px;font-weight:700}
.bh-price-main strong{font-size:48px;line-height:1;color:var(--blue-dark);letter-spacing:-.01em;margin:0 2px}
.bh-price-main small{font-size:13px;color:var(--muted)}
.bh-price-main .bh-price-note{font-weight:500;font-size:13px;color:var(--muted)}
.bh-price-sub{padding:18px;background:var(--soft);border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.bh-price-sub span{font-size:14px}

.bh-two{display:grid;gap:48px}
.bh-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:10px;padding:0 16px}
.bh-faq summary{cursor:pointer;list-style:none;padding:15px 28px 15px 0;font-weight:700;position:relative}
.bh-faq summary::-webkit-details-marker{display:none}
.bh-faq summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:22px;color:var(--blue)}
.bh-faq details[open] summary:after{content:"−"}
.bh-faq details p{margin:0 0 16px;color:var(--ink-2)}
.bh-access-title{font-size:20px;font-weight:800;margin:0 0 4px}
.bh-map{margin:18px 0;aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;background:var(--soft-2)}
.bh-map iframe{width:100%;height:100%;border:0}
.bh-access-links{display:flex;flex-wrap:wrap;align-items:center;gap:16px}

.bh-final{text-align:center;padding:64px 0 72px;color:#fff;background:linear-gradient(135deg,#1b2a44,#2b4a78)}
.bh-final h2{margin:0 0 10px;font-size:clamp(28px,7vw,40px)}
.bh-final p{margin:0;color:#dfe7f3}
.bh-final .cta-pair{margin:26px auto 0}

/* ===== Sub pages ===== */
.section{padding:56px 0}
.section.alt{background:var(--soft)}
.section h2{font-size:clamp(24px,6vw,34px);line-height:1.4;margin:36px 0 14px;font-weight:800}
.section h2:first-child{margin-top:0}
.section h3{font-size:18px;margin:0 0 6px}
.section p{color:var(--ink-2)}
.eyebrow,.hero-kicker{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--blue);text-transform:uppercase;margin:0}
.lead{font-size:17px}
.page-hero{padding:48px 20px 44px;max-width:none;margin:0;background:linear-gradient(180deg,var(--soft),#fff)}
.page-hero>*{max-width:var(--max);margin-left:auto;margin-right:auto}
.page-hero h1{font-size:clamp(30px,8vw,52px);line-height:1.3;margin:10px auto 14px;font-weight:800}
.page-hero p{color:var(--ink-2)}
.page-hero .cta-pair{margin-left:auto;margin-right:auto}
.page-hero.dark{background:linear-gradient(135deg,#1b2a44,#2b4a78);color:#fff}
.page-hero.dark p{color:#dfe7f3}
.page-hero.dark .eyebrow{color:#9cc4ff}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.chips span{padding:6px 14px;border-radius:999px;background:var(--soft-2);color:var(--blue-dark);font-size:14px;font-weight:600}
.feature-grid,.three-col{display:grid;gap:12px;margin-top:22px}
.feature-grid article,.three-col article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.feature-grid article h3,.three-col article h2,.three-col article h3{margin:0 0 6px;font-size:18px}
.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.course-grid a{padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;display:flex;flex-direction:column}
.course-grid strong{font-size:12px;letter-spacing:.14em;color:var(--blue)}
.price-big{display:flex;flex-direction:column;margin:22px 0 6px;padding:20px;background:var(--soft);border-radius:var(--radius)}
.price-big span{font-size:15px;font-weight:700}
.price-big strong{font-size:44px;line-height:1.1;color:var(--blue-dark)}
.price-list{margin:14px 0 18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.price-list p{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin:0;padding:14px 18px;border-bottom:1px solid var(--line);color:var(--ink)}
.price-list p:last-child{border-bottom:0}
.price-list p strong{font-weight:600;font-size:15px}
.steps{list-style:none;padding:0;counter-reset:step;margin:18px 0}
.steps li{counter-increment:step;padding:16px 0 16px 54px;border-bottom:1px solid var(--line);position:relative}
.steps li:before{content:counter(step);position:absolute;left:0;top:16px;width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:700}
.steps strong{display:block}.steps span{color:var(--muted);font-size:14px}
.booking-box{padding:24px;border-radius:var(--radius);background:var(--soft);margin-top:36px}
.booking-box h2{margin-top:6px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:10px;padding:0 16px}
.faq summary{cursor:pointer;font-weight:700;padding:15px 0}
.faq details p{margin:0 0 16px}
.breadcrumbs{font-size:12px;border-bottom:1px solid var(--line);background:#fff}
.breadcrumbs .wrap{display:flex;gap:8px;padding-top:9px;padding-bottom:9px;overflow:hidden;white-space:nowrap;color:var(--muted)}
.breadcrumbs a{color:var(--blue-dark);text-decoration:none}
.studio-gallery{display:grid;gap:10px;margin:24px 0}
.studio-gallery figure{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);background:var(--soft-2)}
.studio-gallery img{width:100%;height:100%;object-fit:cover}
.price-band{background:var(--navy);color:#fff}
.price-band p{color:#dfe7f3}
.final-cta{text-align:center;background:linear-gradient(135deg,#1b2a44,#2b4a78);color:#fff}
.final-cta p{color:#dfe7f3}
.final-cta .cta-pair{margin:22px auto 0}
.legal h2{font-size:22px;margin-top:36px}

/* Footer */
.site-footer{background:var(--navy);color:#fff;padding:48px 0 110px;font-size:14px}
.footer-grid{display:grid;gap:26px}
.site-footer a{color:#fff}
.site-footer p{color:#dfe7f3;margin:6px 0}
.site-footer small{color:#a9b6ca}
.copyright{text-align:center;margin-top:36px;color:#a9b6ca;font-size:12px}

@media(min-width:1100px){
  .header-inner{height:80px}
  .menu-toggle{display:none}
  .site-nav{display:flex;position:static;inset:auto;background:none;padding:0;overflow:visible;align-items:center;gap:10px}
  .site-nav ul{display:flex;gap:20px}
  .site-nav li{border:0}
  .site-nav a{padding:6px 0;font-size:14px;white-space:nowrap}
  .site-nav ul a:hover{color:var(--blue)}
  .nav-cta{margin:0!important;padding:9px 16px!important;font-size:13px;white-space:nowrap}
}
@media(min-width:760px){
  .bh-hero-inner{padding:96px 0 88px}
  .bh-hero .cta-pair{flex-direction:row;max-width:none}
  .bh-hero .cta-pair .cta{width:auto}
  .bh-script{display:block;right:6%;bottom:40px;font-size:30px}
  .bh-feature-grid{grid-template-columns:repeat(6,1fr);padding:34px 0}
  .bh-feature .bh-icon{width:44px;height:44px}
  .bh-feature strong{font-size:15px}
  .bh-sec{padding:80px 0}
  .bh-course-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .bh-course-body{padding:16px 18px 20px}
  .bh-about{grid-template-columns:1.1fr 1fr}
  .bh-about-media{min-height:360px}
  .bh-about-copy{padding:56px 48px;align-self:center}
  .bh-about-copy h2{font-size:32px}
  .bh-price-inner{grid-template-columns:auto 1.2fr 1fr;align-items:center;gap:40px}
  .bh-two{grid-template-columns:1fr 1fr}
  .cta-pair{flex-direction:row;max-width:none}
  .cta-pair .cta{width:auto}
  .feature-grid,.three-col{grid-template-columns:repeat(3,1fr)}
  .course-grid{grid-template-columns:repeat(3,1fr)}
  .studio-gallery{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
  .page-hero{padding:72px 20px 64px}
}
@media(min-width:1000px){
  .mobile-sticky-cta{display:none}
  .site-footer{padding-bottom:48px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media(max-width:759px){
  .bh-course-grid{grid-template-columns:1fr}
  .bh-course{flex-direction:row;align-items:stretch}
  .bh-course-img{flex:0 0 38%;aspect-ratio:auto;min-height:104px}
  .bh-course-img .bh-icon{width:46px}
  .bh-course-body{align-self:center;padding:12px 16px;position:relative;padding-right:34px;flex:1}
  .bh-course-body:after{content:"›";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--muted)}
}

@media(min-width:760px){.bh-course-img{aspect-ratio:16/9}.bh-course-img .bh-icon{width:64px}}
.brand-logo{display:block;height:34px;width:auto}
.footer-logo{display:block;height:40px;width:auto;margin-bottom:12px}
@media(min-width:1100px){.brand-logo{height:40px}}
.bh-final{background:linear-gradient(180deg,rgba(15,24,40,.72),rgba(15,24,40,.82)),var(--cta) center/cover no-repeat}
.bh-price-main .bh-price-4 strong{font-size:32px}
/* カレンダー予約ボタン */
.cta-cal{background:#b8500a;color:#fff;box-shadow:0 8px 20px rgba(184,80,10,.3)}
.cta-cal:hover{background:#9a4208}
.sticky-cal{background:#b8500a}
.nav-cta-cal{background:#b8500a!important}
.mobile-sticky-cta a{font-size:13px}
/* 通常レッスンの休み注意 */
.lesson-notice{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin:16px 0;padding:12px 16px;background:#fff4e6;border:1.5px solid #ffb66b;border-radius:12px;color:#5a3a12;font-size:15px}
.lesson-notice strong{background:#ff8a3d;color:#fff;border-radius:999px;padding:2px 12px;font-size:12px}
.lesson-notice b{color:#c25a00}
.lesson-notice span{flex:1;min-width:0;line-height:1.7}

/* 関連ページリンク */
.related-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:28px 0 8px;padding:14px 16px;background:var(--soft);border-radius:12px;font-size:14px}
.related-links strong{color:var(--ink)}
.related-links span{display:flex;flex-wrap:wrap;gap:6px 14px}
.related-links a{color:var(--blue-dark);font-weight:700;text-decoration:none}
.related-links a:hover{text-decoration:underline}
.tick-list{list-style:none;padding:0;margin:14px 0}
.tick-list li{position:relative;padding:12px 0 12px 34px;border-bottom:1px solid var(--line);font-weight:600}
.tick-list li:before{content:"";position:absolute;left:6px;top:20px;width:14px;height:8px;border-left:3px solid #04803a;border-bottom:3px solid #04803a;transform:rotate(-45deg)}
.lesson-extra{padding-bottom:56px}
.lesson-extra h2{font-size:clamp(22px,5.5vw,30px);margin:8px 0 6px}
/* アクセス：入口・駐車場のご案内（クリックで開く） */
.access-faq{padding:0 0 56px}
.guide-body{padding:0 0 16px}
.guide-body figure{margin:0 0 14px;border-radius:var(--radius);overflow:hidden;background:var(--soft-2);max-width:380px}
.guide-body img{width:100%;height:auto}
.guide-photos{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:640px;margin-bottom:14px}
.guide-photos figure{margin:0}
.guide-caution{padding:12px 14px;background:#fff4e6;border:1.5px solid #f3b06a;border-radius:10px;color:#5a3a12;font-weight:600}
.guide-body a{color:var(--blue-dark);font-weight:700}
.video-wrap{position:relative;aspect-ratio:16/9;max-width:720px;border-radius:var(--radius);overflow:hidden;background:#000}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bh-hero h1{font-size:clamp(28px,8.4vw,68px);line-height:1.3}
.bh-hero h1 span{display:block;white-space:nowrap}
.instructor-photo{margin:0 0 28px;max-width:380px}
.instructor-photo img{width:100%;height:auto;border-radius:var(--radius);display:block}
.instructor-photo figcaption{margin-top:6px;font-size:13px;color:var(--muted);font-weight:600}
.booth-photos{display:grid;gap:12px;margin:8px 0 34px}
.booth-photos figure{margin:0;border-radius:var(--radius);overflow:hidden;background:#111}
.booth-photos img{width:100%;height:auto;display:block}
@media(min-width:760px){.booth-photos{grid-template-columns:1fr 1fr}}
.instructor-message{margin:0 0 34px;padding:22px 22px 8px;background:var(--soft);border-radius:var(--radius);border-left:5px solid var(--blue)}
.instructor-message h2{margin:0 0 12px;font-size:clamp(20px,5vw,26px)}
.instructor-message p{margin:0 0 14px;color:var(--ink-2);line-height:1.95}
.lesson-hero{margin:0 0 30px;max-width:760px}
.lesson-hero img{width:100%;height:auto;border-radius:var(--radius);display:block;box-shadow:var(--shadow)}
.gear-grid{list-style:none;padding:0;margin:18px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gear-grid figure{margin:0;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.gear-grid img{width:100%;height:auto;display:block}
.gear-grid figcaption{padding:10px 14px 12px;font-weight:700;font-size:14px}
@media(min-width:760px){.gear-grid{grid-template-columns:repeat(3,1fr);gap:18px}}
/* 特徴アイコン：それぞれを枠で囲む */
.bh-features{background:var(--soft)}
.bh-feature-grid{gap:12px;padding:24px 0}
.bh-feature{background:#fff;border:1.5px solid #c9d8ee;border-radius:14px;padding:16px 6px 14px;box-shadow:0 2px 0 rgba(31,99,194,.06)}
@media(min-width:760px){.bh-feature-grid{gap:16px;padding:32px 0}.bh-feature{padding:20px 10px 18px}}
.footer-tel a{color:#fff;font-weight:700;font-size:1.1em;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}
.footer-tel small{color:#a9b6ca;font-size:12px;line-height:1.7}
.bh-final-tel{margin-top:18px!important;font-size:15px}
.bh-final-tel a{color:#fff;font-weight:700;font-size:1.25em;text-decoration:underline;text-underline-offset:4px}
.bh-final-tel a,.footer-tel a{white-space:nowrap}
.bh-final-tel{line-height:1.9}
.cta-tel{background:var(--blue);color:#fff;font-size:18px;box-shadow:0 8px 20px rgba(31,99,194,.28)}
.cta-tel:hover{background:var(--blue-dark)}
.tel-cta{margin:10px 0 8px}
.tel-note{font-size:14px;color:var(--muted);margin:0 0 18px}
