/*
Theme Name: JAS HVAC Real Editable
Theme URI: https://gtawebdesigner.com
Author: Amit
Description: Real editable WordPress theme for JAS HVAC appliance repair landing page. Built with HTML/CSS sections, responsive layout, customizer text/image options, and SEO-friendly structure.
Version: 4.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: jas-hvac-real-editable
*/

:root {
  --jas-blue: #0057b8;
  --jas-dark-blue: #002b63;
  --jas-navy: #061a3d;
  --jas-red: #e3121c;
  --jas-red-dark: #c90712;
  --jas-yellow: #ffc328;
  --jas-text: #10213f;
  --jas-muted: #5b667a;
  --jas-light: #f5f8fc;
  --jas-border: #dbe4ef;
  --jas-white: #fff;
  --jas-shadow: 0 16px 40px rgba(0, 33, 82, .14);
  --jas-radius: 18px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--jas-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block
}

.jas-container {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto
}

.jas-header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(7, 25, 62, .08);
  position: relative;
  z-index: 50;
}

.jas-nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jas-logo img {
  width: 245px;
  max-height: 70px;
  object-fit: contain
}

.jas-header-right-mobile {
  display: none
}

.jas-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}

.jas-menu a {
  position: relative;
  padding: 31px 0;
  color: #111b2f
}

.jas-menu a.active:after,
.jas-menu a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 34px;
  height: 3px;
  background: var(--jas-red);
}

.jas-mobile-menu-actions {
  display: none
}

.jas-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap
}

.jas-call-top {
  font-size: 16px;
  font-weight: 900;
  color: #061a3d;
  display: flex;
  gap: 8px;
  align-items: center
}

.jas-call-top span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--jas-blue);
  color: #fff;
  display: grid;
  place-items: center
}

.jas-call-top span svg {
  display: block
}

.jas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--jas-red);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 22px;
  box-shadow: 0 8px 20px rgba(227, 18, 28, .25);
  border: 0;
  cursor: pointer;
}

.jas-btn:hover {
  background: var(--jas-red-dark)
}

.jas-mobile-toggle {
  display: none;
  background: var(--jas-navy);
  color: #fff;
  border: 0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* Hero */
.jas-hero {
  background: linear-gradient(90deg, #fff 0%, #fff 60%, #f5f7fa 60%, #fff 100%);
  position: relative;
}

.jas-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 35%, rgba(255, 255, 255, 0) 50%), var(--jas-hero-bg, url('assets/images/hero-kitchen-bg.png'));
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}

.jas-hero-inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.4fr 340px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
  padding: 42px 0 34px;
}

.jas-eyebrow {
  color: var(--jas-blue);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 14px;
  letter-spacing: .3px;
}

.jas-eyebrow:before {
  content: "› ";
  color: var(--jas-red);
  font-size: 22px
}

.jas-hero-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: -2px;
  line-height: .88;
}

.jas-hero-title .blue {
  display: block;
  color: var(--jas-blue);
  font-size: 74px
}

.jas-hero-title .red {
  display: block;
  color: var(--jas-red);
  font-size: 92px
}

.jas-hero-title .expert {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--jas-navy);
  font-size: 44px;
  letter-spacing: 12px;
  margin-top: 5px;
}

.jas-hero-title .expert:before,
.jas-hero-title .expert:after {
  content: "";
  height: 4px;
  width: 92px;
  background: var(--jas-blue);
}

.jas-hero-text {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.65;
  margin: 28px 0 30px;
  color: #17233d;
}

.jas-trust-row {
  display: flex;
  gap: 25px;
  align-items: flex-start
}

.jas-trust-item {
  width: 78px;
  text-align: center;
  color: var(--jas-navy);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1.15
}

.jas-trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 9px;
  color: #fff;
  font-size: 25px
}

.jas-trust-item:nth-child(odd) .jas-trust-icon {
  background: var(--jas-blue)
}

.jas-trust-item:nth-child(even) .jas-trust-icon {
  background: var(--jas-red)
}



.jas-book-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--jas-shadow);
  padding: 22px 20px;
  border: 1px solid #edf1f7;
  min-width: 0;
  overflow: hidden;
}

.jas-book-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .3px;
  white-space: nowrap;
}

.jas-book-card h2 .book-blue {
  color: var(--jas-blue);
  text-transform: uppercase
}

.jas-book-card h2 .book-red {
  color: var(--jas-red)
}

.jas-card-underline {
  width: 55px;
  height: 4px;
  background: var(--jas-blue);
  margin: 0 0 14px;
  border-radius: 20px
}

.jas-book-card p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #444
}

/* Form fields */
.jas-field-wrap {
  position: relative;
  margin-bottom: 12px
}

.jas-field-wrap input,
.jas-field-wrap select {
  width: 100%;
  height: 44px;
  border: 1px solid #d1d9e5;
  border-radius: 6px;
  padding: 0 13px;
  font-size: 14px;
  color: #555;
  background: #fff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s;
}

.jas-field-wrap input:focus,
.jas-field-wrap select:focus {
  border-color: var(--jas-blue)
}

.jas-field-wrap input::placeholder {
  color: #aab3bf
}

/* Custom select arrow */
.jas-select-wrap {
  position: relative
}

.jas-select-wrap select {
  padding-right: 36px;
  cursor: pointer
}

.jas-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Date field with calendar icon */
.jas-date-wrap {
  position: relative
}

.jas-date-wrap .jas-date-input {
  padding-right: 38px;
  color: #aab3bf;
  cursor: pointer;
}

.jas-date-wrap .jas-date-input:not(:placeholder-shown) {
  color: #555
}

.jas-date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Override native date picker icon */
.jas-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 36px;
  height: 100%;
  cursor: pointer;
}

/* Request Service button */
.jas-form-btn {
  width: 100%;
  margin-top: 4px;
  height: 52px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
}

/* Contact Form 7 Integration */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}

.wpcf7-form .jas-field-wrap span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-form p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  position: relative !important;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select {
  width: 100% !important;
  height: 44px !important;
  border: 1px solid #d1d9e5 !important;
  border-radius: 6px !important;
  padding: 0 13px !important;
  font-size: 14px !important;
  color: #555 !important;
  background-color: #fff !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color .2s !important;
  box-sizing: border-box !important;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus {
  border-color: var(--jas-blue) !important;
}

.wpcf7-form select {
  padding-right: 36px !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23888'%3e%3cpath d='M143 352.3L7 196.8c-10.8-12.3-9.4-31.1 3-41.9s31.2-9.4 41.9 3L160 285.1l108.1-127.2c10.8-12.3 29.5-13.5 41.9-3 12.4 10.8 13.5 29.5 3 41.9l-136 155.5c-5.4 6.1-13 9.5-20.9 9.5s-15.5-3.4-20.9-9.5z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 14px !important;
}

.wpcf7-form input[type="date"] {
  padding-right: 36px !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23888'%3e%3cpath d='M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zm-86 119L202 311c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l86 86 86-86c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px 16px !important;
}

.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  position: absolute !important;
  right: 0 !important;
  width: 36px !important;
  height: 100% !important;
  cursor: pointer !important;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 12px !important;
  height: 52px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 7px !important;
  background: var(--jas-red) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(227, 18, 28, .25) !important;
  border: 0 !important;
  cursor: pointer !important;
  transition: background .2s !important;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
  background: var(--jas-red-dark) !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  color: var(--jas-red);
  margin-top: 4px;
  text-align: left;
  display: block;
}

.wpcf7-response-output {
  margin: 15px 0 0 !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  border: 1px solid #d1d9e5 !important;
  text-align: center !important;
}

.jas-secure {
  font-size: 12px;
  color: #5b667a;
  text-align: center;
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* Services */
.jas-services {
  background: linear-gradient(135deg, #00408f, #002b64);
  padding: 20px 0 30px;
  border-radius: 18px 18px 0 0;
}

.jas-services .jas-container {
  width: calc(100% - 32px);
  max-width: 1400px;
}

.jas-section-title {
  text-align: center;
  color: #fff;
  font-size: 31px;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-weight: 1000;
  letter-spacing: .2px;
}

.jas-title-line {
  width: 55px;
  height: 3px;
  background: var(--jas-red);
  margin: -14px auto 28px;
  border-radius: 20px
}

.jas-service-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.jas-service-card {
  background: #fff;
  border-radius: 10px;
  min-height: 260px;
  padding: 16px 9px 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jas-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 25px;
  margin: 0 auto 10px;
  background: var(--jas-blue);
}

.jas-service-card:nth-child(even) .jas-service-icon {
  background: var(--jas-red)
}

.jas-service-card img {
  height: 120px;
  object-fit: contain;
  margin: auto 0 13px
}

.jas-service-card h3 {
  font-size: 14px;
  line-height: 1.1;
  min-height: 32px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 1000;
  color: #0b1e44;
}

.jas-learn {
  font-size: 13px;
  font-weight: 900;
  color: var(--jas-blue)
}

.jas-learn span {
  color: var(--jas-red)
}

.jas-benefits {
  background: #fff;
  border-radius: 12px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.jas-benefit {
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid #cbd5e1
}

.jas-benefit:last-child {
  border-right: 0
}

.jas-benefit-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.jas-benefit:nth-child(odd) .jas-benefit-circle {
  background: var(--jas-blue)
}

.jas-benefit:nth-child(even) .jas-benefit-circle {
  background: var(--jas-red)
}

.jas-benefit strong {
  display: block;
  color: var(--jas-blue);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 900
}

.jas-benefit:nth-child(even) strong {
  color: var(--jas-red)
}

.jas-benefit p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #111b2f
}

/* Why */
.jas-why {
  background: #fff;
  overflow: hidden;
}

.jas-why-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 365px;
  align-items: stretch;
}

.jas-why-content {
  padding: 56px 48px 40px 82px;
}

.jas-small-label {
  font-size: 14px;
  color: var(--jas-blue);
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 10px
}

.jas-small-label:before {
  content: "▶ ";
  color: var(--jas-red);
  font-size: 11px;
  margin-right: 6px;
  vertical-align: middle
}

.jas-why h2 {
  font-size: 43px;
  margin: 0 0 12px;
  line-height: 1.02;
  color: var(--jas-navy);
  letter-spacing: -1px;
}

.jas-why h2 span {
  color: var(--jas-red)
}

.jas-red-line {
  width: 55px;
  height: 4px;
  background: var(--jas-red);
  border-radius: 20px;
  margin: 0 0 24px
}

.jas-why p {
  font-size: 15px;
  line-height: 1.55;
  color: #29354d;
  margin: 0 0 16px
}

.jas-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: 16px;
  font-weight: 800
}

.jas-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--jas-text)
}

.jas-checks li svg {
  color: var(--jas-blue);
  flex-shrink: 0
}

.jas-tech-area {
  position: relative;
  background: #f4f7fb;
  display: flex;
  align-items: center;
}

.jas-tech-area img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.jas-guarantee {
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--jas-shadow);
  padding: 22px 24px;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 16px
}

.jas-guarantee-icon {
  color: var(--jas-blue);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.jas-guarantee-text {
  flex-grow: 1
}

.jas-guarantee strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: var(--jas-navy);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 900
}

.jas-guarantee p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--jas-muted)
}

/* Process */
.jas-process {
  background: #fff;
  padding: 30px 0 50px
}

.jas-process-title {
  text-align: center;
  font-size: 30px;
  margin: 0 0 36px;
  color: var(--jas-navy);
  font-weight: 900;
  letter-spacing: .5px;
}

.jas-process-title span {
  color: var(--jas-red)
}

.jas-steps {
  display: flex;
  align-items: center;
  gap: 0;
}

.jas-step {
  flex: 1;
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  min-height: 130px;
  padding: 24px 16px 20px 100px;
  box-shadow: 0 6px 22px rgba(5, 28, 66, .07);
}

.jas-connector {
  flex-shrink: 0;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jas-num {
  position: absolute;
  left: 12px;
  top: -13px;
  background: var(--jas-blue);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
}

.jas-step-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e8f2ff;
  display: grid;
  place-items: center;
}

.jas-step h3 {
  text-transform: uppercase;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #111b2f;
  line-height: 1.2;
}

.jas-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #566174
}

/* Testimonials + CTA */
.jas-testimonials {
  background: #fff;
  padding: 5px 0 25px;
  text-align: center
}

.jas-testimonials h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 18px;
  color: var(--jas-navy);
  font-weight: 1000
}

.jas-testimonials h2 span {
  color: var(--jas-red)
}

.jas-test-card-wrap {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  gap: 15px;
  max-width: 980px;
  margin: 0 auto 30px
}

.jas-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  display: grid;
  place-items: center;
  font-size: 26px;
  color: var(--jas-blue);
  cursor: pointer;
  transition: background .2s, color .2s
}

.jas-arrow:hover {
  background: var(--jas-blue);
  color: #fff
}

.jas-slider-viewport {
  overflow: hidden;
  position: relative;
  padding: 25px 25px 50px;
  margin: -25px -25px -50px
}

.jas-slider-track {
  position: relative;
  min-height: 180px
}

.jas-slide {
  display: none;
  animation: jasFadeIn .4s ease
}

.jas-slide.active {
  display: block
}

@keyframes jasFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.jas-test-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--jas-shadow);
  padding: 25px 45px 24px;
  min-height: 132px
}

.jas-quote {
  background: var(--jas-red);
  color: #fff;
  width: 44px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px 0
}

.jas-stars {
  color: #ffb400;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 8px
}

.jas-test-card p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 12px
}

.jas-test-card strong {
  font-size: 16px
}

.jas-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10
}

.jas-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d6d6d6;
  cursor: pointer;
  transition: background .2s, transform .2s
}

.jas-dot.active {
  background: var(--jas-red);
  transform: scale(1.25)
}

.jas-red-cta {
  background: linear-gradient(90deg, #ed1019, #d5000b);
  color: #fff;
  padding: 18px 0 13px;
  border-top: 4px solid #ff2630;
}

.jas-red-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-weight: 1000;
  text-transform: uppercase
}

.jas-red-inner .book {
  font-size: 42px;
  letter-spacing: .5px
}

.jas-red-inner .jas-cta-arrow {
  color: #fff;
  flex-shrink: 0
}

.jas-red-inner .phone-icon {
  background: #fff;
  color: var(--jas-blue);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center
}

.jas-red-inner .phone-icon svg {
  display: block
}

.jas-red-inner .num {
  font-size: 52px;
  letter-spacing: 1px
}

.jas-tagline {
  background: var(--jas-blue);
  display: inline-block;
  margin-top: 7px;
  padding: 7px 46px;
  font-size: 23px;
  letter-spacing: 11px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic
}

/* Footer */
.jas-footer {
  background: linear-gradient(135deg, #061833, #08315e);
  color: #fff;
  padding: 30px 0 25px;
  border-top: 4px solid var(--jas-red);
}

.jas-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1.4fr 1.25fr;
  align-items: start
}

@media (min-width: 1101px) {
  .jas-footer-grid>div {
    padding-right: 30px;
  }

  .jas-footer-grid>div:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 30px;
  }

  .jas-footer-grid>div:last-child {
    padding-right: 0;
  }
}

.jas-footer-logo img {
  width: 220px;
  margin-bottom: 18px
}

.jas-footer p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #d7e3f5
}

.jas-social {
  display: flex;
  gap: 12px;
  margin-top: 15px
}

.jas-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform .2s, opacity .2s
}

.jas-social a:hover {
  transform: scale(1.1);
  opacity: .95
}

.jas-social .jas-soc-fb {
  background: #1877f2
}

.jas-social .jas-soc-g {
  background: #fff;
  color: #4285f4;
  border: 1px solid #e2e8f0
}

.jas-social .jas-soc-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.jas-footer h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 0 14px;
  color: #fff
}

.jas-footer h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: var(--jas-red);
  margin-top: 6px
}

.jas-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 15px;
  color: #e4eefb
}

.jas-footer-services {
  display: grid !important;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 8px 30px
}

.jas-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5
}

.jas-contact-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #fff
}

.jas-copyright {
  text-align: center;
  margin-top: 25px;
  color: #cfd9e9;
  font-size: 14px
}

/* Accessibility/SEO content invisible */
.jas-seo-content {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden
}

@media (max-width:1100px) {
  .jas-hero:after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.9) 100%), var(--jas-hero-bg, url('assets/images/hero-kitchen-bg.png'));
    background-position: center;
  }

  .jas-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center
  }

  .jas-hero-text {
    margin-left: auto;
    margin-right: auto
  }

  .jas-trust-row {
    justify-content: center
  }

  .jas-book-card {
    max-width: 520px;
    margin: 0 auto
  }

  .jas-service-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .jas-benefits {
    grid-template-columns: repeat(2, 1fr)
  }

  .jas-benefit:nth-child(2) {
    border-right: 0
  }

  .jas-why-grid {
    grid-template-columns: 1fr
  }

  .jas-why-content {
    padding: 45px 28px
  }

  .jas-tech-area {
    min-height: 360px
  }

  .jas-steps {
    flex-direction: column;
    gap: 20px
  }

  .jas-connector {
    display: none
  }

  .jas-footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:900px) {
  .jas-header-right-mobile {
    display: flex;
    align-items: center;
    gap: 12px
  }

  .jas-phone-mobile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--jas-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 87, 184, 0.2)
  }

  .jas-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .jas-icon-close {
    display: none
  }

  .jas-mobile-toggle.open .jas-icon-hamburger {
    display: none
  }

  .jas-mobile-toggle.open .jas-icon-close {
    display: block
  }

  .jas-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    z-index: 100
  }

  .jas-menu.open {
    display: flex
  }

  .jas-logo {
    flex-shrink: 0
  }

  .jas-header-right-mobile {
    flex-shrink: 0
  }

  .jas-menu a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #f0f4f8;
    font-weight: 700;
    font-size: 15px;
    position: relative
  }

  .jas-menu a:after {
    display: none !important
  }

  .jas-menu a.active,
  .jas-menu a:hover {
    color: var(--jas-red)
  }

  .jas-menu a:last-of-type {
    border-bottom: 0
  }

  .jas-mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #e2e8f0
  }

  .jas-mobile-menu-actions .jas-call-top {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 5px
  }

  .jas-mobile-menu-actions .jas-btn {
    width: 100%;
    padding: 12px 20px
  }

  .jas-header-actions {
    display: none
  }
}

@media (max-width:700px) {
  .jas-container {
    width: min(100% - 28px, 1160px)
  }

  .jas-logo img {
    width: 140px
  }

  .jas-nav-wrap {
    min-height: 72px
  }

  .jas-hero-inner {
    padding: 28px 0
  }

  .jas-hero-title .blue {
    font-size: 48px
  }

  .jas-hero-title .red {
    font-size: 62px
  }

  .jas-hero-title .expert {
    font-size: 28px;
    letter-spacing: 8px;
    justify-content: center
  }

  .jas-hero-title .expert:before,
  .jas-hero-title .expert:after {
    width: 42px
  }

  .jas-trust-row {
    gap: 8px;
    flex-wrap: wrap
  }

  .jas-trust-item {
    width: 70px;
    font-size: 11px
  }



  .jas-service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .jas-services {
    border-radius: 0
  }

  .jas-section-title {
    font-size: 24px
  }

  .jas-service-card {
    min-height: 230px
  }

  .jas-benefits {
    grid-template-columns: 1fr
  }

  .jas-benefit {
    border-right: 0;
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 14px
  }

  .jas-benefit:last-child {
    border-bottom: 0
  }

  .jas-why h2 {
    font-size: 34px
  }

  .jas-guarantee {
    position: static;
    transform: none;
    width: auto;
    margin: 15px
  }

  .jas-tech-area {
    display: block
  }

  .jas-tech-area img {
    height: auto
  }

  .jas-steps {
    gap: 18px
  }

  .jas-step {
    padding-left: 86px
  }

  .jas-test-card-wrap {
    grid-template-columns: 1fr
  }

  .jas-arrow {
    display: none
  }

  .jas-test-card {
    padding: 24px 20px
  }

  .jas-red-inner {
    gap: 10px;
    flex-wrap: wrap
  }

  .jas-red-inner .jas-cta-arrow {
    display: none
  }

  .jas-red-inner .book {
    font-size: 24px
  }

  .jas-red-inner .phone-icon {
    width: 46px;
    height: 46px;
    font-size: 24px
  }

  .jas-red-inner .num {
    font-size: 32px
  }

  .jas-tagline {
    font-size: 14px;
    letter-spacing: 5px;
    padding: 6px 20px
  }

  .jas-footer-grid {
    grid-template-columns: 1fr
  }

  .jas-footer-services {
    columns: 1
  }

  .jas-footer {
    text-align: left
  }
}