:root{
  --og55-bg:#0a0a0a;
  --og55-panel:#121212;
  --og55-panel2:#171717;
  --og55-line:#292929;
  --og55-yellow:#f6c400;
  --og55-text:#f7f7f7;
  --og55-muted:#9a9a9a;
  --og55-paper:#f5f5f2;
  --og55-white:#ffffff;
  --og55-green:#25d366;
  --og55-radius:18px;
  --og55-shadow:0 22px 70px rgba(0,0,0,.20);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--og55-white);
  color:#111;
  font-family:Inter,Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
.og55-container{width:min(1180px,calc(100% - 32px));margin:0 auto}

/* HEADER */
.og55-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(8,8,8,.97);
  border-bottom:1px solid #202020;
  backdrop-filter:blur(18px);
}
.og55-header-row{
  min-height:72px;
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;
  gap:20px;
}
.og55-logo img{width:190px;height:58px;object-fit:contain;object-position:left center}
.og55-nav{display:flex;justify-content:center;align-items:center;gap:2px}
.og55-nav a{
  padding:10px 11px;
  border-radius:9px;
  color:#aaa;
  font-size:12px;
  font-weight:800;
}
.og55-nav a:hover,.og55-nav a.active{background:#171717;color:#fff}
.og55-header-actions{display:flex;gap:7px;align-items:center}
.og55-header-actions>a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:10px;
  font-size:11px;
  font-weight:900;
}
.og55-call{border:1px solid #333;color:#fff}
.og55-whatsapp{background:var(--og55-yellow);color:#111}
.og55-menu{
  display:none;
  width:44px;height:44px;padding:11px;
  border:1px solid #333;border-radius:10px;background:#151515;
}
.og55-menu span{display:block;height:2px;margin:4px 0;background:#fff;border-radius:99px}

/* HERO */
.og55-hero{
  position:relative;
  overflow:hidden;
  padding:44px 0 36px;
  background:
    radial-gradient(circle at 88% 18%,rgba(246,196,0,.16),transparent 31%),
    linear-gradient(145deg,#080808 0%,#0d0d0d 70%,#101010 100%);
  color:#fff;
}
.og55-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:34px;
  align-items:center;
}
.og55-kicker{
  display:flex;align-items:center;gap:9px;
  color:#d2d2d2;font-size:11px;font-weight:900;letter-spacing:1.5px;
}
.og55-kicker i{
  width:9px;height:9px;border-radius:50%;background:#3ada6f;
  box-shadow:0 0 0 6px rgba(58,218,111,.08);
}
.og55-hero h1{
  max-width:760px;
  margin:12px 0 15px;
  font-size:clamp(48px,6.2vw,82px);
  line-height:.93;
  letter-spacing:-3.7px;
}
.og55-hero h1 span{color:var(--og55-yellow)}
.og55-hero-copy>p{
  max-width:680px;margin:0;color:#a4a4a4;
  font-size:16px;line-height:1.55;
}
.og55-hero-actions{display:flex;gap:10px;margin-top:23px}
.og55-btn{
  min-height:54px;display:inline-flex;align-items:center;justify-content:center;
  gap:9px;padding:0 17px;border-radius:11px;font-size:12px;font-weight:900;
}
.og55-btn-primary{background:var(--og55-yellow);color:#111}
.og55-btn-dark{border:1px solid #333;background:#151515;color:#fff}
.og55-proof{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
  margin-top:24px;padding-top:18px;border-top:1px solid #242424;
}
.og55-proof div{padding-right:8px}
.og55-proof b,.og55-proof span{display:block}
.og55-proof b{font-size:14px}
.og55-proof span{margin-top:3px;color:#727272;font-size:10px}

/* HERO QUOTE CARD */
.og55-quote-card{
  padding:21px;border:1px solid #2b2b2b;border-radius:20px;
  background:rgba(19,19,19,.95);box-shadow:0 30px 80px rgba(0,0,0,.32);
}
.og55-quote-card-head{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px
}
.og55-quote-card-head small{color:var(--og55-yellow);font-size:9px;font-weight:900;letter-spacing:1px}
.og55-live{display:flex;align-items:center;gap:6px;color:#4cdd7e;font-size:9px;font-weight:900}
.og55-live i{width:7px;height:7px;border-radius:50%;background:#4cdd7e}
.og55-quote-card h2{margin:0 0 5px;font-size:25px}
.og55-quote-card>p{margin:0 0 14px;color:#808080;font-size:11px;line-height:1.45}
.og55-mini-form{display:grid;gap:8px}
.og55-mini-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.og55-mini-form input,.og55-mini-form select{
  width:100%;min-height:45px;padding:0 11px;border:1px solid #303030;
  border-radius:9px;background:#0d0d0d;color:#fff;outline:none;
}
.og55-mini-form input:focus,.og55-mini-form select:focus{border-color:#826a05}
.og55-mini-form button{
  min-height:49px;border:0;border-radius:10px;background:var(--og55-yellow);
  color:#111;font-size:11px;font-weight:900;cursor:pointer;
}
.og55-card-foot{display:flex;gap:6px;flex-wrap:wrap;margin-top:11px}
.og55-card-foot span{
  padding:5px 7px;border-radius:99px;background:#1d1d1d;color:#777;font-size:8px;font-weight:800;
}

/* URGENT BAR */
.og55-urgent{background:var(--og55-yellow);color:#111}
.og55-urgent-row{min-height:58px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px}
.og55-urgent-copy{display:flex;align-items:center;gap:9px}
.og55-urgent-copy i{
  width:30px;height:30px;display:grid;place-items:center;border-radius:50%;
  background:#111;color:var(--og55-yellow);font-style:normal;font-weight:900;
}
.og55-urgent-copy b{font-size:11px}
.og55-urgent-copy span{margin-left:5px;color:#725a00;font-size:10px}
.og55-urgent-phone{font-size:14px;font-weight:900}
.og55-urgent-wa{padding:9px 11px;border-radius:8px;background:#111;color:#fff;font-size:9px;font-weight:900}

/* GENERIC */
.og55-section{padding:58px 0}
.og55-section-paper{background:var(--og55-paper)}
.og55-section-dark{background:#0d0d0d;color:#fff}
.og55-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px}
.og55-heading small{color:#9a7400;font-size:9px;font-weight:900;letter-spacing:1.2px}
.og55-section-dark .og55-heading small{color:var(--og55-yellow)}
.og55-heading h2{margin:5px 0 0;font-size:clamp(31px,4vw,48px);line-height:1;letter-spacing:-1.8px}
.og55-heading>a{color:#806100;font-size:10px;font-weight:900}

/* SERVICES */
.og55-services{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.og55-service{
  min-height:210px;display:flex;flex-direction:column;padding:20px;
  border:1px solid #deded9;border-radius:15px;background:#fff;
  transition:transform .18s ease,border-color .18s ease;
}
.og55-service:hover{transform:translateY(-3px);border-color:#c9ae4a}
.og55-service-top{display:flex;align-items:center;justify-content:space-between}
.og55-service-num{color:#9a7400;font-size:10px;font-weight:900}
.og55-service-icon{
  width:40px;height:40px;display:grid;place-items:center;border-radius:11px;
  background:#111;color:var(--og55-yellow);font-weight:900;
}
.og55-service h3{margin:18px 0 8px;font-size:19px}
.og55-service p{margin:0;color:#777;font-size:11px;line-height:1.55}
.og55-service a{margin-top:auto;padding-top:18px;color:#876500;font-size:10px;font-weight:900}

/* HOW */
.og55-how{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.og55-step{
  padding:22px;border:1px solid #262626;border-radius:15px;background:#151515;
}
.og55-step>span{
  width:42px;height:42px;display:grid;place-items:center;border-radius:12px;
  background:var(--og55-yellow);color:#111;font-weight:900;
}
.og55-step h3{margin:16px 0 7px;font-size:20px}
.og55-step p{margin:0;color:#808080;font-size:11px;line-height:1.55}

/* COVERAGE */
.og55-coverage{
  display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:28px;align-items:center;
}
.og55-coverage-copy small{color:#8b6900;font-size:9px;font-weight:900}
.og55-coverage-copy h2{margin:6px 0 9px;font-size:42px;line-height:1}
.og55-coverage-copy p{margin:0;color:#777;font-size:12px;line-height:1.55}
.og55-coverage-copy a{
  display:inline-flex;margin-top:15px;padding:11px 13px;border-radius:9px;background:#111;color:#fff;font-size:9px;font-weight:900;
}
.og55-areas{display:flex;flex-wrap:wrap;gap:8px}
.og55-areas span{
  padding:11px 13px;border:1px solid #deded8;border-radius:999px;background:#fff;
  font-size:10px;font-weight:900;
}

/* REVIEWS */
.og55-review-summary{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;
}
.og55-score{display:flex;align-items:baseline;gap:10px}
.og55-score b{font-size:48px}
.og55-score span{color:#e7ad00;letter-spacing:2px}
.og55-score small{color:#888;font-size:9px}
.og55-review-summary>a{
  padding:10px 12px;border-radius:9px;background:#111;color:#fff;font-size:9px;font-weight:900;
}
.og55-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.og55-review{
  padding:20px;border:1px solid #deded9;border-radius:15px;background:#fff;
}
.og55-review-stars{color:#e7ad00;letter-spacing:1px}
.og55-review p{min-height:78px;margin:14px 0;color:#333;font-size:12px;line-height:1.55}
.og55-review footer{display:flex;align-items:center;gap:9px;padding-top:13px;border-top:1px solid #eee}
.og55-avatar{
  width:36px;height:36px;display:grid;place-items:center;border-radius:50%;
  background:#111;color:var(--og55-yellow);font-weight:900;
}
.og55-review footer b,.og55-review footer small{display:block}
.og55-review footer b{font-size:10px}
.og55-review footer small{margin-top:2px;color:#888;font-size:8px}

/* FAQ */
.og55-faq{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.og55-faq details{
  padding:17px;border:1px solid #deded9;border-radius:12px;background:#fff;
}
.og55-faq summary{cursor:pointer;font-size:11px;font-weight:900}
.og55-faq p{margin:10px 0 0;color:#777;font-size:10px;line-height:1.55}

/* CTA */
.og55-cta{padding:34px 0;background:var(--og55-yellow);color:#111}
.og55-cta-row{display:flex;justify-content:space-between;align-items:center;gap:20px}
.og55-cta small{font-size:8px;font-weight:900}
.og55-cta h2{margin:5px 0;font-size:34px}
.og55-cta p{margin:0;color:#715800;font-size:10px}
.og55-cta-actions{display:flex;gap:8px}
.og55-cta-actions a{
  min-height:44px;display:flex;align-items:center;padding:0 13px;border-radius:9px;
  background:#111;color:#fff;font-size:9px;font-weight:900;
}

/* FOOTER */
.og55-footer{padding:40px 0 18px;background:#080808;color:#fff}
.og55-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:28px}
.og55-footer-logo{width:190px;height:58px;object-fit:contain;object-position:left center}
.og55-footer-brand p{max-width:410px;color:#747474;font-size:10px;line-height:1.6}
.og55-footer-grid>div:not(:first-child){display:grid;align-content:start;gap:9px}
.og55-footer-grid small{color:var(--og55-yellow);font-size:8px;font-weight:900;letter-spacing:.8px}
.og55-footer-grid a{color:#8a8a8a;font-size:9px;font-weight:800}
.og55-footer-bottom{
  display:flex;justify-content:space-between;gap:10px;margin-top:26px;padding-top:14px;
  border-top:1px solid #1d1d1d;color:#535353;font-size:8px;
}

/* REVIEW PAGE */
.og55-page-hero{padding:42px 0;background:#0a0a0a;color:#fff}
.og55-page-hero-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.og55-page-hero small{color:var(--og55-yellow);font-size:9px;font-weight:900;letter-spacing:1.2px}
.og55-page-hero h1{max-width:800px;margin:8px 0 10px;font-size:clamp(42px,5vw,68px);line-height:.97;letter-spacing:-2.7px}
.og55-page-hero p{max-width:680px;margin:0;color:#8c8c8c;font-size:13px;line-height:1.55}
.og55-rating-box{min-width:260px;padding:22px;border:1px solid #292929;border-radius:16px;background:#151515}
.og55-rating-box strong{display:block;font-size:62px;line-height:.9}
.og55-rating-box div{margin:8px 0;color:var(--og55-yellow);font-size:18px;letter-spacing:2px}
.og55-rating-box b,.og55-rating-box small{display:block}
.og55-rating-box b{font-size:10px}
.og55-rating-box small{margin-top:3px;color:#777;font-size:8px}

/* FEEDBACK */
.og55-feedback-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
.og55-form-card,.og55-side-card{padding:22px;border:1px solid #deded9;border-radius:15px;background:#fff}
.og55-form{display:grid;gap:11px}
.og55-form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.og55-form label{display:grid;gap:6px;font-size:9px;font-weight:900}
.og55-form input,.og55-form select,.og55-form textarea{
  width:100%;padding:12px;border:1px solid #d8d8d2;border-radius:9px;background:#fafaf8;outline:none;
}
.og55-form textarea{resize:vertical}
.og55-form button{
  min-height:50px;border:0;border-radius:9px;background:#111;color:#fff;font-size:10px;font-weight:900;
}
.og55-rating-picker{display:flex;gap:5px}
.og55-rating-picker input{position:absolute;opacity:0;pointer-events:none}
.og55-rating-picker label{font-size:28px;color:#ccc;cursor:pointer}
.og55-rating-picker input:checked+label{color:#e7ad00}
.og55-side-card{background:#111;color:#fff}
.og55-side-card small{color:var(--og55-yellow);font-size:8px;font-weight:900}
.og55-side-card h2{margin:6px 0 8px;font-size:26px}
.og55-side-card p{color:#858585;font-size:10px;line-height:1.55}
.og55-side-link{
  display:flex;align-items:center;gap:10px;margin-top:8px;padding:11px;border:1px solid #292929;border-radius:10px;background:#171717;
}
.og55-side-link span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:var(--og55-yellow);color:#111;font-weight:900}
.og55-side-link b,.og55-side-link small{display:block}
.og55-side-link b{font-size:10px}
.og55-side-link small{margin-top:2px;color:#777;font-size:7px}

/* MOBILE */
@media(max-width:920px){
  .og55-header-row{grid-template-columns:1fr auto}
  .og55-nav{
    position:absolute;top:72px;left:8px;right:8px;display:none;padding:8px;
    border:1px solid #292929;border-radius:13px;background:#0e0e0e;box-shadow:0 18px 50px rgba(0,0,0,.35);
  }
  .og55-nav.open{display:grid}
  .og55-nav a{min-height:44px;display:flex;align-items:center;padding:0 11px}
  .og55-menu{display:block}
  .og55-call{display:none!important}
  .og55-hero-grid,.og55-page-hero-grid,.og55-feedback-grid{grid-template-columns:1fr}
  .og55-services,.og55-how,.og55-reviews{grid-template-columns:1fr 1fr}
  .og55-footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .og55-footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:680px){
  .og55-container{width:min(100% - 20px,1180px)}
  .og55-header-row{min-height:64px}
  .og55-logo img{width:168px;height:50px}
  .og55-nav{top:64px}
  .og55-whatsapp{min-height:40px!important;padding:0 10px!important}
  .og55-hero{padding:23px 0 20px}
  .og55-hero-grid{gap:20px}
  .og55-hero h1{font-size:45px;letter-spacing:-2.4px}
  .og55-hero-copy>p{font-size:13px}
  .og55-hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:17px}
  .og55-btn{min-height:52px;padding:0 9px}
  .og55-proof{gap:7px;margin-top:17px;padding-top:13px}
  .og55-proof b{font-size:11px}
  .og55-proof span{font-size:8px}
  .og55-quote-card{padding:15px;border-radius:15px}
  .og55-mini-row{grid-template-columns:1fr 1fr}
  .og55-urgent-row{min-height:52px;grid-template-columns:1fr auto}
  .og55-urgent-copy span,.og55-urgent-wa{display:none}
  .og55-section{padding:34px 0}
  .og55-heading{align-items:start;flex-direction:column;margin-bottom:15px}
  .og55-heading h2{font-size:30px;letter-spacing:-1px}
  .og55-services,.og55-how,.og55-reviews,.og55-faq,.og55-coverage{grid-template-columns:1fr}
  .og55-service{min-height:170px}
  .og55-review p{min-height:0}
  .og55-review-summary{align-items:start;flex-direction:column}
  .og55-score{flex-wrap:wrap}
  .og55-cta-row{align-items:start;flex-direction:column}
  .og55-cta-actions{width:100%}
  .og55-cta-actions a{flex:1;justify-content:center}
  .og55-footer-grid{grid-template-columns:1fr 1fr}
  .og55-footer-brand{grid-column:1/-1}
  .og55-footer-grid>div:last-child{grid-column:auto}
  .og55-footer-bottom{flex-direction:column}
  .og55-page-hero{padding:25px 0}
  .og55-page-hero h1{font-size:41px;letter-spacing:-1.8px}
  .og55-form-row{grid-template-columns:1fr}
}
@media(max-width:430px){
  .og55-mini-row{grid-template-columns:1fr}
  .og55-header-actions{gap:5px}
  .og55-logo img{width:156px}
  .og55-hero-actions{grid-template-columns:1fr 1fr}
  .og55-btn{font-size:10px}
  .og55-footer-grid{grid-template-columns:1fr}
}


/* ==========================================================
   V55.1 LARGER PUBLIC TYPOGRAPHY + ALL REVIEWS
   ========================================================== */

body{
  font-size:16px;
}

.og55-nav a{
  font-size:14px;
}

.og55-header-actions>a{
  min-height:44px;
  font-size:13px;
}

.og55-kicker{
  font-size:13px;
}

.og55-hero-copy>p{
  font-size:18px;
  line-height:1.6;
}

.og55-btn{
  min-height:58px;
  font-size:14px;
}

.og55-proof b{
  font-size:16px;
}

.og55-proof span{
  font-size:12px;
}

.og55-quote-card-head small,
.og55-live{
  font-size:11px;
}

.og55-quote-card h2{
  font-size:30px;
}

.og55-quote-card>p{
  font-size:14px;
}

.og55-mini-form input,
.og55-mini-form select{
  min-height:50px;
  font-size:15px;
}

.og55-mini-form button{
  min-height:54px;
  font-size:13px;
}

.og55-card-foot span{
  font-size:10px;
}

.og55-urgent-copy b{
  font-size:13px;
}

.og55-urgent-copy span{
  font-size:12px;
}

.og55-urgent-phone{
  font-size:17px;
}

.og55-urgent-wa{
  font-size:11px;
}

.og55-heading small{
  font-size:11px;
}

.og55-heading>a{
  font-size:12px;
}

.og55-service h3{
  font-size:22px;
}

.og55-service p{
  font-size:14px;
}

.og55-service a{
  font-size:12px;
}

.og55-service-num{
  font-size:12px;
}

.og55-step h3{
  font-size:23px;
}

.og55-step p{
  font-size:14px;
}

.og55-coverage-copy small{
  font-size:11px;
}

.og55-coverage-copy p{
  font-size:15px;
}

.og55-coverage-copy a{
  font-size:12px;
}

.og55-areas span{
  font-size:12px;
}

.og55-score small{
  font-size:11px;
}

.og55-review p{
  font-size:15px;
  line-height:1.6;
}

.og55-review footer b{
  font-size:12px;
}

.og55-review footer small{
  font-size:10px;
}

.og55-faq summary{
  font-size:14px;
}

.og55-faq p{
  font-size:13px;
}

.og55-cta small{
  font-size:10px;
}

.og55-cta p{
  font-size:13px;
}

.og55-cta-actions a{
  font-size:12px;
}

.og55-footer-brand p{
  font-size:12px;
}

.og55-footer-grid small{
  font-size:10px;
}

.og55-footer-grid a{
  font-size:11px;
}

.og55-footer-bottom{
  font-size:10px;
}

.og55-page-hero small{
  font-size:11px;
}

.og55-page-hero p{
  font-size:16px;
}

.og55-rating-box b{
  font-size:12px;
}

.og55-rating-box small{
  font-size:10px;
}

.og55-form label{
  font-size:12px;
}

.og55-form input,
.og55-form select,
.og55-form textarea{
  font-size:14px;
}

.og55-form button{
  font-size:13px;
}

.og55-side-card small{
  font-size:10px;
}

.og55-side-card p{
  font-size:13px;
}

.og55-side-link b{
  font-size:12px;
}

.og55-side-link small{
  font-size:10px;
}

.og55-review-count{
  padding:8px 11px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

@media(max-width:680px){
  .og55-nav a{
    font-size:15px;
  }

  .og55-whatsapp{
    font-size:12px;
  }

  .og55-hero h1{
    font-size:48px;
  }

  .og55-hero-copy>p{
    font-size:16px;
  }

  .og55-btn{
    min-height:56px;
    font-size:13px;
  }

  .og55-proof b{
    font-size:13px;
  }

  .og55-proof span{
    font-size:10px;
  }

  .og55-quote-card h2{
    font-size:26px;
  }

  .og55-quote-card>p{
    font-size:13px;
  }

  .og55-mini-form input,
  .og55-mini-form select{
    font-size:16px;
  }

  .og55-heading small{
    font-size:10px;
  }

  .og55-heading>a{
    font-size:11px;
  }

  .og55-service h3{
    font-size:21px;
  }

  .og55-service p,
  .og55-step p,
  .og55-coverage-copy p,
  .og55-review p,
  .og55-faq p{
    font-size:14px;
  }

  .og55-service a,
  .og55-coverage-copy a,
  .og55-cta-actions a{
    font-size:12px;
  }

  .og55-step h3{
    font-size:21px;
  }

  .og55-faq summary{
    font-size:14px;
  }

  .og55-footer-brand p{
    font-size:12px;
  }

  .og55-footer-grid a{
    font-size:12px;
  }

  .og55-footer-grid small{
    font-size:10px;
  }

  .og55-page-hero p{
    font-size:15px;
  }
}


/* ==========================================================
   V55.2 CONTACT PAGE REDESIGN
   ========================================================== */

.og55-contact-hero{
  padding:34px 0;
  background:
    radial-gradient(circle at 86% 12%,rgba(246,196,0,.13),transparent 30%),
    #090909;
  color:#fff;
}

.og55-contact-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:28px;
  align-items:center;
}

.og55-contact-hero small{
  color:var(--og55-yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.2px;
}

.og55-contact-hero h1{
  margin:8px 0 10px;
  font-size:clamp(44px,5.5vw,70px);
  line-height:.96;
  letter-spacing:-2.8px;
}

.og55-contact-hero p{
  max-width:650px;
  margin:0;
  color:#9a9a9a;
  font-size:17px;
  line-height:1.55;
}

.og55-contact-hero-actions{
  display:flex;
  gap:9px;
  margin-top:19px;
}

.og55-contact-status-card{
  padding:20px;
  border:1px solid #2a2a2a;
  border-radius:17px;
  background:#141414;
}

.og55-contact-live{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
}

.og55-contact-live i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#45db78;
  box-shadow:0 0 0 5px rgba(69,219,120,.08);
}

.og55-contact-live span{
  color:#45db78;
  font-size:10px;
  font-weight:900;
}

.og55-contact-status-card>strong{
  display:block;
  font-size:34px;
  line-height:1;
}

.og55-contact-status-card>p{
  margin:9px 0 14px;
  color:#7f7f7f;
  font-size:13px;
}

.og55-contact-status-card>div:last-child{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}

.og55-contact-status-card>div:last-child span{
  padding:6px 8px;
  border-radius:999px;
  background:#1e1e1e;
  color:#aaa;
  font-size:10px;
  font-weight:800;
}

.og55-contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:14px;
  align-items:start;
}

.og55-contact-form-card,
.og55-contact-info-card{
  padding:22px;
  border:1px solid #deded8;
  border-radius:15px;
  background:#fff;
}

.og55-contact-form{
  display:grid;
  gap:11px;
}

.og55-contact-form label{
  display:grid;
  gap:6px;
  font-size:13px;
  font-weight:900;
}

.og55-contact-form input,
.og55-contact-form select,
.og55-contact-form textarea{
  width:100%;
  min-height:50px;
  padding:12px;
  border:1px solid #d8d8d2;
  border-radius:9px;
  background:#fafaf8;
  outline:none;
  font-size:15px;
}

.og55-contact-form textarea{
  min-height:115px;
  resize:vertical;
}

.og55-contact-form input:focus,
.og55-contact-form select:focus,
.og55-contact-form textarea:focus{
  border-color:#ad8d19;
  background:#fff;
}

.og55-contact-form button{
  min-height:54px;
  border:0;
  border-radius:10px;
  background:#111;
  color:#fff;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.og55-contact-info-card{
  position:sticky;
  top:92px;
  background:#111;
  color:#fff;
  border-color:#222;
}

.og55-contact-info-card>small{
  color:var(--og55-yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}

.og55-contact-info-card>h2{
  margin:6px 0 14px;
  font-size:28px;
}

.og55-contact-method{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:68px;
  margin-top:8px;
  padding:11px;
  border:1px solid #292929;
  border-radius:11px;
  background:#171717;
}

.og55-contact-method>span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  flex:0 0 40px;
  border-radius:10px;
  background:var(--og55-yellow);
  color:#111;
  font-size:15px;
  font-weight:900;
}

.og55-contact-method small,
.og55-contact-method b{
  display:block;
}

.og55-contact-method small{
  color:#858585;
  font-size:9px;
}

.og55-contact-method b{
  margin-top:2px;
  font-size:13px;
  word-break:break-word;
}

.og55-contact-note{
  margin-top:14px;
  padding:13px;
  border-radius:10px;
  background:#0d0d0d;
}

.og55-contact-note b{
  font-size:12px;
}

.og55-contact-note p{
  margin:5px 0 0;
  color:#7e7e7e;
  font-size:11px;
  line-height:1.5;
}

.og55-contact-bottom{
  padding:30px 0;
  background:var(--og55-yellow);
}

.og55-contact-bottom>.og55-container{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:24px;
  align-items:center;
}

.og55-contact-bottom small{
  font-size:9px;
  font-weight:900;
}

.og55-contact-bottom h2{
  margin:5px 0;
  font-size:30px;
}

.og55-contact-bottom p{
  margin:0;
  color:#6d5600;
  font-size:12px;
}

.og55-contact-area-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.og55-contact-area-list span{
  padding:9px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  font-size:11px;
  font-weight:900;
}

@media(max-width:900px){
  .og55-contact-hero-grid,
  .og55-contact-layout,
  .og55-contact-bottom>.og55-container{
    grid-template-columns:1fr;
  }

  .og55-contact-info-card{
    position:static;
  }
}

@media(max-width:680px){
  .og55-contact-hero{
    padding:24px 0;
  }

  .og55-contact-hero h1{
    font-size:44px;
    letter-spacing:-2px;
  }

  .og55-contact-hero p{
    font-size:15px;
  }

  .og55-contact-hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .og55-contact-status-card>strong{
    font-size:28px;
  }

  .og55-contact-form-card,
  .og55-contact-info-card{
    padding:16px;
  }

  .og55-contact-form label{
    font-size:14px;
  }

  .og55-contact-form input,
  .og55-contact-form select,
  .og55-contact-form textarea{
    font-size:16px;
  }
}


/* ==========================================================
   V55.3 QUICK QUOTE + BOOKING REDESIGN
   ========================================================== */

.og55-quote-page-hero,
.og55-book-page-hero{
  padding:34px 0;
  background:
    radial-gradient(circle at 88% 15%,rgba(246,196,0,.14),transparent 29%),
    #090909;
  color:#fff;
}

.og55-quote-page-hero-grid,
.og55-book-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:28px;
  align-items:center;
}

.og55-quote-page-hero small,
.og55-book-page-hero small{
  color:var(--og55-yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.2px;
}

.og55-quote-page-hero h1,
.og55-book-page-hero h1{
  max-width:760px;
  margin:8px 0 10px;
  font-size:clamp(44px,5.5vw,70px);
  line-height:.96;
  letter-spacing:-2.8px;
}

.og55-quote-page-hero p,
.og55-book-page-hero p{
  max-width:680px;
  margin:0;
  color:#999;
  font-size:16px;
  line-height:1.55;
}

.og55-page-trust{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:18px;
}

.og55-page-trust span{
  padding:7px 9px;
  border:1px solid #292929;
  border-radius:999px;
  background:#151515;
  color:#aaa;
  font-size:10px;
  font-weight:800;
}

.og55-page-contact-card,
.og55-book-emergency-card{
  padding:20px;
  border:1px solid #2b2b2b;
  border-radius:17px;
  background:#141414;
}

.og55-page-contact-card>small{
  color:#ffc400;
  font-size:10px;
  font-weight:900;
}

.og55-page-contact-card>strong{
  display:block;
  margin-top:7px;
  font-size:34px;
  line-height:1;
}

.og55-page-contact-card>p,
.og55-book-emergency-card>p{
  margin:9px 0 14px;
  color:#858585;
  font-size:13px;
  line-height:1.5;
}

.og55-page-contact-card>div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}

.og55-page-contact-card a,
.og55-book-emergency-card>a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:#ffc400;
  color:#111;
  font-size:11px;
  font-weight:900;
}

.og55-page-contact-card a:last-child,
.og55-book-emergency-card>a:last-child{
  margin-top:7px;
  border:1px solid #303030;
  background:#1b1b1b;
  color:#fff;
}

.og55-book-emergency-card h2{
  margin:10px 0 6px;
  font-size:25px;
}

.og55-book-emergency-card>a:first-of-type{
  margin-top:4px;
}

.og55-quote-page-layout,
.og55-book-layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);
  gap:14px;
  align-items:start;
}

.og55-quote-page-form-card,
.og55-book-form-card{
  padding:24px;
}

.og55-quote-full-form input,
.og55-quote-full-form select,
.og55-quote-full-form textarea,
.og55-book-form input,
.og55-book-form select,
.og55-book-form textarea{
  min-height:50px;
  font-size:15px;
}

.og55-quote-full-form textarea,
.og55-book-form textarea{
  min-height:120px;
}

.og55-quote-full-form button,
.og55-book-form button{
  min-height:55px;
  font-size:14px;
}

.og55-quote-side,
.og55-book-side{
  display:grid;
  gap:10px;
}

.og55-quote-side-card,
.og55-book-side-card{
  padding:20px;
  border-radius:15px;
  background:#111;
  color:#fff;
}

.og55-quote-side-card>small,
.og55-book-side-card>small{
  color:#ffc400;
  font-size:10px;
  font-weight:900;
  letter-spacing:.9px;
}

.og55-quote-side-card h2{
  margin:7px 0 14px;
  font-size:26px;
}

.og55-quote-checklist{
  display:grid;
  gap:8px;
}

.og55-quote-checklist>div,
.og55-book-step{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid #292929;
  border-radius:10px;
  background:#171717;
}

.og55-quote-checklist span,
.og55-book-step>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#ffc400;
  color:#111;
  font-size:12px;
  font-weight:900;
}

.og55-quote-checklist b,
.og55-quote-checklist small,
.og55-book-step b,
.og55-book-step small{
  display:block;
}

.og55-quote-checklist b,
.og55-book-step b{
  font-size:12px;
}

.og55-quote-checklist small,
.og55-book-step small{
  margin-top:2px;
  color:#777;
  font-size:10px;
}

.og55-quote-side-note{
  padding:16px;
  border:1px solid #deded8;
  border-radius:13px;
  background:#fff;
}

.og55-quote-side-note b{
  font-size:13px;
}

.og55-quote-side-note p{
  margin:6px 0 11px;
  color:#777;
  font-size:12px;
  line-height:1.5;
}

.og55-quote-side-note a{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:0 11px;
  border-radius:8px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:900;
}

.og55-book-success{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  padding:12px;
  border:1px solid #a5d5b1;
  border-radius:10px;
  background:#eef9f1;
}

.og55-book-success>span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#1f8c47;
  color:#fff;
  font-weight:900;
}

.og55-book-success b,
.og55-book-success small{
  display:block;
}

.og55-book-success b{
  font-size:12px;
}

.og55-book-success small{
  margin-top:2px;
  color:#5f7866;
  font-size:10px;
}

.og55-book-step{
  margin-top:8px;
}

@media(max-width:900px){
  .og55-quote-page-hero-grid,
  .og55-book-page-hero-grid,
  .og55-quote-page-layout,
  .og55-book-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .og55-quote-page-hero,
  .og55-book-page-hero{
    padding:24px 0;
  }

  .og55-quote-page-hero h1,
  .og55-book-page-hero h1{
    font-size:44px;
    letter-spacing:-2px;
  }

  .og55-quote-page-hero p,
  .og55-book-page-hero p{
    font-size:15px;
  }

  .og55-page-contact-card>strong{
    font-size:28px;
  }

  .og55-quote-page-form-card,
  .og55-book-form-card{
    padding:16px;
  }

  .og55-quote-full-form input,
  .og55-quote-full-form select,
  .og55-quote-full-form textarea,
  .og55-book-form input,
  .og55-book-form select,
  .og55-book-form textarea{
    font-size:16px;
  }

  .og55-quote-full-form button,
  .og55-book-form button{
    font-size:14px;
  }
}


/* ==========================================================
   V55.4 MOBILE READABILITY + BOTTOM DROPDOWN MENU
   ========================================================== */

.og55-footer-mobile,
.og55-mobile-dock,
.og55-mobile-more{
  display:none;
}

@media(max-width:680px){
  body{
    padding-bottom:74px;
  }

  /* Header centred on mobile */
  .og55-header-row{
    min-height:70px;
    position:relative;
    grid-template-columns:46px 1fr 46px;
    gap:6px;
  }

  .og55-logo{
    grid-column:2;
    justify-self:center;
  }

  .og55-logo img{
    width:188px;
    height:56px;
    object-position:center;
  }

  .og55-header-actions{
    grid-column:3;
    justify-self:end;
  }

  .og55-whatsapp,
  .og55-call{
    display:none!important;
  }

  .og55-menu{
    display:block;
    width:44px;
    height:44px;
    margin:0;
  }

  .og55-nav{
    top:70px;
    left:10px;
    right:10px;
    padding:10px;
    text-align:center;
  }

  .og55-nav a{
    justify-content:center;
    min-height:49px;
    font-size:16px;
    text-align:center;
  }

  /* General text readability */
  .og55-hero h1,
  .og55-page-hero h1,
  .og55-contact-hero h1,
  .og55-quote-page-hero h1,
  .og55-book-page-hero h1{
    text-align:center;
  }

  .og55-hero-copy,
  .og55-page-hero-grid>div:first-child,
  .og55-contact-hero-grid>div:first-child,
  .og55-quote-page-hero-grid>div:first-child,
  .og55-book-page-hero-grid>div:first-child{
    text-align:center;
  }

  .og55-kicker{
    justify-content:center;
  }

  .og55-hero-copy>p,
  .og55-page-hero p,
  .og55-contact-hero p,
  .og55-quote-page-hero p,
  .og55-book-page-hero p{
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    line-height:1.62;
    text-align:center;
  }

  .og55-hero-actions,
  .og55-contact-hero-actions{
    justify-content:center;
  }

  .og55-proof{
    text-align:center;
  }

  .og55-heading{
    align-items:center;
    text-align:center;
  }

  .og55-heading>div{
    width:100%;
  }

  .og55-heading h2{
    font-size:32px;
    line-height:1.08;
  }

  .og55-heading small{
    font-size:11px;
  }

  .og55-heading>a{
    align-self:center;
    font-size:13px;
  }

  .og55-service,
  .og55-step,
  .og55-review,
  .og55-form-card,
  .og55-quote-card,
  .og55-page-contact-card,
  .og55-book-emergency-card,
  .og55-contact-status-card,
  .og55-contact-info-card,
  .og55-quote-side-card,
  .og55-book-side-card,
  .og55-quote-side-note{
    text-align:center;
  }

  .og55-service p,
  .og55-step p,
  .og55-review p,
  .og55-contact-note p,
  .og55-quote-side-note p{
    font-size:15px;
    line-height:1.6;
  }

  .og55-service h3,
  .og55-step h3{
    font-size:23px;
  }

  .og55-service a,
  .og55-quote-side-note a{
    font-size:13px;
  }

  .og55-service-top{
    justify-content:center;
    gap:14px;
  }

  .og55-step>span{
    margin:0 auto;
  }

  /* Forms larger and easier to read */
  .og55-form label,
  .og55-contact-form label{
    font-size:14px;
    text-align:left;
  }

  .og55-form input,
  .og55-form select,
  .og55-form textarea,
  .og55-contact-form input,
  .og55-contact-form select,
  .og55-contact-form textarea,
  .og55-mini-form input,
  .og55-mini-form select{
    min-height:54px;
    font-size:16px;
    border-radius:11px;
  }

  .og55-form button,
  .og55-contact-form button,
  .og55-mini-form button{
    min-height:58px;
    font-size:15px;
    border-radius:11px;
  }

  .og55-mini-row,
  .og55-form-row{
    grid-template-columns:1fr;
  }

  .og55-page-trust,
  .og55-card-foot,
  .og55-contact-status-card>div:last-child{
    justify-content:center;
  }

  .og55-page-contact-card>div{
    grid-template-columns:1fr;
  }

  /* Reviews */
  .og55-review-summary{
    align-items:center;
    text-align:center;
  }

  .og55-score{
    justify-content:center;
  }

  .og55-review footer{
    justify-content:center;
  }

  /* Coverage */
  .og55-coverage-copy{
    text-align:center;
  }

  .og55-areas,
  .og55-contact-area-list{
    justify-content:center;
  }

  /* Bottom fixed mobile navigation */
  .og55-mobile-dock{
    position:fixed;
    left:8px;
    right:8px;
    bottom:8px;
    z-index:1200;
    height:62px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    padding:5px;
    border:1px solid #292929;
    border-radius:17px;
    background:rgba(10,10,10,.97);
    box-shadow:0 16px 42px rgba(0,0,0,.32);
    backdrop-filter:blur(16px);
  }

  .og55-mobile-dock a,
  .og55-mobile-dock button{
    border:0;
    border-radius:12px;
    background:#151515;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-width:0;
  }

  .og55-mobile-dock .og55-mobile-dock-call{
    background:var(--og55-yellow);
    color:#111;
  }

  .og55-mobile-dock span{
    font-size:17px;
    font-weight:900;
    line-height:1;
  }

  .og55-mobile-dock b{
    font-size:10px;
    line-height:1;
  }

  /* More bottom sheet */
  .og55-mobile-more{
    position:fixed;
    inset:0;
    z-index:1300;
    display:flex;
    align-items:flex-end;
    background:rgba(0,0,0,.56);
    backdrop-filter:blur(6px);
  }

  .og55-mobile-more[hidden]{
    display:none!important;
  }

  .og55-mobile-more-sheet{
    width:100%;
    max-height:78vh;
    overflow-y:auto;
    padding:12px 12px 24px;
    border-radius:22px 22px 0 0;
    background:#0f0f0f;
    color:#fff;
  }

  .og55-mobile-more-head{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    min-height:46px;
    margin-bottom:6px;
  }

  .og55-mobile-more-head>b{
    font-size:16px;
  }

  .og55-mobile-more-head button{
    position:absolute;
    right:0;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#202020;
    color:#fff;
    font-size:22px;
  }

  .og55-mobile-more-sheet>a{
    display:grid;
    grid-template-columns:46px 1fr;
    gap:11px;
    align-items:center;
    min-height:68px;
    margin-top:7px;
    padding:10px;
    border:1px solid #282828;
    border-radius:13px;
    background:#171717;
  }

  .og55-mobile-more-sheet>a>span{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:var(--og55-yellow);
    color:#111;
    font-size:17px;
    font-weight:900;
  }

  .og55-mobile-more-sheet>a b,
  .og55-mobile-more-sheet>a small{
    display:block;
    text-align:left;
  }

  .og55-mobile-more-sheet>a b{
    font-size:14px;
  }

  .og55-mobile-more-sheet>a small{
    margin-top:3px;
    color:#888;
    font-size:11px;
  }

  /* Mobile footer becomes centered dropdown/accordion */
  .og55-footer{
    padding-bottom:86px;
  }

  .og55-footer-desktop{
    display:none;
  }

  .og55-footer-mobile{
    display:block;
  }

  .og55-footer-mobile-brand{
    text-align:center;
    padding-bottom:14px;
  }

  .og55-footer-mobile-brand img{
    margin:0 auto;
    width:200px;
    height:64px;
    object-position:center;
  }

  .og55-footer-mobile-brand p{
    max-width:360px;
    margin:8px auto 12px;
    color:#888;
    font-size:13px;
    line-height:1.55;
  }

  .og55-footer-mobile-brand>a{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    border-radius:9px;
    background:var(--og55-yellow);
    color:#111;
    font-size:14px;
    font-weight:900;
  }

  .og55-footer-mobile details{
    border-top:1px solid #222;
  }

  .og55-footer-mobile details:last-child{
    border-bottom:1px solid #222;
  }

  .og55-footer-mobile summary{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    cursor:pointer;
    list-style:none;
    color:#fff;
    font-size:14px;
    font-weight:900;
    text-align:center;
  }

  .og55-footer-mobile summary::-webkit-details-marker{
    display:none;
  }

  .og55-footer-mobile summary span{
    color:var(--og55-yellow);
    font-size:18px;
  }

  .og55-footer-mobile details>div{
    display:grid;
    gap:4px;
    padding:0 0 12px;
  }

  .og55-footer-mobile details a{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    color:#aaa;
    font-size:13px;
    text-align:center;
  }

  .og55-footer-mobile details a:hover{
    background:#151515;
    color:#fff;
  }

  .og55-footer-bottom{
    align-items:center;
    text-align:center;
    font-size:11px;
  }

  body.og55-more-open{
    overflow:hidden;
  }
}

@media(min-width:681px){
  .og55-footer-desktop{
    display:block;
  }
}


/* ==========================================================
   V55.5 MOBILE APP FEEL + ACCESSIBILITY
   ========================================================== */

:focus-visible{
  outline:3px solid var(--og55-yellow);
  outline-offset:3px;
}

button,
a,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

button,
a{
  touch-action:manipulation;
}

.og55-skip-link{
  position:fixed;
  left:12px;
  top:12px;
  z-index:2000;
  transform:translateY(-140%);
  padding:10px 13px;
  border-radius:9px;
  background:var(--og55-yellow);
  color:#111;
  font-size:13px;
  font-weight:900;
  transition:transform .16s ease;
}

.og55-skip-link:focus{
  transform:translateY(0);
}

@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

@media(max-width:680px){
  html{
    scroll-padding-top:82px;
  }

  .og55-header{
    padding-top:env(safe-area-inset-top);
  }

  .og55-mobile-dock{
    bottom:calc(8px + env(safe-area-inset-bottom));
  }

  body{
    padding-bottom:calc(82px + env(safe-area-inset-bottom));
  }

  .og55-mobile-more-sheet{
    padding-bottom:calc(24px + env(safe-area-inset-bottom));
  }

  .og55-footer{
    padding-bottom:calc(94px + env(safe-area-inset-bottom));
  }

  .og55-mobile-dock a,
  .og55-mobile-dock button{
    min-height:52px;
  }

  .og55-mobile-dock b{
    font-size:11px;
  }

  .og55-mobile-dock span{
    font-size:19px;
  }

  .og55-form input,
  .og55-form select,
  .og55-form textarea,
  .og55-contact-form input,
  .og55-contact-form select,
  .og55-contact-form textarea,
  .og55-mini-form input,
  .og55-mini-form select{
    padding-left:14px;
    padding-right:14px;
  }

  .og55-service,
  .og55-step,
  .og55-review,
  .og55-form-card,
  .og55-contact-info-card,
  .og55-quote-side-card,
  .og55-book-side-card{
    border-radius:16px;
  }

  .og55-footer-mobile details a{
    min-height:46px;
  }
}


/* ==========================================================
   V55.6 MOBILE CONVERSION & NAVIGATION POLISH
   ========================================================== */

.og55-form-progress{
  position:relative;
  height:7px;
  margin-bottom:6px;
  overflow:visible;
  border-radius:999px;
  background:#e9e9e4;
}

.og55-form-progress>span{
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:var(--og55-yellow);
  transition:width .2s ease;
}

.og55-form-progress>small{
  position:absolute;
  right:0;
  top:-19px;
  color:#777;
  font-size:9px;
  font-weight:900;
}

.og55-mobile-emergency{
  display:none;
}

@media(max-width:680px){
  .og55-mobile-dock a.active{
    background:#242424;
    box-shadow:inset 0 0 0 1px #383838;
  }

  .og55-mobile-dock a.active span,
  .og55-mobile-dock a.active b{
    color:var(--og55-yellow);
  }

  .og55-mobile-dock-call span,
  .og55-mobile-dock-call b{
    color:#111!important;
  }

  .og55-mobile-emergency{
    position:fixed;
    left:10px;
    right:10px;
    bottom:82px;
    z-index:1150;
    display:grid;
    grid-template-columns:1fr auto auto 30px;
    align-items:center;
    gap:6px;
    padding:8px;
    border:1px solid #302900;
    border-radius:14px;
    background:#ffc400;
    color:#111;
    box-shadow:0 14px 36px rgba(0,0,0,.24);
  }

  .og55-mobile-emergency[hidden]{
    display:none!important;
  }

  .og55-mobile-emergency small,
  .og55-mobile-emergency b{
    display:block;
  }

  .og55-mobile-emergency small{
    font-size:8px;
    font-weight:900;
  }

  .og55-mobile-emergency b{
    margin-top:2px;
    font-size:13px;
  }

  .og55-mobile-emergency>a{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 9px;
    border-radius:8px;
    background:#111;
    color:#fff;
    font-size:10px;
    font-weight:900;
  }

  .og55-mobile-emergency>button{
    width:30px;
    height:30px;
    border:0;
    border-radius:50%;
    background:rgba(0,0,0,.12);
    color:#111;
    font-size:19px;
    line-height:1;
  }

  .og55-form-progress{
    height:8px;
    margin:6px 0 14px;
  }

  .og55-form-progress>small{
    top:-22px;
    font-size:10px;
  }

  /* Mobile readability pass */
  .og55-service p,
  .og55-step p,
  .og55-review p,
  .og55-faq p,
  .og55-coverage-copy p,
  .og55-contact-note p,
  .og55-quote-side-note p{
    font-size:15px;
    line-height:1.68;
  }

  .og55-service h3,
  .og55-step h3,
  .og55-contact-info-card>h2,
  .og55-quote-side-card h2,
  .og55-book-emergency-card h2{
    line-height:1.15;
  }

  .og55-form-card,
  .og55-contact-form-card,
  .og55-quote-page-form-card,
  .og55-book-form-card{
    padding:18px;
  }

  .og55-form button,
  .og55-contact-form button,
  .og55-mini-form button{
    box-shadow:0 10px 20px rgba(0,0,0,.12);
  }
}

@media(max-width:430px){
  .og55-mobile-emergency{
    grid-template-columns:1fr auto 30px;
  }

  .og55-mobile-emergency>a:nth-of-type(2){
    display:none;
  }
}


/* ==========================================================
   V55.7 MOBILE SPEED, VALIDATION & FORM UX
   ========================================================== */

.og55-form input:invalid:not(:placeholder-shown),
.og55-contact-form input:invalid:not(:placeholder-shown),
.og55-form select:invalid,
.og55-contact-form select:invalid{
  border-color:#c94343;
}

.og55-form button[disabled],
.og55-contact-form button[disabled],
.og55-mini-form button[disabled]{
  opacity:.72;
  cursor:wait;
}

.og55-loading::after{
  content:"";
  width:14px;
  height:14px;
  margin-left:8px;
  display:inline-block;
  vertical-align:-2px;
  border:2px solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:og55spin .7s linear infinite;
}

@keyframes og55spin{
  to{transform:rotate(360deg)}
}

@media(max-width:680px){
  input,
  select,
  textarea{
    scroll-margin-top:105px;
  }

  .og55-form input,
  .og55-form select,
  .og55-form textarea,
  .og55-contact-form input,
  .og55-contact-form select,
  .og55-contact-form textarea{
    min-height:56px;
  }

  .og55-form textarea,
  .og55-contact-form textarea{
    min-height:126px;
  }

  .og55-form button,
  .og55-contact-form button,
  .og55-mini-form button{
    width:100%;
    min-height:60px;
  }

  .og55-review,
  .og55-service,
  .og55-step{
    content-visibility:auto;
    contain-intrinsic-size:280px;
  }
}


/* ==========================================================
   V55.8 MOBILE QUOTE + BOOKING FLOW
   ========================================================== */

.og55-mobile-flow{
  display:none;
}

@media(max-width:680px){
  .og55-mobile-flow{
    display:block;
    padding:11px 0;
    border-bottom:1px solid #e2e2dd;
    background:#fff;
  }

  .og55-mobile-flow>.og55-container{
    display:grid;
    grid-template-columns:auto 1fr auto 1fr auto;
    align-items:center;
    gap:7px;
    max-width:390px;
  }

  .og55-mobile-flow div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
  }

  .og55-mobile-flow span{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#ecece8;
    color:#777;
    font-size:11px;
    font-weight:900;
  }

  .og55-mobile-flow b{
    color:#777;
    font-size:9px;
    white-space:nowrap;
  }

  .og55-mobile-flow .active span{
    background:var(--og55-yellow);
    color:#111;
  }

  .og55-mobile-flow .active b{
    color:#111;
  }

  .og55-mobile-flow i{
    height:2px;
    margin-bottom:17px;
    background:#e1e1dc;
  }

  .og55-quote-page-layout,
  .og55-book-layout{
    gap:12px;
  }

  .og55-quote-page-form-card,
  .og55-book-form-card{
    order:1;
  }

  .og55-quote-side,
  .og55-book-side{
    order:2;
  }

  .og55-quote-checklist>div,
  .og55-book-step{
    text-align:left;
  }

  .og55-quote-checklist b,
  .og55-book-step b{
    font-size:13px;
  }

  .og55-quote-checklist small,
  .og55-book-step small{
    font-size:11px;
    line-height:1.45;
  }

  .og55-form label,
  .og55-contact-form label{
    margin-top:2px;
  }

  .og55-form input::placeholder,
  .og55-contact-form input::placeholder,
  .og55-form textarea::placeholder,
  .og55-contact-form textarea::placeholder{
    color:#8d8d88;
    opacity:1;
  }
}


/* ==========================================================
   V55.9 MOBILE CONFIRMATION & SUCCESS FLOW
   ========================================================== */

.og55-success-page{
  min-height:62vh;
  display:flex;
  align-items:center;
  padding:42px 0;
  background:#f4f4f0;
}

.og55-success-panel{
  padding:24px;
  border:1px solid #dcdcd5;
  border-radius:17px;
  background:#fff;
  text-align:center;
}

.og55-success-panel-page{
  max-width:720px;
  margin:0 auto;
}

.og55-success-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:50%;
  background:#1f8c47;
  color:#fff;
  font-size:25px;
  font-weight:900;
}

.og55-success-panel>small{
  color:#7a6400;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}

.og55-success-panel h1,
.og55-success-panel h2{
  margin:7px auto 8px;
  max-width:570px;
  color:#111;
  line-height:1.08;
}

.og55-success-panel h1{
  font-size:40px;
}

.og55-success-panel h2{
  font-size:27px;
}

.og55-success-panel>p{
  max-width:580px;
  margin:0 auto;
  color:#6f6f69;
  font-size:14px;
  line-height:1.6;
}

.og55-success-actions{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:17px;
}

.og55-success-actions a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:9px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.og55-success-actions a:first-child{
  background:var(--og55-yellow);
  color:#111;
}

.og55-success-next{
  max-width:570px;
  margin:22px auto 0;
  display:grid;
  grid-template-columns:auto auto 1fr auto auto 1fr auto auto;
  gap:6px;
  align-items:center;
}

.og55-success-next span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:900;
}

.og55-success-next b{
  font-size:9px;
  white-space:nowrap;
}

.og55-success-next i{
  height:2px;
  background:#deded8;
}

.og55-success-home{
  display:inline-block;
  margin-top:22px;
  color:#777;
  font-size:11px;
  font-weight:800;
}

@media(max-width:680px){
  .og55-success-page{
    min-height:70vh;
    padding:24px 0;
  }

  .og55-success-panel{
    padding:20px 16px;
    border-radius:16px;
  }

  .og55-success-panel h1{
    font-size:34px;
  }

  .og55-success-panel h2{
    font-size:25px;
  }

  .og55-success-panel>p{
    font-size:15px;
  }

  .og55-success-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .og55-success-actions a{
    min-height:54px;
    font-size:13px;
  }

  .og55-success-next{
    grid-template-columns:1fr;
    gap:5px;
  }

  .og55-success-next span{
    margin:4px auto 0;
  }

  .og55-success-next b{
    font-size:11px;
  }

  .og55-success-next i{
    width:2px;
    height:14px;
    margin:0 auto;
  }
}


/* ==========================================================
   V56.0 CUSTOMER JOURNEY & MOBILE ACTION CENTRE
   ========================================================== */

.og56-action-centre{
  padding:24px 0;
  background:#111;
  color:#fff;
}

.og56-action-head{
  margin-bottom:13px;
  text-align:center;
}

.og56-action-head small{
  color:var(--og55-yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}

.og56-action-head h2{
  margin:5px 0 0;
  font-size:30px;
}

.og56-action-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}

.og56-action-grid>a{
  min-height:86px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border:1px solid #292929;
  border-radius:13px;
  background:#181818;
}

.og56-action-grid>a>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border-radius:10px;
  background:var(--og55-yellow);
  color:#111;
  font-size:15px;
  font-weight:900;
}

.og56-action-grid b,
.og56-action-grid small{
  display:block;
}

.og56-action-grid b{
  font-size:13px;
}

.og56-action-grid small{
  margin-top:3px;
  color:#858585;
  font-size:10px;
  line-height:1.35;
}

.og56-mobile-context{
  display:none;
}

.og56-draft-notice{
  display:grid;
  grid-template-columns:38px 1fr auto;
  gap:9px;
  align-items:center;
  margin-bottom:14px;
  padding:10px;
  border:1px solid #b8d9c0;
  border-radius:10px;
  background:#f0f8f2;
}

.og56-draft-notice>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#238d49;
  color:#fff;
  font-weight:900;
}

.og56-draft-notice b,
.og56-draft-notice small{
  display:block;
}

.og56-draft-notice b{
  font-size:11px;
}

.og56-draft-notice small{
  margin-top:2px;
  color:#6e806f;
  font-size:9px;
}

.og56-draft-notice button{
  min-height:36px!important;
  width:auto!important;
  padding:0 9px;
  border:0;
  border-radius:7px;
  background:#e0eee3!important;
  color:#315e3b!important;
  box-shadow:none!important;
  font-size:9px!important;
}

@media(max-width:900px){
  .og56-action-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .og56-action-centre{
    padding:20px 0;
  }

  .og56-action-head h2{
    font-size:27px;
  }

  .og56-action-grid{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }

  .og56-action-grid>a{
    min-height:116px;
    flex-direction:column;
    justify-content:center;
    text-align:center;
  }

  .og56-action-grid>a>span{
    width:46px;
    height:46px;
    flex-basis:46px;
    font-size:17px;
  }

  .og56-action-grid b{
    font-size:14px;
  }

  .og56-action-grid small{
    font-size:11px;
  }

  .og56-mobile-context{
    display:block;
    padding:8px 8px 10px;
    text-align:center;
    border-bottom:1px solid #222;
  }

  .og56-mobile-context small,
  .og56-mobile-context b{
    display:block;
  }

  .og56-mobile-context small{
    color:var(--og55-yellow);
    font-size:8px;
    font-weight:900;
    letter-spacing:1px;
  }

  .og56-mobile-context b{
    margin-top:3px;
    font-size:15px;
  }

  .og56-draft-notice{
    grid-template-columns:36px 1fr auto;
    text-align:left;
  }

  .og56-draft-notice>span{
    width:36px;
    height:36px;
  }

  .og56-draft-notice b{
    font-size:12px;
  }

  .og56-draft-notice small{
    font-size:10px;
  }
}


/* ==========================================================
   V56.1 EMERGENCY TYRE HELP WIZARD
   ========================================================== */

.og56-emergency-hero{
  padding:34px 0;
  background:linear-gradient(145deg,#090909,#111);
  color:#fff;
}

.og56-emergency-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}

.og56-emergency-hero small{
  color:var(--og55-yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.1px;
}

.og56-emergency-hero h1{
  margin:8px 0 10px;
  max-width:760px;
  font-size:clamp(43px,5vw,68px);
  line-height:.97;
  letter-spacing:-2.5px;
}

.og56-emergency-hero p{
  max-width:680px;
  margin:0;
  color:#929292;
  font-size:15px;
  line-height:1.6;
}

.og56-emergency-call{
  padding:20px;
  border:1px solid #2b2b2b;
  border-radius:16px;
  background:#151515;
}

.og56-emergency-call>small{
  font-size:9px;
}

.og56-emergency-call>strong{
  display:block;
  margin-top:7px;
  font-size:34px;
}

.og56-emergency-call>p{
  margin:9px 0 13px;
  color:#888;
  font-size:12px;
}

.og56-emergency-call>a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:var(--og55-yellow);
  color:#111;
  font-size:12px;
  font-weight:900;
}

.og56-wizard-wrap{
  padding:38px 0;
  background:#f4f4f0;
}

.og56-wizard{
  max-width:820px;
  margin:0 auto;
  padding:22px;
  border:1px solid #deded8;
  border-radius:18px;
  background:#fff;
}

.og56-wizard-progress{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  gap:8px;
  align-items:center;
  max-width:560px;
  margin:0 auto 24px;
}

.og56-wizard-progress>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}

.og56-wizard-progress span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9e9e4;
  color:#777;
  font-size:11px;
  font-weight:900;
}

.og56-wizard-progress b{
  color:#777;
  font-size:9px;
}

.og56-wizard-progress i{
  height:2px;
  margin-bottom:17px;
  background:#e0e0db;
}

.og56-wizard-progress .active span{
  background:var(--og55-yellow);
  color:#111;
}

.og56-wizard-progress .active b{
  color:#111;
}

.og56-wizard-step{
  display:none;
}

.og56-wizard-step.active{
  display:block;
}

.og56-wizard-step>small{
  color:#8a6800;
  font-size:9px;
  font-weight:900;
  letter-spacing:1px;
}

.og56-wizard-step>h2{
  margin:6px 0 5px;
  font-size:31px;
}

.og56-wizard-step>p{
  margin:0 0 18px;
  color:#777;
  font-size:12px;
}

.og56-issue-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
}

.og56-issue-grid button{
  min-height:86px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:10px;
  align-items:center;
  padding:11px;
  border:1px solid #deded8;
  border-radius:12px;
  background:#fafaf8;
  text-align:left;
  cursor:pointer;
}

.og56-issue-grid button>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  grid-row:1/3;
  border-radius:10px;
  background:#111;
  color:var(--og55-yellow);
  font-weight:900;
}

.og56-issue-grid button b{
  align-self:end;
  font-size:13px;
}

.og56-issue-grid button small{
  align-self:start;
  color:#888;
  font-size:10px;
}

.og56-issue-grid button.selected{
  border-color:#b4931d;
  background:#fff9df;
  box-shadow:0 0 0 2px rgba(246,196,0,.12);
}

.og56-wizard-next,
.og56-wizard-nav button{
  min-height:52px;
  border:0;
  border-radius:10px;
  font-size:12px;
  font-weight:900;
}

.og56-wizard-next{
  width:100%;
  margin-top:14px;
  background:#111;
  color:#fff;
}

.og56-wizard-next[disabled]{
  opacity:.4;
}

.og56-field-stack{
  display:grid;
  gap:10px;
}

.og56-field-stack label{
  display:grid;
  gap:6px;
  font-size:12px;
  font-weight:900;
}

.og56-field-stack input,
.og56-field-stack textarea{
  width:100%;
  min-height:50px;
  padding:12px;
  border:1px solid #d8d8d2;
  border-radius:10px;
  background:#fafaf8;
  font-size:15px;
}

.og56-field-stack textarea{
  min-height:105px;
  resize:vertical;
}

.og56-wizard-nav{
  display:grid;
  grid-template-columns:.35fr 1fr;
  gap:8px;
  margin-top:14px;
}

.og56-wizard-nav button:first-child{
  border:1px solid #d8d8d2;
  background:#fff;
  color:#555;
}

.og56-wizard-nav button:last-child{
  background:#111;
  color:#fff;
}

.og56-submit-emergency{
  background:var(--og55-yellow)!important;
  color:#111!important;
}

.og56-emergency-summary{
  margin-top:12px;
  padding:12px;
  border-radius:10px;
  background:#111;
  color:#fff;
}

.og56-emergency-summary small,
.og56-emergency-summary b{
  display:block;
}

.og56-emergency-summary small{
  color:#ffc400;
  font-size:8px;
  font-weight:900;
}

.og56-emergency-summary b{
  margin-top:3px;
  font-size:13px;
}

.og56-emergency-safety{
  padding:18px 0;
  background:#ffc400;
}

.og56-emergency-safety .og55-container{
  text-align:center;
}

.og56-emergency-safety b{
  font-size:12px;
}

.og56-emergency-safety p{
  max-width:820px;
  margin:5px auto 0;
  color:#674f00;
  font-size:10px;
  line-height:1.5;
}

@media(max-width:760px){
  .og56-emergency-hero-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .og56-emergency-hero{
    padding:24px 0;
    text-align:center;
  }

  .og56-emergency-hero h1{
    font-size:42px;
    letter-spacing:-1.8px;
  }

  .og56-emergency-hero p{
    font-size:15px;
  }

  .og56-emergency-call>strong{
    font-size:28px;
  }

  .og56-wizard-wrap{
    padding:20px 0;
  }

  .og56-wizard{
    padding:15px;
    border-radius:15px;
  }

  .og56-wizard-step{
    text-align:center;
  }

  .og56-wizard-step>h2{
    font-size:28px;
  }

  .og56-wizard-step>p{
    font-size:14px;
    line-height:1.5;
  }

  .og56-issue-grid{
    grid-template-columns:1fr;
  }

  .og56-issue-grid button{
    min-height:78px;
  }

  .og56-issue-grid button b{
    font-size:14px;
  }

  .og56-issue-grid button small{
    font-size:11px;
  }

  .og56-field-stack label{
    font-size:14px;
    text-align:left;
  }

  .og56-field-stack input,
  .og56-field-stack textarea{
    min-height:56px;
    font-size:16px;
  }

  .og56-wizard-nav{
    grid-template-columns:.4fr 1fr;
  }

  .og56-wizard-nav button,
  .og56-wizard-next{
    min-height:58px;
    font-size:14px;
  }
}


/* ==========================================================
   V56.3 MODERN QUICK QUOTE "WHAT TO SEND"
   ========================================================== */

.og56-what-send{
  position:relative;
  overflow:hidden;
  padding:24px!important;
  border:1px solid #deded7!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(255,196,0,.13),transparent 34%),
    #fff!important;
  box-shadow:0 16px 40px rgba(0,0,0,.07);
}

.og56-what-send>small{
  display:inline-flex!important;
  align-items:center;
  min-height:29px;
  padding:0 10px;
  border-radius:999px;
  background:#111;
  color:var(--og55-yellow)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:1.2px!important;
}

.og56-what-send>h2{
  max-width:430px;
  margin:12px 0 7px!important;
  font-size:34px!important;
  line-height:1.02!important;
  letter-spacing:-1.1px;
}

.og56-what-send>p{
  margin:0 0 20px!important;
  color:#6d6d68!important;
  font-size:15px!important;
  line-height:1.55!important;
}

.og56-what-send .og55-quote-checklist{
  display:grid;
  gap:10px;
}

.og56-what-send .og55-quote-checklist>div{
  position:relative;
  display:grid!important;
  grid-template-columns:52px 1fr!important;
  grid-template-rows:auto auto;
  column-gap:13px!important;
  align-items:center!important;
  min-height:78px;
  padding:13px 14px!important;
  border:1px solid #e2e2dc;
  border-radius:14px!important;
  background:#f8f8f5!important;
}

.og56-what-send .og55-quote-checklist>div>span{
  width:52px!important;
  height:52px!important;
  display:grid!important;
  place-items:center!important;
  grid-row:1 / 3;
  margin:0!important;
  border-radius:13px!important;
  background:#111!important;
  color:var(--og55-yellow)!important;
  font-size:19px!important;
  font-weight:900!important;
  line-height:1!important;
}

.og56-what-send .og55-quote-checklist>div>b{
  align-self:end;
  color:#111!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.15!important;
}

.og56-what-send .og55-quote-checklist>div>small{
  align-self:start;
  margin-top:4px!important;
  color:#70706b!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
}

@media(max-width:680px){
  .og56-what-send{
    padding:19px 16px!important;
    border-radius:18px!important;
  }

  .og56-what-send>small{
    min-height:31px;
    padding:0 11px;
    font-size:10px!important;
  }

  .og56-what-send>h2{
    margin-top:12px!important;
    font-size:31px!important;
    line-height:1.04!important;
    letter-spacing:-.8px;
  }

  .og56-what-send>p{
    margin-bottom:17px!important;
    font-size:16px!important;
    line-height:1.55!important;
  }

  .og56-what-send .og55-quote-checklist{
    gap:9px;
  }

  .og56-what-send .og55-quote-checklist>div{
    grid-template-columns:56px 1fr!important;
    min-height:88px;
    padding:14px!important;
    border-radius:15px!important;
  }

  .og56-what-send .og55-quote-checklist>div>span{
    width:56px!important;
    height:56px!important;
    border-radius:14px!important;
    font-size:21px!important;
  }

  .og56-what-send .og55-quote-checklist>div>b{
    font-size:19px!important;
  }

  .og56-what-send .og55-quote-checklist>div>small{
    margin-top:5px!important;
    font-size:14px!important;
    line-height:1.4!important;
  }
}

@media(max-width:390px){
  .og56-what-send .og55-quote-checklist>div{
    grid-template-columns:50px 1fr!important;
  }

  .og56-what-send .og55-quote-checklist>div>span{
    width:50px!important;
    height:50px!important;
  }

  .og56-what-send .og55-quote-checklist>div>b{
    font-size:18px!important;
  }

  .og56-what-send .og55-quote-checklist>div>small{
    font-size:13px!important;
  }
}


/* ==========================================================
   V56.4 MODERN BOOKING JOURNEY
   ========================================================== */

.og56-book-expectations{
  padding:14px 0;
  border-bottom:1px solid #e2e2dc;
  background:#fff;
}

.og56-book-expectations>.og55-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.og56-book-expectations>div>div,
.og56-book-expectations .og55-container>div{
  min-height:74px;
  display:grid;
  grid-template-columns:36px 1fr;
  grid-template-rows:auto auto;
  column-gap:9px;
  align-items:center;
  padding:10px 12px;
  border:1px solid #e4e4de;
  border-radius:12px;
  background:#fafaf8;
}

.og56-book-expectations span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  grid-row:1 / 3;
  border-radius:50%;
  background:#111;
  color:var(--og55-yellow);
  font-size:14px;
  font-weight:900;
}

.og56-book-expectations b{
  align-self:end;
  font-size:12px;
}

.og56-book-expectations small{
  align-self:start;
  margin-top:2px;
  color:#797974;
  font-size:10px;
  line-height:1.35;
}

.og56-book-next{
  position:relative;
  overflow:hidden;
  padding:24px!important;
  border:1px solid #deded7!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(255,196,0,.13),transparent 34%),
    #fff!important;
  color:#111!important;
  box-shadow:0 16px 40px rgba(0,0,0,.07);
}

.og56-book-next>small{
  display:inline-flex!important;
  align-items:center;
  min-height:29px;
  padding:0 10px;
  border-radius:999px;
  background:#111;
  color:var(--og55-yellow)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:1.1px!important;
}

.og56-book-next .og55-book-step{
  display:grid!important;
  grid-template-columns:56px 1fr!important;
  gap:13px!important;
  align-items:center!important;
  min-height:88px;
  margin-top:10px!important;
  padding:14px!important;
  border:1px solid #e2e2dc!important;
  border-radius:15px!important;
  background:#f8f8f5!important;
}

.og56-book-next .og55-book-step>span{
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  background:#111!important;
  color:var(--og55-yellow)!important;
  font-size:21px!important;
  font-weight:900!important;
}

.og56-book-next .og55-book-step b{
  color:#111!important;
  font-size:18px!important;
  line-height:1.15!important;
}

.og56-book-next .og55-book-step small{
  margin-top:4px!important;
  color:#70706b!important;
  font-size:13px!important;
  line-height:1.4!important;
}

@media(max-width:680px){
  .og56-book-expectations{
    padding:12px 0;
  }

  .og56-book-expectations>.og55-container{
    grid-template-columns:1fr;
    gap:7px;
  }

  .og56-book-expectations .og55-container>div{
    min-height:70px;
    grid-template-columns:42px 1fr;
    padding:10px;
  }

  .og56-book-expectations span{
    width:42px;
    height:42px;
    font-size:16px;
  }

  .og56-book-expectations b{
    font-size:14px;
  }

  .og56-book-expectations small{
    font-size:12px;
  }

  .og56-book-next{
    padding:19px 16px!important;
    border-radius:18px!important;
    text-align:left!important;
  }

  .og56-book-next>small{
    min-height:31px;
    font-size:10px!important;
  }

  .og56-book-next .og55-book-step{
    grid-template-columns:58px 1fr!important;
    min-height:94px;
    padding:15px!important;
  }

  .og56-book-next .og55-book-step>span{
    width:58px!important;
    height:58px!important;
    font-size:22px!important;
  }

  .og56-book-next .og55-book-step b{
    font-size:19px!important;
  }

  .og56-book-next .og55-book-step small{
    font-size:14px!important;
    line-height:1.45!important;
  }
}

/* V58 shared shell override */
.og55-header,.og55-mobile-dock,.og55-mobile-more,.og55-footer{display:none!important}
