
.otm-lp-page{
  --otm-bg:#ffffff;
  --otm-soft:#f7f9fc;
  --otm-line:#e6ebf2;
  --otm-text:#111827;
  --otm-muted:#667085;
  --otm-dark:#0f172a;
  --otm-shadow:0 18px 50px rgba(15,23,42,.08);
  --otm-radius:28px;
  font-family:"Inter",sans-serif;
  color:var(--otm-text);
  background:var(--otm-bg);
}
.otm-lp-page *{box-sizing:border-box}
.otm-lp-container{max-width:1180px;margin:0 auto;padding:0 24px}
.otm-lp-section{padding:56px 0}
.otm-lp-soft{background:var(--otm-soft);border-top:1px solid var(--otm-line);border-bottom:1px solid var(--otm-line)}
.otm-lp-hero{padding:42px 0 28px;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border-bottom:1px solid var(--otm-line)}
.otm-lp-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:42px;align-items:center}
.otm-lp-eyebrow,.otm-lp-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#6b7a90;margin-bottom:14px}
.otm-lp-kicker-light{color:rgba(255,255,255,.6)}
.otm-lp-hero-copy h1,.otm-lp-section-head h2,.otm-lp-contact-card h2,.otm-lp-cta-box h2{
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:800;
  margin:0;
}
.otm-lp-section-head h2,.otm-lp-contact-card h2,.otm-lp-cta-box h2{font-size:clamp(28px,4vw,48px)}
.otm-lp-hero-copy p,.otm-lp-section-head p,.otm-lp-card p,.otm-lp-contact-card p,.otm-lp-cta-box p{
  margin-top:18px;
  color:var(--otm-muted);
  font-size:18px;
  line-height:1.85;
}
.otm-lp-btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.otm-lp-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;
  text-decoration:none;font-weight:700;border:1px solid transparent;transition:.2s ease;font-size:14px
}
.otm-lp-btn-dark{background:var(--otm-dark);color:#fff}
.otm-lp-btn-light{background:#fff;color:var(--otm-text);border-color:var(--otm-line)}
.otm-lp-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.22)}
.otm-lp-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.otm-lp-stat,.otm-lp-card,.otm-lp-hero-card,.otm-lp-contact-card{
  background:#fff;border:1px solid var(--otm-line);border-radius:var(--otm-radius);box-shadow:var(--otm-shadow)
}
.otm-lp-stat{padding:18px}
.otm-lp-stat strong{display:block;font-size:18px;letter-spacing:-.02em}
.otm-lp-stat span{display:block;margin-top:8px;color:var(--otm-muted);font-size:13px;line-height:1.6}
.otm-lp-hero-media{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.otm-lp-hero-card{overflow:hidden}
.otm-lp-media-a{margin-top:16px}
.otm-lp-media-b{margin-top:76px}
.otm-lp-hero-card img{width:100%;height:320px;object-fit:cover}
.otm-lp-section-head{max-width:860px}
.otm-lp-grid-4,.otm-lp-grid-3,.otm-lp-grid-2{display:grid;gap:20px;margin-top:34px}
.otm-lp-grid-4{grid-template-columns:repeat(4,1fr)}
.otm-lp-grid-3{grid-template-columns:repeat(3,1fr)}
.otm-lp-grid-2{grid-template-columns:repeat(2,1fr)}
.otm-lp-card{padding:30px}
.otm-lp-card h3{font-size:22px;line-height:1.15;letter-spacing:-.03em;margin:0}
.otm-lp-contact-wrap{max-width:980px}
.otm-lp-contact-card{padding:34px}
.otm-lp-form{margin-top:22px}
.otm-lp-form label{display:block;margin-bottom:9px;font-size:14px;font-weight:700;color:#243041}
.otm-lp-form input,.otm-lp-form textarea{
  width:100%;border:1px solid var(--otm-line);border-radius:18px;padding:14px 16px;font:inherit;background:#fff;color:var(--otm-text)
}
.otm-lp-form textarea{resize:vertical}
.otm-lp-form > div{margin-bottom:16px}
.otm-lp-alert{padding:14px 16px;border-radius:18px;margin-top:18px;font-weight:600}
.otm-lp-success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.otm-lp-error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
.otm-lp-contact-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#344054;font-weight:700}
.otm-lp-contact-meta a{text-decoration:none}
.otm-lp-cta-box{
  border-radius:34px;background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);color:#fff;padding:40px;
  display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:center;box-shadow:0 24px 70px rgba(15,23,42,.18)
}
.otm-lp-cta-box p{color:rgba(255,255,255,.74)}
@media (max-width:1100px){
  .otm-lp-hero-grid,.otm-lp-grid-4,.otm-lp-grid-3,.otm-lp-grid-2,.otm-lp-cta-box{grid-template-columns:1fr}
  .otm-lp-mini-stats{grid-template-columns:1fr}
}
@media (max-width:860px){
  .otm-lp-section{padding:68px 0}
  .otm-lp-hero{padding:34px 0 24px}
  .otm-lp-hero-media{grid-template-columns:1fr}
  .otm-lp-media-a,.otm-lp-media-b{margin-top:0}
  .otm-lp-hero-card img{height:260px}
  .otm-lp-card,.otm-lp-contact-card,.otm-lp-cta-box{padding:24px}
}

.otm-lp-booking-shell{padding:34px;border-radius:34px;background:#fff;border:1px solid var(--otm-line);box-shadow:var(--otm-shadow)}
.otm-lp-booking-shell > .otm-lp-card,
.otm-lp-booking-shell .otm-lp-contact-card{box-shadow:none}
.otm-lp-booking-shell > .otm-lp-card{border:none;padding:0;background:transparent}
.otm-lp-booking-shell .otm-booking-wrap,
.otm-lp-booking-shell .booking-wrap,
.otm-lp-booking-shell .otm-booking-tool,
.otm-lp-booking-shell .booking-tool{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}
.otm-lp-blog-grid{align-items:stretch}
.otm-lp-blog-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.otm-lp-blog-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#eef2f7}
.otm-lp-blog-image img{width:100%;height:100%;object-fit:cover;display:block}
.otm-lp-blog-body{padding:24px 24px 26px}
.otm-lp-blog-body h3{font-size:24px;line-height:1.15;letter-spacing:-.03em;margin:0}
.otm-lp-blog-body h3 a{text-decoration:none;color:var(--otm-text)}
.otm-lp-text-link{display:inline-flex;margin-top:10px;font-weight:700;text-decoration:none;color:#1d4ed8}
@media (max-width:860px){.otm-lp-booking-shell{padding:24px}}


.otm-lp-section-head{max-width:760px}
.otm-lp-hero-copy h1{max-width:640px}
.otm-lp-intro-grid,.otm-lp-why-grid{align-items:start}
.otm-lp-intro-side,.otm-lp-why-card{padding:28px}
.otm-lp-intro-side h3,.otm-lp-why-card h3{font-size:24px;line-height:1.15;letter-spacing:-.03em;margin:0 0 12px}
.otm-lp-checks{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}
.otm-lp-checks li{position:relative;padding-left:26px;color:var(--otm-text);font-weight:600;line-height:1.55}
.otm-lp-checks li:before{content:'✓';position:absolute;left:0;top:0;color:#1d4ed8;font-weight:800}
.otm-lp-booking-wrap{max-width:980px}
.otm-lp-booking-head{max-width:860px;margin:0 auto 22px}
.otm-lp-booking-stage{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0}
.otm-lp-booking-stage > .otm-lp-card{border:none;box-shadow:none;background:transparent;padding:0}
.otm-lp-booking-stage .otm-lp-card{box-shadow:none}
.otm-lp-booking-stage .otm-lp-contact-card{border:none;box-shadow:none;background:transparent;padding:0}
.otm-lp-booking-stage .otm-booking-wrap,
.otm-lp-booking-stage .booking-wrap,
.otm-lp-booking-stage .otm-booking-tool,
.otm-lp-booking-stage .booking-tool,
.otm-lp-booking-stage .otm-booking-shell,
.otm-lp-booking-stage .calculator-card,
.otm-lp-booking-stage .quote-card,
.otm-lp-booking-stage .booking-card{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}
.otm-lp-booking-stage .otm-booking-card,
.otm-lp-booking-stage .otm-booking-panel,
.otm-lp-booking-stage .booking-panel{box-shadow:none!important}
.otm-lp-booking-fallback{max-width:560px}
.otm-lp-blog-grid{margin-top:26px}
.otm-lp-blog-body p{font-size:16px;line-height:1.7}
.otm-lp-blog-body .otm-lp-kicker{margin-bottom:10px}
.otm-lp-cta-box{padding:32px}
@media (max-width:860px){
  .otm-lp-section{padding:42px 0}
  .otm-lp-hero{padding:28px 0 18px}
  .otm-lp-booking-head{margin-bottom:18px}
}


.otm-lp-hero{padding:34px 0 18px !important}
.otm-lp-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:28px !important;align-items:stretch !important}
.otm-lp-hero-copy{display:flex;flex-direction:column;justify-content:center}
.otm-lp-hero-copy h1{max-width:680px !important;font-size:clamp(40px,5vw,68px) !important}
.otm-lp-hero-copy p{max-width:620px !important}
.otm-lp-hero-slider{position:relative;min-height:420px;border-radius:32px;overflow:hidden;background:#eef4fb;border:1px solid var(--otm-line);box-shadow:var(--otm-shadow)}
.otm-lp-slides,.otm-lp-slide{position:absolute;inset:0}
.otm-lp-slide{opacity:0;transition:opacity .55s ease}
.otm-lp-slide.is-active{opacity:1}
.otm-lp-slide img{width:100%;height:100%;object-fit:cover;display:block}
.otm-lp-slider-dots{position:absolute;left:20px;bottom:18px;display:flex;gap:8px;z-index:3}
.otm-lp-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.45);backdrop-filter:blur(6px)}
.otm-lp-dot.is-active{background:#fff}
.otm-lp-mini-stats{margin-top:22px !important}
.otm-lp-section{padding:42px 0 !important}
.otm-lp-section-head p,.otm-lp-card p,.otm-lp-contact-card p,.otm-lp-cta-box p,.otm-lp-hero-copy p{font-size:16px !important;line-height:1.75 !important}
.otm-lp-contact-wrap,.otm-lp-booking-wrap{max-width:1120px !important}
.otm-lp-soft{background:#f7f9fc !important}
.otm-lp-booking-shell,.otm-lp-booking-stage{background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important}
.otm-lp-booking-head{max-width:1120px !important;margin:0 auto 14px !important}
.otm-lp-booking-head h2{font-size:clamp(28px,4vw,48px) !important}
.otm-lp-booking-stage iframe,.otm-lp-booking-stage form,.otm-lp-booking-stage .otm-booking-wrap{margin-top:0 !important}
.otm-lp-blog-grid{margin-top:22px !important}
.otm-lp-blog-card{border-radius:22px !important}
.otm-lp-blog-image{aspect-ratio:16/9 !important}
.otm-lp-cta-box{padding:34px !important;grid-template-columns:1.3fr .7fr !important;align-items:center !important}
.otm-lp-cta-box .otm-lp-btn-light{background:#fff !important;color:#0f172a !important;border-color:#fff !important;box-shadow:0 12px 28px rgba(15,23,42,.22) !important}
.otm-lp-cta-box .otm-lp-btn-outline{background:rgba(255,255,255,.12) !important;color:#fff !important;border:1px solid rgba(255,255,255,.55) !important}
.otm-lp-cta-box h2,.otm-lp-cta-box p{color:#fff !important}
.otm-lp-why-card .otm-lp-text-link{font-weight:800 !important}
@media (max-width:960px){
  .otm-lp-hero-grid{grid-template-columns:1fr !important}
  .otm-lp-hero-slider{min-height:320px !important}
  .otm-lp-cta-box{grid-template-columns:1fr !important}
}


/* v1.3.5 updates */
.page .entry-header,
.page .page-header,
.page .wp-block-post-title,
.page .entry-title,
.page h1.entry-title,
.page .site-main > article > header,
.single-page .entry-title{
  display:none !important;
}

.otm-lp-hero-grid{
  grid-template-columns:minmax(0,50%) minmax(0,50%) !important;
  align-items:stretch !important;
}

.otm-lp-hero-copy,
.otm-lp-hero-slider{
  min-width:0;
}

.otm-lp-hero-slider{
  width:100% !important;
  min-height:100% !important;
  height:100% !important;
  border-radius:30px !important;
}

.otm-lp-slides,
.otm-lp-slide{
  position:absolute;
  inset:0;
}

.otm-lp-slide img{
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
}

.otm-lp-booking-shell > .otm-lp-kicker,
.otm-lp-booking-shell > h2,
.otm-lp-booking-shell > p{
  display:none !important;
}

:root{
  --otm-blue:#4f83d9;
  --otm-blue-dark:#3f73cb;
  --otm-blue-soft:#edf4ff;
  --otm-dark:#0f1f49;
  --otm-text:#12264a;
}

.otm-lp-btn{
  min-height:54px !important;
  padding:0 24px !important;
  font-weight:700 !important;
}

.otm-lp-btn-dark{
  background:var(--otm-blue) !important;
  border-color:var(--otm-blue) !important;
  color:#fff !important;
}

.otm-lp-btn-dark:hover{
  background:var(--otm-blue-dark) !important;
  border-color:var(--otm-blue-dark) !important;
  color:#fff !important;
}

.otm-lp-btn-light{
  background:#fff !important;
  color:var(--otm-blue) !important;
  border-color:#d7e4f7 !important;
}

.otm-lp-btn-light:hover{
  background:var(--otm-blue-soft) !important;
  color:var(--otm-blue-dark) !important;
  border-color:#c9daf2 !important;
}

.otm-lp-btn-outline{
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.45) !important;
}

.otm-lp-kicker,
.otm-lp-eyebrow{
  color:var(--otm-blue) !important;
}

.otm-lp-cta-box{
  background:linear-gradient(135deg, var(--otm-blue) 0%, #6ea0f0 100%) !important;
}

.otm-lp-cta-box .otm-lp-btn-light{
  color:var(--otm-blue-dark) !important;
  border-color:#fff !important;
}

.otm-lp-cta-box .otm-lp-btn-outline{
  background:transparent !important;
  border-color:rgba(255,255,255,.65) !important;
}

.otm-lp-booking-stage button,
.otm-lp-booking-stage .button,
.otm-lp-booking-stage input[type="submit"],
.otm-lp-booking-stage [type="submit"],
.otm-lp-booking-shell button,
.otm-lp-booking-shell .button,
.otm-lp-booking-shell input[type="submit"],
.otm-lp-booking-shell [type="submit"],
.otm-booking-wrap button,
.otm-booking-wrap .button,
.otm-booking-wrap input[type="submit"],
.otm-booking-wrap [type="submit"]{
  background:var(--otm-blue) !important;
  border:1px solid var(--otm-blue) !important;
  color:#fff !important;
  border-radius:14px !important;
  box-shadow:none !important;
}

.otm-lp-booking-stage .is-primary,
.otm-lp-booking-shell .is-primary,
.otm-booking-wrap .is-primary,
.otm-booking-wrap .selected,
.otm-booking-wrap .active{
  background:var(--otm-blue) !important;
  border-color:var(--otm-blue) !important;
  color:#fff !important;
}

@media (max-width:960px){
  .otm-lp-hero-grid{
    grid-template-columns:1fr !important;
  }
  .otm-lp-hero-slider{
    min-height:320px !important;
  }
}


.otm-lp-richtext a{color:inherit;text-decoration:underline;font-weight:600;}
.otm-lp-richtext p{margin:0 0 16px;}
.otm-lp-richtext p:last-child{margin-bottom:0;}
