﻿:root {
  --bg: #f6f6f6;
  --nav-bg: #ffffff;
  --text: #556678;
  --border: #9a9a9a;
  --wa: #48a95f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--bg);
  color: var(--text);
}

.page {
  min-height: 100vh;
  padding: clamp(28px, 4vw, 68px) clamp(22px, 6vw, 88px) 8px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-item {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  filter: blur(2px);
  transition:
    opacity 0.72s var(--reveal-ease),
    transform 0.72s var(--reveal-ease),
    filter 0.72s var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal-item.reveal-from-right {
  transform: translate3d(26px, 18px, 0) scale(0.985);
}

.reveal-item.reveal-soft-pop {
  transform: translate3d(0, 22px, 0) scale(0.965);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.reveal-static-item {
  opacity: 0;
  filter: blur(2px);
  transition:
    opacity 0.72s var(--reveal-ease),
    filter 0.72s var(--reveal-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter;
}

.reveal-static-item.is-visible {
  opacity: 1;
  filter: blur(0);
}

.page.page-loaded .top-nav {
  animation: nav-soft-enter 0.8s var(--reveal-ease) both;
}

.top-nav-wrap {
  display: flex;
  justify-content: center;
}

.top-nav-wrap.follow-scroll {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 70;
}

.top-nav {
  width: min(1320px, 100%);
  height: 100px;
  border-radius: 50px;
  background: var(--nav-bg);
  box-shadow: 0 10px 30px rgba(36, 52, 72, 0.08), 0 2px 10px rgba(36, 52, 72, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(20px, 3.5vw, 42px);
  position: relative;
  transition: transform 0.25s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 60px;
  position: absolute;
  left: calc(50% - 38px);
  transform: translateX(-50%);
}

.top-nav a {
  text-decoration: none;
  color: #434b57;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.nav-links a,
.mobile-menu-panel > a,
.footer-main-nav a {
  position: relative;
}

.mobile-menu-panel > a::after,
.footer-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #3f73e0;
  border-radius: 999px;
  transition: width 0.25s ease;
}

.nav-links a::after {
  display: none;
}

.footer-main-nav a::after {
  bottom: -8px;
}

.mobile-menu-panel > a:hover::after,
.mobile-menu-panel > a:focus-visible::after,
.footer-main-nav a:hover::after,
.footer-main-nav a:focus-visible::after {
  width: 100%;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #2f6de4;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #5b6776;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  transition: transform 0.35s ease;
}

.menu-toggle svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile-menu-panel {
  display: none;
}

.menu-backdrop {
  display: none;
}

.nav-logo {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav-logo:not(:has(img)) {
  left: 30px;
}

.nav-logo span {
  font-size: 15px;
  font-weight: 500;
  color: #546678;
  display: inline-block;
  min-width: 130px;
  text-align: center;
}

.nav-logo img {
  display: block;
  width: 130px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.phone-link {
  color: #151515;
  height: 32.247px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.25s ease;
  z-index: 10;
  text-decoration: none;
}

.phone-link svg {
  width: 32.2px;
  height: 32.247px;
  flex-shrink: 0;
}

.phone-link:hover,
.phone-link:focus-visible {
  color: #3f73e0;
}

.phone-link--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.hero {
  width: min(1320px, 100%);
  margin: clamp(78px, 9vw, 130px) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 4vw, 84px);
}

.hero-content {
  flex: 1 1 auto;
  max-width: 730px;
}

.eyebrow {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-content h1 {
  margin: clamp(26px, 3vw, 44px) 0 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  color: #546678;
}

.desc {
  margin: clamp(34px, 3.2vw, 48px) 0 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 920px;
}

.whatsapp {
  margin-top: clamp(40px, 3.6vw, 56px);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #5b6777;
  font-size: 14px;
  font-weight: 400;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.whatsapp--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.floating-actions {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 74px;
  z-index: 85;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.floating-actions.is-hidden-near-footer {
  opacity: 0;
  visibility: hidden;
}

.floating-wp,
.floating-top {
  pointer-events: auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #cfd8e3;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(33, 48, 66, 0.14);
  display: grid;
  place-items: center;
}

.floating-wp {
  position: absolute;
  left: 24px;
  right: auto;
  bottom: 8px;
  text-decoration: none;
}

.floating-wp img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.floating-wp--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.floating-wp::after,
.floating-top::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(50%) translateY(6px);
  background: #ffffff;
  color: #5b6776;
  border: 1px solid #d2dbe6;
  border-radius: 999px;
  padding: 6px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(33, 48, 66, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}

.floating-wp:hover::after,
.floating-wp:focus-visible::after,
.floating-top:hover::after,
.floating-top:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
}

.floating-top {
  position: absolute;
  right: 24px;
  left: auto;
  bottom: 8px;
  color: #5b6776;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.floating-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-top:hover,
.floating-top:focus-visible {
  color: #3f73e0;
  border-color: #b9c8e9;
}

.hero-visual {
  flex: 0 0 auto;
}

.image-box {
  width: 545px;
  height: 550px;
  border: 1.8px solid var(--border);
  border-radius: 60px;
  background: transparent;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.image-box:hover {
  border-color: #8a949f;
  box-shadow: 0 10px 22px rgba(48, 65, 84, 0.1);
  transform: translateY(-3px) scale(1.006);
  animation: card-hover-float 2.8s ease-in-out infinite alternate;
}

.image-box.has-image {
  border: none;
}

.bottom-decor {
  position: relative;
  margin-top: 150px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.leaf-on-line {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 2;
}

.leaf-on-line img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-section {
  width: min(1320px, 100%);
  margin: 150px auto 0;
  display: flex;
  align-items: center;
  gap: clamp(36px, 4vw, 78px);
  scroll-margin-top: 140px;
}

.profile-images {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto;
}

.profile-box {
  width: 260px;
  height: 300px;
  border: 1.6px solid var(--border);
  border-radius: 30px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.profile-box:hover {
  border-color: #8a949f;
  box-shadow: 0 9px 20px rgba(48, 65, 84, 0.1);
  transform: translateY(-3px) scale(1.006);
  animation: card-hover-float 2.8s ease-in-out infinite alternate;
}

.profile-box.has-image {
  border: none;
}

.profile-box-bottom {
  margin-top: 90px;
}

.profile-text {
  max-width: 760px;
}

.profile-text h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  color: #546678;
}

.profile-text p {
  margin: 44px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #566677;
}

.profile-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #3f73e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.profile-about-btn::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.profile-about-btn:hover,
.profile-about-btn:focus-visible {
  color: #2f6de4;
}

.profile-about-btn:hover::after,
.profile-about-btn:focus-visible::after {
  transform: translateX(3px);
}

.works-section,
.faq-section,
.home-blog-section,
.contact-section,
.site-footer {
  width: min(1320px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.works-section {
  margin-top: 200px;
  scroll-margin-top: 130px;
}

.works-section .section-head,
.faq-section .section-head,
.contact-section .section-head {
  margin-bottom: 100px;
}

.home-blog-section .section-head {
  margin-bottom: 100px;
}

.works-section .section-head h2,
.faq-section .section-head h2,
.home-blog-section .section-head h2,
.contact-section .section-head h2 {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #546678;
  display: flex;
  align-items: center;
  gap: 20px;
}

.works-section .section-head h2::after,
.faq-section .section-head h2::after,
.home-blog-section .section-head h2::after,
.contact-section .section-head h2::after {
  content: "";
  width: 120px;
  height: 0;
  border-top: 1px solid #9a9a9a;
}

.works-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  gap: var(--track-gap, 24px);
  transition: transform 0.32s ease-out;
  will-change: transform;
}

.works-carousel {
  --cards-per-view: 3;
  --track-gap: 24px;
  width: 100%;
}

.works-viewport {
  width: 100%;
  overflow: hidden;
}

.work-card {
  flex: 0 0 calc((100% - (var(--cards-per-view) - 1) * var(--track-gap)) / var(--cards-per-view));
  position: relative;
  border-radius: 30px;
  padding: 32px 34px 28px;
  min-height: 250px;
  background: #ffffff;
  border: 0;
  overflow: hidden;
}

.work-card::before,
.work-card::after {
  content: "";
  position: absolute;
  background: var(--bg);
  border-radius: 50%;
  pointer-events: none;
}

.work-card::before {
  width: 68px;
  height: 68px;
  top: -16px;
  right: 16px;
}

.work-card::after {
  display: none;
}

.work-badge {
  position: absolute;
  top: -4px;
  right: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f7f7f7;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 3;
}

.work-card h3 {
  margin: 0;
  color: #546678;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.work-divider {
  height: 1px;
  background: #d6d6d6;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}

.work-content {
  margin-top: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.work-content p {
  margin: 0;
  max-width: 300px;
  color: #566677;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.work-icon {
  display: none;
}

.work-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-icon-yeme {
  width: 60px;
  height: 60px;
  color: #1f3447;
}

.work-icon-yeme svg {
  width: 86%;
  height: 86%;
  margin: 7%;
}

.work-icon-yeme svg path {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.works-controls {
  margin-top: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.works-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #d3d8e2;
  border-radius: 50%;
  background: #ffffff;
  color: #546678;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

.works-arrow:hover,
.works-arrow:focus-visible {
  border-color: #3f73e0;
  color: #3f73e0;
}

.works-arrow span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.works-next:hover span,
.works-next:focus-visible span {
  transform: translateX(3px);
}

.works-prev:hover span,
.works-prev:focus-visible span {
  transform: translateX(-3px);
}

.works-arrow::after {
  content: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #ffffff;
  color: #4f5f71;
  border: 1px solid #d6dbe4;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.works-arrow:hover::after,
.works-arrow:focus-visible::after {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(4px);
}

.works-arrow[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.works-arrow[disabled]::after {
  display: none;
}

@keyframes nav-soft-enter {
  0% {
    opacity: 0;
    transform: translateY(-18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-static-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .page.page-loaded .top-nav {
    animation: none !important;
  }
}

.compare-showcase {
  margin-top: 200px;
}

.faq-section {
  margin-top: 100px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: start;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.faq-item {
  margin: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 56px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #3f4b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  padding: 16px 54px 16px 24px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 24px rgba(40, 47, 56, 0.08);
  transition: all 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "↓";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #505b6b;
  font-size: 14px;
  line-height: 1;
}

.faq-item[open] summary {
  background: #ffffff;
  border-color: #dddddd;
  color: #3f4b5b;
  box-shadow: 0 10px 24px rgba(40, 47, 56, 0.08);
}

.faq-item[open] summary::after {
  content: "↑";
}

.faq-item p {
  margin: 14px 6px 0 18px;
  color: #5a6575;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  max-width: 95%;
}

.faq-media {
  display: flex;
  justify-content: flex-end;
}

.faq-image-stack {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-image-box {
  width: 260px;
  height: 300px;
  border: 1.6px solid var(--border);
  border-radius: 30px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.faq-image-box:hover {
  border-color: #8a949f;
  box-shadow: 0 9px 20px rgba(48, 65, 84, 0.1);
  transform: translateY(-3px) scale(1.006);
  animation: card-hover-float 2.8s ease-in-out infinite alternate;
}

.faq-image-box.has-image {
  border: none;
}

.faq-image-box-bottom {
  margin-top: 90px;
}

.home-blog-section {
  margin-top: 120px;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-blog-card {
  border-radius: 28px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 20px 20px 30px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.home-blog-card:hover {
  border-color: #8a949f;
  box-shadow: 0 9px 20px rgba(48, 65, 84, 0.1);
  transform: translateY(-3px) scale(1.006);
  animation: card-hover-float 2.8s ease-in-out infinite alternate;
}

.home-blog-card-media {
  width: 100%;
  height: 168px;
  border-radius: 20px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
}

.home-blog-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #647387;
  font-size: 12px;
  font-weight: 500;
}

.home-blog-date::before {
  content: "•";
  font-size: 13px;
  line-height: 1;
}

.home-blog-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #647387;
  font-size: 12px;
  font-weight: 500;
}

.home-blog-author::before {
  content: "•";
  font-size: 13px;
  line-height: 1;
}

.home-blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.home-blog-category {
  display: inline-block;
  border: 1px solid #c8ced6;
  border-radius: 999px;
  padding: 3px 10px;
  color: #647387;
  font-size: 12px;
  font-weight: 500;
}

.home-blog-card h3 {
  margin: 30px 0 0;
  color: #233546;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.home-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #3f73e0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.home-blog-link::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.home-blog-link:hover,
.home-blog-link:focus-visible {
  color: #2f6de4;
}

.home-blog-link:hover::after,
.home-blog-link:focus-visible::after {
  transform: translateX(3px);
}

.footer-v2 {
  width: min(1320px, 100%);
  margin: 170px auto 0;
  padding: 0 clamp(6px, 1.4vw, 14px);
  color: #2f3947;
}

.footer-v2-shell {
  width: 100%;
}

.footer-v2-top {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.footer-v2-logo {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.footer-v2-logo span {
  font-size: 15px;
  font-weight: 500;
  color: #546678;
  display: inline-block;
  min-width: 128px;
  text-align: center;
}

.footer-v2-logo img {
  width: 128px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.footer-v2-nav {
  position: absolute;
  left: calc(50% - 38px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.footer-v2-nav a {
  color: #434b57;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1;
  font-weight: 400;
  transition: color 0.25s ease;
}

.footer-v2-nav a:hover,
.footer-v2-nav a:focus-visible {
  color: #2f6de4;
}

.footer-v2-social {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-v2-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #5b6776;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-v2-social a:hover,
.footer-v2-social a:focus-visible {
  opacity: 1;
  color: #3f73e0;
}

.footer-v2-social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}

.footer-v2-bottom {
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 12px;
  border-top: 1px solid #d7d9dc;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.footer-v2-bottom p {
  margin: 0;
  color: #595f69;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 400;
}

.footer-v2-legal {
  justify-self: end;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-v2-legal a {
  color: #595f69;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer-v2-legal a:hover,
.footer-v2-legal a:focus-visible {
  color: #2f6de4;
}


.contact-section {
  margin-top: 120px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.contact-info {
  display: grid;
  gap: 20px;
}

.contact-card {
  border-radius: 24px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.contact-card:hover {
  border-color: #8a949f;
  box-shadow: 0 9px 20px rgba(48, 65, 84, 0.1);
  transform: translateY(-3px) scale(1.006);
  animation: card-hover-float 2.8s ease-in-out infinite alternate;
}

.contact-card h3 {
  margin: 0;
  color: #233546;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-card p {
  margin: 20px 0 0;
  color: #5a6575;
  font-size: 14px;
  line-height: 1.5;
}

.contact-card p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
  transition: color 0.2s ease;
}

.contact-card p a:hover,
.contact-card p a:focus-visible {
  color: #2f6de4;
  border-bottom: 0;
}

.contact-form {
  border-radius: 28px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
  display: grid;
  gap: 16px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s ease;
}

.contact-form:hover {
  border-color: #c8ced6;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
  transform: none;
  animation: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: #4f5f71;
  font-size: 13px;
  font-weight: 500;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 1.4px solid #d3d9e2;
  border-radius: 14px;
  background: #ffffff;
  color: #233546;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus {
  border-color: #3f73e0;
  box-shadow: 0 0 0 3px rgba(63, 115, 224, 0.12);
}

.contact-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.contact-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #3f73e0;
  flex: 0 0 auto;
}

.contact-consent label {
  margin: 0;
  display: inline;
  color: #5a6270;
  font-size: 14px;
  line-height: 1.4;
}

.contact-consent a {
  color: #1672cb;
  text-decoration: none;
}

.contact-consent a:hover,
.contact-consent a:focus-visible {
  text-decoration: underline;
}

.contact-form button {
  border: 0;
  border-radius: 999px;
  background: #3f73e0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-form button::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: #2f6de4;
  transform: translateY(-1px);
}

.contact-form button:hover::after,
.contact-form button:focus-visible::after {
  transform: translateX(3px);
}

.site-toast {
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 120;
  min-width: 320px;
  max-width: min(420px, calc(100vw - 32px));
  border-radius: 18px;
  border: 1px solid #cfd6e2;
  border-left: 4px solid #18b777;
  background: #f3f5f7;
  box-shadow: 0 10px 26px rgba(35, 53, 70, 0.18);
  padding: 16px 18px 16px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.site-toast.is-error {
  border-left-color: #e65353;
}

.site-toast-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #d8f2e7;
  color: #18b777;
  display: grid;
  place-items: center;
}

.site-toast.is-error .site-toast-icon {
  background: #ffe3e3;
  color: #e65353;
}

.site-toast-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-toast-content strong {
  display: block;
  color: #1ea96f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.site-toast.is-error .site-toast-content strong {
  color: #cc3d3d;
}

.site-toast-content p {
  margin: 6px 0 0;
  color: #5b6776;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.site-toast.is-error .site-toast-content p {
  color: #7a4a4a;
}

.site-toast-close {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #8b95a3;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.site-toast-close:hover,
.site-toast-close:focus-visible {
  color: #5f6977;
}

.site-footer {
  margin-top: 200px;
  color: #233546;
}

.footer-shell {
  width: 100%;
  border-radius: 26px;
  padding: 16px;
}

.footer-top,
.footer-main,
.footer-bottom {
  background: #ffffff;
  border: 1px solid #d9e0e8;
  border-radius: 20px;
}

.footer-top {
  min-height: 78px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.footer-brand,
.footer-main-brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  color: #1a2d3f;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1;
}

.footer-brand::before,
.footer-main-brand::before {
  content: "S";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #9eaefe 0%, #5366df 55%, #2a359b 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.footer-nav,
.footer-main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.footer-nav a,
.footer-main-nav a {
  text-decoration: none;
  color: #5b6776;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  line-height: 1;
}

.footer-copy {
  justify-self: end;
  color: #5b6776;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.footer-main {
  margin-top: 0;
  min-height: 252px;
  padding: 50px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-main-brand {
  font-size: 40px;
}

.footer-main-logo {
  width: 260px;
  max-width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main-logo img {
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 86px;
  object-fit: contain;
}

.footer-main-nav {
  margin-top: 30px;
  width: 100%;
  justify-content: center;
  gap: 60px;
  transform: translateX(-52px);
}

.footer-social {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-social a {
  min-width: 20px;
  height: 20px;
  text-decoration: none;
  color: #233546;
  opacity: 0.92;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  opacity: 1;
  color: #3f73e0;
}

.footer-social span {
  line-height: 1;
}

.footer-social [aria-label="LinkedIn"] {
  font-size: 20px;
  font-weight: 600;
}

.footer-social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  margin-top: 20px;
  min-height: 86px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  position: relative;
}

.footer-bottom::before {
  content: none;
  position: absolute;
  left: 38px;
  right: 38px;
  top: 20px;
  height: 1px;
  background: #e4e8ef;
}

.footer-bottom .footer-copy {
  justify-self: start;
}

.footer-copy-left {
  padding-left: 0;
  margin-top: 12px;
}

.footer-social-compact {
  margin-top: 0;
  justify-self: end;
  gap: 30px;
}

.footer-social-compact a {
  width: 28px;
  height: 28px;
}

.compare-showcase {
  width: min(1320px, 100%);
  margin: 200px auto 0;
  display: grid;
  grid-template-columns: minmax(420px, 560px) 1fr;
  gap: 40px;
  align-items: center;
}

.compare-badge {
  width: 62px;
  height: 62px;
  border-radius: 0;
  background: transparent;
  color: #221553;
  display: grid;
  place-items: center;
}

.compare-badge svg {
  width: 34px;
  height: 34px;
}

.compare-left h3 {
  margin: 26px 0 0;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 400;
  color: #546678;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
}

.compare-left h4 {
  margin: 8px 0 0;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 500;
  color: #1f1645;
  font-family: "Poppins", sans-serif;
  max-width: 380px;
}

.compare-left p {
  margin: 42px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: #6b7280;
  max-width: 760px;
  font-family: "Poppins", sans-serif;
}

.compare-right {
  position: relative;
  width: 676px;
  height: 630px;
  justify-self: end;
  transform: translateX(-8px);
}

.cmp-card {
  --pos: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background-color: #dfe3e8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  cursor: ew-resize;
}

.cmp-card[data-axis="y"] {
  cursor: ns-resize;
}

.cmp-top-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 409px;
  height: 287px;
}

.cmp-top-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 247px;
  height: 289px;
}

.cmp-bottom-main {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 248px;
  height: 288px;
}

.cmp-bottom-side {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 409px;
  height: 287px;
}

.cmp-split-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 3px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.cmp-card[data-axis="y"] .cmp-split-line {
  left: 0;
  right: 0;
  top: var(--pos);
  width: auto;
  height: 3px;
}

.cmp-handle {
  position: absolute;
  top: 50%;
  left: var(--pos);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 16px rgba(20, 30, 48, 0.18);
  z-index: 4;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.cmp-handle::before {
  content: "◀ ▶";
  font-size: 12px;
  font-weight: 700;
  color: #4a5f82;
}

.cmp-handle-y {
  left: 50%;
  top: var(--pos);
  width: 42px;
  height: 42px;
}

.cmp-handle-y::before {
  content: "▲";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 800;
  color: #2f4f7d;
}

.cmp-handle-y::after {
  content: "▼";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 800;
  color: #2f4f7d;
}

.cmp-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 2;
  pointer-events: none;
}

.cmp-card[data-axis="x"] .cmp-dark {
  clip-path: inset(0 0 0 var(--pos));
}

.cmp-card[data-axis="y"] .cmp-dark {
  clip-path: inset(var(--pos) 0 0 0);
}

.cmp-slider {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  cursor: inherit;
  pointer-events: none;
}

.cmp-slider-y {
  cursor: ns-resize;
}

.cmp-pill {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #1f2342;
  background: #f4f6fb;
  border-radius: 8px;
  padding: 6px 10px;
}

.cmp-pill-top {
  left: 14px;
  top: 14px;
}

.cmp-pill-bottom {
  right: 14px;
  bottom: 14px;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: min(760px, calc(100% - 88px));
  background: #ffffff;
  border: 1.5px solid #bcc6d6;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(35, 49, 69, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 36px 18px;
  z-index: 90;
}

.cookie-hidden {
  display: none;
}

.cookie-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #edf2ff;
  color: #3f73e0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.cookie-icon svg {
  width: 24px;
  height: 24px;
}

.cookie-content {
  flex: 1 1 auto;
}

.cookie-content h3 {
  margin: 0;
  color: #1e2433;
  font-size: 17px;
  font-weight: 600;
}

.cookie-content p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #4f5a6c;
}

.cookie-link,
.cookie-sub-links a {
  color: #3f73e0;
  text-decoration: none;
  font-weight: 600;
}

.cookie-sub-links {
  margin-top: 6px;
  font-size: 13px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-btn {
  border-radius: 12px;
  border: 1px solid #cad3e1;
  background: #f8fafc;
  color: #4b5970;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  min-width: 96px;
  height: 42px;
  padding: 0 14px;
  cursor: pointer;
}

.cookie-btn-primary {
  background: #3f73e0;
  border-color: #3f73e0;
  color: #ffffff;
}

@keyframes card-hover-float {
  from {
    transform: translateY(-2px) scale(1.004);
  }
  to {
    transform: translateY(-5px) scale(1.008);
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-box:hover,
  .profile-box:hover {
    animation: none;
    transform: translateY(-2px);
  }
}

@media (max-width: 1480px) {
  .top-nav {
    height: 100px;
  }

  .top-nav a {
    font-size: 15px;
  }

  .nav-links {
    gap: 60px;
  }

  .image-box {
    width: min(545px, 44vw);
    height: min(550px, 44vw);
    border-radius: clamp(34px, 4vw, 60px);
  }

  .work-card h3 {
    font-size: 28px;
  }

  .work-content p {
    font-size: 15px;
  }

  .work-icon {
    width: 72px;
    height: 72px;
  }

}

@media (max-width: 680px) {
  .works-carousel {
    --cards-per-view: 3;
    --track-gap: 16px;
  }

}

@media (max-width: 1024px) {
  :root {
    --mobile-nav-width: min(860px, calc(100% - 56px));
  }

  .top-nav {
    width: var(--mobile-nav-width);
    min-height: 74px;
    height: auto;
    border-radius: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 18px;
    gap: 12px 20px;
  }

  .nav-links {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .phone-link {
    position: static;
    transform: none;
    width: 28px;
    height: 28px;
  }

  .phone-link svg {
    width: 28px;
    height: 28px;
  }

  .hero {
    margin-top: clamp(36px, 7vw, 56px);
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-visual {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .image-box {
    width: min(545px, 86vw);
    height: min(550px, 86vw);
  }

  .profile-section {
    margin-top: 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
  }

  .profile-images {
    width: 100%;
    justify-content: center;
  }

  .profile-box {
    width: min(260px, 40vw);
    height: min(300px, 46vw);
  }

  .profile-text h2 {
    font-size: 25px;
  }

  .profile-text p {
    font-size: 15px;
    margin-top: 20px;
  }

  .works-section .section-head,
  .faq-section .section-head,
  .home-blog-section .section-head,
  .contact-section .section-head {
    margin-bottom: 100px;
    text-align: center;
  }

  .works-section .section-head h2,
  .faq-section .section-head h2,
  .home-blog-section .section-head h2,
  .contact-section .section-head h2 {
    justify-content: center;
  }

  .works-section .section-head h2::after,
  .faq-section .section-head h2::after,
  .home-blog-section .section-head h2::after,
  .contact-section .section-head h2::after {
    display: none;
  }

  .works-section {
    width: min(calc(var(--mobile-nav-width) + 16px), 100%);
  }

  .works-carousel,
  .works-viewport {
    width: 100%;
  }

  .works-carousel {
    --cards-per-view: 3;
    --track-gap: 18px;
  }

  .works-viewport {
    overflow: visible;
  }

  .works-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    transform: none !important;
  }

  .work-card {
    flex: initial;
    width: 100%;
    padding: 30px 24px 26px;
    border-radius: 26px;
  }

  .work-badge {
    width: 54px;
    height: 54px;
    font-size: 15px;
    top: -3px;
    right: 22px;
  }

  .work-card h3 {
    font-size: 15px;
  }

  .work-content p {
    font-size: 14px;
    max-width: 100%;
  }

  .work-icon {
    width: 48px;
    height: 48px;
  }

  .works-controls {
    margin-top: 50px;
  }

  .compare-showcase {
    margin-top: 200px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-section {
    width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    max-width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .home-blog-section {
    width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    max-width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    margin: 100px auto 0;
  }

  .contact-section {
    width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    max-width: min(calc(var(--mobile-nav-width) + 16px), 100%);
    margin: 100px auto 0;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 100px;
    width: 100%;
    max-width: 100%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    order: 2;
  }

  .faq-media {
    order: 1;
    justify-content: center;
  }

  .faq-item summary {
    min-height: 52px;
    font-size: 14px;
    padding: 14px 48px 14px 18px;
    width: 100%;
    max-width: 100%;
  }

  .faq-item p {
    margin: 12px 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
    max-width: calc(100% - 10px);
    overflow-wrap: break-word;
  }

  .faq-image-stack {
    justify-content: center;
    align-items: flex-start;
  }

  .faq-image-box {
    width: min(260px, 40vw);
    height: min(300px, 46vw);
    margin: 0 auto;
  }

  .faq-image-box-bottom {
    margin-top: 90px;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-blog-card {
    border-radius: 24px;
    padding: 18px 16px 30px;
  }

  .home-blog-card-media {
    height: 150px;
    border-radius: 18px;
  }

  .home-blog-card h3 {
    font-size: 14px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-info {
    gap: 16px;
  }

  .contact-card {
    border-radius: 22px;
    padding: 18px;
  }

  .contact-card h3 {
    font-size: 16px;
  }

  .contact-card p {
    font-size: 14px;
  }

  .contact-form {
    border-radius: 24px;
    padding: 18px;
    gap: 14px;
  }

  .contact-form button {
    width: 100%;
    justify-self: stretch;
  }

  .site-toast {
    top: 18px;
    right: 16px;
    left: 16px;
    min-width: 0;
    max-width: none;
  }

  .compare-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .compare-left h3 {
    margin-top: 20px;
    font-size: 25px;
  }

  .compare-left h4 {
    font-size: 25px;
    max-width: 100%;
  }

  .compare-left p {
    margin-top: 20px;
    font-size: 15px;
    max-width: 100%;
  }

  .compare-right {
    width: 100%;
    height: auto;
    transform: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 230px 230px 230px 230px;
    gap: 10px;
  }

  .cmp-top-main,
  .cmp-top-side,
  .cmp-bottom-main,
  .cmp-bottom-side {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }

  .cookie-banner {
    width: calc(100% - 44px);
    border-radius: 18px;
    padding: 30px 14px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-content h3 {
    font-size: 16px;
  }

  .cookie-content p {
    font-size: 13px;
  }

  .cookie-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .cookie-btn {
    min-width: 90px;
    height: 38px;
    font-size: 13px;
  }

}

@media (max-width: 640px) {
  .site-footer {
    width: calc(100vw - 4px);
    max-width: calc(100vw - 4px);
  }

  .footer-shell {
    padding: 3px;
  }
}

@media (max-width: 1024px) {
  .page {
    padding: 42px 14px 28px;
  }

  .top-nav-wrap {
    margin-top: 10px;
    position: relative;
    z-index: 40;
  }

  .top-nav {
    width: var(--mobile-nav-width);
    min-height: 84px;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    padding: 20px 16px;
  }

  .top-nav a {
    font-size: 14px;
  }

  .nav-logo {
    left: 18px;
    z-index: 2;
  }

  .nav-logo img {
    width: 102px;
    max-height: 48px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    margin-right: 40px;
  }

  .page.mobile-menu-open .menu-toggle {
    transform: rotate(90deg);
  }

  .phone-link {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(246, 246, 246, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 20;
  }

  .page.mobile-menu-open .menu-backdrop {
    display: block;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: var(--mobile-nav-width);
    transform: none;
    margin-top: 0;
    border-radius: 30px;
    background: var(--nav-bg);
    box-shadow: 0 10px 30px rgba(36, 52, 72, 0.08), 0 2px 10px rgba(36, 52, 72, 0.06);
    padding: 18px 12px;
    z-index: 30;
  }

  .mobile-menu-panel > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #5b6776;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-panel > a:first-of-type {
    margin-top: 18px;
  }

  .mobile-menu-panel > a:last-of-type {
    margin-bottom: 18px;
  }

  .mobile-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin: 4px 0 18px;
  }

  .mobile-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #5b6776;
    line-height: 0;
    transition: color 0.25s ease;
  }

  .mobile-social a:hover,
  .mobile-social a:focus-visible {
    color: #3f73e0;
  }

  .mobile-social svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    display: block;
  }

  .mobile-copyright {
    margin: 0 0 12px;
    text-align: center;
    color: #7b8794;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
  }

  .page.mobile-menu-open .mobile-menu-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .eyebrow {
    font-size: 24px;
  }

  .hero {
    margin-top: 92px;
    align-items: center;
  }

  .hero-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 18px;
    margin-top: 50px;
  }

  .desc {
    font-size: 14px;
    margin-top: 50px;
    max-width: 100%;
  }

  .whatsapp {
    margin-top: 50px;
    font-size: 14px;
    gap: 10px;
    justify-content: center;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }

  .image-box {
    border-width: 1.5px;
    border-radius: 26px;
  }

  .hero-visual {
    display: none;
  }

  .bottom-decor {
    margin-top: 90px;
  }

  .leaf-on-line {
    width: 92px;
    height: 92px;
    bottom: -12px;
  }

  .profile-section {
    margin-top: 150px;
    align-items: center;
    gap: 100px;
  }

  .profile-images {
    gap: 10px;
  }

  .profile-box {
    width: min(260px, 42vw);
    height: min(300px, 48vw);
    border-radius: 24px;
  }

  .profile-box-bottom {
    margin-top: 56px;
  }

  .profile-text {
    width: 100%;
    text-align: center;
  }

  .profile-text h2 {
    font-size: 18px;
  }

  .profile-text p {
    font-size: 14px;
    margin-top: 50px;
    max-width: 100%;
  }

  .profile-about-btn {
    margin-top: 30px;
  }

  .floating-actions {
    left: 14px;
    right: 14px;
    bottom: 70px;
  }

  .floating-wp,
  .floating-top {
    width: 50px;
    height: 50px;
  }

  .floating-wp img {
    width: 28px;
    height: 28px;
  }

}

@media (max-width: 1200px) {
  .footer-top,
  .footer-bottom {
    padding: 0 24px;
  }

  .footer-nav,
  .footer-main-nav {
    gap: 22px;
  }
}

@media (max-width: 1024px) {
  .site-footer {
    width: var(--mobile-nav-width);
    max-width: var(--mobile-nav-width);
    margin-top: 160px;
  }

  .footer-shell {
    padding: 8px;
    border-radius: 22px;
  }

  .footer-top,
  .footer-main,
  .footer-bottom {
    border-radius: 18px;
  }

  .footer-top {
    min-height: auto;
    padding: 20px 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    text-align: center;
  }

  .footer-brand,
  .footer-main-brand {
    justify-self: center;
    font-size: 24px;
  }

  .footer-nav,
  .footer-main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .footer-copy {
    justify-self: center;
    font-size: 13px;
    white-space: normal;
    text-align: center;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .footer-main {
    min-height: auto;
    margin-top: 14px;
    padding: 42px 16px 42px;
  }

  .footer-main-brand {
    font-size: 30px;
  }

  .footer-main-logo {
    width: 170px;
    min-height: 44px;
    margin-bottom: 8px;
  }

  .footer-main-logo img {
    max-width: 170px;
    max-height: 62px;
  }

  .footer-main-nav {
    margin-top: 0;
    transform: none;
    gap: 20px;
    width: 100%;
    justify-content: center;
  }

  .footer-main-nav a {
    font-size: 13px;
  }

  .footer-main-nav a:last-child {
    margin-top: 0;
  }

  .footer-social {
    margin-top: 16px;
    gap: 16px;
  }

  .footer-bottom {
    min-height: auto;
    margin-top: 14px;
    padding: 18px 16px 18px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom::before {
    left: 16px;
    right: 16px;
    top: 14px;
  }

  .footer-bottom .footer-copy,
  .footer-social-compact {
    justify-self: center;
  }

  .footer-bottom .footer-copy {
    width: 100%;
    padding: 0 8px;
  }

  .footer-social-compact {
    gap: 30px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .footer-main-nav {
    justify-content: center;
    padding-left: 0;
    gap: 28px;
    transform: translateX(-40px);
  }
}

@media (max-width: 1200px) {
  .footer-v2-nav a {
    font-size: 14px;
  }

  .footer-v2-nav {
    gap: 30px;
  }

  .footer-v2-bottom p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .footer-v2 {
    width: min(1320px, 100%);
    max-width: min(1320px, 100%);
    margin-top: 120px;
    padding: 0;
  }

  .about-page .footer-v2 {
    margin-top: 120px;
  }

  .footer-v2-top {
    position: static;
    min-height: auto;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-v2-logo,
  .footer-v2-nav,
  .footer-v2-social {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .footer-v2-nav {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    column-gap: 16px;
    row-gap: 8px;
    width: auto;
    max-width: 100%;
    justify-self: center;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }

  .footer-v2-nav a {
    font-size: 13px;
    letter-spacing: 0.1px;
  }

  .footer-v2-nav a[href*="iletisim"] {
    display: inline-block;
    transform: translateX(-60px) translateY(20px);
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
  }

  .footer-v2-bottom {
    margin-top: 20px;
    padding-top: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer-v2-bottom p {
    margin: 0;
    max-width: 94%;
    font-size: 14px;
  }

  .footer-v2-legal {
    justify-self: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
  }

  .footer-v2-legal a {
    font-size: 13px;
  }

  .footer-v2-logo img {
    width: 108px;
    max-height: 50px;
  }

  .footer-v2-social {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .footer-v2-bottom {
    gap: 20px;
  }

  .footer-v2-bottom p {
    margin-bottom: 0;
  }

  .footer-v2-nav {
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    justify-self: center;
    width: auto;
    padding-left: 0;
    row-gap: 12px;
    margin-top: 20px;
  }

  .footer-v2-nav a {
    font-size: 12px;
  }

  .footer-v2-nav a[href*="iletisim"] {
    display: inline-block;
    transform: translateX(-60px) translateY(20px);
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
  }

  .footer-v2-social {
    margin-top: 20px;
    gap: 22px;
  }

  .footer-v2-legal {
    gap: 10px 14px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.blog-page .blog-page-main {
  width: min(1320px, 100%);
  margin: clamp(72px, 8vw, 112px) auto 0;
}

.blog-page .blog-section {
  margin-top: 0;
}

.blog-page .blog-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 940px) 340px;
  gap: 30px;
  align-items: start;
  justify-content: space-between;
}

.blog-page .blog-main-column {
  min-width: 0;
}

.blog-page .blog-section .section-head {
  margin-bottom: 68px;
  text-align: left;
}

.blog-page .blog-section .section-head h1 {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #546678;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.blog-page .blog-section .section-head h1::after {
  content: "";
  width: 120px;
  height: 0;
  border-top: 1px solid #9a9a9a;
}

.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.blog-page .blog-pagination {
  margin-top: 28px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

/* About Page Styles */
.about-page .about-page-main {
  width: min(1320px, 100%);
  margin: clamp(72px, 8vw, 112px) auto clamp(40px, 5vw, 80px);
  min-height: calc(100vh - 300px);
}

.about-page .footer-v2 {
  margin-top: 170px;
}

.about-page .about-section {
  margin-top: 0;
}

.about-page .about-section .section-head {
  margin-bottom: 68px;
  text-align: left;
}

.about-page .about-section .section-head h1 {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #546678;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.about-page .about-section .section-head h1::after {
  content: "";
  width: 120px;
  height: 0;
  border-top: 1px solid #9a9a9a;
}

.about-page .about-card {
  border-radius: 28px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
}

.about-page .about-intro-box {
  margin-bottom: 16px;
}

.about-page .about-intro-box p {
  margin: 0 0 12px;
  color: #4f6174;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .about-intro-box p:last-child {
  margin-bottom: 0;
}

.about-page .about-desc-box {
  margin-bottom: 16px;
}

.about-page .about-desc-box p {
  margin: 0 0 12px;
  color: #4f6174;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .about-desc-box p:last-child {
  margin-bottom: 0;
}

.about-page .about-card > p:first-child,
.about-page .about-main-desc {
  margin: 0 0 16px;
  color: #4f6174;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .about-item {
  margin-top: 20px;
}

.about-page .about-item h2 {
  margin: 0 0 10px;
  color: #23364a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.about-page .about-item p {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4f6174;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .about-item p::before {
  content: "•";
  color: #2a3b4c;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-page .about-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #3f73e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-page .about-contact-link::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.about-page .about-contact-link:hover,
.about-page .about-contact-link:focus-visible {
  color: #2f6de4;
}

.about-page .about-contact-link:hover::after,
.about-page .about-contact-link:focus-visible::after {
  transform: translateX(3px);
}

.blog-page .blog-pagination a,
.blog-page .blog-pagination span,
.blog-page .blog-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #c8ced6;
  background: #ffffff;
  color: #546678;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s ease;
}

.blog-page .blog-pagination a:hover,
.blog-page .blog-pagination a:focus-visible,
.blog-page .blog-pagination button:hover,
.blog-page .blog-pagination button:focus-visible {
  border-color: #3f73e0;
  color: #3f73e0;
}

.blog-page .blog-pagination span.is-active,
.blog-page .blog-pagination button.is-active {
  background: #3f73e0;
  border-color: #3f73e0;
  color: #ffffff;
}

.blog-page .blog-card {
  width: 100%;
  padding: 20px 20px 30px;
  border-radius: 28px;
}

.blog-page .blog-card-media {
  margin: 0;
  height: 168px;
}

.blog-page .blog-card-date {
  margin-left: 0;
}

.blog-page .blog-card h3 {
  font-size: 14px;
  margin-top: 30px;
}

.blog-page .blog-card-meta {
  margin-top: 30px;
}

.blog-page .blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: sticky;
  top: 132px;
  margin-top: 110px;
}

.blog-page .blog-side-card {
  background: #f1f1f1;
  border-radius: 22px;
  border: 1px solid #e0e4ee;
  border-bottom: 2px solid #3f73e0;
  padding: 28px 28px 30px;
}

.blog-page .blog-side-card h2 {
  margin: 0 0 20px;
  color: #081a2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.blog-page .blog-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: #f7f7f7;
  min-height: 50px;
  padding: 0 10px 0 14px;
}

.blog-page .blog-search-form input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2f41;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.blog-page .blog-search-form input::placeholder {
  color: #8f8f8f;
}

.blog-page .blog-search-form button {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #202734;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.blog-page .blog-category-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  row-gap: 30px;
}

.blog-page .blog-category-list li {
  color: #2a3b4c;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  transition: color 0.22s ease;
}

.blog-page .blog-category-list li::before {
  content: ".";
  font-size: 28px;
  line-height: 1;
  color: #2a3b4c;
  flex: 0 0 auto;
  margin-top: -10px;
}

.blog-page .blog-category-list li span,
.blog-page .blog-category-list li a {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.blog-page .blog-side-card[aria-label="Categories"] h2 {
  margin-bottom: 40px;
}

.blog-page .blog-category-list li strong {
  color: #35485a;
  font-size: 14px;
  font-weight: 500;
}

.blog-page .blog-category-list li:hover,
.blog-page .blog-category-list li:focus-within {
  color: #2f6de4;
}

.blog-page .blog-category-list li:hover::before,
.blog-page .blog-category-list li:focus-within::before,
.blog-page .blog-category-list li.is-active::before {
  color: #2f6de4;
}

.blog-page .blog-category-list li.is-active span,
.blog-page .blog-category-list li.is-active a,
.blog-page .blog-category-list li.is-active strong,
.blog-page .blog-category-list li a.active {
  color: #2f6de4;
  font-weight: 600;
}

.blog-page .blog-category-list li a:hover {
  color: #2f6de4;
}

.blog-detail-page .blog-detail-main {
  width: min(1320px, 100%);
  margin: clamp(72px, 8vw, 112px) auto 0;
}

.blog-detail-page .blog-detail-section .section-head {
  margin-bottom: 68px;
  text-align: left;
}

.blog-detail-page .blog-detail-section .section-head h2 {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #546678;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-detail-page .blog-detail-section .section-head h2::after {
  content: "";
  width: 120px;
  border-top: 1px solid #9a9a9a;
}

.blog-detail-card {
  border-radius: 28px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 20px 20px 30px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
}

.blog-detail-media {
  width: 100%;
  height: min(420px, 42vw);
  min-height: 220px;
  border-radius: 20px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
}

.blog-detail-meta {
  margin-top: 24px;
}

.blog-detail-card h1 {
  margin: 24px 0 0;
  color: #1e2d40;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.blog-detail-summary {
  margin: 18px 0 0;
  color: #4f6174;
  font-size: 14px;
  line-height: 1.65;
}

.blog-detail-content {
  margin-top: 20px;
  color: #4f6174;
  font-size: 14px;
  line-height: 1.75;
}

.blog-detail-content p {
  margin: 0 0 14px;
}

.blog-detail-share {
  margin-top: 28px;
  padding-top: 0;
  border-top: 1px solid #d9dee6;
}

.blog-detail-share h3 {
  margin: 30px 0 30px;
  color: #23364a;
  font-size: 20px;
  font-weight: 500;
}

.blog-detail-share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.blog-share-btn,
.blog-copy-btn {
  border: 1px solid #c8ced6;
  background: #ffffff;
  color: #546678;
  border-radius: 999px;
  min-height: 38px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.22s ease;
}

.blog-share-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.blog-share-btn:hover,
.blog-share-btn:focus-visible,
.blog-copy-btn:hover,
.blog-copy-btn:focus-visible {
  border-color: #3f73e0;
  color: #2f6de4;
}

@media (max-width: 1200px) {
  .blog-page .blog-page-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
  }

  .blog-page .blog-side-card h2 {
    font-size: 24px;
  }

  .blog-page .blog-search-form input {
    font-size: 13px;
  }

  .blog-page .blog-category-list li,
  .blog-page .blog-category-list li strong {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .blog-page .blog-page-layout {
    grid-template-columns: 1fr;
  }

  .blog-page .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-page .blog-pagination {
    margin-top: 24px;
    gap: 8px;
    justify-content: flex-start;
  }

  .blog-page .blog-pagination a,
  .blog-page .blog-pagination span,
  .blog-page .blog-pagination button {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .blog-page .blog-sidebar {
    position: static;
    margin-top: 0;
  }

  .blog-page .blog-section .section-head {
    text-align: left;
    margin-bottom: 44px;
  }

  .blog-page .blog-section .section-head h1 {
    justify-content: flex-start;
  }

  .blog-page .blog-section .section-head h1::after {
    display: block;
  }

  .about-page .about-section .section-head {
    text-align: left;
    margin-bottom: 44px;
  }

  .about-page .about-section .section-head h1 {
    justify-content: flex-start;
  }

  .about-page .about-section .section-head h1::after {
    display: block;
  }

  .about-page .about-card {
    max-width: 100%;
    border-radius: 24px;
    padding: 24px;
  }

  .blog-page .blog-card-media {
    height: 180px;
  }

  .blog-page .blog-side-card h2 {
    font-size: 22px;
  }

  .blog-page .blog-search-form input {
    font-size: 13px;
  }

  .blog-page .blog-category-list li,
  .blog-page .blog-category-list li strong {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .blog-page .blog-page-main,
  .blog-detail-page .blog-detail-main {
    width: min(398px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .blog-page .blog-main-column,
  .blog-page .blog-section,
  .blog-page .blog-grid {
    max-width: 100%;
  }

  .blog-page .blog-card {
    padding: 18px 16px 30px;
  }

  .about-page .about-page-main {
    width: min(398px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .about-page .about-section,
  .about-page .about-card {
    max-width: 100%;
  }

  .about-page .about-card {
    border-radius: 20px;
    padding: 20px;
  }

  .about-page .about-item h2 {
    font-size: 17px;
  }

  .about-page .about-card > p:first-child,
  .about-page .about-item p {
    font-size: 13px;
    line-height: 1.7;
  }

  .blog-page .blog-card-media {
    margin: 0;
    height: 150px;
  }

  .blog-page .blog-side-card {
    padding: 22px 18px 24px;
  }
}

.legal-page .legal-main {
  width: min(1320px, 100%);
  margin: clamp(72px, 8vw, 112px) auto 0;
}

.legal-page .legal-section .section-head {
  margin-bottom: 42px;
  text-align: left;
}

.legal-page .legal-section .section-head h1 {
  margin: 0;
  font-family: "Bradley Hand ITC", "Bradley Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  color: #546678;
  display: flex;
  align-items: center;
  gap: 20px;
}

.legal-page .legal-section .section-head h1::after {
  content: "";
  width: 120px;
  border-top: 1px solid #9a9a9a;
}

.legal-page .legal-card {
  border-radius: 28px;
  border: 1.4px solid #c8ced6;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 8px 18px rgba(40, 50, 64, 0.07);
}

.legal-page .legal-card p {
  margin: 0 0 16px;
  color: #4f6174;
  font-size: 13px;
  line-height: 1.75;
}

.legal-page .legal-card h2 {
  margin: 18px 0 10px;
  color: #23364a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.legal-page .legal-item {
  margin-top: 20px;
}

.legal-page .legal-item h2 {
  margin: 0;
}

.legal-page .legal-item p {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}

.legal-page .legal-item p::before {
  content: ".";
  color: #2a3b4c;
  font-size: 28px;
  line-height: 1;
  margin-top: -8px;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .legal-page .legal-main {
    margin-top: 76px;
  }

  .legal-page .legal-section .section-head {
    margin-bottom: 34px;
  }

  .legal-page .legal-card {
    border-radius: 24px;
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .legal-page .legal-main {
    width: min(398px, 100%);
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-page .legal-section,
  .legal-page .legal-card {
    max-width: 100%;
  }

  .legal-page .legal-section .section-head h1 {
    font-size: 24px;
    gap: 14px;
  }

  .legal-page .legal-section .section-head h1::after {
    width: 86px;
  }

  .legal-page .legal-card {
    border-radius: 20px;
    padding: 20px;
  }

  .legal-page .legal-card h2 {
    font-size: 17px;
  }

  .legal-page .legal-card p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Loading Spinner - Simple Rotation */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.loading-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Simple Rotation Loader - Matches Hakkimizda Blue */
.loader {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #2f6de4;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-left: 4px solid #3f73e0;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Loading Text */
.loading-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  letter-spacing: 0.5px;
}

/* Button Loading State */
.btn-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: rotation 0.8s linear infinite;
}

/* Mini Spinner for inline use */
.spinner-mini {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #e2e8f0;
  border-top-color: #14b8a6;
  border-radius: 50%;
  animation: rotation 0.8s linear infinite;
}
