@charset "UTF-8";


#services, #services * { box-sizing: border-box; }
#services img, #services svg, #services video, #services canvas{
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== SECTION WRAP ===== */
#services.services-page-scope,
#services{
  background: linear-gradient(to top, #e6f0ff, #f9fcff);
  padding: 0px 0px clamp(38px, 4vw, 60px) 0px;
  margin: 0;
  overflow: hidden;
}

/* ===== INNER WRAP ===== */
.services-wrap{
  max-width: 1500px;
  width: min(95%, 1500px);
  margin: 0 auto;
  padding: 0px;
}

/* =====================================================
   HERO (CONTAINED IMAGE + FRAME)
===================================================== */
.services-hero-banner{
  width: min(1500px, 95%);
  height: clamp(180px, 32vw, 560px);

  margin: clamp(80px, 3.2vw, 40px) auto 0px auto;
  display: block;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.05);

  border: 2px solid rgba(0, 64, 128, 0.25);
  border-radius: clamp(14px, 2vw, 28px);
  overflow: hidden;

  box-shadow: 0 14px 42px rgba(0, 64, 128, 0.18);
}

/* =====================================================
   HEADER BLOCK
===================================================== */
.services-header-block{
  text-align: center;
  width: min(1200px, 96%);
  margin: clamp(12px, 2.2vw, 18px) auto clamp(16px, 2.6vw, 22px) auto;
  padding: 0px clamp(8px, 1.2vw, 14px);
}

/* kicker */
.services-kicker{
  margin: 0px 0px 8px 0px;
  font-family: "Cabin";
  font-weight: 700;
  font-size: clamp(12px, 1.0vw, 14px);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.60);
}

/* Title */
#services h1{
  margin: 0px 10px 8px 10px;
  text-align: center;
  font-family: "Dancing Script";
  font-weight: 700;

  font-size: clamp(34px, 4.2vw, 66px);
  line-height: 1.05;

  background: linear-gradient(to right, #004080, #6e67d9, #5cd0b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow: 0 0 14px rgba(120, 120, 255, 0.18);
}

/* Subheader */
#services h2{
  margin: 0px 10px 8px 10px;
  text-align: center;
  font-family: "Cabin";
  font-weight: 700;
  color: #002a55;

  font-size: clamp(24px, 2.3vw, 40px);
  line-height: 1.15;
}

/* Intro line */
#services h4{
  margin: 0 auto;
  text-align: center;
  font-family: "Cabin";
  font-weight: 400;
  color: #000000;

  width: min(1000px, 96%);
  max-width: 70ch;

  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
}

/* Badges */
.services-badges{
  margin: clamp(10px, 2vw, 14px) auto 0px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(8px, 1.2vw, 10px);
  padding: 0px;
}

.badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: clamp(8px, 1.2vw, 10px) clamp(12px, 1.8vw, 16px);
  border-radius: 999px;

  font-family: "Cabin";
  font-weight: 800;
  font-size: clamp(12px, 1.1vw, 14px);

  color: #ffffff;
  background: linear-gradient(to right, #004080, #6e67d9, #5cd0b5);
  box-shadow: 0 10px 24px rgba(0, 64, 128, 0.18);
}

/* =====================================================
   INTRO BLOCK
===================================================== */
.services-intro{
  width: min(1500px, 95%);
  margin: 0 auto clamp(16px, 2.6vw, 22px) auto;

  display: flex;
  gap: clamp(14px, 2.2vw, 22px);
  align-items: stretch;

  position: relative;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: clamp(14px, 2.2vw, 18px) clamp(14px, 2vw, 16px) clamp(14px, 2vw, 16px) clamp(14px, 2vw, 16px);

  border: 1px solid rgba(0, 64, 128, 0.16);
  box-shadow: 0 10px 30px rgba(0, 64, 128, 0.14);
}

.services-intro:before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(92, 208, 181, 0.16), transparent 55%),
    radial-gradient(circle at bottom right, rgba(110, 103, 217, 0.16), transparent 55%);
  opacity: 0.95;
  pointer-events: none;
}

.services-intro-left,
.services-intro-right{
  position: relative;
  z-index: 1;
  min-width: 0; /* prevents text overflow in flex */
}

.services-intro-title{
  margin: 0;
  font-family: "Dancing Script";
  font-weight: 800;
  color: #002a55;

  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.15;
}

.services-intro-sub{
  margin: 8px 0px 0px 0px;
  font-family: "Cabin";
  font-weight: 400;
  color: #000000;

  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.5;
  max-width: 80ch;
}

.services-intro-right{
  width: clamp(260px, 28vw, 380px);
}

.services-intro-mini{
  margin: 0px 0px 10px 0px;
  font-family: "Cabin";
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);

  font-size: clamp(12px, 1.0vw, 14px);
}

.services-intro-chips{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1.2vw, 10px);
}

.services-intro-chips li{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: clamp(8px, 1.2vw, 10px) clamp(12px, 1.6vw, 14px);
  border-radius: 999px;

  font-family: "Cabin";
  font-weight: 800;
  font-size: clamp(12px, 1.1vw, 14px);

  color: #ffffff;
  background: linear-gradient(to right, #004080, #6e67d9, #5cd0b5);
  box-shadow: 0 10px 24px rgba(0, 64, 128, 0.14);
}

/* =====================================================
   SERVICES GRID + CARDS
===================================================== */
.services-grid{
  width: min(1500px, 95%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr; /* mobile first */
  gap: clamp(14px, 2.2vw, 22px);
  align-items: stretch;
}

.service-card{
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;

  border: 1px solid rgba(0, 64, 128, 0.16);
  box-shadow: 0 10px 30px rgba(0, 64, 128, 0.14);

  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(92, 208, 181, 0.16), transparent 55%),
    radial-gradient(circle at bottom right, rgba(110, 103, 217, 0.16), transparent 55%);
  opacity: 0.95;
  pointer-events: none;
}

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 46px rgba(0, 64, 128, 0.22);
}

.service-top{
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;

  padding: clamp(14px, 2vw, 18px) clamp(14px, 2vw, 16px) clamp(14px, 2vw, 16px) clamp(14px, 2vw, 16px);
  position: relative;
  z-index: 1;
}

.service-top-line{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.service-icon{
  font-size: 18px;
  line-height: 18px;
}

.service-title{
  margin: 0;
  font-family: "Dancing Script";
  font-weight: 800;

  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;

  background: linear-gradient(to right, #002a55, #4d46b8, #1f8f7b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.16),
    0 0 10px rgba(0, 64, 128, 0.12);
}

.service-desc{
  margin: 10px 0px 0px 0px;
  font-family: "Cabin";
  font-weight: 400;
  color: #000000;

  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.5;
  max-width: 85ch;
}

.service-toggle{
  position: absolute;
  right: 16px;
  top: 18px;
  font-size: 18px;
  color: rgba(0, 42, 85, 0.60);
  transition: transform 0.25s ease;
}

.service-card.active .service-toggle{
  transform: rotate(180deg);
}

.service-body{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;

  border-top: 1px solid rgba(0, 64, 128, 0.14);
  background: rgba(255, 255, 255, 0.55);

  position: relative;
  z-index: 1;
}

.service-body ul{
  list-style: none;
  margin: 0;
  padding: 12px 16px 16px 16px;
}

.service-body ul li{
  position: relative;
  padding-left: 18px;

  margin: 10px 0px;
  font-family: "Cabin";
  font-weight: 400;
  color: #000000;

  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.5;
}

.service-body ul li:before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 42, 85, 0.55);
}

/* =====================================================
   PRICE LIST LINK "WOW" SECTION
===================================================== */
#price-list-link-section{
  width: min(1500px, 95%);
  margin: clamp(16px, 2.6vw, 22px) auto 0px auto;
}

/* Card */
.price-list-link-section{
  --c1: rgba(92, 208, 181, 0.95);   /* teal */
  --c2: rgba(110, 103, 217, 0.95);  /* purple */
  --ink: #002a55;

  padding: clamp(18px, 2.8vw, 26px) clamp(16px, 2.6vw, 22px);
  text-align: center;

  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  position: relative;
  overflow: hidden;

  /* base shadow */
  box-shadow:
    0 14px 38px rgba(0, 64, 128, 0.14),
    0 2px 0 rgba(255,255,255,0.7) inset;

  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

/* Animated gradient border (using layered backgrounds) */
.price-list-link-section::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background:
    linear-gradient(120deg, var(--c1), var(--c2), var(--c1));
  background-size: 200% 200%;
  animation: priceBorderShift 6s ease-in-out infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.95;
}

/* Soft color blobs behind content */
.price-list-link-section::after{
  content: "";
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(circle at 18% 20%, rgba(92, 208, 181, 0.20), transparent 55%),
    radial-gradient(circle at 82% 75%, rgba(110, 103, 217, 0.20), transparent 55%),
    radial-gradient(circle at 55% 15%, rgba(0, 140, 255, 0.10), transparent 60%);
  filter: blur(2px);
  opacity: 0.95;
  pointer-events: none;
}

/* Content stacking */
.price-list-link-section p,
.price-list-link-section a{
  position: relative;
  z-index: 1;
}

/* Headline */
.price-list-link-section p{
  margin: 0 0 12px 0;
  font-family: "Dancing Script";
  font-weight: 800;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

/* Turn the link into a CTA button */
.price-list-link-section a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 12px 18px;
  border-radius: 999px;

  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.2px;

  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.2;

  color: #063b76;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.85),
      rgba(255,255,255,0.55)
    );
  border: 1px solid rgba(0, 58, 120, 0.18);

  box-shadow:
    0 10px 24px rgba(0, 64, 128, 0.18),
    0 1px 0 rgba(255,255,255,0.8) inset;

  transform: translateY(0) scale(1);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;

  position: relative;
  overflow: hidden;
}

/* Add a subtle arrow without changing HTML */
.price-list-link-section a::after{
  content: "→";
  font-weight: 900;
  opacity: 0.85;
  transform: translateX(0);
  transition: transform 220ms ease, opacity 220ms ease;
}

/* Shine sweep on hover */
.price-list-link-section a::before{
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 60%;
  height: 160%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.75),
    transparent
  );
  transform: rotate(18deg);
  opacity: 0;
  transition: opacity 220ms ease;
}

/* Attention "ping" dot (tiny, classy) */
.price-list-link-section a span{ display:none; } /* in case you add spans later */

.price-list-link-section a{
  /* little dot using background layers */
  background-image:
    radial-gradient(circle at 18px 50%, rgba(110,103,217,0.95) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(255,255,255,0.85), rgba(255,255,255,0.55));
  background-repeat: no-repeat;
  background-size: auto, 100% 100%;
}

/* Hover states: card + button */
.price-list-link-section:hover{
  transform: translateY(-3px);
  box-shadow:
    0 18px 48px rgba(0, 64, 128, 0.20),
    0 0 0 1px rgba(110,103,217,0.10) inset;
}

.price-list-link-section:hover a{
  color: #2b1fb8;
  border-color: rgba(110, 103, 217, 0.32);
  box-shadow:
    0 16px 34px rgba(0, 64, 128, 0.22),
    0 0 0 2px rgba(92, 208, 181, 0.10);
  transform: translateY(-1px) scale(1.03);
  filter: saturate(1.05);
}

.price-list-link-section:hover a::before{
  opacity: 1;
  animation: priceShine 900ms ease forwards;
}

.price-list-link-section:hover a::after{
  transform: translateX(4px);
  opacity: 1;
}

/* Keyboard focus (important for accessibility) */
.price-list-link-section a:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(92, 208, 181, 0.35),
    0 0 0 6px rgba(110, 103, 217, 0.22),
    0 16px 34px rgba(0, 64, 128, 0.22);
}

/* Animations */
@keyframes priceBorderShift{
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes priceShine{
  0%   { left: -60%; opacity: 0; }
  15%  { opacity: 0.9; }
  100% { left: 130%; opacity: 0; }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce){
  .price-list-link-section,
  .price-list-link-section::before{
    animation: none !important;
    transition: none !important;
  }
  .price-list-link-section a::before{
    display: none;
  }
}

/* =========================================================
   MEDIA QUERIES */


@media (min-width: 1920px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_1920px.jpg");
    height: 560px;
  }

  #services h1{ font-size: 66px; line-height: 68px; }
  #services h2{ font-size: 40px; line-height: 46px; }
  #services h4{ font-size: 18px; line-height: 26px; }

  .services-grid{ grid-template-columns: repeat(3, 1fr); }

  .service-title{ font-size: 30px; line-height: 34px; }
  .service-desc{ font-size: 17px; line-height: 25px; }
  .service-body ul li{ font-size: 17px; line-height: 25px; }

  .price-list-link-section p{ font-size: 34px; line-height: 38px; }
  .price-list-link-section a{ font-size: 18px; line-height: 26px; }
}

/* <= 1920px (default desktop/laptop range) */
@media (max-width: 1920px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_1920px.jpg");
    height: 520px;
  }

  #services h1{ font-size: 62px; line-height: 64px; }
  #services h2{ font-size: 38px; line-height: 44px; }
  #services h4{ font-size: 18px; line-height: 26px; }

  .services-grid{ grid-template-columns: repeat(3, 1fr); }

  .service-title{ font-size: 29px; line-height: 33px; }
  .service-desc{ font-size: 17px; line-height: 25px; }
  .service-body ul li{ font-size: 17px; line-height: 25px; }

  .price-list-link-section p{ font-size: 32px; line-height: 36px; }
  .price-list-link-section a{ font-size: 18px; line-height: 26px; }
}

/* <= 1200px (tablet landscape / small laptop) */
@media (max-width: 1200px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_1200px.jpg");
    height: 400px;
  }

  /* Avoid negative margin collisions: keep it mild */
  .services-header-block{
    margin-top: 14px;  /* was -40px */
  }

  #services h1{ font-size: 56px; line-height: 58px; }
  #services h2{ font-size: 36px; line-height: 42px; }
  #services h4{ font-size: 18px; line-height: 26px; }

  .services-intro{
    flex-direction: column;
    gap: 16px;
  }

  .services-intro-right{
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,0.10);
    padding-top: 12px;
  }

  .services-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .service-title{ font-size: 28px; line-height: 32px; }
  .service-desc{ font-size: 16px; line-height: 24px; }
  .service-body ul li{ font-size: 16px; line-height: 24px; }

  .price-list-link-section p{ font-size: 30px; line-height: 34px; }
  .price-list-link-section a{ font-size: 18px; line-height: 26px; }
}

/* <= 768px (tablet / large phone) */
@media (max-width: 768px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_768px.jpg");
    height: 300px;
  }

  .services-header-block{
    margin: 14px 14px 0 14px;
    padding: 18px 14px 16px 14px;
  }

  #services h1{ font-size: 48px; line-height: 50px; }
  #services h2{ font-size: 32px; line-height: 36px; }
  #services h4{ font-size: 17px; line-height: 24px; }

  .services-wrap{
    padding: 18px 14px 54px 14px;
  }

  .services-grid{
    grid-template-columns: 1fr;
  }

  .service-title{ font-size: 26px; line-height: 30px; }
  .service-desc{ font-size: 16px; line-height: 24px; }
  .service-body ul li{ font-size: 16px; line-height: 24px; }

  .price-list-link-section p{ font-size: 28px; line-height: 32px; }
  .price-list-link-section a{ font-size: 17px; line-height: 24px; }
}

/* <= 480px (phones) */
@media (max-width: 480px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_480px.jpg");
    height: 240px;
    border-radius: 16px;
  }

  .services-header-block{
    margin: 12px 12px 0 12px;
  }

  #services h1{ font-size: 42px; line-height: 44px; }
  #services h2{ font-size: 28px; line-height: 32px; }
  #services h4{ font-size: 16px; line-height: 22px; }

  .badge{
    font-size: 13px;
    padding: 9px 12px;
  }

  .service-top{
    padding: 16px 14px 14px 14px;
  }

  .service-title{ font-size: 24px; line-height: 28px; }
  .service-desc{ font-size: 15px; line-height: 21px; }
  .service-body ul li{ font-size: 15px; line-height: 21px; }

  .price-list-link-section p{ font-size: 26px; line-height: 30px; }
  .price-list-link-section a{ font-size: 16px; line-height: 22px; }
}

/* <= 300px (tiny screens) */
@media (max-width: 300px){
  .services-hero-banner{
    background-image: url("../img/services_page/hero_image_300px.jpg");
    height: 180px;
    border-radius: 14px;
  }

  .services-header-block{
    margin: 10px 10px 0 10px;
    padding: 16px 10px 14px 10px;
  }

  #services h1{ font-size: 34px; line-height: 36px; }
  #services h2{ font-size: 24px; line-height: 28px; }
  #services h4{ font-size: 15px; line-height: 21px; }

  .services-wrap{
    padding: 16px 10px 46px 10px;
  }

  .services-intro{
    padding: 14px;
  }

  .services-intro-title{ font-size: 22px; line-height: 26px; }
  .services-intro-sub{ font-size: 16px; line-height: 22px; }

  .service-title{ font-size: 22px; line-height: 26px; }
  .service-desc{ font-size: 15px; line-height: 21px; }
  .service-body ul li{ font-size: 15px; line-height: 21px; }

  .price-list-link-section p{ font-size: 24px; line-height: 28px; }
  .price-list-link-section a{ font-size: 15px; line-height: 21px; }
}
