
:root{--blue:#0b5ed7;--blue2:#2f80ed;--navy:#092044;--text:#1d2b44;--muted:#5d6b82;--line:#dce8f7;--soft:#f4f9ff;--gold:#f4a000;--white:#fff;--shadow:0 18px 50px rgba(9,32,68,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1160px,92%);margin:auto}.top{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:190px;height:auto}.links{display:flex;align-items:center;gap:26px;font-size:.95rem;font-weight:650;color:var(--navy)}.links a:not(.btn):hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff!important;padding:13px 22px;border-radius:10px;font-weight:800;box-shadow:0 10px 25px rgba(11,94,215,.20);border:1px solid var(--blue)}.btn.alt{background:#fff;color:var(--blue)!important;box-shadow:none}.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#f8fbff 45%,#eaf5ff 100%);padding:70px 0 46px}.hero:after{content:"";position:absolute;right:-100px;top:80px;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(47,128,237,.18),transparent 68%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid var(--line);background:#fff;border-radius:999px;color:var(--blue);font-weight:800;font-size:.82rem;margin-bottom:18px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold)}h1{font-size:clamp(2.8rem,6.3vw,5.7rem);line-height:.95;letter-spacing:-.06em;color:var(--navy);margin:0 0 24px}h1 span,.blue{color:var(--blue)}.lead{font-size:1.24rem;max-width:680px;color:#33445e;margin:0 0 28px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-photo{position:relative}.person-card{border-radius:34px;overflow:hidden;background:#fff;box-shadow:var(--shadow);padding:18px}.person-card img{border-radius:24px;width:100%;aspect-ratio:1/1;object-fit:cover}.quote{position:relative;margin:-64px 28px 0 auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:24px;max-width:430px}.quote p{margin:0 0 10px;font-size:1.05rem;color:var(--navy)}.quote b{color:var(--blue)}.mini{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.mini div,.card,.service-card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 35px rgba(9,32,68,.06)}.icon{width:46px;height:46px;border-radius:14px;background:#eef6ff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:10px}.icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}.section{padding:78px 0}.light{background:linear-gradient(180deg,#f7fbff,#fff)}.center{text-align:center}.center .intro{margin-left:auto;margin-right:auto}.intro{font-size:1.12rem;color:var(--muted);max-width:780px;margin:0 0 34px}.features,.services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.services{grid-template-columns:repeat(3,1fr)}h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;margin:0 0 16px;color:var(--navy);letter-spacing:-.035em}h3{margin:8px 0 8px;color:var(--navy);line-height:1.2}.card p,.service-card p,.mini p,.panel p{color:var(--muted);margin:0}.service-card{text-align:left;transition:.18s transform,.18s box-shadow}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.learn{display:inline-block;color:var(--blue);font-weight:850;margin-top:18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.check{padding:0;margin:24px 0 0;list-style:none}.check li{margin:10px 0;padding-left:31px;position:relative}.check li:before{content:"✓";position:absolute;left:0;top:0;color:var(--blue);font-weight:900}.band{background:var(--navy);color:#fff;padding:54px 0}.band h2{color:#fff}.band p{color:#d9e7ff}.footer{background:#f3f8ff;border-top:1px solid var(--line);padding:44px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.footer img{width:190px;margin-bottom:12px}.footer a{display:block;margin:7px 0;color:var(--navy);font-weight:650}.page-hero{background:linear-gradient(115deg,#fff,#eef7ff);padding:74px 0}.page-hero h1{font-size:clamp(2.5rem,5vw,4.6rem)}.two-col{columns:2;column-gap:34px}.process{counter-reset:x;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process .panel:before{counter-increment:x;content:counter(x);width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 22px;margin:12px 0}.faq summary{font-weight:850;color:var(--navy);cursor:pointer}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;margin:8px 0 14px;font:inherit}.form textarea{min-height:140px}@media(max-width:900px){.links{display:none}.nav{height:78px}.brand img{width:160px}.hero-grid,.split{grid-template-columns:1fr}.features,.services,.mini,.process,.footer-grid{grid-template-columns:1fr}.quote{margin:16px 0 0}.section{padding:56px 0}.two-col{columns:1}h1{font-size:3.2rem}}

.clean-icon svg,
.service-card .clean-icon svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  fill: none;
  stroke: #3b82f6;
  stroke-width: 1.9;
}

.clean-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 12px;
  background: #f1f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-card svg,
.resources-card svg,
.resource svg,
.resources svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  fill: none !important;
  stroke: #3b82f6 !important;
  stroke-width: 1.9 !important;
}

.resources .icon svg,
.service-card .icon svg,
.icon svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}

.booking-box {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.2);
}

.booking-box iframe {
  display: block;
  width: 100%;
  min-height: 850px;
  border: none;
}

.card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
}

.card h2 {
  margin-top: 0;
  color: #061b49;
}

.card p {
  font-size: 17px;
  line-height: 1.6;
}

.btn.ghost {
  background: #ffffff;
  color: #0b5ed7;
  border: 1px solid #0b5ed7;
}