.elementor-kit-6{--e-global-color-primary:#0E2A47;--e-global-color-secondary:#54595F;--e-global-color-text:#1C1C1C;--e-global-color-accent:#E63946;--e-global-color-f0a0e02:#F5F7FA;--e-global-color-c3ed3bb:#0B1F33;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1C1C1C;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.sw-about-v2{
  --sw2-blue:#123e7c;
  --sw2-blue-dark:#081f4d;
  --sw2-blue-soft:#edf4fb;
  --sw2-cyan:#1fb6ff;
  --sw2-green:#92c81e;
  --sw2-green-dark:#7db116;
  --sw2-red:#cf142b;
  --sw2-text:#1f2d46;
  --sw2-muted:#60708a;
  --sw2-line:#c9d8ea;
  --sw2-white:#ffffff;
  --sw2-shadow:0 14px 34px rgba(10,42,94,.10);
  --sw2-radius:18px;
  --sw2-container:1200px;
  color:var(--sw2-text);
}

.sw-about-v2,
.sw-about-v2 *{
  box-sizing:border-box;
}

.sw-about-v2 img{
  display:block;
  max-width:100%;
  height:auto;
}

.sw-about-v2 a{
  text-decoration:none;
}

.sw2-container{
  width:min(var(--sw2-container), calc(100% - 32px));
  margin:0 auto;
}

.sw-about-v2 h1,
.sw-about-v2 h2,
.sw-about-v2 h3,
.sw-about-v2 p{
  margin:0;
}

.sw-about-v2 h1{
  font-size:50px !important;
  line-height:1.08 !important;
  font-weight:800 !important;
  color:#fff;
}

.sw-about-v2 h2{
  font-size:34px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  color:var(--sw2-blue-dark);
}

.sw-about-v2 h3{
  font-size:24px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:var(--sw2-blue-dark);
}

.sw-about-v2 p{
  font-size:17px !important;
  line-height:1.75 !important;
  color:var(--sw2-text);
}

.sw2-btns{
  display:flex;
  gap:18px;          /* было 14 → стало аккуратнее */
  flex-wrap:wrap;
  margin-top:32px;
}

.sw2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 28px !important;
  font-size:14px;
  font-family:"Poppins", sans-serif;
  font-weight:600 !important;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:6px !important;
  border:none !important;
  transition:all 300ms ease;
  color:#ffffff !important;
}

.sw2-btn,
.sw2-btn span{
  color:#ffffff !important;
}

.sw2-btn-primary{
  background:linear-gradient(135deg, #1e73be, #1367d8) !important;
}

.sw2-btn-accent{
  background:linear-gradient(135deg, #407901, #407901) !important;
}

.sw2-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  color:#ffffff !important;
}

/* Titles */
.sw2-title-row{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:22px;
}



.sw2-title-center{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:34px;
}

.sw2-title-center h2{
  text-align:center;
}

.sw2-title-center span{
  flex:1;
  max-width:180px;
  height:1px;
  background:linear-gradient(to right, rgba(18,62,124,.08), rgba(18,62,124,.30), rgba(18,62,124,.08));
}

/* HERO */
.sw2-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(6,26,67,.97) 0%, rgba(8,31,77,.95) 42%, rgba(8,31,77,.30) 62%, rgba(8,31,77,0) 78%),
    radial-gradient(circle at 12% 30%, rgba(75,149,255,.18), transparent 28%),
    linear-gradient(120deg, #0b2f61 0%, #081f4d 100%);
}

.sw2-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 30%),
    radial-gradient(circle at 10% 70%, rgba(38,122,255,.12), transparent 22%);
  pointer-events:none;
}

.sw2-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  min-height:560px;
  position:relative;
  z-index:2;
}

.sw2-hero-content{
  padding:50px 0;
  max-width:620px;
}

.sw2-hero-logo{
  font-size:20px;
  font-weight:800;
  letter-spacing:.5px;
  color:#fff;
  margin-bottom:10px;
}

.sw2-hero-logo span{
  color:#cfe8ff;
}

.sw2-hero-badge{
  display:inline-block;
  margin-bottom:24px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  color:#dfeeff;
  background:rgba(255,255,255,.06);
}

.sw2-hero-content h1 span{
  color:var(--sw2-cyan);
}

.sw2-hero-content p{
  color:rgba(255,255,255,.90);
  margin-top:18px;
  max-width:590px;
  font-size:18px !important;
}

.sw2-hero-content strong{
  color:#fff;
}

.sw2-hero-image{
  display:flex;
  justify-content:flex-end;
  align-items:center; /* ВОТ ЭТО ГЛАВНОЕ */
  height:100%;
  border-radius:15px;
  overflow:hidden;
}

.sw2-hero-image img{
  display:block;
  width:100%;
  max-width:620px;
  height:auto;
  object-fit:cover;
  border-radius:5px;
}

.sw2-trust{
  background:#ffffff;
  border-top:1px solid #eef3f8;
  border-bottom:1px solid #e7edf5;
}

.sw2-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  align-items:center;
  padding:18px 0;
}

.sw2-trust-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  font-size:17px;
  color:var(--sw2-text);
  min-height:54px;
  position:relative;
}

.sw2-trust-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:26px;
  background:#dfe8f2;
}

.sw2-trust-icon{
  font-size:18px;
  line-height:1;
  color:var(--sw2-blue);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.sw2-trust-item strong{
  color:var(--sw2-blue-dark);
  font-weight:700;
}

/* General sections */
.sw2-section{
  padding:72px 0;
}

/* WHO */
.sw2-who{
  background:
    radial-gradient(circle at 92% 50%, rgba(86,150,246,.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sw2-subtitle{
  font-size:14px;
  line-height:1.5;
  color:#5e7090;
  margin:10px 0 20px;
  font-weight:500;
  letter-spacing:.2px;
}

.sw2-who .sw2-title-row h2{
  font-size:32px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
}

.sw2-who-text{
  position:relative;
  padding-left:20px;
  max-width:600px;
}

.sw2-title-row span{
  flex:1;
  max-width:180px;
  height:1px;
  background:linear-gradient(to right, rgba(18,62,124,.18), rgba(18,62,124,0));
}

.sw2-who-text::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:4px;
  height:100%;
  background:linear-gradient(180deg,#1e73be,#1367d8);
  border-radius:4px;
}

.sw2-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.sw2-who-text p + p{
  margin-top:14px;
}

.sw2-who-image img{
  width:100%;
  height:380px;
  object-fit:cover;
  border-radius:5px;
  box-shadow:var(--sw2-shadow);
}

/* APPROACH */
.sw2-approach{
  background:
    radial-gradient(circle at 10% 40%, rgba(86,150,246,.12), transparent 24%),
    radial-gradient(circle at 90% 50%, rgba(86,150,246,.10), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #edf5fd 100%);
}



.sw2-cards-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.sw2-card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(189,207,229,.85);
  border-radius:20px;
  padding:30px 24px 28px;
  text-align:center;
  box-shadow:0 16px 36px rgba(10,42,94,.08);
  transition:all .25s ease;
  min-height:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.sw2-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(10,42,94,.12);
}

.sw2-icon{
  width:82px;
  height:82px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:38px;
  background:linear-gradient(180deg, #f4f9ff 0%, #e5effb 100%);
}

.sw2-card h3{
  margin-bottom:12px;
  font-size:22px !important;
  line-height:1.2 !important;
}

.sw2-card p{
  max-width:250px;
  margin:0 auto;
  font-size:17px !important;
  line-height:1.65 !important;
  color:var(--sw2-text) !important;
}

/* SERVICES + STANDARDS */
.sw2-services-standards{
  background:
    radial-gradient(circle at 20% 20%, rgba(34,115,255,.10), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(34,115,255,.08), transparent 24%),
    linear-gradient(180deg, #0b2f61 0%, #081f4d 100%);
  padding:84px 0 88px;
}

.sw2-dark-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 38px;
}

.sw2-dark-heading h2{
  color:#fff !important;
  margin-bottom:12px;
  font-size:34px !important;
  line-height:1.15 !important;
}

.sw2-dark-heading p{
  color:rgba(255,255,255,.78) !important;
  font-size:17px !important;
  line-height:1.7 !important;
}

.sw2-services-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
  max-width:980px;
  margin:0 auto;
}

.sw2-services-box,
.sw2-standards-box{
  border-radius:20px;
  padding:30px 28px;
  min-height:100%;
}

.sw2-services-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 34px rgba(0,0,0,.12);
}

.sw2-standards-box{
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.sw2-services-box h3,
.sw2-standards-box h3{
  color:#fff !important;
  margin-bottom:20px;
  font-size:26px !important;
  line-height:1.2 !important;
}

.sw2-check-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.sw2-check-list li{
  position:relative;
  padding-left:30px;
  color:#fff;
  font-size:18px;
  line-height:1.5;
}

.sw2-check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:700;
  color:#fff;
  background:#1790ff;
}

.sw2-check-list.light li::before{
  background:#24a3ff;
}

/* CTA */
/* FINAL CTA */
.sw2-final-cta{
  padding:84px 0 90px;
  background:
    radial-gradient(circle at 12% 40%, rgba(86,150,246,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.sw2-final-cta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:stretch;
  max-width:1120px;
  margin:0 auto;
  background:#ffffff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 48px rgba(10,42,94,.10);
}

.sw2-final-cta-content{
  padding:56px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.sw2-final-cta-badge{
  display:inline-block;
  margin-bottom:14px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.6px;
  color:var(--sw2-blue);
}

.sw2-final-cta-content h2{
  color:var(--sw2-blue-dark) !important;
  font-size:42px !important;
  line-height:1.15 !important;
  margin-bottom:18px;
  max-width:520px;
}

.sw2-final-cta-content p{
  color:var(--sw2-text) !important;
  font-size:18px !important;
  line-height:1.75 !important;
  margin-bottom:28px;
  max-width:500px;
}

.sw2-final-cta-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:20px;
}

.sw2-final-phone{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.sw2-final-phone-label{
  font-size:13px;
  font-weight:600;
  color:var(--sw2-muted);
  letter-spacing:.2px;
}

.sw2-final-phone-link{
  font-size:28px;
  font-weight:800;
  color:var(--sw2-blue-dark);
  line-height:1.1;
}

.sw2-final-cta-image{
  position:relative;
  min-height:420px;
}

.sw2-final-cta-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* =========================
   STONEWOLF ABOUT US
   MOBILE FIXES
   ========================= */

@media (max-width: 991px){

  .sw-about-v2{
    overflow-x:hidden;
  }

  .sw2-container{
    width:min(var(--sw2-container), calc(100% - 28px));
  }

  .sw2-hero-grid,
  .sw2-two-col,
  .sw2-cards-3,
  .sw2-services-grid,
  .sw2-final-cta-grid{
    grid-template-columns:1fr;
  }

  .sw2-hero-grid{
    min-height:auto;
    gap:24px;
  }

  .sw2-hero-content{
    max-width:100%;
    padding:48px 0 0;
  }

  .sw2-hero-image{
    justify-content:center;
    height:auto;
  }

  .sw2-hero-image img{
    max-width:100%;
    width:100%;
  }

  .sw2-trust-grid{
    grid-template-columns:repeat(2, 1fr);
    padding:10px 0;
  }

  .sw2-trust-item{
    min-height:72px;
    padding:14px 10px;
  }

  .sw2-trust-item:nth-child(2)::after{
    display:none;
  }

  .sw2-two-col{
    gap:28px;
  }

  .sw2-who-text{
    max-width:100%;
  }

  .sw2-who-image img{
    height:auto;
    max-height:460px;
  }

  .sw2-cards-3{
    gap:18px;
  }

  .sw2-card{
    min-height:auto;
  }

  .sw2-services-grid{
    gap:18px;
  }

  .sw2-final-cta-grid{
    gap:0;
  }

  .sw2-final-cta-content{
    padding:42px 34px;
  }

  .sw2-final-cta-image{
    min-height:320px;
  }
}


@media (max-width: 767px){

  .sw-about-v2{
    overflow-x:hidden;
  }

  .sw-about-v2 h1{
    font-size:clamp(40px, 11vw, 62px) !important;
    line-height:1.02 !important;
    letter-spacing:-1px;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .sw-about-v2 h2{
    font-size:36px !important;
    line-height:1.08 !important;
  }

  .sw-about-v2 h3{
    font-size:28px !important;
    line-height:1.15 !important;
  }

  .sw-about-v2 p{
    font-size:17px !important;
    line-height:1.75 !important;
  }

  .sw2-container{
    width:calc(100% - 24px);
  }

  .sw2-section{
    padding:52px 0;
  }

  /* HERO */
  .sw2-hero{
    background:
      linear-gradient(180deg, rgba(6,26,67,.98) 0%, rgba(8,31,77,.96) 52%, rgba(8,31,77,.92) 100%),
      radial-gradient(circle at 15% 15%, rgba(75,149,255,.16), transparent 28%),
      linear-gradient(120deg, #0b2f61 0%, #081f4d 100%);
  }

  .sw2-hero-grid{
    grid-template-columns:1fr;
    gap:24px;
    min-height:auto;
  }

  .sw2-hero-content{
    padding:38px 0 0;
    max-width:100%;
  }

  .sw2-hero-content p{
    margin-top:18px;
    max-width:100%;
    font-size:17px !important;
    line-height:1.7 !important;
  }

  .sw2-btns{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    margin-top:28px;
  }

  .sw2-btn{
    width:100%;
    min-height:52px;
    padding:14px 18px !important;
    font-size:15px;
  }

  .sw2-hero-image{
    justify-content:center;
    align-items:center;
    height:auto;
    border-radius:14px;
    overflow:hidden;
  }

  .sw2-hero-image img{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:14px;
  }

  /* TRUST */
  .sw2-trust{
    overflow:hidden;
  }

  .sw2-trust-grid{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:8px 0;
  }

  .sw2-trust-item{
    min-height:78px;
    padding:14px 10px;
    gap:8px;
    font-size:15px;
    line-height:1.35;
    flex-direction:column;
  }

  .sw2-trust-item::after{
    display:none !important;
  }

  .sw2-trust-icon{
    font-size:18px;
  }

  /* WHO WE ARE */
  .sw2-who{
    overflow:hidden;
  }

  .sw2-two-col{
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
  }

  .sw2-who-text{
    padding-left:14px;
    max-width:100%;
  }

  .sw2-who-text::before{
    left:0;
    top:4px;
    width:4px;
    height:100%;
  }

  .sw2-title-row{
    display:block;
    margin-bottom:14px;
  }

  .sw2-title-row span{
    display:none;
  }

  .sw2-who .sw2-title-row h2{
    font-size:34px !important;
    line-height:1.05 !important;
  }

  .sw2-subtitle{
    font-size:14px;
    line-height:1.55;
    margin:8px 0 18px;
    max-width:100%;
  }

  .sw2-who-text p + p{
    margin-top:12px;
  }

  .sw2-who-image{
    order:2;
  }

  .sw2-who-image img{
    width:100%;
    height:auto;
    max-height:none;
    border-radius:14px;
  }

  /* APPROACH */
  .sw2-title-center{
    gap:12px;
    margin-bottom:24px;
  }

  .sw2-title-center span{
    max-width:60px;
  }

  .sw2-title-center h2{
    font-size:34px !important;
  }

  .sw2-cards-3{
    grid-template-columns:1fr;
    gap:16px;
  }

  .sw2-card{
    padding:24px 18px 22px;
    border-radius:18px;
    min-height:auto;
  }

  .sw2-icon{
    width:72px;
    height:72px;
    margin:0 auto 14px;
    font-size:34px;
  }

  .sw2-card h3{
    font-size:28px !important;
    margin-bottom:10px;
  }

  .sw2-card p{
    max-width:100%;
    font-size:16px !important;
    line-height:1.65 !important;
  }

  /* SERVICES + STANDARDS */
  .sw2-services-standards{
    padding:56px 0 60px;
    overflow:hidden;
  }

  .sw2-dark-heading{
    margin:0 auto 26px;
  }

  .sw2-dark-heading h2{
    font-size:34px !important;
    line-height:1.08 !important;
    margin-bottom:12px;
  }

  .sw2-dark-heading p{
    font-size:16px !important;
    line-height:1.7 !important;
  }

  .sw2-services-grid{
    grid-template-columns:1fr;
    gap:16px;
    max-width:100%;
  }

  .sw2-services-box,
  .sw2-standards-box{
    padding:24px 20px;
    border-radius:18px;
  }

  .sw2-services-box h3,
  .sw2-standards-box h3{
    font-size:28px !important;
    line-height:1.15 !important;
    margin-bottom:16px;
  }

  .sw2-check-list{
    gap:12px;
  }

  .sw2-check-list li{
    padding-left:28px;
    font-size:17px;
    line-height:1.55;
    word-break:normal;
    overflow-wrap:break-word;
  }

  /* FINAL CTA */
  .sw2-final-cta{
    padding:56px 0 60px;
    overflow:hidden;
  }

  .sw2-final-cta-grid{
    grid-template-columns:1fr;
    border-radius:20px;
  }

  .sw2-final-cta-content{
    padding:34px 24px 28px;
  }

  .sw2-final-cta-badge{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:12px;
  }

  .sw2-final-cta-content h2{
    font-size:clamp(38px, 10.5vw, 58px) !important;
    line-height:1.02 !important;
    margin-bottom:18px;
    max-width:100%;
    letter-spacing:-1px;
  }

  .sw2-final-cta-content p{
    font-size:17px !important;
    line-height:1.75 !important;
    margin-bottom:24px;
    max-width:100%;
  }

  .sw2-final-cta-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    margin-top:18px;
  }

  .sw2-final-cta-actions .sw2-btn{
    width:100%;
  }

  .sw2-final-phone{
    gap:6px;
  }

  .sw2-final-phone-label{
    font-size:14px;
  }

  .sw2-final-phone-link{
    font-size:clamp(34px, 9vw, 46px);
    line-height:1.05;
  }

  .sw2-final-cta-image{
    min-height:280px;
    max-height:360px;
  }

  .sw2-final-cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }
}


@media (max-width: 480px){

  .sw2-container{
    width:calc(100% - 20px);
  }

  .sw-about-v2 h1{
    font-size:clamp(36px, 12vw, 54px) !important;
    line-height:1.01 !important;
  }

  .sw-about-v2 h2{
    font-size:32px !important;
  }

  .sw2-section{
    padding:46px 0;
  }

  .sw2-hero-content{
    padding-top:32px;
  }

  .sw2-trust-grid{
    grid-template-columns:1fr;
  }

  .sw2-trust-item{
    min-height:auto;
    padding:12px 8px;
  }

  .sw2-dark-heading h2,
  .sw2-title-center h2,
  .sw2-who .sw2-title-row h2{
    font-size:32px !important;
  }

  .sw2-services-box h3,
  .sw2-standards-box h3,
  .sw2-card h3{
    font-size:25px !important;
  }

  .sw2-final-cta-content{
    padding:30px 20px 24px;
  }

  .sw2-final-cta-content h2{
    font-size:clamp(34px, 12vw, 50px) !important;
  }

  .sw2-final-phone-link{
    font-size:clamp(30px, 10vw, 42px);
  }

  .sw2-final-cta-image{
    min-height:220px;
    max-height:300px;
  }
}

@media (max-width: 767px){

  .sw2-hero{
    padding-top: 120px;
  }

  .sw2-hero-content{
    padding: 0;
    max-width: 100%;
  }

  .sw2-hero-grid{
    gap: 24px;
    align-items: start;
  }
}

@media (max-width: 480px){

  .sw2-hero{
    padding-top: 132px;
  }
}

@media (max-width: 767px){

  .sw2-hero-image{
    margin-bottom: 24px;
  }

}

/* =========================
   SERVICES PAGE HERO - REAL MOBILE FIX
   ========================= */

@media (max-width: 767px){

  .sw-hvac-services .sw-hero{
    position: relative;
    min-height: auto !important;
    padding: 170px 0 44px !important;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(5, 22, 55, 0.78) 0%, rgba(5, 22, 55, 0.62) 34%, rgba(5, 22, 55, 0.78) 100%),
      linear-gradient(90deg, rgba(4, 18, 44, 0.72) 0%, rgba(4, 18, 44, 0.20) 52%, rgba(4, 18, 44, 0.72) 100%),
      url("https://stonewolfhvac.com/wp-content/uploads/2026/03/the-benefits-of-using-an-r32-hvac-system-in-homes-toda.png") center center / cover no-repeat !important;
  }

  .sw-hvac-services .sw-wrap{
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .sw-hvac-services .sw-hero-inner{
    min-height: auto !important;
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  .sw-hvac-services .sw-hero-content{
    width: 100%;
    max-width: 100% !important;
    padding: 0 16px !important;
    text-align: center !important;
  }

  .sw-hvac-services .sw-hero .sw-title{
    margin: 0 0 14px !important;
    font-size: clamp(44px, 12vw, 58px) !important;
    line-height: 0.98 !important;
    letter-spacing: -1.4px !important;
    color: #fff !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .sw-hvac-services .sw-hero-subtitle{
    margin: 0 0 26px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    color: rgba(255,255,255,.95) !important;
    text-align: center !important;
  }

  .sw-hvac-services .sw2-btns{
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    align-items: stretch !important;
  }

  .sw-hvac-services .sw2-btns .sw2-btn{
    width: 100% !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 480px){

  .sw-hvac-services .sw-hero{
    padding: 165px 0 38px !important;
    background-position: 56% center !important;
  }

  .sw-hvac-services .sw-wrap{
    width: calc(100% - 20px) !important;
  }

  .sw-hvac-services .sw-hero-content{
    padding: 0 10px !important;
  }

  .sw-hvac-services .sw-hero .sw-title{
    font-size: clamp(38px, 12.5vw, 50px) !important;
    line-height: 1.00 !important;
  }

  .sw-hvac-services .sw-hero-subtitle{
    font-size: 16px !important;
    margin-bottom: 22px !important;
  }
}

/* =========================
   SERVICE AREA HERO — FINAL CLEAN MOBILE CENTERED
   ========================= */

@media (max-width: 767px){

  .sw-service-areas .sw-hero-outer{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .sw-service-areas .sw-hero{
    position: relative;
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 150px 0 40px !important;
    overflow: hidden;
    border-radius: 0 !important;

    background:
      linear-gradient(180deg, rgba(6,24,58,.82) 0%, rgba(6,24,58,.65) 40%, rgba(6,24,58,.85) 100%),
      url("https://stonewolfhvac.com/wp-content/uploads/2026/03/areas-florida.avif") center center / cover no-repeat !important;
  }

  .sw-service-areas .sw-wrap{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  .sw-service-areas .sw-hero-content{
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .sw-service-areas .sw-kicker{
    display: block;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f47b20;
  }

  .sw-service-areas .sw-hero-content h1{
    margin: 0 0 14px !important;
    font-size: clamp(34px, 11.5vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -1px !important;
    color: #ffffff !important;
  }

  .sw-service-areas .sw-hero-title-line{
    width: 60px !important;
    height: 2px !important;
    margin: 0 auto 16px !important;
    background: rgba(255,255,255,.4) !important;
    border: 0 !important;
  }

  .sw-service-areas .sw-hero-content p{
    margin: 0 0 24px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,.95) !important;
  }

  .sw-service-areas .sw-btn-row{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .sw-service-areas .sw-btn-row .sw-btn,
  .sw-service-areas .sw-btn-row a{
    width: 100% !important;
    max-width: 280px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 480px){

  .sw-service-areas .sw-hero{
    padding: 140px 0 32px !important;
  }

  .sw-service-areas .sw-wrap{
    padding: 0 14px !important;
  }

  .sw-service-areas .sw-hero-content{
    max-width: 320px !important;
  }

  .sw-service-areas .sw-hero-content h1{
    font-size: clamp(30px, 12vw, 42px) !important;
  }

  .sw-service-areas .sw-hero-content p{
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px){

  .sw-acv2-service-switcher{
    margin-top: 60px !important;
  }

}

@media (max-width: 480px){

  .sw-acv2-service-switcher{
    margin-top: 80px !important;
  }

}

/* =========================
   SERVICE PAGE — FIX UNDER HEADER (TABLET)
   ========================= */

@media (max-width: 1024px){

  .sw-acv2-shell{
    padding-top: 100px !important;
  }

  .sw-acv2-service-switcher{
    margin-top: 0 !important;
  }

}/* End custom CSS */