@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
body {
  background-color:#e6e3df;
}



  body{
  font-family: "Inter", Arial, sans-serif;
  margin: 0;

  background: radial-gradient(...);
  color: #1f2937;
}

.hero {
  background-image:
  linear-gradient(
    rgba(229,57,53,0.30),
    rgba(229,57,53,0.36)
  ),
  url("./img/einsatz-lampe.jpg");


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 70px 20px;
text-align: left;


border-radius: 0 0 24px 24px;
overflow: hidden;


  color: white;
}
outline: 6px solid lime;

.hero h1, .hero h2{
  letter-spacing: -0.4px;
}
.hero-title{
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
  color: #ffffff;
  text-shadow: 0 4px 14px rgba(0,0,0,0.45);
  line-height: 1.1;
    display: block;
  text-align: center;
  margin: 0 auto 14px;

}

/* tanka linija ispod naslova */
.hero-title::after{
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin: 14px auto 0;
  background: rgba(255,255,255,0.75);
  border-radius: 999px;
}


/* badge pored naslova */
.hero-badge{
  display: inline-block;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;

  font-size: 14px;
  font-weight: 800;
  vertical-align: middle;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* animacija */
@keyframes heroFadeUp{
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
  color: #ffffff;
  text-align: center;

  text-shadow:
    0 2px 6px rgba(0,0,0,0.35),
    0 6px 18px rgba(0,0,0,0.45);
      animation: heroFadeUp 600ms ease-out both;
  position: relative;

}

.hero p{
  opacity: 0.95;
}


/* HERO BOX */
.
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 60px 20px;
  color: white;
}




/* NASLOV */
.hero h1 {
  color: #c62828;
  font-size: 36px;
  margin-bottom: 10px;
}

/* TEKST */
.hero p {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}



/* DUGME */
.cta {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 22px;
  background-color: #c62828;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
}
.container {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
}

.section {
  margin-top: 30px;
}

.section h2 {
  font-size: 26px;
  margin: 0 0 14px 0;
  color: #222;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #c62828;
}

.card p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

.info {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.info > div {
  background: white;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.faq details {
  background: white;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.faq summary {
  cursor: pointer;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 850px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .info {
    grid-template-columns: 1fr;
  }
}
.cta-bottom {
  text-align: center;
  background: white;
  border-radius: 14px;
  padding: 26px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.cta-bottom p {
  max-width: 700px;
  margin: 10px auto 0 auto;
  color: #333;
  line-height: 1.5;
}
.cta-bottom .cta {
  margin-top: 16px;
}
.footer{
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

.footer a{
  color: #fff;
  text-decoration: underline;
}
.section h2{
  margin-bottom: 14px;
}
.section > p{
  max-width: 900px;
  line-height: 1.6;
}
.hero-badges{
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-badges {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-badges .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: rgba(0, 0, 0, 0.75); /* jaka pozadina */
  color: #ffffff !important;
  font-weight: 800;
  font-size: 14px;

  padding: 8px 14px;
  border-radius: 999px;

  text-shadow: 0 2px 6px rgba(0,0,0,0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255,255,255,0.25);
}

}
/* Mobile sticky call button */
.mobile-call{
  display: none;
}

@media (max-width: 850px){
  body{
    padding-bottom: 90px; /* da sadržaj ne bude prekriven trakom */
  }

  .mobile-call{
    display: block;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: #c62828;
    color: white;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    z-index: 9999;
  }
}
.price-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.cta.small{
  display: inline-block;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #c62828;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 850px){
  .price-grid{
    grid-template-columns: 1fr;
  }
}
.quicklinks{
  margin-top: 10px;
}
.quicklinks a{
  color: white;
  font-weight: 800;
  text-decoration: underline;
}
/* MOBILE FIX */
@media (max-width: 768px) {
  body{
    padding: 16px; /* umjesto 40px na mobitelu */
  }

  .hero{
  padding: 20px 16px;
  min-height: auto;   /* ako imaš min-height, obavezno ovako */
}


  .hero h1{
    font-size: 26px;
    line-height: 1.15;
  }

.hero p{
  color: #ffffff;
  font-weight: 500;
}

  .hero p{
    font-size: 16px;
    line-height: 1.4;
  }
.hero{
  text-align: left;
}

  /* da dugme bude veliko i lako kliknuti */
  .cta{
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 18px;
    margin-top: 14px;
  }

  /* kartice da idu jedna ispod druge */
  .cards{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* ako negdje pravi horizontalni scroll */
  html, body{
    overflow-x: hidden;
  }
}
.image-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.image-section h2 {
  margin-bottom: 15px;
  color: #c62828;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}
/* ===== IMAGE SECTION ===== */

.image-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.image-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #c62828;
}

.image-box {
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.badge {
  background: rgba(0, 0, 0, 0.55); /* jača pozadina */
  color: #ffffff;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

  .cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 18px;
  border-radius: 14px;

  background: #d32f2f;
  color: #fff;
  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.18);

  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

.cta:active{
  transform: translateY(0px);
}
@media (max-width: 768px){
  .hero{
    padding: 48px 16px;
  }

  .hero h1, .hero h2{
    font-size: 28px;
    line-height: 1.15;
  }

  .hero p{
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-badges{
    gap: 8px;
  }

  .hero-badges span, .hero-badges .badge{
    font-size: 13px;
    padding: 8px 12px;
  }

  .cta{
    width: 100%;
  }
}

/* CTA dugme – profesionalno */
.cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 16px 22px;
  border-radius: 14px;

  background: #d32f2f;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.2);

  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

.cta:active{
  transform: translateY(0);
}
/* Mobile optimizacija */
@media (max-width: 768px){

  .hero{
    padding: 48px 16px;
  }

  .hero h1, .hero h2{
    font-size: 28px;
    line-height: 1.15;
  }

  .hero p{
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-badges{
    gap: 8px;
  }

  .hero-badges .badge{
    font-size: 13px;
    padding: 8px 12px;
  }

  .cta{
    width: 100%;
  }
}

/* =========================
   MOBILE CENTER CTA BUTTONS
   ========================= */
@media (max-width: 768px) {

  /* centriraj SVA crvena dugmad */
  .cta,
  .price-button,
  a.cta {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* ako je dugme u kartici / boxu */
  .cta-wrapper,
  .price-box {
    text-align: center;
  }
}
/* FIX: CTA dugmad TAČNO u centru na mobilu */
@media (max-width: 768px){

  /* oba dugmeta: "Preis kurz anfragen" i "Jetzt anrufen" */
  a.cta,
  a.price-button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 92%;
    max-width: 520px;
    text-align: center;
  }
}
.price-box{
background:white;
padding:25px;
border-radius:14px;
text-align:center;
margin:30px auto;
max-width:420px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.price{
font-size:32px;
font-weight:800;
color:#e63946;
}
/* ===== Floating Contact Pro ===== */
.floating-contact{
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 12px;

  transition: transform 0.25s ease, opacity 0.25s ease;
}

.floating-contact.fc-hidden{
  transform: translateY(140%);
  opacity: 0;
  pointer-events: none;
}

.fc-btn{
  display: flex;
  align-items: center;
  gap: 12px;

  min-width: 250px;
  padding: 14px 18px;
  border-radius: 14px;

  text-decoration: none;
  color: #fff;
  font-weight: 800;

  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.12);

  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.fc-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
}

.fc-call{
  background: linear-gradient(180deg, #0d2b57 0%, #0a2142 100%);
}

.fc-wa{
  background: linear-gradient(180deg, #25D366 0%, #128C7E 100%);
}

.fc-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;
  border-radius: 999px;

  background: rgba(255,255,255,0.12);
  font-size: 18px;
  flex-shrink: 0;
}

.fc-call .fc-icon{
  animation: phonePulse 1.5s infinite;
}

.fc-text{
  font-size: 17px;
  letter-spacing: 0.2px;
}

.fc-text-wrap{
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.fc-number{
  font-size: 17px;
  font-weight: 800;
}

.fc-sub{
  font-size: 13px;
  opacity: 0.86;
  margin-top: 2px;
}

@keyframes phonePulse{
  0%   { transform: scale(1) rotate(0deg); }
  10%  { transform: scale(1.08) rotate(-8deg); }
  20%  { transform: scale(1.08) rotate(8deg); }
  30%  { transform: scale(1.08) rotate(-8deg); }
  40%  { transform: scale(1.08) rotate(8deg); }
  50%  { transform: scale(1) rotate(0deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* ===== Mobile full-width version ===== */
@media (max-width: 768px){
  .floating-contact{
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0,0,0,0.08);
    flex-direction: row;
    gap: 10px;
  }

  .fc-btn{
    flex: 1;
    min-width: 0;
    justify-content: center;
    border-radius: 12px;
    padding: 14px 10px;
  }

  .fc-text{
    font-size: 15px;
  }

  .fc-number{
    font-size: 15px;
  }

  .fc-sub{
    font-size: 11px;
  }

  body{
    padding-bottom: 88px;
  }
}
@keyframes pulseIcon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.call-btn i,
.wa-btn i {
  animation: pulseIcon 1.4s infinite;
  display: inline-block;
}
.call-btn,
.wa-btn{
  border: 3px solid red !important;
}
.floating-buttons{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:10px;
z-index:9999;
}

.call-btn,
.wa-btn{
display:flex;
align-items:center;
gap:8px;
padding:12px 16px;
border-radius:10px;
color:white;
text-decoration:none;
font-weight:600;
box-shadow:0 6px 20px rgba(0,0,0,0.25);
font-family:Arial, sans-serif;
}

.call-btn{
background:#0d2b57;
}

.wa-btn{
background:#25D366;
}

.call-btn i,
.wa-btn i{
animation:pulseIcon 1.4s infinite;
}

@keyframes pulseIcon{
0%{transform:scale(1);}
50%{transform:scale(1.25);}
100%{transform:scale(1);}
}
.company-photo-card {
  max-width: 420px;
  margin: 30px auto 40px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

.company-photo-card img {
  width: 100%;
  display: block;
}

.company-info {
  padding: 18px;
  text-align: center;
}

.company-info h3 {
  margin: 0 0 10px;
}

.company-info p {
  margin: 6px 0;
}

.company-info a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.company-contact-under-price {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.company-contact-under-price h3 {
  margin: 0 0 10px;
}

.company-contact-under-price p {
  margin: 6px 0;
}

.company-contact-under-price a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.company-photo-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  background: #fff;
}

.company-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.price-photo-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: start;
  gap: 30px;
  width: calc(100% + 60px);
  max-width: 1160px;
  margin: 0 0 40px -60px;
}
}

.price-photo-row .price-box,
.price-photo-row .company-photo-card {
  flex: 1;
  width: 50%;
  max-width: 520px;
  margin: -20px;
}

.company-photo-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  background: #fff;
}

.company-photo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .price-photo-row {
    flex-direction: column;
    max-width: 100%;
  }

  .price-photo-row .price-box,
  .price-photo-row .company-photo-card {
    width: 100%;
    max-width: 100%;
  }

  .company-photo-card img {
    min-height: auto;
  }
}
.company-mini-text {
  margin-top: 18px;
  line-height: 1.6;
  color: #555;
}

.company-contact-under-price .cta {
  display: inline-block;
  margin-top: 18px;
  background: #c62828;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(198,40,40,0.25);
}

.company-contact-under-price .cta:hover {
  opacity: 0.92;
}
.price-photo-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
  align-items: stretch;
}

.price-photo-row .price-box,
.price-photo-row .company-photo-card {
  width: 100%;
  max-width: none;
  margin: 0;
}
}
.company-contact-under-price {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.company-contact-under-price h3 {
  margin: 0 0 10px;
}

.company-contact-under-price p {
  margin: 6px 0;
}

.company-contact-under-price a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.company-mini-text {
  margin-top: 18px;
  line-height: 1.6;
  color: #555;
}

.company-contact-under-price .cta {
  display: inline-block;
  margin-top: 18px;
  background: #c62828;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(198,40,40,0.25);
}

.company-contact-under-price .cta:hover {
  opacity: 0.92;
}

.company-photo-card {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  background: #fff;
}

.company-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}


.price-photo-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 20px;
  align-items: stretch;
  transform: translateX(-20px);
}
@media (max-width: 768px) {
  .price-photo-row {
    grid-template-columns: 1fr;
    transform: none;
    max-width: 100%;
  }

  .company-photo-card img {
    min-height: auto;
  }
}
.cta-image-wrap {
  margin-top: 22px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

.cta-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.insect-labels {
  margin-top: 12px;
  text-align: center;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .price-photo-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
  }

  .price-photo-row .price-box,
.price-photo-row .company-photo-card {
  width: calc(100% - 24px) !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}

  .company-photo-card {
    overflow: hidden;
    border-radius: 18px;
  }

  .company-photo-card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .price-box {
  text-align: center;
}
}
@media (max-width: 768px) {
  .price-photo-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .price-photo-row > * {
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-10px) !important;
  }

  .price-box,
  .company-photo-card {
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-10px) !important;
  }

  .price-box {
    text-align: center !important;
  }

  .company-photo-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .company-photo-card img {
    transform: translateX(1px) !important;
  }
   .company-photo-card {
    overflow: hidden !important;
  }
}

  .services h2,
  .leistungen h2,
  .section-title {
    text-align: center !important;
    font-size: 38px !important;
    line-height: 1.05 !important;
  }
}
@media (max-width: 768px) {
  h2 {
    text-align: center !important;
    font-size: 34px !important;
    line-height: 1.1 !important;
  }
}
.hero-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.hero-logo {
  width: 120px !important;
  height: 120px !important;
  object-fit: contain;
  margin-top: -6px;
}

.hero-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.hero-title {
  margin: 0;
}

@media (max-width: 768px) {
  .hero-title-wrap {
    gap: 8px;
  }

  .hero-logo {
    width: 100px;
    height: 100px;
  }
}
.price-seo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 12px 0;
  text-align: center;
}

.price-photo-row {
  align-items: stretch;
}

.company-photo-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 18px;
}
.price-photo-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.cta-image-wrap,
.price-box,
.company-photo-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.cta-image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-image-wrap img,
.company-photo-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.company-photo-card {
  display: flex;
  align-items: stretch;
}

.company-photo-card img {
  width: 100%;
  height: 100%;
}

.price-box {
  padding: 28px 24px;
  text-align: center;
}

.insect-labels {
  text-align: center;
  font-weight: 700;
  margin: 14px 0 16px 0;
}

.price-seo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 12px 0;
}

@media (max-width: 768px) {
  .price-photo-row {
    grid-template-columns: 1fr;
  }
}
.price-photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.price-box,
.company-photo-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.price-box {
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-photo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
}

.company-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  display: block;
}

.price-seo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 12px 0;
}

@media (max-width: 768px) {
  .price-photo-row {
    grid-template-columns: 1fr;
  }
}
.intro-line {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #2f2f2f;
  margin: 20px auto 30px auto;
  max-width: 980px;
}
.email-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: #555;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.email-link:hover {
  color: #d94b3d;
  text-decoration: underline;
}
.hero-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.hero-mail i {
  font-size: 18px;
}

.hero-mail:hover {
  text-decoration: underline;
}
.hero-mail {
  display: flex;
  justify-content: center;
}
.hero-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.hero-mail-btn {
  background: #d94b3d;
  color: #fff;
  text-decoration: none;
}
.hero-actions .hero-btn {
  width: 260px;
  justify-content: center;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d94b3d;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.hero-btn i {
  font-size: 16px;
}