@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --red:#0876d1;
  --red-dark:#0758a3;
  --red-deep:#063e73;
  --rose:#e8f5ff;
  --rose-2:#f2fbf6;
  --ink:#171720;
  --muted:#6d6d76;
  --line:rgba(18,18,25,.09);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  line-height:1.5;
}
a{text-decoration:none;color:inherit}
button,select{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}

/* Header */
.header{
  position:sticky;top:0;z-index:50;height:72px;
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(18,18,25,.07);
  backdrop-filter:saturate(180%) blur(22px);
  -webkit-backdrop-filter:saturate(180%) blur(22px);
}
.nav{height:72px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px}
.brand>span:last-child{display:flex;flex-direction:column;line-height:1}
.brand b{font-size:17px;letter-spacing:-.035em}
.brand em{font-style:normal;color:#77777e;font-size:10px;margin-top:4px}
.logo-mark{
  position:relative;width:33px;height:33px;border-radius:50% 50% 50% 12px;
  transform:rotate(-8deg);background:linear-gradient(145deg,#0876d1,#18b86a);
}
.logo-mark:before,.logo-mark:after,.logo-mark i{content:"";position:absolute;background:white;border-radius:10px}
.logo-mark:before{width:3px;height:22px;left:15px;top:5px;transform:rotate(28deg)}
.logo-mark:after{width:11px;height:3px;left:7px;top:11px;transform:rotate(-28deg)}
.logo-mark i{width:9px;height:3px;left:17px;top:21px;transform:rotate(35deg)}

.brand-logo{width:38px;height:38px;object-fit:contain;flex:0 0 38px}
.brand b{background:linear-gradient(100deg,#0758a3 0%,#0876d1 48%,#18a85f 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.logo-mark{display:none}
.top-book,.btn.primary,.book-btn,.form-actions button,.result-actions a,.final-cta a{background:linear-gradient(110deg,#0876d1,#18b86a)}
.top-book:hover,.btn.primary:hover{background:linear-gradient(110deg,#0758a3,#138c51)}
.service-card:after{background:#e8f7ef}
.service-head i,.trust i,.step i{background:#e5f2ff;color:#0876d1}
.service-foot b,.service-foot a{color:#0876d1}
.booking-heading small,.booking-heading>span,.eyebrow,.section-top h2 strong,.process h2 strong,.faq-inner h2 strong,.info-band strong{color:#0876d1}
.booking-note i,.form-note i{color:#18a85f}
.final-cta{background:linear-gradient(125deg,#0758a3,#0876d1 55%,#18a85f)}
@media(max-width:760px){.brand-logo{width:35px;height:35px;flex-basis:35px}}

nav{display:flex;gap:25px;margin-left:auto}
nav a{font-size:13px;color:#4e4e56;padding:26px 0;position:relative}
nav a:hover,nav a.active{color:var(--red)}
nav a.active:after{content:"";position:absolute;bottom:16px;left:0;right:0;height:2px;background:var(--red);border-radius:5px}
.top-book{
  display:flex;align-items:center;gap:9px;color:#fff;background:var(--red);
  padding:12px 19px;border-radius:14px;font-size:12px;font-weight:750;
  box-shadow:0 8px 22px rgba(8,118,209,.17);transition:.2s ease;
}
.top-book:hover{background:var(--red-dark);transform:translateY(-1px)}
.menu{display:none;border:0;background:var(--rose);width:42px;height:42px;border-radius:50%}
.menu span{display:block;width:16px;height:2px;background:var(--red);margin:4px auto}

/* Hero */
.hero{
  position:relative;overflow:hidden;min-height:610px;
  display:flex;align-items:center;padding:62px 0 68px;
  background:
    radial-gradient(circle at 78% 15%,rgba(8,118,209,.16),transparent 25%),
    radial-gradient(circle at 95% 85%,rgba(32,184,106,.18),transparent 34%),
    linear-gradient(120deg,#fff 0%,#f8fcff 48%,#f0fbf5 100%);
}
.hero:before{
  content:"";position:absolute;width:760px;height:760px;right:-350px;top:-205px;border-radius:50%;
  border:1px solid rgba(8,118,209,.12);
  box-shadow:0 0 0 80px rgba(8,118,209,.035),0 0 0 160px rgba(32,184,106,.025);
}
.hero-orb{position:absolute;border-radius:50%;pointer-events:none}
.orb-a{width:240px;height:240px;left:-140px;bottom:-80px;background:rgba(32,184,106,.12)}
.orb-b{width:130px;height:130px;right:29%;bottom:-80px;background:rgba(8,118,209,.08)}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:minmax(0,1fr) 440px;
  gap:64px;align-items:center;
}
.hero-copy{min-width:0}
.eyebrow{
  display:flex;align-items:center;gap:11px;color:var(--red);
  font-size:10px;font-weight:800;letter-spacing:.13em;
}
.eyebrow span{width:27px;height:2px;background:currentColor;border-radius:5px}
.hero h1{
  margin:20px 0 22px;max-width:700px;
  font-size:clamp(54px,6.3vw,77px);line-height:.97;
  letter-spacing:-.067em;font-weight:750;
}
.hero h1 strong{color:var(--red);font-weight:750}
.hero-copy>p{margin:0;max-width:610px;color:#666670;font-size:18px;line-height:1.6}
.actions{display:flex;gap:10px;margin-top:29px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 21px;border-radius:15px;font-size:13px;font-weight:750;transition:.2s ease}
.btn.primary{color:white;background:var(--red);box-shadow:0 12px 25px rgba(8,118,209,.18)}
.btn.primary:hover{background:var(--red-dark);transform:translateY(-2px)}
.btn.secondary{background:white;border:1px solid var(--line)}
.btn.secondary:hover{color:var(--red);border-color:rgba(8,118,209,.28)}
.trust{
  display:flex;gap:27px;margin-top:40px;padding-top:23px;
  border-top:1px solid rgba(20,20,25,.08);max-width:690px;
}
.trust>div{display:flex;align-items:center;gap:9px}
.trust i{
  width:32px;height:32px;border-radius:10px;background: #e5f2ff;color:var(--red);
  display:grid;place-items:center;font-style:normal;font-weight:800;font-size:13px;
}
.trust b,.trust small{display:block}
.trust b{font-size:11px}.trust small{font-size:10px;color:#88888f;margin-top:2px}

/* Booking */
.booking-area{position:relative;max-width:455px;width:100%;justify-self:end}
.booking-card{
  background:rgba(255,255,255,.91);border:1px solid rgba(255,255,255,.95);
  border-radius:31px;padding:31px;box-shadow:0 25px 65px rgba(7,63,115,.12);
  backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);
}
.booking-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.booking-heading small{display:block;color:var(--red);font-size:9px;font-weight:800;letter-spacing:.14em;margin-bottom:5px}
.booking-heading h2{font-size:29px;letter-spacing:-.05em;margin:0}
.booking-heading>span{font-size:9px;font-weight:750;color:var(--red);background:#e8f7ef;border-radius:99px;padding:7px 9px;white-space:nowrap}
.booking-card>p{font-size:13px;color:#202833;margin:11px 0 23px}
.booking-card label{font-size:12px;font-weight:750;display:block;margin-bottom:8px}
.select-box{position:relative}
.select-box:after{content:"⌄";position:absolute;right:17px;top:50%;transform:translateY(-55%);color:var(--red);pointer-events:none}
select{
  appearance:none;width:100%;height:52px;border:1px solid rgba(20,20,25,.13);
  background:#fff;border-radius:15px;padding:0 40px 0 15px;color:#292930;outline:0;font-size:13px;
}
select:focus{border-color:rgba(8,118,209,.45);box-shadow:0 0 0 4px rgba(8,118,209,.06)}
.book-btn{
  width:100%;height:53px;border:0;border-radius:15px;margin-top:11px;
  background:linear-gradient(110deg,var(--red),#18b86a);color:#fff;
  display:flex;align-items:center;justify-content:center;gap:13px;
  font-weight:750;font-size:13px;cursor:pointer;box-shadow:0 12px 24px rgba(8,118,209,.18);transition:.2s ease;
}
.book-btn:hover{transform:translateY(-1px)}
.booking-note{
  display:flex;align-items:center;gap:10px;background:#eef8f3;border-radius:14px;padding:12px;margin-top:12px
}
.booking-note i{
  width:28px;height:28px;background:#fff;border-radius:9px;display:grid;place-items:center;color:var(--red);font-style:normal;font-weight:800
}
.booking-note b,.booking-note small{display:block}.booking-note b{font-size:10px}.booking-note small{font-size:9px;color:#85858c;margin-top:2px}

/* Services */
.services{padding:96px 0 105px;background:#fff}
.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-top h2,.process h2{
  margin:14px 0 13px;font-size:clamp(38px,4.4vw,54px);line-height:1.02;letter-spacing:-.06em
}
.section-top h2 strong,.process h2 strong,.faq-inner h2 strong{color:var(--red)}
.section-top p{margin:0;max-width:600px;color:#76767e;font-size:14px}
.outline{
  border:1px solid rgba(8,118,209,.27);color:var(--red);border-radius:15px;padding:12px 16px;
  font-size:11px;font-weight:750;white-space:nowrap
}
.outline:hover{background:#eff8ff}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.service-card{
  min-height:292px;padding:21px 19px 19px;border:1px solid var(--line);border-radius:23px;
  background:#fff;display:flex;flex-direction:column;transition:.22s ease;position:relative;overflow:hidden
}
.service-card:after{
  content:"";position:absolute;width:100px;height:100px;right:-55px;top:-55px;border-radius:50%;background:#e8f7ef
}
.service-card:hover{transform:translateY(-4px);box-shadow:0 17px 38px rgba(7,63,115,.08);border-color:rgba(8,118,209,.18)}
.service-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}
.service-head small{font-size:9px;color:#303a45;font-weight:750}
.service-head i{
  width:40px;height:40px;border-radius:13px;background:#e5f2ff;color:var(--red);
  display:grid;place-items:center;font-style:normal;font-weight:800;font-size:16px
}
.service-card h3{font-size:16px;line-height:1.15;letter-spacing:-.035em;margin:0 0 10px}
.service-card p{color:#202833;font-size:11px;line-height:1.55;margin:0}
.service-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:18px}
.service-foot b{color:var(--red);font-size:17px}
.service-foot a{color:var(--red);font-size:10px;font-weight:750}

/* Process */
.process{background:#f6fbff;padding:95px 0 100px}
.process-top{margin-bottom:55px}
.process-top>p{max-width:390px;color:#202833;font-size:14px;margin:0 0 6px}
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:13px}
.step i{
  width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#e4f2ff;
  color:var(--red);font-style:normal;font-size:10px;font-weight:800;margin-bottom:14px
}
.step b{display:block;font-size:12px;margin-bottom:4px}
.step span{display:block;color:#303a45;font-size:10px;line-height:1.4}
.step-line{height:1px;background:#b9d9ee;margin-top:21px;width:34px}

/* FAQ */
.faq-preview{padding:85px 0;background:#fff}
.faq-inner{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px;align-items:start}
.faq-inner h2{font-size:48px;line-height:1;letter-spacing:-.06em;margin:16px 0 0}
.faq-list details{border-top:1px solid var(--line);padding:19px 0}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;cursor:pointer;font-size:14px;font-weight:650;display:flex;justify-content:space-between;gap:20px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary b{font-size:20px;color:var(--red);font-weight:400}
.faq-list p{font-size:12px;color:#202833;max-width:650px;margin:12px 0 0}

/* Final CTA */
.final-cta{position:relative;overflow:hidden;background:linear-gradient(115deg,#063e73,#0876d1 52%,#18a85f);color:white}
.cta-circle{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.cta-circle.one{width:430px;height:430px;left:-250px;top:-240px;box-shadow:0 0 0 65px rgba(255,255,255,.018)}
.cta-circle.two{width:370px;height:370px;right:-200px;bottom:-270px}
.final-inner{min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:2}
.final-inner small{font-size:10px;letter-spacing:.13em;font-weight:800;opacity:.7}
.final-inner h2{font-size:44px;line-height:1;letter-spacing:-.055em;margin:9px 0 7px}
.final-inner p{margin:0;color:rgba(255,255,255,.7);font-size:14px}
.final-inner>a{
  background:white;color:var(--red);border-radius:15px;padding:14px 20px;font-size:12px;font-weight:750;white-space:nowrap
}

/* Footer */
footer{background:#fff}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:35px;padding:55px 0 43px}
.footer-brand p{font-size:11px;color:#929299;margin:17px 0 0}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:7px}
.footer-grid h4{font-size:11px;margin:0 0 7px}
.footer-grid>div>a:not(.brand){font-size:11px;color:#7b7b83}
.footer-grid>div>a:hover{color:var(--red)}
.footer-bottom{border-top:1px solid var(--line);padding:17px 0 23px;display:flex;justify-content:space-between;color:#303a45;font-size:9px}

/* Mobile */
@media(max-width:1000px){
  nav{gap:16px}
  .hero-grid{grid-template-columns:minmax(0,1fr) 400px;gap:38px}
  .hero h1{font-size:58px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(3,1fr);gap:35px 20px}
  .step-line{display:none}
}
@media(max-width:800px){
  .header,.nav{height:64px}
  nav,.top-book{display:none}
  .menu{display:block;margin-left:auto}
  .hero{min-height:0;padding:55px 0 60px}
  .hero-grid{grid-template-columns:1fr;gap:43px}
  .hero-copy{text-align:center}
  .hero-copy .eyebrow{justify-content:center}
  .hero h1{font-size:52px;margin-top:17px}
  .hero-copy>p{font-size:16px;max-width:600px;margin:auto}
  .actions{justify-content:center}
  .trust{max-width:520px;margin:34px auto 0;justify-content:space-between;text-align:left}
  .booking-area{justify-self:center;max-width:520px}
  .booking-card{padding:25px}
  .services,.process{padding:72px 0}
  .section-top,.process-top{display:block}
  .outline{display:inline-flex;margin-top:22px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .faq-inner{grid-template-columns:1fr;gap:35px}
  .final-inner{min-height:0;padding:55px 0;display:grid;grid-template-columns:1fr auto}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:560px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .hero{padding:42px 0 48px}
  .hero h1{font-size:45px;letter-spacing:-.065em}
  .hero-copy>p{font-size:15px;line-height:1.55}
  .actions{flex-direction:column;gap:9px}
  .btn{width:100%;padding:13px}
  .trust{
    flex-direction:column;align-items:flex-start;gap:12px;
    width:max-content;max-width:100%;padding-top:20px
  }
  .trust>div{gap:9px}
  .booking-area{width:100%}
  .booking-card{border-radius:26px;padding:21px}
  .booking-heading{display:block}
  .booking-heading>span{display:inline-block;margin-top:9px}
  .booking-heading h2{font-size:27px}
  .booking-card>p{margin:9px 0 19px;font-size:12px}
  .services,.process{padding:60px 0}
  .section-top h2,.process h2{font-size:38px}
  .service-grid{grid-template-columns:1fr;gap:10px}
  .service-card{min-height:0;padding:19px}
  .service-card p{max-width:300px}
  .process-top>p{margin-top:0}
  .steps{grid-template-columns:1fr;gap:18px}
  .step{display:grid;grid-template-columns:43px 1fr;column-gap:13px;align-items:center}
  .step i{grid-row:span 2;margin:0}
  .step b,.step span{grid-column:2}
  .step span{margin-top:1px}
  .faq-preview{padding:60px 0}
  .faq-inner h2{font-size:41px}
  .final-inner{grid-template-columns:1fr;gap:24px}
  .final-inner h2{font-size:39px}
  .final-inner>a{width:max-content}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin:5px 0}
}


/* Mobile navigation drawer */
@media(max-width:800px){
  .main-nav{
    position:absolute;
    left:14px;
    right:14px;
    top:72px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(18,18,25,.08);
    border-radius:20px;
    box-shadow:0 18px 50px rgba(40,10,20,.13);
    backdrop-filter:blur(24px);
    -webkit-backdrop-filter:blur(24px);
  }

  .main-nav.mobile-open{
    display:flex;
  }

  .main-nav a{
    padding:13px 14px;
    border-radius:13px;
    font-size:14px;
  }

  .main-nav a:hover,
  .main-nav a.active{
    background:#e8f5ff;
    color:var(--red);
  }

  .main-nav a.active:after{
    display:none;
  }
}

@media(max-width:560px){
  .main-nav{
    top:64px;
    left:8px;
    right:8px;
  }
}


/* Shared inner pages */
.page-hero{
  position:relative;
  overflow:hidden;
  padding:90px 0 72px;
  background:
    radial-gradient(circle at 82% 10%,rgba(8,118,209,.13),transparent 27%),
    linear-gradient(120deg,#fff,#f7fbff 60%,#f2fbf6);
}
.page-hero:after{
  content:"";position:absolute;width:520px;height:520px;right:-270px;top:-280px;border:1px solid rgba(8,118,209,.12);border-radius:50%;
  box-shadow:0 0 0 70px rgba(24,184,106,.025);
}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{
  max-width:900px;margin:20px 0 17px;font-size:clamp(48px,6vw,70px);line-height:.98;letter-spacing:-.065em
}
.page-hero h1 strong{color:var(--red)}
.page-lead{max-width:670px;margin:0;color:#707079;font-size:18px;line-height:1.6}
.page-hero.compact{padding:70px 0 58px}
.inner-section{padding:90px 0}
.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.detail-card{
  border:1px solid var(--line);border-radius:26px;padding:28px;background:#fff;display:flex;flex-direction:column;min-height:350px;
  transition:.22s ease
}
.detail-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(50,10,25,.07)}
.detail-number{font-size:10px;color:#999;font-weight:800}
.detail-icon{width:46px;height:46px;border-radius:14px;background: #e5f2ff;color:var(--red);display:grid;place-items:center;font-weight:800;margin:21px 0}
.detail-card h2{font-size:23px;line-height:1.05;letter-spacing:-.045em;margin:0 0 10px}
.detail-card p{font-size:13px;color:#777780;line-height:1.55;margin:0}
.detail-price{font-size:21px;color:var(--red);font-weight:800;margin-top:auto;margin-bottom:18px}
.detail-card .primary-btn{width:max-content;padding:12px 16px;font-size:11px;border-radius:14px}
.info-band{background:linear-gradient(115deg,#063e73,#0876d1 52%,#18a85f);color:#fff;padding:70px 0}
.info-band-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.info-band small{font-size:10px;font-weight:800;letter-spacing:.13em;opacity:.7}
.info-band h2{font-size:43px;line-height:1;letter-spacing:-.055em;margin:10px 0 0}
.info-band h2 strong{color:#baf0d2}
.info-band p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7;max-width:580px}
.journey{max-width:900px}
.journey-step{display:grid;grid-template-columns:58px 1fr;gap:25px;padding:30px 0;border-top:1px solid var(--line)}
.journey-number{width:48px;height:48px;border-radius:50%;background:#e5f2ff;color:var(--red);display:grid;place-items:center;font-size:11px;font-weight:800}
.journey-step h2{font-size:25px;letter-spacing:-.04em;margin:0 0 5px}
.journey-step p{color:#777780;margin:0;font-size:14px}
.soft-section{background:#f6fbff;padding:80px 0}
.narrow-copy{max-width:780px}
.narrow-copy h2{font-size:43px;letter-spacing:-.055em;margin:15px 0}
.narrow-copy p{color:#777780;font-size:15px;line-height:1.7}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.about-grid h2{font-size:45px;line-height:1.02;letter-spacing:-.055em;margin:15px 0}
.about-grid h2 strong{color:var(--red)}
.about-copy p{color:#707079;font-size:16px;line-height:1.75;margin:0 0 18px}
.values-section{background:#f6fbff;padding:80px 0}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}
.values-grid>div{background:#fff;border:1px solid var(--line);border-radius:23px;padding:23px}
.values-grid b{font-size:10px;color:var(--red)}
.values-grid h3{font-size:20px;letter-spacing:-.03em;margin:25px 0 8px}
.values-grid p{font-size:12px;color:#777780;line-height:1.55;margin:0}
.faq-page{max-width:900px}
.faq-page details{border-top:1px solid var(--line);padding:22px 0}
.faq-page details:last-child{border-bottom:1px solid var(--line)}
.faq-page summary{list-style:none;display:flex;justify-content:space-between;gap:25px;cursor:pointer;font-size:16px;font-weight:650}
.faq-page summary::-webkit-details-marker{display:none}
.faq-page summary b{font-size:21px;font-weight:400;color:var(--red)}
.faq-page p{max-width:750px;color:#777780;font-size:13px;line-height:1.65;margin:12px 0 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.contact-card{border:1px solid var(--line);border-radius:28px;padding:32px;background:#fff;min-height:300px}
.primary-contact{background:linear-gradient(145deg,#f2f9ff,#eefaf4)}
.contact-card small{font-size:10px;color:var(--red);font-weight:800;letter-spacing:.12em}
.contact-card h2{font-size:30px;letter-spacing:-.045em;margin:15px 0 10px}
.contact-card p{color:#777780;font-size:14px;line-height:1.6;max-width:450px}
.contact-card .primary-btn{margin-top:20px}
.placeholder-contact{display:grid;grid-template-columns:90px 1fr;gap:10px;margin-top:25px;font-size:12px}
.placeholder-contact span{color:#999}.placeholder-contact b{font-weight:650}
.legal-section{padding:70px 0 100px}
.legal-copy{max-width:850px}
.legal-copy h2{font-size:28px;letter-spacing:-.04em;margin:40px 0 10px}
.legal-copy p{font-size:14px;color:#66666f;line-height:1.75}
.legal-notice{background:#eef8f3;border-left:3px solid var(--red);padding:16px 18px;color:#65656d;font-size:12px;line-height:1.6;border-radius:0 13px 13px 0}
@media(max-width:850px){
  .service-detail-grid{grid-template-columns:1fr 1fr}
  .info-band-inner{grid-template-columns:1fr;gap:25px}
  .about-grid{grid-template-columns:1fr;gap:35px}
  .values-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .page-hero{padding:58px 0 48px}
  .page-hero h1{font-size:44px}
  .page-lead{font-size:15px}
  .inner-section,.legal-section{padding:60px 0}
  .service-detail-grid{grid-template-columns:1fr}
  .detail-card{min-height:290px}
  .info-band{padding:55px 0}
  .info-band h2{font-size:37px}
  .journey-step{grid-template-columns:45px 1fr;gap:15px;padding:23px 0}
  .journey-number{width:40px;height:40px}
  .journey-step h2{font-size:21px}
  .values-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .contact-card{min-height:0;padding:25px}
}


/* V5 typography + button language */
body,
button,
select,
input,
textarea{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

.btn,
.outline,
.primary-btn,
.top-book,
.final-inner>a{
  border-radius:15px;
}

.btn.primary,
.book-btn,
.primary-btn{
  letter-spacing:-.01em;
}

.btn.secondary{
  border-radius:15px;
}

/* Keep controls comfortably tappable on mobile */
@media(max-width:560px){
  .btn,
  .book-btn,
  .outline,
  .primary-btn,
  .top-book,
  .final-inner>a{
    min-height:52px;
  }
}

/* =========================================================
   V8.2 TYPOGRAPHY ALIGNMENT — MOBILE READABILITY
   Consistent type scale, spacing and line-height
   ========================================================= */
:root{
  --font-ui:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --text-body:16px;
  --text-small:13px;
  --text-xs:12px;
}

html{font-size:16px;-webkit-text-size-adjust:100%;}
body{font-family:var(--font-ui);font-size:var(--text-body);line-height:1.6;color:var(--ink);}
button,input,select,textarea{font-family:var(--font-ui);}

/* Navigation */
nav a{font-size:14px;line-height:1.3;}
.top-book{font-size:13px;}

/* Hero */
.eyebrow{font-size:11px;line-height:1.3;}
.hero-copy>p{font-size:18px;line-height:1.65;}
.btn{font-size:14px;line-height:1.2;}
.trust b{font-size:12px;line-height:1.35;}
.trust small{font-size:11px;line-height:1.35;}

/* Booking */
.booking-heading small{font-size:10px;line-height:1.3;}
.booking-heading>span{font-size:10px;}
.booking-card>p{font-size:14px;line-height:1.6;}
.booking-card label{font-size:13px;line-height:1.35;}
.booking-card select{font-size:14px;}
.booking-note b{font-size:11px;line-height:1.35;}
.booking-note small{font-size:10px;line-height:1.45;}
.book-btn{font-size:14px;}

/* Section headings */
.section-top p,.process-top>p{font-size:15px;line-height:1.65;}
.outline{font-size:13px;}

/* Service cards */
.service-head small{font-size:10px;}
.service-card h3{font-size:18px;line-height:1.25;}
.service-card p{font-size:13px;line-height:1.65;}
.service-foot b{font-size:18px;}
.service-foot a{font-size:12px;}

/* Process */
.process-top .eyebrow{font-size:11px;}
.step b{font-size:14px;line-height:1.4;}
.step span{font-size:12px;line-height:1.55;}

/* FAQ */
.faq-list summary{font-size:15px;line-height:1.5;}
.faq-list summary b{font-size:22px;}
.faq-list p{font-size:13px;line-height:1.7;}

/* CTA / footer */
.final-inner small{font-size:11px;}
.final-inner p{font-size:15px;line-height:1.65;}
.final-inner>a{font-size:13px;}
.footer-brand p{font-size:12px;line-height:1.55;}
.footer-grid h4{font-size:12px;}
.footer-grid>div>a:not(.brand){font-size:12px;line-height:1.5;}
.footer-bottom{font-size:11px;line-height:1.45;}

/* Inner pages */
.page-lead{font-size:18px;line-height:1.65;}
.detail-number{font-size:11px;}
.detail-card h2{font-size:25px;line-height:1.15;}
.detail-card p{font-size:14px;line-height:1.65;}
.detail-price{font-size:22px;}
.detail-card .primary-btn{font-size:13px;}
.info-band small{font-size:11px;}
.info-band p{font-size:16px;line-height:1.7;}
.journey-number{font-size:12px;}
.journey-step h2{font-size:26px;line-height:1.2;}
.journey-step p{font-size:15px;line-height:1.65;}
.narrow-copy p{font-size:16px;line-height:1.75;}
.about-copy p{font-size:16px;line-height:1.75;}
.values-grid b{font-size:11px;}
.values-grid h3{font-size:21px;line-height:1.25;}
.values-grid p{font-size:13px;line-height:1.65;}
.faq-page summary{font-size:17px;line-height:1.5;}
.faq-page summary b{font-size:22px;}
.faq-page p{font-size:14px;line-height:1.7;}
.contact-card small{font-size:11px;}
.contact-card h2{font-size:31px;line-height:1.2;}
.contact-card p{font-size:15px;line-height:1.7;}
.placeholder-contact{font-size:13px;}
.legal-copy p{font-size:15px;line-height:1.75;}
.legal-notice{font-size:13px;line-height:1.65;}

/* Mobile: prioritize comfortable reading without oversized headings */
@media(max-width:560px){
  body{font-size:16px;}
  .hero-copy>p{font-size:16px;line-height:1.65;}
  .hero h1{font-size:44px;line-height:1.02;}
  .booking-heading h2{font-size:29px;line-height:1.15;}
  .booking-card>p{font-size:14px;}
  .booking-card label{font-size:13px;}
  .booking-card select{font-size:16px;}
  .booking-note b{font-size:11px;}
  .booking-note small{font-size:10px;}
  .section-top h2,.process h2{font-size:37px;line-height:1.05;}
  .section-top p,.process-top>p{font-size:15px;line-height:1.65;}
  .service-card h3{font-size:19px;}
  .service-card p{font-size:14px;line-height:1.65;}
  .step b{font-size:14px;}
  .step span{font-size:12px;line-height:1.55;}
  .faq-inner h2{font-size:40px;}
  .faq-list summary{font-size:16px;line-height:1.5;}
  .faq-list p{font-size:14px;line-height:1.7;}
  .final-inner h2{font-size:38px;line-height:1.05;}
  .final-inner p{font-size:15px;line-height:1.65;}
  .page-hero h1{font-size:43px;line-height:1.03;}
  .page-lead{font-size:16px;line-height:1.65;}
  .detail-card h2{font-size:25px;}
  .detail-card p{font-size:14px;line-height:1.65;}
  .info-band h2{font-size:37px;line-height:1.05;}
  .info-band p{font-size:15px;line-height:1.7;}
  .journey-step h2{font-size:23px;line-height:1.2;}
  .journey-step p{font-size:15px;line-height:1.65;}
  .narrow-copy h2,.about-grid h2{font-size:38px;line-height:1.05;}
  .narrow-copy p,.about-copy p{font-size:16px;line-height:1.75;}
  .values-grid h3{font-size:21px;}
  .values-grid p{font-size:14px;line-height:1.65;}
  .faq-page summary{font-size:17px;line-height:1.5;}
  .faq-page p{font-size:14px;line-height:1.7;}
  .contact-card h2{font-size:30px;}
  .contact-card p{font-size:15px;line-height:1.7;}
  .legal-copy p{font-size:15px;line-height:1.75;}
  .legal-notice{font-size:13px;line-height:1.65;}
}


/* =========================================================
   V8.3 — VALLEY SANS + ACCESSIBLE READING SCALE
   Stronger contrast, larger body text, clearer mobile reading
   ========================================================= */

:root{
  --font-brand:'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ink:#101820;
  --muted:#4f5b66;
  --line:rgba(16,24,32,.14);
  --red:#0876d1;
  --red-dark:#0758a3;
  --green:#18a85f;
  --green-dark:#107845;
  --rose:#e8f5ff;
  --rose-2:#f1faf5;
}

html{
  font-size:16px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body,
button,
select,
input,
textarea{
  font-family:var(--font-brand);
}

body{
  color:var(--ink);
  font-size:17px;
  line-height:1.65;
  font-weight:400;
}

/* Clearer navigation */
nav a{font-size:15px;font-weight:600;color:#27313a;}
.top-book{font-size:14px;font-weight:700;}
.brand b{font-size:19px;font-weight:700;}
.brand em{font-size:11px;color:#4f5b66;}

/* Hero */
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;}
.hero-copy>p{font-size:20px;line-height:1.7;color:#35414b;}
.hero h1{font-weight:700;}
.btn{font-size:15px;font-weight:700;}
.trust b{font-size:14px;}
.trust small{font-size:12px;color:#52606b;}

/* Booking card */
.booking-heading small{font-size:11px;}
.booking-heading h2{font-size:31px;font-weight:700;}
.booking-heading>span{font-size:11px;font-weight:700;}
.booking-card>p{font-size:15px;line-height:1.65;color:#43505b;}
.booking-card label{font-size:14px;font-weight:700;}
.booking-card select{font-size:16px;color:#18222b;}
.book-btn{font-size:15px;font-weight:700;}
.booking-note b{font-size:12px;}
.booking-note small{font-size:11px;color:#52606b;}

/* Section headings and descriptions */
.section-top h2,.process h2{font-weight:700;}
.section-top p,.process-top>p{font-size:16px;line-height:1.7;color:#43505b;}
.outline{font-size:14px;font-weight:700;}

/* Services */
.service-head small{font-size:11px;color:#52606b;}
.service-card h3{font-size:19px;font-weight:700;line-height:1.25;}
.service-card p{font-size:14px;line-height:1.7;color:#46535e;}
.service-foot b{font-size:19px;}
.service-foot a{font-size:13px;font-weight:700;}

/* How it works */
.step b{font-size:15px;font-weight:700;}
.step span{font-size:13px;line-height:1.6;color:#52606b;}

/* FAQ */
.faq-list summary{font-size:16px;font-weight:650;line-height:1.6;}
.faq-list p{font-size:15px;line-height:1.75;color:#43505b;}

/* CTA */
.final-inner p{font-size:17px;line-height:1.7;}
.final-inner>a{font-size:14px;font-weight:700;}

/* Footer */
.footer-brand p{font-size:13px;}
.footer-grid h4{font-size:13px;}
.footer-grid>div>a:not(.brand){font-size:13px;line-height:1.65;color:#34414b;}
.footer-bottom{font-size:12px;line-height:1.55;color:#52606b;}

/* Inner pages */
.page-hero h1{font-weight:700;}
.page-lead{font-size:20px;line-height:1.7;color:#35414b;}
.detail-card h2{font-weight:700;}
.detail-card p{font-size:15px;line-height:1.75;color:#43505b;}
.detail-card .primary-btn{font-size:14px;font-weight:700;}
.info-band p{font-size:17px;line-height:1.75;}
.journey-step h2{font-weight:700;}
.journey-step p{font-size:16px;line-height:1.75;color:#43505b;}
.narrow-copy p,.about-copy p{font-size:17px;line-height:1.8;color:#35414b;}
.values-grid b{font-size:12px;}
.values-grid h3{font-size:22px;font-weight:700;}
.values-grid p{font-size:14px;line-height:1.75;color:#43505b;}
.faq-page summary{font-size:18px;line-height:1.6;font-weight:650;}
.faq-page p{font-size:15px;line-height:1.75;color:#43505b;}
.contact-card small{font-size:12px;font-weight:700;}
.contact-card h2{font-size:32px;font-weight:700;}
.contact-card p{font-size:16px;line-height:1.75;color:#35414b;}
.placeholder-contact{font-size:14px;}
.legal-copy p{font-size:16px;line-height:1.8;color:#35414b;}
.legal-notice{font-size:14px;line-height:1.7;}

/* Strong, consistent button treatment */
.primary-btn,.final-inner>a,.top-book,.btn.primary,.book-btn,.form-actions button,.result-actions a{
  font-weight:700;
  color:#fff;
  background:linear-gradient(110deg,#0758a3,#0876d1 52%,#18a85f);
}
.primary-btn:hover,.final-inner>a:hover,.top-book:hover,.btn.primary:hover,.book-btn:hover{
  background:linear-gradient(110deg,#064b8d,#0668b9 52%,#107845);
}

/* Mobile accessibility */
@media(max-width:560px){
  body{font-size:17px;line-height:1.68;}
  nav a{font-size:16px;}
  .hero-copy>p{font-size:18px;line-height:1.7;}
  .hero h1{font-size:45px;line-height:1.04;}
  .eyebrow{font-size:12px;}
  .btn,.book-btn,.primary-btn,.top-book{font-size:15px;min-height:54px;}
  .booking-heading h2{font-size:30px;}
  .booking-card>p{font-size:15px;}
  .booking-card label{font-size:14px;}
  .booking-card select{font-size:16px;min-height:54px;}
  .booking-note b{font-size:12px;}
  .booking-note small{font-size:11px;}
  .section-top h2,.process h2{font-size:39px;line-height:1.06;}
  .section-top p,.process-top>p{font-size:16px;line-height:1.7;}
  .service-card h3{font-size:20px;}
  .service-card p{font-size:15px;line-height:1.7;}
  .service-foot a{font-size:13px;}
  .step b{font-size:15px;}
  .step span{font-size:13px;}
  .faq-inner h2{font-size:41px;}
  .faq-list summary{font-size:17px;line-height:1.6;}
  .faq-list p{font-size:15px;line-height:1.75;}
  .final-inner h2{font-size:40px;}
  .final-inner p{font-size:16px;}
  .page-hero h1{font-size:45px;line-height:1.04;}
  .page-lead{font-size:18px;line-height:1.7;}
  .detail-card h2{font-size:27px;}
  .detail-card p{font-size:15px;line-height:1.75;}
  .info-band h2{font-size:39px;}
  .info-band p{font-size:16px;line-height:1.75;}
  .journey-step h2{font-size:25px;}
  .journey-step p{font-size:16px;line-height:1.75;}
  .narrow-copy h2,.about-grid h2{font-size:40px;}
  .narrow-copy p,.about-copy p{font-size:17px;line-height:1.8;}
  .values-grid h3{font-size:22px;}
  .values-grid p{font-size:15px;line-height:1.75;}
  .faq-page summary{font-size:18px;}
  .faq-page p{font-size:15px;line-height:1.75;}
  .contact-card h2{font-size:31px;}
  .contact-card p{font-size:16px;line-height:1.75;}
  .legal-copy p{font-size:16px;line-height:1.8;}
}


/* =========================================================
   V8.4 — INTER + HIGH-CONTRAST BLACK TYPE + BOXY BUTTONS
   Final visual refinement
   ========================================================= */
:root{
  --font-brand:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-ui:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --ink:#080b10;
  --text-dark:#11161d;
  --text-mid:#202833;
  --text-soft:#303a45;
  --line:rgba(8,11,16,.14);
}

html{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;}
body,button,select,input,textarea{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
}

/* Black / dark-black typography — avoid washed-out grey */
body{color:#080b10;}
nav a{color:#11161d;}
nav a:hover,nav a.active{color:#0758a3;}
.brand em{color:#202833;}
.hero-copy>p,
.section-top p,
.process-top>p,
.page-lead,
.detail-card p,
.journey-step p,
.narrow-copy p,
.about-copy p,
.values-grid p,
.faq-page p,
.contact-card p,
.legal-copy p,
.faq-list p,
.booking-card>p,
.service-card p{
  color:#202833;
}
.trust small,
.booking-note small,
.service-head small,
.step span,
.footer-grid>div>a:not(.brand),
.footer-bottom,
.legal-notice{
  color:#303a45;
}
.footer-brand p{color:#202833;}

/* Strong headings */
h1,h2,h3,h4,h5,h6,
.booking-heading h2,
.service-card h3,
.detail-card h2,
.journey-step h2,
.about-grid h2,
.contact-card h2,
.narrow-copy h2,
.values-grid h3,
.result-card h2,
.faq-list summary,
.faq-page summary{
  color:#080b10;
}

/* Inputs: high contrast text */
select,
.form-field input,
.form-field select,
.form-field textarea,
.result-actions button{
  color:#080b10;
  background:#fff;
}
select::placeholder,
.form-field input::placeholder,
.form-field textarea::placeholder{color:#4a5561;opacity:1;}

/* Rectangular, fluid buttons — matching the home-page language */
.btn,
.outline,
.primary-btn,
.top-book,
.final-inner>a,
.book-btn,
.form-actions button,
.result-actions a,
.result-actions button{
  border-radius:12px;
  min-height:52px;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-weight:700;
  letter-spacing:-.015em;
}

.primary-btn,
.final-inner>a,
.top-book,
.btn.primary,
.book-btn,
.form-actions button,
.result-actions a{
  background:linear-gradient(110deg,#0758a3 0%,#0876d1 52%,#18a85f 100%);
  color:#fff;
  border:0;
  box-shadow:0 10px 22px rgba(7,88,163,.16);
}

.primary-btn:hover,
.final-inner>a:hover,
.top-book:hover,
.btn.primary:hover,
.book-btn:hover,
.form-actions button:hover,
.result-actions a:hover{
  background:linear-gradient(110deg,#064b8d 0%,#0668b9 52%,#107845 100%);
}

.btn.secondary,
.outline,
.result-actions button{
  background:#fff;
  color:#080b10;
  border:1px solid rgba(8,11,16,.18);
}

.btn.secondary:hover,
.outline:hover,
.result-actions button:hover{
  color:#0758a3;
  border-color:rgba(7,88,163,.38);
  background:#f7fbff;
}

/* Contact page: exactly the same boxy primary treatment as the main CTA */
.contact-card .primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:max-content;
  padding:13px 20px;
  margin-top:20px;
  border-radius:12px;
  font-size:15px;
  min-height:52px;
}

/* Keep the mobile version comfortable without becoming pill-shaped */
@media(max-width:560px){
  body{font-size:17px;line-height:1.68;}
  .btn,.book-btn,.primary-btn,.top-book,.final-inner>a,
  .form-actions button,.result-actions a,.result-actions button{
    min-height:54px;
    border-radius:12px;
    font-size:15px;
  }
  .contact-card .primary-btn{
    width:100%;
    min-height:54px;
    border-radius:12px;
  }
}


/* =========================================================
   V8.5 — UNIFIED DARK-TYPE / DARK-BACKGROUND CONTRAST
   Homepage cleanup + accessible CTA typography
   ========================================================= */

/* Remove the visual footprint of the deleted homepage trust row. */
.trust{display:none !important;}

/* Dark / gradient sections must always use light text. */
.final-cta,
.info-band{
  color:#fff;
}

.final-cta .final-inner,
.final-cta .final-inner h2,
.final-cta .final-inner small,
.final-cta .final-inner p,
.info-band .info-band-inner,
.info-band h2,
.info-band small,
.info-band p{
  color:#fff;
}

.final-cta .final-inner small,
.info-band small{
  color:rgba(255,255,255,.86);
  opacity:1;
}

.final-cta .final-inner p,
.info-band p{
  color:rgba(255,255,255,.88);
}

.final-cta .final-inner h2,
.info-band h2{
  text-shadow:0 1px 1px rgba(0,0,0,.08);
}

.final-cta .final-inner h2 strong,
.info-band h2 strong{
  color:#d9f8e8;
  background:none;
  -webkit-text-fill-color:initial;
}

/* White CTA button on a dark background remains intentionally white. */
.final-inner>a{
  background:#fff;
  color:#0758a3;
  border:0;
}

.final-inner>a:hover{
  background:#f4fbf8;
  color:#064b8d;
}

/* Homepage booking card — varied label so it does not repeat the main CTA. */
.booking-heading h2{
  color:#080b10;
}

/* Stronger readable text throughout shared components. */
.brand em{color:#202833;}
nav a{color:#11161d;}
.footer-brand p,
.footer-grid>div>a:not(.brand),
.footer-bottom{color:#303a45;}

/* Keep muted text dark enough without returning to washed-out grey. */
.section-top p,
.process-top>p,
.service-card p,
.step span,
.faq-list p,
.page-lead,
.detail-card p,
.journey-step p,
.narrow-copy p,
.about-copy p,
.values-grid p,
.faq-page p,
.contact-card p,
.legal-copy p{
  color:#202833;
}

/* Mobile: preserve comfortable reading sizes after removing the trust row. */
@media(max-width:560px){
  .hero-grid{gap:34px;}
  .hero-copy>p{max-width:620px;}
  .actions{margin-bottom:0;}
  .final-cta .final-inner h2{font-size:40px;line-height:1.05;}
  .final-cta .final-inner p{font-size:16px;line-height:1.65;}
  .info-band h2{font-size:39px;line-height:1.05;}
  .info-band p{font-size:16px;line-height:1.75;}
}


/* =========================================================
   V8.6 — HOMEPAGE HERO TRUST STRIP
   ========================================================= */
.hero-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
  padding-top:25px;
  border-top:1px solid rgba(6,62,115,.12);
  max-width:760px;
}
.hero-trust-item{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.hero-trust-item i{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#e7f3ff;
  color:#0876d1;
  font-style:normal;
  font-size:17px;
  font-weight:800;
}
.hero-trust-item:nth-child(2) i{
  background:#eaf8f1;
  color:#138c51;
}
.hero-trust-item:nth-child(3) i{
  background:#e9f2ff;
  color:#0758a3;
}
.hero-trust-item span{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.hero-trust-item b{
  color:#090d14;
  font-size:15px;
  line-height:1.25;
  font-weight:750;
}
.hero-trust-item small{
  margin-top:3px;
  color:#26313d;
  font-size:13px;
  line-height:1.3;
}

/* The hero trust strip replaces the old homepage action buttons. */
@media (max-width: 900px){
  .hero-trust{grid-template-columns:1fr;gap:14px;max-width:520px;}
}

@media (max-width: 600px){
  .hero-trust{
    margin-top:27px;
    padding-top:21px;
    gap:13px;
  }
  .hero-trust-item{gap:10px;}
  .hero-trust-item i{
    flex-basis:34px;width:34px;height:34px;
    border-radius:10px;
  }
  .hero-trust-item b{font-size:15px;}
  .hero-trust-item small{font-size:13px;}
}


/* =========================================================
   V8.7 — HOMEPAGE HERO MOBILE CLEANUP
   Trust points are now integrated into one clear paragraph.
   ========================================================= */

.hero-copy > p{
  max-width: 680px;
  color:#11161d;
  font-size:20px;
  line-height:1.7;
  letter-spacing:-0.01em;
}

@media (max-width: 900px){
  .hero-copy > p{
    max-width: 700px;
    font-size:19px;
    line-height:1.68;
  }
}

@media (max-width: 600px){
  .hero-copy > p{
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    font-size:18px;
    line-height:1.65;
    letter-spacing:-0.005em;
  }
}

@media (max-width: 420px){
  .hero-copy > p{
    font-size:17px;
    line-height:1.62;
  }
}
