/* =====================================================
   ピッチラボ — Main Stylesheet
   high-map-947.css
   ===================================================== */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  color: #3d3d3d;
  background: #fff;
}

a { color: #b09876; text-decoration: none; -webkit-transition: color .3s; transition: color .3s; }
a:hover { color: #182a67; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Vollkorn SC', Georgia, 'Times New Roman', serif;
  color: #0a0a0a;
  font-weight: 500;
  line-height: 1.1em;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }

img { max-width: 100%; height: auto; display: block; }

ul { list-style: none; }

/* --- Container --- */
.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.clearfix::after { content: ""; display: table; clear: both; }

/* =====================================================
   UTILITY BAR
   ===================================================== */
#custom-utility-info {
  background-color: #b09876;
  padding: .75em 0;
}

.custom-utility { color: #fff; font-size: 12px; font-weight: 600; }
.custom-utility::before, .custom-utility::after { content: ""; display: table; clear: both; }

.custom-utility__link {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 2px 0;
  margin: 10px 0;
  float: left;
  padding-right: 10px;
  margin-right: 8px;
}

.custom-utility__link i { margin-right: 5px; position: relative; top: 1px; }
.custom-utility__link--email,
.custom-utility__link--phone { float: left; }

.custom-utility__link--button {
  float: right;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

.custom-utility__link--button:hover,
.custom-utility__link--button:focus {
  background-color: #fff;
  color: #b09876;
}

/* =====================================================
   HEADER / NAVIGATION
   ===================================================== */
#main-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0);
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  box-shadow: none;
}

#main-header.sticky {
  position: fixed;
  background-color: rgba(247,247,247,0.95);
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

#main-header.sticky #top-menu > li > a { color: #182a67; }
#main-header.sticky .logo-text { color: #182a67; }

.et_menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.logo_container a { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-text { font-family: 'Vollkorn SC', Georgia, serif; font-size: 22px; font-weight: 700; color: #fff; -webkit-transition: color .3s; transition: color .3s; }

#et-top-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }

#top-menu { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0; }
#top-menu li a {
  display: block;
  padding: 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: color .3s; transition: color .3s;
}
#top-menu li a:hover,
#top-menu li.current-menu-item > a { color: #b09876; }

/* Mobile nav toggle */
#et_mobile_nav_menu { display: none; }

.mobile_menu_bar {
  display: block;
  width: 28px;
  cursor: pointer;
  padding: 10px 0;
}
.mobile_menu_bar span,
.mobile_menu_bar::before,
.mobile_menu_bar::after {
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  -webkit-transition: all .3s; transition: all .3s;
}

#main-header.sticky .mobile_menu_bar::before,
#main-header.sticky .mobile_menu_bar::after,
#main-header.sticky .mobile_menu_bar span { background: #182a67; }

/* Mobile menu dropdown */
.et_mobile_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: #182a67;
  padding: 20px 0;
  z-index: 200;
}
.et_mobile_menu.open { display: block; }
.et_mobile_menu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 3px solid transparent;
  -webkit-transition: all .2s; transition: all .2s;
}
.et_mobile_menu li a:hover { border-left-color: #b09876; color: #b09876; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn, .et_pb_button {
  display: inline-block;
  font-size: 13px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em;
  padding: .4em 2em .4em .8em;
  border: 2px solid #b09876;
  border-radius: 3px;
  color: #b09876;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s; transition: all .3s;
  position: relative;
}
.btn::after, .et_pb_button::after {
  content: '\2192';
  position: absolute;
  right: .7em;
  top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  color: #b09876;
  -webkit-transition: right .2s; transition: right .2s;
}
.btn:hover, .et_pb_button:hover {
  background: #b09876;
  color: #fff;
}
.btn:hover::after, .et_pb_button:hover::after { color: #fff; right: .5em; }

.btn-solid {
  background: #b09876;
  color: #fff;
  border-color: #b09876;
}
.btn-solid:hover { background: #182a67; border-color: #182a67; color: #fff; }

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 100px 20px 200px;
}

.hero-parallax-bg {
  position: absolute;
  inset: -60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.67);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 5vw;
  font-weight: 300;
  color: #fff;
  line-height: 1em;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.5vw;
  color: rgba(255,255,255,.9);
  margin-bottom: 15px;
  line-height: 1.6em;
}

.hero-subhead {
  font-size: 1.2vw;
  color: rgba(255,255,255,.75);
  margin-bottom: 40px;
}

.hero-section .btn {
  font-size: 15px;
  padding: .5em 2.5em .5em 1.2em;
  border-color: #fff;
  color: #fff;
}
.hero-section .btn:hover { background: #b09876; border-color: #b09876; color: #fff; }

/* =====================================================
   SECTIONS — GENERAL
   ===================================================== */
.section { padding: 80px 0; }
.section-gray { background-color: #f2f2f2; }
.section-dark { background-color: #182a67; }
.section-gold { background-color: #b09876; }

.section-label {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #182a67;
  font-weight: 700;
  margin-bottom: 0;
}

.section-divider {
  border: none;
  border-top: 3px solid rgba(191,191,191,0.52);
  margin: 25px 0;
}

.section-title { font-size: 2.8vw; color: #000; line-height: 1.1em; margin-bottom: 13px; }
.section-title-center { text-align: center; }

/* Row layout */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.col-half { width: calc(50% - 15px); }
.col-third { width: calc(33.333% - 20px); }
.col-full { width: 100%; }

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-section { padding-bottom: 115px; }

.about-image-wrap {
  margin-top: -120px !important;
  position: relative;
  z-index: 10;
}

/* =====================================================
   COUNTERS / STATS
   ===================================================== */
.stats-section {
  padding-top: 45px;
  padding-bottom: 143px;
  background-color: #f2f2f2 !important;
  background-image: url('../pictures/services-bg.webp');
  background-size: initial;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.counter-wrap { margin-bottom: 97px; }

.counter-item { text-align: center; margin-bottom: 14px; }
.counter-number { font-size: 72px; line-height: 72px; font-weight: 500; color: #b09876 !important; }
.counter-suffix { font-size: 36px; color: #b09876; }
.counter-label { font-family: 'Vollkorn SC', Georgia, serif; font-size: 18px; color: #3d3d3d; margin-top: 8px; }

/* =====================================================
   SERVICES CARDS
   ===================================================== */
.services-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 24px; }
.service-card {
  background: #fff;
  border-radius: 4px;
  padding: 36px 28px;
  width: calc(33.333% - 16px);
  border-top: 4px solid #b09876;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  -webkit-transition: box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}
.service-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.12); -webkit-transform: translateY(-4px); transform: translateY(-4px); }
.service-card .icon { font-size: 38px; color: #b09876; margin-bottom: 18px; }
.service-card h4 { font-size: 20px; margin-bottom: 12px; color: #0a0a0a; }
.service-card p { font-size: 15px; color: #555; line-height: 1.7em; }

/* =====================================================
   PROCESS STEPS
   ===================================================== */
.process-section { padding: 80px 0; }
.process-steps { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0; counter-reset: step; }
.step-item {
  width: 25%;
  padding: 30px 24px;
  text-align: center;
  position: relative;
  counter-increment: step;
}
.step-item::before {
  content: counter(step);
  display: block;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #b09876;
  color: #fff;
  font-family: 'Vollkorn SC', Georgia, serif;
  font-size: 22px;
  line-height: 56px;
  margin: 0 auto 18px;
}
.step-item::after {
  content: '';
  position: absolute;
  top: 58px; right: -1px;
  width: 50%; height: 2px;
  background: rgba(176,152,118,.35);
}
.step-item:last-child::after { display: none; }
.step-item h4 { font-size: 18px; margin-bottom: 10px; }
.step-item p { font-size: 14px; color: #666; }

/* =====================================================
   FAQ
   ===================================================== */
.faq-item { border-bottom: 1px solid rgba(191,191,191,0.52); padding: 20px 0; }
.faq-question {
  cursor: pointer;
  font-family: 'Vollkorn SC', Georgia, serif;
  font-size: 19px;
  color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.faq-question i { color: #b09876; font-size: 16px; -webkit-transition: -webkit-transform .3s; transition: transform .3s; }
.faq-item.open .faq-question i { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.faq-answer { display: none; padding: 16px 0 4px; color: #555; font-size: 15px; line-height: 1.75em; }
.faq-item.open .faq-answer { display: block; }

/* =====================================================
   CTA PARALLAX SECTION
   ===================================================== */
.cta-section {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}
.cta-parallax-bg {
  position: absolute;
  inset: -60px;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.cta-overlay { position: absolute; inset: 0; background: rgba(24,42,103,0.82); }
.cta-content { position: relative; z-index: 2; color: #fff; max-width: 720px; margin: 0 auto; }
.cta-content .section-label { color: #b09876; }
.cta-content h2 { color: #fff; font-size: 36px; margin-bottom: 18px; }
.cta-content p { font-size: 16px; color: rgba(255,255,255,.85); margin-bottom: 32px; }

/* =====================================================
   CONTACT FORM
   ===================================================== */
.contact-section { padding: 80px 0; }
.contact-form-wrap { max-width: 800px; margin: 0 auto; }

.form-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; }
.form-group { display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; gap: 6px; }
.form-group.half { width: calc(50% - 10px); }
.form-group.full { width: 100%; }

.form-group label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #182a67;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 12px 16px;
  border: 1px solid rgba(191,191,191,.7);
  border-radius: 3px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #3d3d3d;
  background: #fff;
  -webkit-transition: border-color .3s; transition: border-color .3s;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { outline: none; border-color: #b09876; }

.form-group textarea { resize: vertical; min-height: 140px; }

.submit-btn {
  display: inline-block;
  padding: .5em 2.8em;
  background: #b09876;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 2px solid #b09876;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .3s; transition: all .3s;
}
.submit-btn:hover { background: #182a67; border-color: #182a67; color: #fff; }

/* =====================================================
   FOOTER
   ===================================================== */
#main-footer {
  background-color: #0d1c45;
  padding: 60px 0 0;
  color: rgba(255,255,255,.7);
}

.footer-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 40px; padding-bottom: 50px; }
.footer-col { flex: 1; min-width: 200px; }

.footer-logo-wrap { margin-bottom: 20px; }
.footer-logo-wrap .logo-text { color: #fff; font-size: 20px; }

.footer-widget h4 {
  font-family: 'Vollkorn SC', Georgia, serif;
  color: #b09876;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(176,152,118,.3);
}

.footer-widget p, .footer-widget li { font-size: 14px; line-height: 1.7em; color: rgba(255,255,255,.65); }
.footer-widget ul li { padding: 4px 0; border-left: 3px solid #b09876; padding-left: 10px; margin-bottom: 6px; }
.footer-widget ul li a { color: rgba(255,255,255,.65); font-size: 14px; -webkit-transition: color .3s; transition: color .3s; }
.footer-widget ul li a:hover { color: #b09876; }
.footer-widget ul li::before { display: none; }

.footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; margin-top: 16px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(176,152,118,.4);
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: center;
  color: #b09876;
  font-size: 15px;
  -webkit-transition: all .3s; transition: all .3s;
}
.footer-social a:hover { background: #b09876; color: #fff; border-color: #b09876; }

.footer-contact-item { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact-item i { color: #b09876; margin-top: 4px; min-width: 16px; }
.footer-contact-item span { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.6em; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  text-align: center;
}
.footer-bottom .footer-bottom-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.4); }
.footer-bottom-links { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 18px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,.4); -webkit-transition: color .3s; transition: color .3s; }
.footer-bottom-links a:hover { color: #b09876; }

/* =====================================================
   COOKIES ALERT
   ===================================================== */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(24,42,103,0.97);
  color: #fff;
  padding: 18px 20px;
  z-index: 9999;
  display: none;
  text-align: center;
  box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}
#cookie-banner.show { display: block; }
#cookie-banner p { font-size: 14px; color: rgba(255,255,255,.85); margin-bottom: 12px; }
#cookie-banner a { color: #b09876; }
.cookie-btns { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#cookie-accept {
  padding: 8px 28px;
  background: #b09876;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background .3s; transition: background .3s;
}
#cookie-accept:hover { background: #9a8364; }
#cookie-decline {
  padding: 8px 22px;
  background: transparent;
  color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all .3s; transition: all .3s;
}
#cookie-decline:hover { border-color: rgba(255,255,255,.6); color: #fff; }

/* =====================================================
   PAGE HEADER (inner pages)
   ===================================================== */
.page-hero {
  background-color: #182a67;
  background-image: url('../pictures/hero-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 160px 20px 80px;
  text-align: center;
}
.page-hero-overlay { position: absolute; inset: 0; background: rgba(24,42,103,.88); }
.page-hero-content { position: relative; z-index: 2; color: #fff; }
.page-hero-content h1 { color: #fff; font-size: 42px; margin-bottom: 14px; }
.page-hero-content p { font-size: 17px; color: rgba(255,255,255,.8); max-width: 620px; margin: 0 auto; }
.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; gap: 8px; font-size: 13px; margin-top: 16px; color: rgba(255,255,255,.5); }
.breadcrumb a { color: #b09876; }
.breadcrumb span { color: rgba(255,255,255,.5); }

/* =====================================================
   INNER CONTENT
   ===================================================== */
.inner-content { padding: 80px 0; }
.inner-content h2 { font-size: 28px; margin: 36px 0 14px; color: #182a67; }
.inner-content h3 { font-size: 22px; margin: 28px 0 12px; color: #0a0a0a; }
.inner-content p { font-size: 15px; color: #444; line-height: 1.8em; margin-bottom: 16px; }
.inner-content ul { margin: 14px 0 20px 0; }
.inner-content ul li { padding: 6px 0 6px 18px; position: relative; color: #444; font-size: 15px; }
.inner-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: #b09876; }

/* =====================================================
   SERVICES PAGE
   ===================================================== */
.services-hero-text { max-width: 700px; margin: 0 auto 60px; text-align: center; }
.service-detail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 50px 0;
  border-bottom: 1px solid rgba(191,191,191,.4);
}
.service-detail-card:last-child { border-bottom: none; }
.service-detail-card.reverse { flex-direction: row-reverse; }
.service-detail-img { width: 42%; min-width: 260px; border-radius: 4px; overflow: hidden; }
.service-detail-img img { width: 100%; height: 280px; object-fit: cover; }
.service-detail-body { flex: 1; }
.service-detail-body .section-label { margin-bottom: 8px; }
.service-detail-body h2 { font-size: 28px; margin-bottom: 16px; }
.service-detail-body p { font-size: 15px; color: #555; margin-bottom: 14px; }
.service-detail-body ul li { font-size: 15px; color: #555; padding: 5px 0 5px 18px; position: relative; }
.service-detail-body ul li::before { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: #b09876; }

/* =====================================================
   CONTACT PAGE
   ===================================================== */
.contact-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 50px; }
.contact-info { width: 300px; min-width: 260px; }
.contact-info h3 { font-size: 22px; margin-bottom: 24px; }
.contact-info-item { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 14px; margin-bottom: 22px; }
.contact-info-item i { font-size: 18px; color: #b09876; margin-top: 3px; min-width: 20px; }
.contact-info-item div p { font-size: 14px; color: #555; line-height: 1.6em; margin: 0; }
.contact-info-item div strong { font-size: 14px; color: #0a0a0a; display: block; margin-bottom: 3px; }
.contact-form-area { flex: 1; min-width: 300px; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media only screen and (min-width: 1350px) {
  .section { padding: 54px 0; }
}

@media only screen and (max-width: 980px) {
  #main-header { position: fixed; background-color: #182a67; }
  #main-header.sticky { background-color: #182a67; }
  .et_menu_container { height: 70px; }
  #et-top-navigation nav { display: none; }
  #et_mobile_nav_menu { display: block; }
  .col-half, .col-third { width: 100%; }
  .about-image-wrap { margin-top: 0 !important; }
  .hero-content h1 { font-size: 36px; }
  .hero-subtitle { font-size: 16px; }
  .hero-subhead { font-size: 14px; }
  .section-title { font-size: 28px; }
  .service-card { width: calc(50% - 12px); }
  .step-item { width: 50%; }
  .step-item::after { display: none; }
  .service-detail-card, .service-detail-card.reverse { flex-direction: column; }
  .service-detail-img { width: 100%; }
  .contact-layout { flex-direction: column; }
  .contact-info { width: 100%; }
  .form-group.half { width: 100%; }
}

@media only screen and (max-width: 767px) {
  .hero-section { padding: 50px 20px 150px; }
  .hero-content h1 { font-size: 11vw; }
  .hero-subtitle { font-size: 5.3vw; }
  .hero-subhead { font-size: 4.5vw; }
  .about-section { padding-bottom: 30px; }
  .section-title { font-size: 5vw; }
  .service-card { width: 100%; }
  .step-item { width: 100%; }
  .footer-grid { flex-direction: column; gap: 30px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .footer-bottom-links { justify-content: center; }
  .stats-section { padding-bottom: 50px; }
  .counter-wrap { margin-bottom: 30px; }
}

@media (max-width: 720px) {
  .custom-utility { text-align: center; }
  .custom-utility__link { float: none; display: inline-block; }
  .custom-utility__link--button { display: none; }
}

@media only screen and (max-width: 479px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .page-hero-content h1 { font-size: 28px; }
}
