/* Human-readable section map: selectors below are grouped by the component they style. */
/* seo page-specific styles. Keep visual rules here so HTML structure remains clean. */

/* Styles: :root */
:root{
  --seo-ink:#0b1224;--seo-muted:#68758a;--seo-line:#e4e9f1;--seo-pale:#f5f8fc;
  --seo-blue:#2d7cff;--seo-violet:#5a3ff0;--seo-green:#25b765;--seo-lime:#c9ff4a;
  --seo-navy:#0b1328;--seo-radius:22px;
}
/* Styles: * */
*{box-sizing:border-box}
/* Styles: html */
html{scroll-behavior:smooth}
/* Styles: body */
body{margin:0}
/* Styles: .seo-page */
.seo-page{font-family:'DM Sans',sans-serif;color:var(--seo-ink);background:#fff;overflow:hidden}
/* Styles: .seo-page a */
.seo-page a{text-decoration:none}
/* Styles: .seo-wrap */
.seo-wrap{width:min(1180px,calc(100% - 56px));margin:auto}
/* Styles: .seo-kicker */
.seo-kicker{font:800 10px/1 'DM Sans';letter-spacing:1.9px;text-transform:uppercase;color:var(--seo-blue)}
/* Styles: .seo-hero */
.seo-hero{
  position:relative;padding:105px 0 68px;overflow:hidden;
  background:
    radial-gradient(circle at 78% 42%,rgba(54,123,255,.16),transparent 25%),
    radial-gradient(circle at 88% 68%,rgba(112,72,255,.11),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fbfdff 56%,#f2f4ff 100%);
}
/* Styles: .seo-hero:before */
.seo-hero:before{
  content:"";position:absolute;width:620px;height:620px;right:-240px;top:-250px;
  border-radius:50%;background:radial-gradient(circle,rgba(47,124,255,.13),transparent 67%);
}
/* Styles: .seo-hero-grid */
.seo-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:50px;align-items:center}
/* Styles: .seo-hero h1 */
.seo-hero h1{
  font:700 clamp(52px,6vw,78px)/.96 'Space Grotesk';letter-spacing:-4.3px;
  margin:17px 0 20px;max-width:660px;
}
/* Styles: .seo-hero h1 .blue */
.seo-hero h1 .blue{color:var(--seo-blue)}
/* Styles: .seo-hero h1 .gradient */
.seo-hero h1 .gradient{
  background:linear-gradient(95deg,#287cff,#5c39ee);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
/* Styles: .seo-lead */
.seo-lead{font-size:16px;line-height:1.72;color:var(--seo-muted);max-width:600px;margin:0}
/* Styles: .seo-actions */
.seo-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
/* Styles: .seo-btn */
.seo-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:44px;padding:0 18px;border-radius:11px;
  background:linear-gradient(110deg,#287cff,#5b3be9);color:#fff;
  font:800 12px 'DM Sans';box-shadow:0 13px 28px rgba(50,90,230,.18)
}
/* Styles: .seo-btn.alt */
.seo-btn.alt{background:#fff;color:var(--seo-ink);border:1px solid #dce3ed;box-shadow:none}
/* Styles: .seo-proof */
.seo-proof{display:flex;gap:17px;flex-wrap:wrap;margin-top:24px}
/* Styles: .seo-proof span */
.seo-proof span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;color:#536076}
/* Styles: .seo-proof i */
.seo-proof i{
  width:17px;height:17px;border-radius:50%;background:#28b868;color:#fff;
  display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900
}
/* Styles: .seo-hero-art */
.seo-hero-art{position:relative;min-height:470px;display:grid;place-items:center}
/* Styles: .seo-art-placeholder */
.seo-art-placeholder{
  position:relative;width:min(100%,650px);aspect-ratio:1.16/1;
  border-radius:36px;
  background:radial-gradient(circle at 50% 45%,rgba(55,125,255,.27),rgba(101,67,240,.11) 42%,transparent 70%);
}
/* Styles: .seo-art-placeholder:before */
.seo-art-placeholder:before{
  content:"SEO HERO VISUAL";position:absolute;inset:12%;
  border:1px dashed rgba(47,124,255,.25);border-radius:30px;
  display:grid;place-items:center;color:rgba(47,124,255,.45);
  font:800 11px 'Space Grotesk';letter-spacing:2px;background:rgba(255,255,255,.22)
}
/* Styles: .seo-section */
.seo-section{padding:88px 0}
/* Styles: .seo-pale */
.seo-pale{background:var(--seo-pale)}
/* Styles: .seo-head */
.seo-head{display:grid;grid-template-columns:1.12fr .88fr;gap:50px;align-items:end;margin-bottom:38px}
/* Styles: .seo-head h2 */
.seo-head h2{
  font:700 clamp(36px,4.4vw,55px)/1.02 'Space Grotesk';
  letter-spacing:-2.8px;margin:11px 0 0;max-width:720px
}
/* Styles: .seo-head h2 em */
.seo-head h2 em{font-style:normal;color:var(--seo-blue)}
/* Styles: .seo-head p */
.seo-head p{margin:0;justify-self:end;max-width:420px;color:var(--seo-muted);font-size:13px;line-height:1.7}
/* Styles: .seo-service-grid */
.seo-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
/* Styles: .seo-service */
.seo-service{
  background:#fff;border:1px solid var(--seo-line);border-radius:18px;padding:23px;
  min-height:176px;box-shadow:0 10px 28px rgba(22,34,65,.04);
  transition:transform .22s,box-shadow .22s
}
/* Styles: .seo-service:hover */
.seo-service:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(22,34,65,.08)}
/* Styles: .seo-icon */
.seo-icon{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  color:#fff;font:700 18px 'Space Grotesk';margin-bottom:18px;
  box-shadow:0 8px 18px rgba(50,90,160,.12)
}
/* Styles: .i-blue */
.i-blue{background:linear-gradient(135deg,#2781ff,#4664ff)}
/* Styles: .i-purple */
.i-purple{background:linear-gradient(135deg,#7448ff,#9b42ef)}
/* Styles: .i-green */
.i-green{background:linear-gradient(135deg,#20b95e,#10a875)}
/* Styles: .i-pink */
.i-pink{background:linear-gradient(135deg,#ef4f8e,#e835bd)}
/* Styles: .i-orange */
.i-orange{background:linear-gradient(135deg,#ffb21e,#ff8b20)}
/* Styles: .seo-service h3 */
.seo-service h3{font:700 15px 'Space Grotesk';margin:0 0 8px}
/* Styles: .seo-service p */
.seo-service p{font-size:11px;line-height:1.55;color:var(--seo-muted);margin:0}
/* Styles: .seo-process */
.seo-process{border:1px solid var(--seo-line);border-radius:24px;background:#fff;overflow:hidden}
/* Styles: .seo-process-grid */
.seo-process-grid{display:grid;grid-template-columns:repeat(5,1fr)}
/* Styles: .seo-step */
.seo-step{padding:27px 21px;position:relative}
/* Styles: .seo-step:not(:last-child) */
.seo-step:not(:last-child){border-right:1px solid var(--seo-line)}
/* Styles: .seo-step-icon */
.seo-step-icon{
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  color:#fff;font-weight:900;font-size:13px;margin-bottom:16px
}
/* Styles: .seo-step h3 */
.seo-step h3{font:700 15px 'Space Grotesk';margin:0 0 8px}
/* Styles: .seo-step p */
.seo-step p{font-size:10px;line-height:1.6;color:var(--seo-muted);margin:0}
/* Styles: .seo-arrow */
.seo-arrow{position:absolute;right:-7px;top:42px;width:14px;height:14px;background:#fff;color:#9aa5b8;z-index:2;text-align:center;font-size:12px}
/* Styles: .seo-modern */
.seo-modern{padding:78px 0}
/* Styles: .seo-modern-grid */
.seo-modern-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}
/* Styles: .seo-modern h2,.seo-tools h2 */
.seo-modern h2,.seo-tools h2{
  font:700 clamp(36px,4vw,51px)/1.02 'Space Grotesk';letter-spacing:-2.5px;margin:10px 0 14px
}
/* Styles: .seo-modern p,.seo-tools p */
.seo-modern p,.seo-tools p{font-size:13px;line-height:1.7;color:var(--seo-muted);max-width:540px}
/* Styles: .seo-expertise */
.seo-expertise{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:25px}
/* Styles: .seo-expertise-card */
.seo-expertise-card{
  border:1px solid var(--seo-line);border-radius:16px;background:#fff;padding:17px;
  display:flex;gap:12px;align-items:center
}
/* Styles: .seo-expertise-card b */
.seo-expertise-card b{display:block;font:700 13px 'Space Grotesk';margin-bottom:3px}
/* Styles: .seo-expertise-card span */
.seo-expertise-card span{font-size:10px;color:var(--seo-muted)}
/* Styles: .seo-mini-icon */
.seo-mini-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font-size:16px;flex:0 0 38px}
/* Styles: .seo-tools */
.seo-tools{background:#f7f9fc}
/* Styles: .seo-tools-grid */
.seo-tools-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:50px;align-items:center}
/* Styles: .seo-tool-logos */
.seo-tool-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
/* Styles: .seo-tool */
.seo-tool{
  min-height:72px;border:1px solid var(--seo-line);border-radius:14px;background:#fff;
  display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;
  font:700 11px 'Space Grotesk';color:#36425a
}
/* Styles: .seo-tool strong */
.seo-tool strong{font-size:13px}
/* Styles: .seo-tool .google */
.seo-tool .google{color:#4285f4}.seo-tool .analytics{color:#f59d21}.seo-tool .semrush{color:#ff6338}.seo-tool .ahrefs{color:#e84b3f}
/* Styles: .seo-results */
.seo-results{background:var(--seo-navy);color:#fff;padding:94px 0}
/* Styles: .seo-results-grid */
.seo-results-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}
/* Styles: .seo-results h2 */
.seo-results h2{font:700 clamp(38px,4.3vw,57px)/1.02 'Space Grotesk';letter-spacing:-2.7px;margin:10px 0 17px}
/* Styles: .seo-results-copy>p */
.seo-results-copy>p{color:#aeb8cb;font-size:13px;line-height:1.7;max-width:500px}
/* Styles: .seo-results .seo-btn */
.seo-results .seo-btn{margin-top:12px}
/* Styles: .seo-results-art */
.seo-results-art{
  position:relative;aspect-ratio:1.22/1;border-radius:26px;
  background:radial-gradient(circle at 55% 48%,rgba(53,128,255,.46),rgba(88,62,228,.18) 48%,transparent 74%)
}
/* Styles: .seo-results-placeholder */
.seo-results-placeholder{
  position:absolute;inset:10%;border:1px dashed rgba(125,174,255,.35);border-radius:22px;
  display:grid;place-items:center;color:rgba(165,197,255,.55);font:800 10px 'Space Grotesk';letter-spacing:2px
}
/* Styles: .seo-stat-grid */
.seo-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}
/* Styles: .seo-stat */
.seo-stat{background:#151e34;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px;text-align:center}
/* Styles: .seo-stat b */
.seo-stat b{display:block;color:#42e486;font:700 24px 'Space Grotesk'}
/* Styles: .seo-stat span */
.seo-stat span{display:block;color:#aeb8ca;font-size:9px;margin-top:4px}
/* Styles: .seo-trusted */
.seo-trusted{padding:76px 0}
/* Styles: .seo-trusted-grid */
.seo-trusted-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:center}
/* Styles: .seo-trusted h2 */
.seo-trusted h2{font:700 clamp(34px,3.7vw,48px)/1.02 'Space Grotesk';letter-spacing:-2.4px;margin:10px 0}
/* Styles: .seo-trusted p */
.seo-trusted p{font-size:12px;line-height:1.7;color:var(--seo-muted)}
/* Styles: .seo-client-logos */
.seo-client-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
/* Styles: .seo-client */
.seo-client{
  min-height:65px;border:1px solid var(--seo-line);border-radius:14px;background:#fff;
  display:grid;place-items:center;text-align:center;padding:8px;
  color:#59657a;font:700 11px 'Space Grotesk';filter:grayscale(1);opacity:.78
}
/* Styles: .seo-client:nth-child(3n) */
.seo-client:nth-child(3n){color:#25324b}.seo-client:nth-child(4n){font-family:'DM Sans'}
/* Styles: .seo-industries */
.seo-industries{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
/* Styles: .seo-industry */
.seo-industry{
  display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--seo-line);
  border-radius:999px;background:#fff;color:#536075;font-size:10px;font-weight:700
}
/* Styles: .seo-industry i */
.seo-industry i{width:22px;height:22px;border-radius:50%;background:#eef4ff;color:var(--seo-blue);display:grid;place-items:center;font-style:normal}
/* Styles: .seo-faq */
.seo-faq{display:grid;grid-template-columns:1fr 1fr;gap:11px}
/* Styles: .seo-faq details */
.seo-faq details{border:1px solid var(--seo-line);border-radius:14px;background:#fff;padding:17px 19px}
/* Styles: .seo-faq summary */
.seo-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:14px;font-size:12px;font-weight:800}
/* Styles: .seo-faq summary::-webkit-details-marker */
.seo-faq summary::-webkit-details-marker{display:none}
/* Styles: .seo-faq summary:after */
.seo-faq summary:after{content:'+';font-size:17px;color:#56627a}
/* Styles: .seo-faq details[open] summary:after */
.seo-faq details[open] summary:after{content:'−'}
/* Styles: .seo-faq p */
.seo-faq p{font-size:11px;line-height:1.6;color:var(--seo-muted);margin:12px 0 0}
/* Styles: .seo-cta */
.seo-cta{padding:0 0 88px}
/* Styles: .seo-cta-box */
.seo-cta-box{
  position:relative;overflow:hidden;border-radius:25px;padding:48px 52px;
  background:linear-gradient(110deg,#2d7cff,#4934e8 72%,#6837e9);color:#fff
}
/* Styles: .seo-cta-box:before */
.seo-cta-box:before{content:"";position:absolute;width:250px;height:250px;right:-70px;top:-120px;border:1px solid rgba(255,255,255,.2);border-radius:50%}
/* Styles: .seo-cta-box h2 */
.seo-cta-box h2{font:700 clamp(34px,4vw,51px)/1.02 'Space Grotesk';letter-spacing:-2.5px;margin:10px 0 10px;max-width:760px}
/* Styles: .seo-cta-box p */
.seo-cta-box p{font-size:12px;line-height:1.65;color:#dfe7ff;max-width:610px}
/* Styles: .seo-cta-box .seo-btn */
.seo-cta-box .seo-btn{background:#fff;color:#2946c9;box-shadow:none;margin-top:10px}

@media(max-width:980px){
/* Styles: .seo-wrap */
  .seo-wrap{width:min(100% - 40px,760px)}
/* Styles: .seo-hero-grid,.seo-results-grid,.seo-modern-grid,.seo-tools-grid,.seo-trusted-grid,.seo-head */
  .seo-hero-grid,.seo-results-grid,.seo-modern-grid,.seo-tools-grid,.seo-trusted-grid,.seo-head{grid-template-columns:1fr}
/* Styles: .seo-hero */
  .seo-hero{padding-top:96px}.seo-hero-art{min-height:390px}
/* Styles: .seo-head p */
  .seo-head p{justify-self:start}.seo-service-grid{grid-template-columns:repeat(2,1fr)}
/* Styles: .seo-process-grid */
  .seo-process-grid{grid-template-columns:1fr 1fr}
/* Styles: .seo-step:nth-child(2n) */
  .seo-step:nth-child(2n){border-right:0}.seo-step:nth-child(-n+3){border-bottom:1px solid var(--seo-line)}
/* Styles: .seo-arrow */
  .seo-arrow{display:none}.seo-stat-grid{grid-template-columns:repeat(2,1fr)}
/* Styles: .seo-client-logos */
  .seo-client-logos{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:620px){
/* Styles: .seo-wrap */
  .seo-wrap{width:calc(100% - 30px)}
/* Styles: .seo-hero */
  .seo-hero{padding:72px 0 55px}.seo-hero h1{font-size:47px;letter-spacing:-2.8px}
/* Styles: .seo-lead */
  .seo-lead{font-size:15px}.seo-proof{display:grid;grid-template-columns:1fr 1fr}
/* Styles: .seo-hero-art */
  .seo-hero-art{min-height:300px}.seo-section,.seo-trusted{padding:66px 0}
/* Styles: .seo-head h2,.seo-modern h2,.seo-tools h2,.seo-trusted h2 */
  .seo-head h2,.seo-modern h2,.seo-tools h2,.seo-trusted h2{font-size:39px}
/* Styles: .seo-service-grid,.seo-process-grid,.seo-faq */
  .seo-service-grid,.seo-process-grid,.seo-faq{grid-template-columns:1fr}
/* Styles: .seo-step */
  .seo-step{border-right:0!important;border-bottom:1px solid var(--seo-line)}
/* Styles: .seo-step:last-child */
  .seo-step:last-child{border-bottom:0}.seo-expertise{grid-template-columns:1fr}
/* Styles: .seo-tool-logos */
  .seo-tool-logos{grid-template-columns:repeat(2,1fr)}.seo-client-logos{grid-template-columns:repeat(2,1fr)}
/* Styles: .seo-results */
  .seo-results{padding:72px 0}.seo-stat-grid{grid-template-columns:1fr 1fr}
/* Styles: .seo-cta */
  .seo-cta{padding-bottom:66px}.seo-cta-box{padding:34px 26px;border-radius:20px}
}

/* SEO page visual polish */
.seo-hero-image,
.seo-modern-image,
/* Styles: .seo-results-image */
.seo-results-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
/* Styles: .seo-hero-image */
.seo-hero-image{
  width:min(100%,650px);
  margin:auto;
  filter:drop-shadow(0 22px 35px rgba(35,72,150,.14));
}
/* Styles: .seo-modern-image */
.seo-modern-image{
  width:100%;
  max-width:620px;
  margin:auto;
  filter:drop-shadow(0 22px 35px rgba(35,72,150,.12));
}
/* Styles: .seo-results-art */
.seo-results-art{
  background:transparent;
  border-radius:26px;
  overflow:visible;
}
/* Styles: .seo-results-image */
.seo-results-image{
  width:100%;
  filter:drop-shadow(0 22px 38px rgba(0,0,0,.24));
}
/* Styles: .seo-icon */
.seo-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  font-size:22px;
  margin-bottom:18px;
}
/* Styles: .seo-step-icon */
.seo-step-icon{
  width:48px;
  height:48px;
  font-size:15px;
  margin-bottom:16px;
}
/* Styles: .seo-mini-icon */
.seo-mini-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:12px;
  font-size:18px;
}

/* Booking overlay uses the existing OrganicMetric visual language. */
/* Styles: .om-float-book */
.om-float-book{position:fixed;right:24px;bottom:24px;z-index:9998;border:1px solid rgba(255,255,255,.24);background:linear-gradient(135deg,#10162a,#25204f);color:#fff;border-radius:999px;padding:13px 18px 13px 14px;display:flex;align-items:center;gap:10px;font:700 13px 'DM Sans';box-shadow:0 18px 45px rgba(11,16,32,.25);cursor:pointer}
/* Styles: .om-float-book .om-fb-icon */
.om-float-book .om-fb-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#c9ff4a;color:#10162a;font-size:16px}
/* Styles: .om-overlay */
.om-overlay{position:fixed;inset:0;z-index:10000;background:rgba(8,12,25,.64);backdrop-filter:blur(12px);display:none;align-items:center;justify-content:center;padding:22px}
/* Styles: .om-overlay.open */
.om-overlay.open{display:flex}.om-modal{width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:30px;box-shadow:0 40px 100px rgba(0,0,0,.35);position:relative}
/* Styles: .om-modal-head */
.om-modal-head{padding:30px 34px 20px;background:linear-gradient(135deg,#f8fafc,#fff 52%,#f2efff);border-bottom:1px solid #e8ebf0;position:sticky;top:0;z-index:3}
/* Styles: .om-modal-top */
.om-modal-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.om-modal-kicker{font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#6d4aff}
/* Styles: .om-modal-title */
.om-modal-title{font:700 34px/1.05 'Space Grotesk';letter-spacing:-1.7px;margin:8px 0 7px;color:#0b1020}.om-modal-sub{margin:0;color:#647084;font-size:14px;line-height:1.55}
/* Styles: .om-close */
.om-close{width:40px;height:40px;border-radius:12px;border:1px solid #e2e6ed;background:#fff;font-size:22px;cursor:pointer}
/* Styles: .om-tabs */
.om-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:22px}.om-tab{border:1px solid #e1e5ec;background:#fff;border-radius:14px;padding:12px 10px;text-align:left;cursor:pointer}
/* Styles: .om-tab strong */
.om-tab strong{display:block;font:700 15px 'Space Grotesk';margin-bottom:3px}.om-tab small{color:#7b8494}.om-tab.active{border-color:#6d4aff;background:#f3f0ff}
/* Styles: .om-modal-body */
.om-modal-body{padding:28px 34px 34px}.om-service-panel{display:none}.om-service-panel.active{display:block}.om-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.om-field{display:flex;flex-direction:column;gap:7px}.om-field.full{grid-column:1/-1}.om-field label{font-size:12px;font-weight:800;color:#2f3749}
/* Styles: .om-input,.om-select,.om-textarea */
.om-input,.om-select,.om-textarea{width:100%;border:1px solid #dfe4eb;border-radius:13px;background:#fff;padding:13px 14px;font:500 14px 'DM Sans';color:#172033;outline:none}.om-textarea{min-height:92px;resize:vertical}.om-segment{display:grid;grid-template-columns:1fr 1fr;gap:8px}.om-segment label{position:relative}.om-segment input{position:absolute;opacity:0}.om-segment span{display:block;text-align:center;border:1px solid #dfe4eb;border-radius:12px;padding:12px 8px;font-size:12px;font-weight:700;color:#596275}.om-segment input:checked+span{border-color:#6d4aff;background:#f3f0ff;color:#5c3be0}
/* Styles: .om-form-note */
.om-form-note{margin-top:20px;padding:13px 15px;border-radius:14px;background:#f7f8fb;color:#6b7586;font-size:11px;line-height:1.5}.om-form-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding-top:20px;border-top:1px solid #e8ebf0}.om-submit{border:0;border-radius:13px;background:#10162a;color:#fff;padding:14px 22px;font:800 14px 'DM Sans';cursor:pointer}.om-status{font-size:11px;color:#7c8696}.om-success{display:none;padding:20px;border-radius:18px;background:#effbdc;border:1px solid #d7f39b;color:#2b4210}.om-success.show{display:block}.om-service-intro{padding:15px 17px;border-radius:17px;background:#10162a;color:#fff;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.om-service-intro b{font:700 16px 'Space Grotesk'}.om-service-intro span{font-size:11px;color:#b9c1d1}.om-pill{border-radius:999px;background:#c9ff4a;color:#111;padding:8px 11px;font-size:10px;font-weight:900;white-space:nowrap}.om-required{color:#d63b59;margin-left:2px}
@media(max-width:720px){.om-float-book{right:15px;bottom:15px}.om-float-book span:not(.om-fb-icon){display:none}.om-modal-head{padding:22px 18px 16px}.om-modal-body{padding:20px 18px 24px}.om-modal-title{font-size:28px}.om-tabs{grid-template-columns:1fr 1fr}.om-grid{grid-template-columns:1fr}.om-field.full{grid-column:auto}.om-form-footer{flex-direction:column;align-items:stretch}.om-submit{width:100%}.om-modal{border-radius:24px;max-height:94vh}}
