@font-face {
  font-family:Jakarta;
  src:url('/assets/fonts/plus-jakarta-sans.ttf') format('truetype');
  font-style:normal;
  font-weight:200 800;
  font-display:swap
}

@font-face {
  font-family:Caveat;
  src:url('/assets/fonts/caveat.ttf') format('truetype');
  font-style:normal;
  font-weight:400 700;
  font-display:swap
}

:root {
  --navy:#072b45;
  --muted:#527a97;
  --teal:#00a68d;
  --deep-teal:#007c75;
  --mint:#e9faf6;
  --border:#d6eaf0;
  --surface:#fff;
  font-family:Jakarta,Arial,sans-serif;
  color:var(--navy);
  font-size:clamp(10px,1.253133vw,15.0376px);
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:2rem
}

* {
  box-sizing:border-box
}

body {
  margin:0;
  background:#fbfdfd;
  font-size:.8rem;
  line-height:1.5
}

button,input,select {
  font:inherit
}

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

a {
  color:inherit;
  text-decoration:none
}

button {
  cursor:pointer
}

button:disabled {
  cursor:default
}

button {
  color:inherit
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  font-weight:800;
  line-height:1.17
}

h2 {
  font-size:2rem;
  letter-spacing:-.08rem
}

h3 {
  font-size:.83rem;
  letter-spacing:-.025rem
}

p {
  color:var(--muted)
}

em {
  font-style:normal;
  color:var(--teal)
}

ul {
  padding:0;
  list-style:none
}

svg {
  display:block
}

a,button,summary {
  touch-action:manipulation
}

a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #028f85;
  outline-offset:4px
}

input:focus-visible,select:focus-visible {
  outline:2px solid var(--teal);
  outline-offset:1px
}

.container {
  width:calc(100% - 11.4rem);
  max-width:68.4rem;
  margin-inline:auto
}

.wide-container {
  width:calc(100% - 5.6rem);
  max-width:74.2rem;
  margin-inline:auto
}

.svg-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.icon {
  width:1.8rem;
  height:1.8rem;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}

.eyebrow {
  text-transform:uppercase;
  font-size:.59rem;
  font-weight:800;
  letter-spacing:.065rem;
  color:#008e85;
  margin-bottom:.45rem
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  border:1px solid #b0e6df;
  border-radius:2rem;
  background:white;
  color:#009b86;
  font-weight:800;
  font-size:.77rem;
  padding:.85rem 1.8rem;
  line-height:1.2;
  transition:background .15s,box-shadow .15s
}

.button:hover {
  background:#ecfbf7;
  box-shadow:0 .3rem 1.2rem #008b8014
}

.button-primary {
  border-color:transparent;
  background:linear-gradient(105deg,#00ac9a,#00ac91);
  color:white;
  box-shadow:0 .45rem 1.2rem #00ad9120
}

.button-primary:hover {
  background:#009982
}

.button-outline {
  border-color:#5dd0c0
}

.button-small {
  font-size:.56rem;
  padding:.92rem 1.15rem
}

.icon-bubble {
  display:flex;
  align-items:center;
  justify-content:center;
  width:3.5rem;
  height:3.5rem;
  border-radius:50%;
  background:linear-gradient(130deg,#ddf9f2,#f0fbf8);
  color:#00a188
}

.icon-bubble .icon {
  width:1.7rem;
  height:1.7rem;
  stroke-width:2.5
}

.skip-link {
  position:fixed;
  left:1rem;
  top:-10rem;
  padding:1rem;
  background:white;
  z-index:20
}

.skip-link:focus {
  top:1rem
}

/* The reference is 798 × 1972. Rem dimensions scale its composition up to 1200px. */
.page-top {
  position:relative;
  overflow:hidden;
  padding-bottom:1.9rem;
  background:radial-gradient(ellipse at 63% 54%,#eaf8f7b3,transparent 55%),linear-gradient(115deg,#fcfdfd,#f8fcfc)
}

.header {
  height:4.8rem;
  display:flex;
  align-items:center;
  gap:2.8rem;
  position:relative;
  z-index:2
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  white-space:nowrap;
  font-size:.97rem;
  letter-spacing:-.055rem;
  font-weight:800
}

.brand-fr {
  color:#00b495;
  font-style:italic
}

.brand-mark {
  width:2rem;
  height:2.5rem;
  position:relative;
  color:#00af91;
  display:inline-flex;
  align-items:center
}

.brand-mark>svg {
  width:2.4rem;
  height:2.4rem;
  fill:none;
  stroke:currentColor;
  stroke-width:3.2;
  stroke-linejoin:round
}

.brand-mark .brand-box {
  position:absolute;
  width:1.1rem;
  height:1.1rem;
  left:.8rem;
  top:1rem;
  stroke-width:2.3;
  fill:#effffb
}

.navigation {
  display:flex;
  gap:2.2rem;
  align-items:center;
  font-size:.67rem;
  font-weight:600;
  white-space:nowrap
}

.navigation a:hover {
  color:var(--teal)
}

.header-actions {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:1rem;
  white-space:nowrap
}

.client-button {
  display:flex;
  align-items:center;
  gap:.45rem;
  color:white;
  background:#009d8550;
  border:0;
  border-radius:2rem;
  padding:.65rem .8rem;
  font-size:.55rem;
  box-shadow:0 .25rem .8rem #008c6920
}

.client-button .icon {
  width:1rem;
  height:1rem
}

.menu-toggle {
  display:none
}

.hero-decoration {
  position:absolute;
  right:-.5rem;
  top:-7rem;
  width:27.8rem;
  height:23rem;
  border-radius:45% 0 50% 55%;
  background:linear-gradient(130deg,#00a98e 25%,#44cbb0 60%,#d6e6e0 85%);
  box-shadow:inset 3.5rem 1rem #70d5c3;
  transform:rotate(-10deg)
}

.hero-photo {
  position:absolute;
  top:4rem;
  right:0;
  width:13.6rem;
  height:30.4rem;
  object-fit:cover;
  border-radius:0 0 0 70%
}

.hero {
  height:34.4rem;
  position:relative;
  display:grid;
  grid-template-columns:34rem 24.5rem;
  gap:2rem;
  padding-top:1.8rem
}

.badge {
  display:inline-block;
  border-radius:2rem;
  padding:.3rem .7rem;
  background:#e2f9f3;
  font-size:.56rem;
  font-weight:800;
  color:#009e8b;
  margin-bottom:.65rem
}

h1 {
  font-size:3.45rem;
  line-height:1.055;
  letter-spacing:-.14rem;
  font-weight:800
}

h1 em {
  color:#009b88
}

.hero-description {
  font-size:1rem;
  line-height:1.65;
  margin-top:1rem;
  font-weight:500
}

.hero-benefits {
  display:grid;
  grid-template-columns:1fr 1.04fr 1fr;
  gap:1.2rem;
  margin-top:1.8rem;
  width:35.5rem
}

.hero-benefits>div {
  display:grid;
  grid-template-columns:2.4rem 1fr;
  column-gap:.7rem;
  align-content:start
}

.solid-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#00a58c;
  border-radius:50%;
  width:2.15rem;
  height:2.15rem;
  color:white
}

.solid-icon .icon {
  width:1.4rem;
  height:1.4rem
}

.hero-benefits strong {
  font-size:.66rem;
  line-height:1.65
}

.hero-benefits p {
  grid-column:1/-1;
  font-size:.7rem;
  line-height:1.6;
  margin-top:.5rem
}

.handwriting {
  font-family:Caveat,cursive;
  font-weight:700;
  color:#00ac90
}

.hero-note {
  font-size:1.57rem;
  transform:rotate(-5deg);
  margin-top:1.5rem;
  width:23rem;
  line-height:1.2
}

.hero-note svg {
  width:7.6rem;
  height:2.1rem;
  margin-left:10.6rem;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7
}

.quote-form {
  margin-top:.5rem;
  background:#ffffffee;
  padding:1.6rem 1.75rem 1.5rem;
  border-radius:1.35rem;
  border:1px solid #e6f4f5;
  box-shadow:0 1.2rem 3rem #037c9512;
  align-self:start;
  width:24.5rem;
  z-index:1
}

.form-heading {
  display:flex;
  align-items:center;
  gap:.65rem;
  margin-bottom:1.55rem
}

.form-heading h2 {
  font-size:1.07rem;
  letter-spacing:-.04rem;
  white-space:nowrap
}

.form-heading p {
  font-size:.53rem;
  margin-top:.3rem;
  white-space:nowrap
}

.form-heading-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:1.8rem;
  height:1.8rem;
  border:1.5px solid #88dfd6;
  border-radius:50%;
  color:#00b98e;
  background:linear-gradient(140deg,#fff 45%,#ffe38f 46%,#ffe38f 75%,#dcf7eb 75%);
  flex-shrink:0
}

.form-heading-icon .icon {
  width:1.2rem;
  height:1.2rem
}

.field {
  margin-bottom:.75rem
}

.field label {
  display:flex;
  align-items:center;
  gap:.65rem;
  font-size:.58rem;
  font-weight:700;
  margin-bottom:.25rem
}

.field label .icon {
  width:.95rem;
  height:.95rem;
  color:#00a799
}

.field label span {
  margin-left:-.45rem
}

.input-wrap {
  position:relative
}

.input-wrap>.icon {
  position:absolute;
  left:.55rem;
  top:.62rem;
  width:.65rem;
  height:.65rem;
  color:#82aabb;
  pointer-events:none
}

.input-wrap input,.input-wrap select {
  height:2rem;
  width:100%;
  border:1px solid #d3e8ef;
  border-radius:.8rem;
  background:transparent;
  color:#537b97;
  font-size:.66rem;
  padding:0 .7rem 0 1.85rem;
  outline-offset:1px
}

.input-wrap select {
  padding-right:.4rem
}

.input-wrap input::placeholder {
  color:#8ca6bf;
  opacity:1
}

.compare-button {
  width:100%;
  height:2.85rem;
  border-radius:.9rem;
  font-size:.82rem;
  padding:0 .5rem;
  margin-top:0
}

.privacy-note {
  display:flex;
  align-items:center;
  gap:.4rem;
  font-size:.53rem;
  margin-top:.8rem;
  white-space:nowrap
}

.privacy-note .icon {
  color:#00a590;
  width:.8rem;
  height:.8rem
}

.field-error {
  display:block;
  color:#ab3636;
  font-size:.65rem
}

.field-error:empty {
  display:none
}

.field input[aria-invalid=true] {
  border-color:#ab3636
}

.form-result {
  margin-top:1rem;
  font-size:.8rem;
  background:#e9faf6;
  padding:.8rem;
  border-radius:.5rem
}

.commitment {
  height:8rem;
  border-radius:1.7rem;
  background:linear-gradient(100deg,#eafaf7d9,#effaf8b3);
  display:grid;
  grid-template-columns:20.3rem repeat(3,1fr);
  align-items:center;
  margin-top:0
}

.commitment-title {
  padding-left:3.7rem
}

.commitment-title h2 {
  font-size:1.55rem;
  line-height:1.3;
  letter-spacing:-.05rem
}

.commitment-title .eyebrow {
  font-size:.55rem;
  margin-bottom:.35rem
}

.commitment-item {
  display:flex;
  align-items:center;
  gap:1.3rem;
  border-left:1px solid #d9efec;
  padding-left:1.25rem;
  min-height:4.6rem
}

.commitment-item .icon-bubble {
  width:4.5rem;
  height:4.5rem
}

.commitment-item .icon {
  width:2rem;
  height:2rem
}

.commitment-item p {
  font-size:.7rem;
  font-weight:500;
  color:#2f5976;
  line-height:1.65
}

.commitment-item strong {
  font-weight:700
}

/* Process and service */
.how-section {
  height:26.2rem;
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#f4f9fc,#f7fafc);
  padding-top:2.2rem
}

.how-section:after {
  content:"";
  position:absolute;
  right:-3rem;
  bottom:-2rem;
  width:17rem;
  height:17rem;
  border-radius:70% 25% 35% 0;
  background:linear-gradient(135deg,#d9f3ec,#eff8f3);
  transform:rotate(-18deg)
}

.how-section .container {
  position:relative;
  z-index:1;
  padding-inline:.7rem
}

.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}

.section-heading>p {
  font-size:.77rem;
  line-height:1.75;
  margin-top:1.5rem;
  max-width:29rem
}

.how-section h2 {
  font-size:2.1rem
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.9rem;
  margin-top:2.1rem
}

.step-card {
  height:12rem;
  border-radius:1.1rem;
  padding:1.05rem 1.6rem;
  background:#fffefef2;
  box-shadow:0 .7rem 2rem #266b8410;
  position:relative
}

.step-card:not(:last-child):after {
  content:"→";
  position:absolute;
  right:-1.4rem;
  top:5.15rem;
  font-size:1.4rem;
  color:#235a7b
}

.step-number {
  font-size:.62rem;
  position:absolute;
  top:1rem;
  left:1.3rem;
  font-weight:800;
  color:#3c7291
}

.step-number:after {
  content:"";
  display:block;
  width:1.15rem;
  height:1.15rem;
  background:#ebfaf7;
  border-radius:50%;
  margin-top:.2rem
}

.step-card .icon-bubble {
  margin-left:1.5rem;
  margin-bottom:1.1rem
}

.step-card h3 {
  font-size:.78rem;
  line-height:1.4;
  margin-bottom:.45rem;
  min-height:1.1rem
}

.step-card p {
  font-size:.72rem;
  line-height:1.6
}

.comfort-section {
  height:29.7rem;
  position:relative;
  background:radial-gradient(ellipse at 0 15%,#e2f7f1,transparent 45%);
  border-radius:8rem 0 0 0
}

.comfort-inner {
  position:relative;
  padding-top:2.8rem;
  height:100%;
  padding-left:.8rem
}

.comfort-copy {
  position:relative;
  z-index:1
}

.comfort-copy h2 {
  font-size:2rem;
  line-height:1.18
}

.comfort-copy h2 em {
  color:#008981
}

.comfort-copy>p:not(.eyebrow) {
  font-size:.78rem;
  line-height:1.4;
  margin-top:.8rem
}

.check-list {
  margin:1.1rem 0 1.55rem
}

.check-list li {
  display:flex;
  align-items:center;
  gap:.85rem;
  font-size:.74rem;
  font-weight:600;
  margin:.55rem 0
}

.check-list li:before {
  content:"✓";
  border-radius:50%;
  background:var(--teal);
  color:white;
  width:1.2rem;
  height:1.2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.8rem
}

.comfort-copy .button {
  padding:.86rem 1.8rem
}

.comfort-art {
  position:absolute;
  right:-.6rem;
  top:1.7rem;
  width:40.7rem;
  height:27.8rem
}

.comfort-art img {
  width:100%;
  height:100%;
  clip-path:polygon(0 15%,29% 15%,36% 2%,63% 0,76% 5%,80% 10%,73% 12%,78% 30%,94% 44%,100% 65%,100% 100%,0 100%);
  object-fit:contain
}

.comfort-note {
  position:absolute;
  right:-1.5rem;
  top:2.4rem;
  font-size:1.25rem;
  line-height:1.25;
  transform:rotate(-17deg);
  text-align:center
}

.comfort-note svg {
  width:9rem;
  height:3.5rem;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}

.peace-section {
  height:13rem;
  padding:1.9rem 4.3rem;
  border-radius:1.6rem;
  background:radial-gradient(ellipse at 65% 100%,#004a51,transparent 80%),#003640;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white
}

.peace-section .eyebrow {
  color:#a4e4df;
  font-size:.55rem
}

.peace-section h2 {
  font-size:1.8rem;
  line-height:1.13;
  letter-spacing:-.065rem
}

.peace-section p:not(.eyebrow) {
  color:#d2e8ea;
  font-size:.77rem;
  line-height:1.65;
  margin-top:.8rem
}

.statistics {
  display:flex;
  align-items:center;
  position:relative;
  gap:.3rem;
  margin-left:1rem
}

.stat {
  width:7.9rem;
  height:7.9rem;
  border:1px solid #008d88;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:.35rem;
  flex-shrink:0
}

.stat>strong {
  font-size:2.1rem;
  line-height:1.2
}

.stat>strong>span {
  font-size:1.65rem
}

.stat:last-child>strong {
  font-size:1.55rem
}

.stat>span {
  font-size:.66rem;
  text-align:center;
  line-height:1.3;
  color:#e4f4f4
}

.stat-arrow {
  position:absolute;
  left:-4.8rem;
  font-size:3rem;
  color:#00bc9e;
  top:1.4rem;
  font-family:Arial
}

.stat-connector {
  color:#00a991;
  font-size:1.4rem
}

/* Advice, estimator, and final steps */
.advice-section {
  padding:.0rem .7rem;
  height:22.1rem;
  padding-top:2.65rem
}

.advice-section h2 {
  color:#007c75;
  font-size:1.9rem
}

.advice-intro {
  font-size:.83rem;
  line-height:1.45;
  margin-top:.3rem
}

.advice-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.35rem;
  margin-top:1rem
}

.advice-card {
  height:10.4rem;
  background:white;
  border-radius:1rem;
  padding:1rem 1.6rem;
  box-shadow:0 .6rem 1.7rem #1777870b
}

.advice-card .icon-bubble {
  margin-bottom:.65rem
}

.advice-card h3 {
  font-size:.87rem;
  margin-bottom:.55rem
}

.advice-card p {
  font-size:.75rem;
  line-height:1.55
}

.volume-banner {
  height:6.2rem;
  border-radius:1.3rem;
  background:linear-gradient(110deg,#d6f7ef,#effafa 50%,#e0f8f2);
  display:flex;
  align-items:center;
  gap:2.3rem;
  padding:0 1.7rem
}

.calculator-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(115deg,#00bca0,#008a74);
  width:4.3rem;
  height:4.3rem;
  border-radius:1.3rem;
  color:white;
  box-shadow:.3rem .4rem .7rem #008f7430;
  flex-shrink:0
}

.calculator-icon .icon {
  width:2.5rem;
  height:2.5rem
}

.volume-banner h2 {
  font-size:1.25rem;
  letter-spacing:-.035rem;
  line-height:1.4;
  white-space:nowrap
}

.volume-banner>p {
  font-size:.73rem;
  line-height:1.7
}

.volume-arrow {
  color:#a5deda;
  font-size:1.4rem;
  margin-left:.2rem
}

.volume-banner .button {
  margin-left:auto;
  white-space:nowrap;
  padding:.9rem 1.8rem;
  font-size:.7rem
}

.journey-section {
  height:19.1rem;
  padding-top:2.4rem
}

.journey-section .eyebrow {
  font-size:.55rem
}

.journey-section h2 {
  font-size:1.9rem;
  line-height:1.06
}

.journey-section h2 em {
  position:relative
}

.journey-section h2 em:after {
  content:"";
  position:absolute;
  bottom:-.4rem;
  left:2rem;
  width:3.4rem;
  border-bottom:2px solid #00ba99;
  transform:rotate(-3deg)
}

.journey-section .section-heading>p {
  font-size:.74rem;
  line-height:1.7;
  margin-top:1.7rem
}

.journey-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.5rem;
  margin-top:1.25rem
}

.journey-card {
  height:8rem;
  padding:1.2rem 2.25rem;
  background:white;
  border:1px solid #eef6f6;
  border-radius:1rem;
  box-shadow:0 .3rem 1rem #18768409
}

.small-bubble {
  display:flex;
  align-items:center;
  justify-content:center;
  color:#00a68d;
  background:linear-gradient(140deg,#e2faf3,#f7fdfb);
  width:2.5rem;
  height:2.5rem;
  border-radius:50%;
  margin-bottom:.55rem
}

.small-bubble .icon {
  width:1.8rem;
  height:1.8rem;
  stroke-width:2.6
}

.journey-card h3 {
  font-size:.71rem;
  margin-bottom:.4rem;
  white-space:nowrap
}

.journey-card p {
  font-size:.69rem;
  white-space:nowrap
}

.faq-section {
  min-height:9.9rem;
  background:linear-gradient(100deg,#eff9fa,#f4fbfa);
  padding:.65rem 0 1rem
}

.faq-inner {
  display:grid;
  grid-template-columns:27rem 1fr;
  gap:2.3rem;
  padding-left:.7rem
}

.faq-inner h2 {
  font-size:1.5rem;
  line-height:1.2
}

.faq-inner .eyebrow {
  margin-bottom:.25rem
}

.faq-inner h2 em {
  color:#008b80
}

.faq-inner>div>p:not(.eyebrow) {
  font-size:.74rem;
  line-height:1.6;
  margin-top:.65rem
}

.faq-list {
  padding-top:.5rem
}

.faq-list details {
  background:white;
  border-radius:1rem;
  margin-bottom:.25rem;
  box-shadow:0 .3rem .8rem #008a8910
}

.faq-list summary {
  padding:.63rem 1.6rem;
  font-size:.66rem;
  font-weight:800;
  list-style:none;
  cursor:pointer;
  position:relative
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary:after {
  content:"▸";
  position:absolute;
  right:1.5rem;
  color:#00ac98
}

.faq-list details[open] summary:after {
  transform:rotate(90deg)
}

.faq-list details>p {
  padding:.4rem 1.6rem 1.2rem;
  font-size:.78rem;
  line-height:1.7
}

.text-button {
  border:0;
  padding:0;
  background:none;
  color:#008d7d;
  font-weight:700
}

.closing-section {
  height:9.5rem;
  position:relative;
  background-color:#052c41;
  background-image:linear-gradient(90deg,#002b40 0%,#002b40 44%,transparent 72%),url('/assets/images/moving-road.png');
  background-repeat:no-repeat;
  background-position:center,right center;
  background-size:100% 100%,56% 100%
}

.closing-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-left:.6rem
}

.closing-section h2 {
  color:white;
  font-size:1.7rem;
  line-height:1.1;
  letter-spacing:-.045rem
}

.closing-section .eyebrow {
  color:#2cceb2
}

.closing-section p:not(.eyebrow) {
  color:#d7e8ed;
  font-size:.67rem;
  margin-top:.7rem
}

.closing-section .button {
  font-size:.65rem;
  background:linear-gradient(100deg,#00c5a7,#8cffe0);
  color:#005b54;
  padding:.85rem 1.3rem
}

.closing-section .closing-note {
  font-size:.53rem!important;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.3rem;
  margin-top:.45rem!important
}

.closing-note .icon {
  width:.7rem;
  height:.7rem
}

.closing-inner>div:last-child {
  padding-top:1.7rem
}

/* Footer and functional overlays */
.footer {
  height:12.3rem;
  background:#001b2b;
  color:#dcebee;
  padding-top:1.6rem
}

.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1.1fr 1fr;
  gap:2rem
}

.footer .brand {
  font-size:.86rem
}

.footer .brand-mark {
  width:1.8rem;
  height:1.8rem
}

.footer .brand-mark>svg {
  width:1.8rem;
  height:1.8rem;
  color:#41d5bc;
  fill:#eafff9
}

.footer .brand-mark .brand-box {
  width:.8rem;
  height:.8rem;
  left:.6rem;
  top:.65rem;
  fill:#00a48c;
  stroke:white;
  stroke-width:1.8
}

.footer-grid>div>p {
  font-size:.65rem;
  color:#a9bec9;
  margin-top:.4rem
}

.footer-grid h3 {
  font-size:.72rem;
  margin:.35rem 0 .6rem;
  font-weight:700;
  letter-spacing:0
}

.footer-grid>div>a:not(.brand),.footer-grid>div>button {
  display:block;
  font-size:.58rem;
  line-height:1.65;
  color:#b5c8d2;
  background:none;
  border:0;
  padding:0;
  text-align:left
}

.footer-grid>div>a:hover,.footer-grid>div>button:hover {
  color:#4fdfc8
}

.social-links {
  display:flex;
  gap:.65rem;
  margin-top:.6rem
}

.social-links button {
  display:flex;
  align-items:center;
  justify-content:center;
  width:1.65rem;
  height:1.65rem;
  border-radius:50%;
  background:#092d40;
  border:0;
  color:#e4f7fb;
  padding:0;
  font-weight:800;
  font-size:1.2rem
}

.social-links button:nth-child(3) {
  font-size:.8rem
}

.footer-bottom {
  border-top:1px solid #163547;
  margin-top:1.25rem;
  padding-top:1rem;
  display:flex;
  justify-content:space-between
}

.footer-bottom p {
  font-size:.54rem;
  color:#9cb2c0
}

.footer-bottom span {
  color:#00c5a8
}

dialog {
  width:min(540px,calc(100% - 32px));
  border:1px solid var(--border);
  border-radius:20px;
  padding:32px;
  color:var(--navy);
  box-shadow:0 20px 90px #002d4540;
  font-size:14px
}

dialog::backdrop {
  background:#002b4570
}

dialog h2 {
  font-size:24px;
  letter-spacing:-.7px;
  margin:0 20px 16px 0
}

dialog p {
  font-size:14px;
  line-height:1.7
}

dialog .eyebrow {
  font-size:10px
}

dialog .button {
  font-size:13px;
  margin-top:20px;
  padding:12px 20px
}

.dialog-close {
  position:absolute;
  right:13px;
  top:9px;
  background:none;
  border:0;
  font-size:28px;
  width:36px;
  height:36px;
  color:var(--muted)
}

.volume-fields {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px
}

.volume-fields label {
  font-size:12px;
  font-weight:700
}

.volume-fields input {
  display:block;
  margin-top:5px;
  padding:9px 10px;
  width:100%;
  border:1px solid var(--border);
  border-radius:8px;
  color:var(--navy);
  background:white
}

.volume-fields input:invalid {
  border-color:#ae3030
}

#volume-result {
  display:block;
  padding:16px;
  margin-top:20px;
  border-radius:10px;
  background:var(--mint);
  color:var(--deep-teal);
  font-size:18px;
  font-weight:800
}

@media(min-width:768px) {
  h1 {
    font-size:3.6rem;
    line-height:1.012;
    letter-spacing:-.105rem
  }
  .section-heading>p {
    width:29rem;
    flex-shrink:0
  }
  .journey-section .section-heading>p {
    width:28.6rem
  }
  .how-section h2 {
    font-size:2.15rem;
    letter-spacing:-.05rem
  }
  .peace-section h2 {
    font-size:1.85rem;
    letter-spacing:-.045rem
  }
  .advice-section h2 {
    font-size:1.95rem;
    letter-spacing:-.055rem
  }
  .journey-section h2 {
    font-size:1.95rem;
    letter-spacing:-.055rem
  }
  .statistics {
    gap:.3rem
  }
  .stat {
    width:7.9rem
  }
  .peace-section {
    padding-right:4.5rem
  }
  .how-section .container {
    padding-right:0
  }
  .hero-photo {
    border-bottom-left-radius:100% 20%
  }
}

@media(min-width:1201px) {
  .hero-photo {
    right:calc((100vw - 1200px)/2)
  }
  .hero-decoration {
    right:calc((100vw - 1200px)/2 - 10px)
  }
}

@media(min-width:768px) and (max-width:1000px) {
  .header {
    gap:2.8rem
  }
  .navigation {
    gap:2.2rem
  }
  .header-actions {
    gap:1rem
  }
}

@media(max-width:767px) {
  :root {
    font-size:14px;
    scroll-padding-top:1rem
  }
  body {
    font-size:1rem
  }
  .container,.wide-container {
    width:calc(100% - 36px);
    max-width:560px
  }
  .page-top {
    padding-bottom:24px
  }
  .header {
    height:74px;
    gap:12px;
    justify-content:space-between
  }
  .brand {
    font-size:12px;
    letter-spacing:-.5px
  }
  .brand-mark {
    width:24px;
    height:28px
  }
  .brand-mark>svg {
    width:27px;
    height:27px
  }
  .brand-mark .brand-box {
    width:13px;
    height:13px;
    left:9px;
    top:12px
  }
  .header-actions {
    display:none
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:42px;
    height:42px;
    background:#f2fffc;
    border:1px solid #bee9df;
    border-radius:12px;
    padding:10px
  }
  .menu-toggle span {
    width:20px;
    height:2px;
    background:#008d7c
  }
  .navigation {
    display:none;
    position:absolute;
    top:65px;
    right:0;
    min-width:220px;
    padding:15px;
    background:white;
    border:1px solid var(--border);
    border-radius:12px;
    box-shadow:0 8px 25px #004b4320;
    font-size:13px
  }
  .navigation.is-open {
    display:flex;
    align-items:stretch;
    flex-direction:column;
    gap:0
  }
  .navigation a {
    padding:12px
  }
  .hero-decoration {
    width:190px;
    height:170px;
    right:-75px;
    top:-70px
  }
  .hero-photo {
    display:none
  }
  .hero {
    display:flex;
    flex-direction:column;
    height:auto;
    gap:26px;
    padding-top:16px
  }
  .badge {
    font-size:9px;
    padding:5px 8px;
    margin-bottom:12px
  }
  h1 {
    font-size:clamp(38px,9.6vw,54px);
    letter-spacing:-2px;
    line-height:1.07
  }
  .hero-description {
    font-size:14px;
    line-height:1.65;
    margin-top:16px
  }
  .desktop-break {
    display:none
  }
  .hero-benefits {
    width:100%;
    gap:12px;
    margin-top:24px
  }
  .hero-benefits>div {
    display:flex;
    flex-direction:column;
    align-items:flex-start
  }
  .hero-benefits strong {
    font-size:10px;
    line-height:1.5;
    margin-top:8px
  }
  .hero-benefits p {
    font-size:10px;
    margin-top:6px
  }
  .solid-icon {
    width:29px;
    height:29px
  }
  .solid-icon .icon {
    width:18px;
    height:18px
  }
  .hero-note {
    font-size:23px;
    margin-top:20px;
    width:290px
  }
  .hero-note svg {
    margin-left:160px;
    width:90px;
    height:26px
  }
  .quote-form {
    width:100%;
    max-width:440px;
    align-self:center;
    margin:0;
    padding:24px;
    border-radius:20px
  }
  .form-heading {
    gap:10px;
    margin-bottom:22px
  }
  .form-heading h2 {
    font-size:clamp(13px,3.7vw,18px);
    white-space:normal;
    letter-spacing:-.5px
  }
  .form-heading p {
    font-size:9px;
    white-space:normal;
    margin-top:5px
  }
  .form-heading-icon {
    width:26px;
    height:26px
  }
  .form-heading-icon .icon {
    width:18px;
    height:18px
  }
  .field {
    margin-bottom:13px
  }
  .field label {
    font-size:11px;
    gap:8px;
    margin-bottom:6px
  }
  .field label .icon {
    width:14px;
    height:14px
  }
  .input-wrap input,.input-wrap select {
    height:42px;
    font-size:14px;
    padding-left:32px;
    border-radius:10px
  }
  .input-wrap>.icon {
    top:14px;
    left:11px;
    width:12px;
    height:12px
  }
  .compare-button {
    height:46px;
    font-size:13px
  }
  .privacy-note {
    font-size:8px;
    white-space:normal;
    gap:6px;
    margin-top:13px
  }
  .privacy-note .icon {
    width:12px;
    height:12px
  }
  .field-error {
    font-size:11px
  }
  .form-result {
    font-size:12px
  }
  .commitment {
    height:auto;
    grid-template-columns:1fr;
    gap:18px;
    margin-top:28px;
    padding:23px;
    border-radius:20px
  }
  .commitment-title {
    padding:0
  }
  .commitment-title h2 {
    font-size:23px
  }
  .commitment-title .eyebrow,.eyebrow {
    font-size:9px;
    margin-bottom:7px
  }
  .commitment-item {
    padding:0;
    gap:18px;
    border:0;
    min-height:0
  }
  .commitment-item .icon-bubble {
    width:48px;
    height:48px
  }
  .commitment-item .icon {
    width:24px;
    height:24px
  }
  .commitment-item p {
    font-size:12px
  }
  .commitment-item br {
    display:none
  }
  .commitment-item strong:before,.commitment-item strong:after {
    content:' '
  }
  .how-section {
    height:auto;
    padding:32px 0
  }
  .how-section .container {
    padding:0
  }
  .section-heading {
    display:block
  }
  .section-heading h2,.how-section h2 {
    font-size:29px;
    letter-spacing:-1px
  }
  .section-heading>p {
    font-size:12px;
    max-width:none;
    margin-top:16px
  }
  .section-heading>p br {
    display:none
  }
  .steps-grid {
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:24px
  }
  .step-card {
    height:auto;
    min-height:178px;
    padding:15px;
    border-radius:15px
  }
  .step-number {
    font-size:10px;
    top:15px;
    left:13px
  }
  .step-number:after {
    width:14px;
    height:14px
  }
  .step-card .icon-bubble {
    margin-left:22px;
    margin-bottom:18px;
    width:40px;
    height:40px
  }
  .step-card .icon {
    width:23px;
    height:23px
  }
  .step-card h3 {
    font-size:12px
  }
  .step-card p {
    font-size:11px;
    margin-top:7px
  }
  .step-card p br {
    display:none
  }
  .step-card:not(:last-child):after {
    display:none
  }
  .comfort-section {
    height:auto;
    border-radius:55px 0 0 0
  }
  .comfort-inner {
    padding:32px 0 0
  }
  .comfort-copy h2 {
    font-size:29px
  }
  .comfort-copy>p:not(.eyebrow) {
    font-size:12px;
    line-height:1.6;
    max-width:440px
  }
  .comfort-copy>p br {
    display:none
  }
  .check-list {
    margin:18px 0 22px
  }
  .check-list li {
    font-size:11px;
    margin:10px 0;
    gap:10px
  }
  .check-list li:before {
    width:17px;
    height:17px;
    font-size:12px
  }
  .button,.comfort-copy .button {
    font-size:12px;
    padding:12px 20px;
    min-height:44px
  }
  .comfort-art {
    position:relative;
    right:auto;
    top:auto;
    margin-top:18px;
    width:100%;
    height:auto;
    aspect-ratio:407/278
  }
  .comfort-note {
    right:0;
    top:10%;
    font-size:17px
  }
  .comfort-note svg {
    width:85px;
    height:32px
  }
  .peace-section {
    height:auto;
    padding:28px 22px;
    display:block;
    border-radius:20px
  }
  .peace-section h2 {
    font-size:23px;
    letter-spacing:-.7px
  }
  .peace-section h2 br {
    display:none
  }
  .peace-section .eyebrow {
    font-size:8px
  }
  .peace-section p:not(.eyebrow) {
    font-size:11px;
    margin-top:14px
  }
  .peace-section p br {
    display:none
  }
  .statistics {
    margin:24px 0 0;
    justify-content:center;
    gap:5px
  }
  .stat {
    width:clamp(66px,20vw,100px);
    height:clamp(66px,20vw,100px);
    gap:4px
  }
  .stat>strong {
    font-size:26px
  }
  .stat:last-child>strong,.stat>strong>span {
    font-size:20px
  }
  .stat>span {
    font-size:9px
  }
  .stat-arrow {
    display:none
  }
  .stat-connector {
    font-size:14px
  }
  .advice-section {
    height:auto;
    padding:32px 0 24px
  }
  .advice-section h2 {
    font-size:27px
  }
  .advice-intro {
    font-size:12px;
    line-height:1.6;
    margin-top:9px
  }
  .advice-intro br {
    display:none
  }
  .advice-grid {
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:20px
  }
  .advice-card {
    height:auto;
    min-height:155px;
    padding:16px;
    border-radius:15px
  }
  .advice-card .icon-bubble {
    width:38px;
    height:38px;
    margin-bottom:12px
  }
  .advice-card .icon {
    width:22px;
    height:22px
  }
  .advice-card h3 {
    font-size:13px;
    margin-bottom:9px
  }
  .advice-card p {
    font-size:11px
  }
  .volume-banner {
    height:auto;
    flex-wrap:wrap;
    padding:22px;
    gap:14px;
    border-radius:18px
  }
  .calculator-icon {
    width:46px;
    height:46px;
    border-radius:13px
  }
  .calculator-icon .icon {
    width:29px;
    height:29px
  }
  .volume-banner h2 {
    font-size:16px;
    white-space:normal;
    flex:1;
    min-width:170px
  }
  .volume-arrow {
    display:none
  }
  .volume-banner>p {
    font-size:12px;
    width:100%
  }
  .volume-banner .button {
    margin:0;
    font-size:11px;
    padding:12px 18px
  }
  .journey-section {
    height:auto;
    padding:32px 0
  }
  .journey-section h2 {
    font-size:27px
  }
  .journey-section .eyebrow {
    font-size:8px
  }
  .journey-section .section-heading>p {
    font-size:12px;
    margin-top:18px
  }
  .journey-grid {
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:20px
  }
  .journey-card {
    height:auto;
    min-height:120px;
    padding:15px;
    border-radius:14px
  }
  .small-bubble {
    width:30px;
    height:30px;
    margin-bottom:10px
  }
  .small-bubble .icon {
    width:23px;
    height:23px
  }
  .journey-card h3 {
    font-size:11px;
    white-space:normal;
    margin-bottom:7px
  }
  .journey-card p {
    font-size:10px;
    white-space:normal
  }
  .faq-section {
    padding:25px 0
  }
  .faq-inner {
    display:block;
    padding:0
  }
  .faq-inner h2 {
    font-size:25px
  }
  .faq-inner>div>p:not(.eyebrow) {
    font-size:12px;
    margin-top:12px
  }
  .faq-inner>div>p br {
    display:none
  }
  .faq-list {
    padding-top:20px
  }
  .faq-list details {
    margin-bottom:8px;
    border-radius:12px
  }
  .faq-list summary {
    padding:16px 30px 16px 15px;
    font-size:11px
  }
  .faq-list summary:after {
    right:14px
  }
  .faq-list details>p {
    padding:0 15px 18px;
    font-size:12px
  }
  .closing-section {
    height:auto;
    min-height:250px;
    background-size:100% 100%,100% 100%;
    background-image:linear-gradient(90deg,#002b40ed,#002b4070),url('/assets/images/moving-road.png')
  }
  .closing-inner {
    display:block;
    padding:28px 0
  }
  .closing-section h2 {
    font-size:23px;
    line-height:1.2
  }
  .closing-section h2 br {
    display:none
  }
  .closing-section p:not(.eyebrow) {
    font-size:11px;
    max-width:300px;
    margin-top:12px
  }
  .closing-section .button {
    font-size:11px;
    padding:12px 18px
  }
  .closing-inner>div:last-child {
    padding-top:20px;
    display:inline-block
  }
  .closing-section .closing-note {
    font-size:8px!important
  }
  .footer {
    height:auto;
    padding:25px 0 18px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:24px 14px
  }
  .footer-grid>div:first-child {
    grid-column:1/-1
  }
  .footer .brand {
    font-size:13px
  }
  .footer-grid>div>p {
    font-size:11px;
    margin-top:8px
  }
  .footer-grid h3 {
    font-size:12px;
    margin:0 0 9px
  }
  .footer-grid>div>a:not(.brand),.footer-grid>div>button {
    font-size:11px;
    padding:6px 0;
    line-height:1.5
  }
  .social-links {
    gap:10px;
    margin-top:12px
  }
  .social-links button {
    width:32px;
    height:32px;
    font-size:20px
  }
  .social-links button:nth-child(3) {
    font-size:13px
  }
  .footer-bottom {
    display:block;
    margin-top:24px;
    padding-top:14px
  }
  .footer-bottom p {
    font-size:9px;
    line-height:1.8
  }
  .footer-bottom p+p {
    margin-top:6px
  }
}

.skip-link:not(:focus) {
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}

@media(max-width:767px) {
  .commitment-item strong:before,.commitment-item strong:after {
    content:none
  }
  .comfort-note {
    font-size:15px;
    right:0;
    top:7%;
    background:#fbfdfdbb;
    border-radius:50%;
    padding:4px
  }
}

@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}


/* =========================================================
   TrouverDemenageur.com — integration-only overrides
   The composition above is copied from the supplied reference.
   These rules only connect the real application and slightly
   improve menu/form legibility as requested.
   ========================================================= */
.navigation { font-size:.76rem; }
.client-button { font-size:.66rem; text-decoration:none; }
.button-small { font-size:.66rem; }
.field label { font-size:.66rem; }
.input-wrap input,.input-wrap select { font-size:.74rem; height:2.25rem; }
.input-wrap>.icon { top:.73rem; }
.form-heading p { font-size:.60rem; }
.privacy-note { font-size:.59rem; }
.address-autocomplete-wrap { position:relative; }
.home-location-suggestions {
  position:absolute; left:0; right:0; top:100%; z-index:40;
  background:#fff; border:1px solid #d3e8ef; border-radius:.75rem;
  box-shadow:0 .8rem 2rem #07364b18; max-height:12rem; overflow:auto;
  padding:.25rem; margin-top:.2rem;
}
.home-location-suggestions[hidden] { display:none !important; }
.home-location-suggestions .address-suggestion {
  display:block; width:100%; border:0; background:transparent; text-align:left;
  color:#315d78; border-radius:.55rem; padding:.6rem .7rem; font-size:.70rem;
}
.home-location-suggestions .address-suggestion:hover,
.home-location-suggestions .address-suggestion:focus-visible { background:#eefaf7; color:#007c75; }
.social-links span {
  width:1.65rem; height:1.65rem; display:inline-flex; align-items:center; justify-content:center;
  border-radius:50%; border:1px solid #d4e9ed; color:#5e8399; background:#fff;
}
@media(max-width:767px) {
  .navigation { font-size:.98rem; }
  .client-button,.button-small { font-size:.84rem; }
  .field label { font-size:.83rem; }
  .input-wrap input,.input-wrap select { font-size:1rem; min-height:3.25rem; }
  .input-wrap>.icon { top:1.08rem; }
  .form-heading p { font-size:.78rem; white-space:normal; }
  .privacy-note { font-size:.72rem; white-space:normal; }
  .home-location-suggestions .address-suggestion { font-size:.9rem; padding:.75rem; }
}
