:root {
  --premium-bg: #f5f8fc;
  --premium-surface: rgba(255, 255, 255, 0.78);
  --premium-surface-strong: #ffffff;
  --premium-border: rgba(20, 32, 58, 0.08);
  --premium-border-strong: rgba(49, 126, 254, 0.16);
  --premium-text: #14203a;
  --premium-muted: #5f6f86;
  --premium-navy: #0f213d;
  --premium-blue: #317efe;
  --premium-blue-deep: #1c63d9;
  --premium-accent: #5fd0c6;
  --premium-shadow: 0 20px 60px rgba(15, 33, 61, 0.08);
  --premium-shadow-hover: 0 28px 80px rgba(15, 33, 61, 0.14);
  --premium-radius: 26px;
}

html {
  scroll-behavior: smooth;
}

body.premium-theme {
  background:
    radial-gradient(circle at top left, rgba(49, 126, 254, 0.1), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 42%, #eef3f8 100%);
  color: var(--premium-muted);
}

body.premium-theme p,
body.premium-theme li,
body.premium-theme label,
body.premium-theme input,
body.premium-theme textarea,
body.premium-theme select {
  color: var(--premium-muted);
}

body.premium-theme h1,
body.premium-theme h2,
body.premium-theme h3,
body.premium-theme h4,
body.premium-theme h5,
body.premium-theme h6 {
  color: var(--premium-text);
  letter-spacing: -0.03em;
}

body.premium-theme .header-area.style-2 {
  padding-top: 0;
}

body.premium-theme .te-header-menu-area {
  background: transparent;
}

body.premium-theme .te-header-menu-area.te-sticky_menu {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20, 32, 58, 0.08);
  box-shadow: 0 10px 30px rgba(15, 33, 61, 0.08);
}

body.premium-theme .main-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 18px 24px;
}

body.premium-theme .te-header-menu-area.te-sticky_menu .main-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.premium-theme .te-main-menu > ul {
  gap: 8px;
}

body.premium-theme .te-main-menu > ul > li > a {
  color: var(--premium-text);
  font-weight: 600;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 999px;
}

body.premium-theme .te-main-menu > ul > li > a:hover,
body.premium-theme .te-main-menu > ul > li.current-menu-item > a {
  background: transparent;
  color: var(--premium-blue);
}

body.premium-theme .slider-area.style-2 .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
  font-size: 54px;
  line-height: 1.12;
}

body.premium-theme .sub-menu {
  padding: 14px;
  border-radius: 20px;
  border: 1px solid var(--premium-border);
  box-shadow: var(--premium-shadow);
}

body.premium-theme .sub-menu li a {
  border-radius: 14px;
}

body.premium-theme .sub-menu li a:hover {
  background: transparent;
  color: var(--premium-blue);
}

body.premium-theme .te-main-menu ul ul li a:hover,
body.premium-theme .te-main-menu ul ul li a:focus,
body.premium-theme .te-main-menu ul ul li:hover > a {
  background-color: transparent;
  color: var(--premium-blue);
}

body.premium-theme .te-main-menu ul ul li a:hover::after,
body.premium-theme .te-main-menu ul ul li a:focus::after,
body.premium-theme .te-main-menu ul ul li:hover > a::after {
  color: var(--premium-blue);
}

body.premium-theme .header-utility-dropdown .btn {
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--premium-text);
  background: rgba(246, 249, 253, 0.95);
  border: 1px solid var(--premium-border);
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
}

body.premium-theme .header-utility-dropdown .dropdown-menu {
  border-radius: 18px;
  padding: 10px;
  border: 1px solid var(--premium-border);
  box-shadow: var(--premium-shadow);
}

body.premium-theme .header-utility-dropdown .dropdown-item {
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 15px;
}

body.premium-theme .header-utility-dropdown .dropdown-item:hover {
  background: rgba(49, 126, 254, 0.08);
}

body.premium-theme .te-theme-btn,
body.premium-theme input.te-theme-btn,
body.premium-theme .submit-btn {
  min-height: 54px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--premium-blue) 0%, var(--premium-blue-deep) 100%);
  box-shadow: 0 12px 30px rgba(49, 126, 254, 0.22);
}

body.premium-theme .te-theme-btn:hover,
body.premium-theme input.te-theme-btn:hover,
body.premium-theme .submit-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #256fe9 0%, #114eae 100%);
  color: #ffffff;
}

body.premium-theme .te-call-btn {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 32, 58, 0.08);
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: var(--premium-shadow);
}

body.premium-theme .te-call-btn .te-title {
  color: var(--premium-muted);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.premium-theme .te-call-btn .te-text {
  color: var(--premium-text);
  font-weight: 700;
}

body.premium-theme .feature-area,
body.premium-theme .about-us-area,
body.premium-theme .portfolio-area,
body.premium-theme .te-process-step-area,
body.premium-theme .newsletter-area,
body.premium-theme .contact-page-section,
body.premium-theme .shop-page-area,
body.premium-theme .term-cntnt,
body.premium-theme .faq-cntnt {
  position: relative;
}

body.premium-theme .feature-area,
body.premium-theme .portfolio-area,
body.premium-theme .te-process-step-area,
body.premium-theme .about-us-area,
body.premium-theme .contact-page-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.premium-theme .feature-area.style-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.premium-theme .about-us-area.style-1 {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.premium-theme .portfolio-area.style-1,
body.premium-theme .te-process-step-area.style-1 {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.premium-theme .te-section-title .short-title,
body.premium-theme .short-title.only-divider {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--premium-blue);
  font-weight: 700;
}

body.premium-theme .te-section-title .title {
  max-width: 760px;
  margin-top: 18px;
}

body.premium-theme .te-slider-content-wrapper,
body.premium-theme .te-about-info-card,
body.premium-theme .te-about-image-card,
body.premium-theme .te-process-step,
body.premium-theme .te-info-card,
body.premium-theme .te-portfolio-card,
body.premium-theme .contact-form,
body.premium-theme .service-item2,
body.premium-theme .shop-single-page-area .product-info,
body.premium-theme .product-description,
body.premium-theme .card,
body.premium-theme .page-breadcrumb-area .te-breadcrumb-wrapper {
  box-shadow: var(--premium-shadow);
}

body.premium-theme .te-slider-content-wrapper {
  box-shadow: none;
}

body.premium-theme .te-info-card,
body.premium-theme .te-process-step,
body.premium-theme .card,
body.premium-theme .contact-form,
body.premium-theme .shop-single-page-area .product-info,
body.premium-theme .product-description {
  background: var(--premium-surface);
  border: 1px solid var(--premium-border);
  border-radius: var(--premium-radius);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.premium-theme .te-info-card {
  padding: 6px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.premium-theme .feature-area.style-2 .te-info-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
}

body.premium-theme .te-info-card:hover,
body.premium-theme .te-process-step:hover,
body.premium-theme .te-portfolio-card:hover,
body.premium-theme .card:hover {
  transform: translateY(-8px);
  box-shadow: var(--premium-shadow-hover);
  border-color: var(--premium-border-strong);
}

body.premium-theme .te-info-card.red-100,
body.premium-theme .te-info-card.skye-100,
body.premium-theme .te-info-card.orange-100 {
  background: rgba(255, 255, 255, 0.72);
}

body.premium-theme .te-info-card .te-info-card-inner {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 254, 0.86));
  padding: 10px;
}

body.premium-theme .feature-area.style-2 .te-info-card .te-info-card-inner {
  display: flex;
  flex: 1;
}

body.premium-theme .feature-area.style-2 .te-info-card .te-content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.premium-theme .feature-area.style-2 .te-info-card .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}

body.premium-theme .feature-area.style-2 .te-info-card .content .desc {
  color: var(--premium-muted);
}

body.premium-theme .feature-area.style-2 .te-info-card .content .te-read-more {
  margin-top: auto;
}

body.premium-theme .feature-area.style-2 .te-info-card .content .te-read-more .te-theme-btn {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--premium-blue) 0%, var(--premium-blue-deep) 100%);
}

body.premium-theme .te-process-step {
  position: relative;
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  box-shadow: none;
}

body.premium-theme .te-process-step-area.style-1 {
  position: relative;
}

body.premium-theme .te-process-step-area.style-1::before {
  content: "";
  position: absolute;
  inset: 56px 0 auto;
  height: 360px;
  background:
    radial-gradient(circle at 18% 30%, rgba(49, 126, 254, 0.16), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(95, 208, 198, 0.14), transparent 22%);
  pointer-events: none;
}

body.premium-theme .te-process-step-area.style-1 .te-section-title {
  margin-bottom: 34px;
}

body.premium-theme .te-process-step-area.style-1 .te-section-title .title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

body.premium-theme .te-process-step-area.style-1 .row:last-child {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 26px;
}

body.premium-theme .te-process-step::before,
body.premium-theme .te-process-step::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.premium-theme .te-process-step::before {
  inset: auto 26px 18px;
  height: 140px;
  border-radius: 28px;
  background: radial-gradient(circle at center, rgba(49, 126, 254, 0.18), transparent 68%);
  filter: blur(24px);
  opacity: 0.6;
}

body.premium-theme .te-process-step::after {
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(49, 126, 254, 0.14), rgba(95, 208, 198, 0.08), rgba(28, 99, 217, 0.14));
  opacity: 0.85;
  z-index: 0;
}

body.premium-theme .te-process-step .te-content-wrapper::before,
body.premium-theme .te-process-step .te-content-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.premium-theme .te-process-step .te-content-wrapper::before {
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(95, 208, 198, 0.14), transparent 32%),
    linear-gradient(180deg, #10203a 0%, #122648 55%, #18345f 100%);
}

body.premium-theme .te-process-step .te-content-wrapper::after {
  inset: 1px;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(8, 15, 29, 0), rgba(8, 15, 29, 0.18));
}

body.premium-theme .te-process-step .te-content-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  padding: 24px 24px 22px;
  height: auto;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(9, 18, 36, 0.18);
}

body.premium-theme .te-process-step .te-title-wrapper .title {
  color: #ffffff;
}

body.premium-theme .te-process-step .te-title-wrapper {
  position: relative;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}

body.premium-theme .te-process-step .te-title-wrapper::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5fd0c6, #317efe);
}

body.premium-theme .te-process-step .te-title-wrapper .icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.premium-theme .te-process-step .te-title-wrapper .icon img {
  transform: none;
  filter: brightness(0) saturate(100%) invert(69%) sepia(95%) saturate(453%) hue-rotate(116deg) brightness(94%) contrast(92%);
}

body.premium-theme .te-process-step .te-title-wrapper .title {
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

body.premium-theme .te-process-step .content .desc {
  max-width: 30ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(233, 241, 255, 0.76);
}

body.premium-theme .te-process-step:hover {
  transform: translateY(-10px);
}

body.premium-theme .te-process-step:hover::before,
body.premium-theme .te-process-step:hover::after {
  opacity: 1;
}

body.premium-theme .te-process-step:hover .te-content-wrapper {
  box-shadow: 0 36px 90px rgba(9, 18, 36, 0.24);
  border-color: rgba(95, 208, 198, 0.22);
}

body.premium-theme .te-process-step:hover .te-title-wrapper .title,
body.premium-theme .te-process-step:hover .content .desc {
  color: #ffffff !important;
}

body.premium-theme .te-about-info-card,
body.premium-theme .te-about-image-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--premium-border);
  border-radius: 30px;
}

body.premium-theme .about-us-area.style-1 .row {
  align-items: stretch;
  --bs-gutter-x: 42px;
  --bs-gutter-y: 24px;
}

body.premium-theme .about-us-area.style-1 .row > [class*="col-"] {
  display: flex;
}

body.premium-theme .about-us-area.style-1 .te-about-info-card.style-2,
body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2 {
  padding: 0;
  height: 100%;
}

body.premium-theme .about-us-area.style-1 .te-about-info-card.style-2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(49, 126, 254, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 255, 0.9));
  box-shadow: 0 28px 70px rgba(14, 31, 62, 0.12);
}

body.premium-theme .about-us-area.style-1 .te-about-info-card.style-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 45%),
    radial-gradient(circle at bottom right, rgba(95, 208, 198, 0.12), transparent 28%);
  pointer-events: none;
}

body.premium-theme .about-us-area.style-1 .te-about-info-content {
  position: relative;
  z-index: 1;
  gap: 30px;
  padding: 44px 42px;
}

body.premium-theme .about-us-area.style-1 .te-section-title .title {
  max-width: none;
  font-size: clamp(2.9rem, 4.5vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

body.premium-theme .about-us-area.style-1 .te-section-desc p {
  max-width: 58ch;
  font-size: 18px;
  line-height: 1.9;
  color: var(--premium-muted);
}

body.premium-theme .about-us-area.style-1 .te-list-item-wrapper {
  gap: 16px 18px;
  padding-top: 2px;
}

body.premium-theme .about-us-area.style-1 .te-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 100%;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(244, 248, 255, 0.9);
  border: 1px solid rgba(49, 126, 254, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.premium-theme .about-us-area.style-1 .te-list-item-wrapper .te-list-item .icon {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-blue-deep));
  box-shadow: 0 10px 18px rgba(49, 126, 254, 0.2);
}

body.premium-theme .about-us-area.style-1 .te-list-item-wrapper .te-list-item .text {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: var(--premium-text);
}

body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2 {
  position: relative;
  overflow: visible;
  display: flex;
  align-self: stretch;
  background:
    radial-gradient(circle at top left, rgba(49, 126, 254, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.9));
  padding: 18px;
  box-shadow: 0 30px 80px rgba(14, 31, 62, 0.14);
}

body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

body.premium-theme .about-us-area.style-1 .te-main-img-wrapper,
body.premium-theme .about-us-area.style-1 .te-main-img-inner {
  display: flex;
  flex: 1;
  min-height: 100%;
  overflow: visible;
}

body.premium-theme .about-us-area.style-1 .te-main-img-inner > img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(10, 24, 48, 0.18);
}

body.premium-theme .about-us-area.style-1 .te-main-img-inner .te-img-card-shape {
  right: -52px;
  top: 140px;
  opacity: 0.8;
  transform: scale(1.08);
}

body.premium-theme .about-us-area.style-1 .te-main-img-inner .te-img-card-shape img {
  filter: saturate(0) brightness(0) invert(42%) sepia(91%) saturate(1674%) hue-rotate(210deg) brightness(101%) contrast(101%);
  opacity: 0.7;
}

body.premium-theme .te-main-img-inner > img,
body.premium-theme .te-portfolio-card .image img,
body.premium-theme .product-thumb img {
  border-radius: 24px;
}

body.premium-theme .page-breadcrumb-area {
  border-radius: 28px;
  overflow: hidden;
  margin: 24px auto 0;
  max-width: calc(1220px + 24px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

body.premium-theme .page-breadcrumb-area.breadcrumb-about {
  background-image: url("../images/section-bg/breadcrumb-about-premium.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-contact {
  background-image: url("../images/section-bg/breadcrumb-contact-premium.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-services {
  background-image: url("../images/section-bg/breadcrumb-services-premium.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-website-design {
  background-image: url("../images/section-bg/breadcrumb-service-website-design.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-website-development {
  background-image: url("../images/section-bg/breadcrumb-service-website-development.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-social-media-management {
  background-image: url("../images/section-bg/breadcrumb-service-social-media-management.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-search-engine-optimization {
  background-image: url("../images/section-bg/breadcrumb-service-search-engine-optimization.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-digital-marketing {
  background-image: url("../images/section-bg/breadcrumb-service-digital-marketing.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-service-paid-ads {
  background-image: url("../images/section-bg/breadcrumb-service-paid-ads.webp");
}

body.premium-theme .page-breadcrumb-area.breadcrumb-generic {
  background-image: url("../images/section-bg/breadcrumb-generic-premium.webp");
}

body.premium-theme .page-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 37, 0.78), rgba(12, 28, 52, 0.58)),
    linear-gradient(180deg, rgba(7, 18, 37, 0.26), rgba(7, 18, 37, 0.52));
}

body.premium-theme .te-page-title,
body.premium-theme .te-breadcrumb-list li,
body.premium-theme .te-breadcrumb-list li a {
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(4, 10, 24, 0.28);
}

body.premium-theme .contact-form,
body.premium-theme .contact-comment-section {
  padding: 22px;
  border-radius: 26px;
}

body.premium-theme .form-control,
body.premium-theme .contact-three__input-box .form-control,
body.premium-theme .te-subscribe-form-widget .single-field input,
body.premium-theme select.form-control {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 32, 58, 0.1);
  border-radius: 18px;
  min-height: 56px;
  padding: 14px 18px;
  color: var(--premium-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.premium-theme textarea.form-control {
  min-height: 170px;
  border-radius: 22px;
}

body.premium-theme .form-control:focus,
body.premium-theme select.form-control:focus {
  border-color: rgba(49, 126, 254, 0.28);
  box-shadow: 0 0 0 4px rgba(49, 126, 254, 0.08);
}

body.premium-theme .service-item2 {
  background: linear-gradient(180deg, #16243f, #0f1b32);
  border: 1px solid rgba(95, 208, 198, 0.14);
  box-shadow: 0 18px 45px rgba(8, 19, 37, 0.18);
}

body.premium-theme .service-item2 i,
body.premium-theme .service-item2 h3,
body.premium-theme .service-item2 p,
body.premium-theme .service-item2 a {
  color: #ffffff;
}

body.premium-theme .te-portfolio-card .te-content-wrapper {
  background: linear-gradient(180deg, transparent 18%, rgba(11, 24, 46, 0.88) 100%);
}

body.premium-theme .te-portfolio-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 34px 0 12px;
}

body.premium-theme .te-portfolio-filter li {
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--premium-border);
  color: var(--premium-text);
}

body.premium-theme .te-portfolio-filter li.active,
body.premium-theme .te-portfolio-filter li:hover {
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-blue-deep));
  color: #ffffff;
}

body.premium-theme .newsletter-area.style-1 {
  margin-top: 72px;
}

body.premium-theme .subscribe-area.style-1 .te-image-bg-collumn {
  width: 360px;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area {
  gap: 18px;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .te-content-wrapper {
  padding: 34px 36px 36px 40px;
  gap: 18px;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .te-content-wrapper .te-subscribe-title {
  font-size: 36px;
  line-height: 1.12;
  max-width: 10ch;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .te-content-wrapper .text {
  font-size: 16px;
  line-height: 1.7;
  max-width: 38ch;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .mc4wp-form-fields {
  gap: 12px;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .mc4wp-form-fields .single-field input {
  min-height: 48px;
}

body.premium-theme .subscribe-area.style-1 .te-subscribe-inner-area .mc4wp-form-fields .submit-btn {
  min-height: 48px;
}

body.premium-theme .footer.style-2 {
  position: relative;
  overflow: hidden;
  background: #131A2A;
}

body.premium-theme .footer.style-2 .te-footer-sec {
  padding-top: 96px;
  padding-bottom: 78px;
}

body.premium-theme .te-footer-social-wrapper,
body.premium-theme .footer-nav-widget,
body.premium-theme .te-footer-widget {
  position: relative;
  z-index: 1;
}

body.premium-theme .footer.style-2 .te-footer-widget,
body.premium-theme .footer.style-2 .te-footer-social-wrapper {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

body.premium-theme .footer.style-2 .te-footer-logo img {
  width: auto;
  max-width: 180px;
}

body.premium-theme .footer.style-2 .te-footer-bg {
  opacity: 0.08;
}

body.premium-theme .alert {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(11, 24, 46, 0.12);
  top: 20px;
}

@media (max-width: 1199px) {
  body.premium-theme .main-header {
    padding: 16px 18px;
  }

  body.premium-theme .feature-area,
  body.premium-theme .portfolio-area,
  body.premium-theme .te-process-step-area,
  body.premium-theme .about-us-area,
  body.premium-theme .contact-page-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.premium-theme .feature-area.style-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.premium-theme .about-us-area.style-1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.premium-theme .portfolio-area.style-1,
  body.premium-theme .te-process-step-area.style-1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.premium-theme .about-us-area.style-1 .te-about-info-content {
    padding: 36px 34px;
  }

  body.premium-theme .about-us-area.style-1 .te-section-title .title {
    font-size: clamp(2.6rem, 4.2vw, 4rem);
  }

  body.premium-theme .about-us-area.style-1 .te-main-img-inner > img {
    min-height: 500px;
  }

  body.premium-theme .te-process-step-area.style-1 .te-section-title .title {
    font-size: clamp(2.6rem, 4.2vw, 4rem);
  }

  body.premium-theme .te-process-step .te-title-wrapper .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  body.premium-theme .header-area.style-2 {
    padding-top: 0;
  }

  body.premium-theme .main-header {
    padding: 8px 10px;
  }

  body.premium-theme .te-header-menu-area .menu-wrapper {
    --bs-gutter-x: 0;
    align-items: center;
    min-height: 62px;
    margin: 0;
    border-radius: 999px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.premium-theme .main-header {
    border-radius: 20px;
  }

  body.premium-theme .mobile_wlogo,
  body.premium-theme .menu-wrapper > [class*="col-"],
  body.premium-theme .mobile_wlogo .te-logo,
  body.premium-theme .te-menu {
    min-height: 40px;
  }

  body.premium-theme .menu-wrapper > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  body.premium-theme .mobile_wlogo .te-logo {
    display: flex;
    align-items: center;
    margin: 0;
  }

  body.premium-theme .mobile_wlogo .te-sticky-logo {
    width: auto;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
  }

  body.premium-theme .mobile_wlogo .mo-logo {
    display: inline-flex;
    align-items: center;
  }

  body.premium-theme .te-menu {
    justify-content: flex-end;
  }

  body.premium-theme .te-mobile-menu-bar {
    display: flex;
    align-items: center;
    margin-left: 12px;
  }

  body.premium-theme .te-mobile-menu-bar a {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
  }

  body.premium-theme .te-mobile-menu-bar a i {
    line-height: 1;
  }

  body.premium-theme .page-breadcrumb-area {
    margin-left: 12px;
    margin-right: 12px;
  }

  body.premium-theme .about-us-area.style-1 .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 20px;
  }

  body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2 {
    margin-top: 18px;
  }

  body.premium-theme .about-us-area.style-1 .te-main-img-inner > img {
    min-height: 460px;
  }

  body.premium-theme .about-us-area.style-1 .te-main-img-inner .te-img-card-shape {
    right: -20px;
    top: 110px;
    transform: scale(0.92);
  }

  body.premium-theme .te-process-step::before {
    display: none;
  }

  body.premium-theme .te-process-step-area.style-1 .row:last-child {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}

@media (max-width: 767px) {
  body.premium-theme .te-header-menu-area .menu-wrapper {
    min-height: 58px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.premium-theme .main-header {
    padding: 6px 8px;
  }

  body.premium-theme .mobile_wlogo {
    padding-left: 0;
    padding-right: 0;
  }

  body.premium-theme .mobile_wlogo .te-logo {
    height: auto;
  }

  body.premium-theme .mobile_wlogo .mo-logo {
    gap: 8px;
  }

  body.premium-theme .mobile_wlogo .mo-logo__text {
    font-size: 18px;
  }

  body.premium-theme .mobile_wlogo .mo-logo__mark {
    width: 34px;
    height: 34px;
  }

  body.premium-theme .te-process-step-area.style-1 .te-section-title {
    margin-bottom: 18px;
  }

  body.premium-theme .te-process-step-area.style-1 .te-section-title .title {
    font-size: 2.3rem;
    line-height: 1.12;
  }

  body.premium-theme .te-process-step .te-content-wrapper {
    padding: 26px 22px 24px;
    border-radius: 24px;
  }

  body.premium-theme .te-process-step .te-title-wrapper {
    gap: 14px;
    padding-bottom: 14px;
  }

  body.premium-theme .te-process-step .te-title-wrapper .icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  body.premium-theme .te-process-step .te-title-wrapper .title {
    font-size: 1.5rem;
  }

  body.premium-theme .te-process-step .content .desc {
    max-width: none;
    font-size: 16px;
    line-height: 1.75;
  }

  body.premium-theme .feature-area.style-2,
  body.premium-theme .about-us-area.style-1,
  body.premium-theme .portfolio-area.style-1,
  body.premium-theme .te-process-step-area.style-1 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  body.premium-theme h1 {
    font-size: 42px;
    line-height: 52px;
  }

  body.premium-theme h2 {
    font-size: 34px;
    line-height: 44px;
  }

  body.premium-theme .te-theme-btn,
  body.premium-theme .submit-btn {
    width: 100%;
  }

  body.premium-theme .te-call-btn {
    width: 100%;
  }

  body.premium-theme .te-slider-btn-wrapper,
  body.premium-theme .te-slider-content .te-slider-btn-wrapper,
  body.premium-theme .te-slider-btn-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  body.premium-theme .about-us-area.style-1 .te-about-info-content {
    padding: 28px 22px;
    gap: 24px;
  }

  body.premium-theme .about-us-area.style-1 .te-list-item-wrapper {
    grid-template-columns: 1fr;
  }

  body.premium-theme .about-us-area.style-1 .te-list-item {
    padding: 16px 16px;
  }

  body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2 {
    padding: 12px;
  }

  body.premium-theme .about-us-area.style-1 .te-about-image-card.style-2::after {
    inset: 12px;
  }

  body.premium-theme .about-us-area.style-1 .te-main-img-inner > img {
    min-height: 360px;
  }

  body.premium-theme .about-us-area.style-1 .te-main-img-inner .te-img-card-shape {
    display: none;
  }
}

/* ----------------------------------------------------------------------
   Footer company overview block - keep the description and the
   Company / Email / Address lines white against the dark footer.
   ---------------------------------------------------------------------- */
body.premium-theme .footer .premium-footer-copy,
body.premium-theme .footer .premium-footer-copy p,
body.premium-theme .footer .premium-footer-copy a {
  color: #ffffff !important;
}

/* ----------------------------------------------------------------------
   Portfolio grid - spacing below the filter list. Replaces a pair of
   stray </br> tags that were used to push the grid down.
   ---------------------------------------------------------------------- */
body.premium-theme .te-portfolio-isotope-wrapper {
  margin-top: 48px;
}

@media (max-width: 767px) {
  body.premium-theme .te-portfolio-isotope-wrapper {
    margin-top: 32px;
  }
}

/* ----------------------------------------------------------------------
   Contact form fields - hover / focus / error feedback.
   The fields previously had no hover state and a very faint focus ring,
   so it was hard to tell which one was active.
   ---------------------------------------------------------------------- */
body.premium-theme .contact-three__input-box .form-control,
body.premium-theme .contact-three__form .form-control,
body.premium-theme .te-subscribe-form-widget .single-field input,
body.premium-theme select.form-control,
body.premium-theme textarea.form-control {
  transition: border-color 0.22s ease, box-shadow 0.22s ease,
              background-color 0.22s ease;
}

/* Pointer hover - stronger border and a fully opaque field. */
body.premium-theme .contact-three__input-box .form-control:hover,
body.premium-theme .contact-three__form .form-control:hover,
body.premium-theme select.form-control:hover,
body.premium-theme textarea.form-control:hover {
  background: #ffffff;
  border-color: rgba(49, 126, 254, 0.42);
  box-shadow: 0 4px 14px rgba(15, 33, 61, 0.07);
}

/* Active field - solid brand border plus a clearly visible ring. */
body.premium-theme .contact-three__input-box .form-control:focus,
body.premium-theme .contact-three__form .form-control:focus,
body.premium-theme .form-control:focus,
body.premium-theme select.form-control:focus,
body.premium-theme textarea.form-control:focus {
  background: #ffffff;
  border-color: var(--premium-blue);
  box-shadow: 0 0 0 4px rgba(49, 126, 254, 0.18),
              0 6px 18px rgba(49, 126, 254, 0.12);
  outline: none;
}

/* Keyboard focus keeps an extra outline for accessibility. */
body.premium-theme .contact-three__form .form-control:focus-visible {
  outline: 2px solid rgba(49, 126, 254, 0.55);
  outline-offset: 2px;
}

body.premium-theme .contact-three__form .form-control::placeholder {
  color: var(--premium-muted);
  opacity: 0.75;
}

body.premium-theme select.form-control {
  cursor: pointer;
}

/* jQuery Validate marks invalid fields with .error */
body.premium-theme .contact-three__form .form-control.error {
  border-color: rgba(220, 53, 69, 0.55);
  background: #fffafa;
}

body.premium-theme .contact-three__form .form-control.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.16);
}

body.premium-theme .contact-three__form label.error {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #dc3545;
}

/* ----------------------------------------------------------------------
   Preloader - replaces the old preloader.gif with a branded, resolution
   independent loader: soft gradient backdrop, the logo inside a rotating
   accent ring, and an indeterminate progress bar.
   ---------------------------------------------------------------------- */
body.premium-theme #preloader {
  background: radial-gradient(circle at 50% 38%, #ffffff 0%, #f5f8fc 45%, #e9f0fa 100%);
}

/* Soft brand glow behind the mark. */
body.premium-theme #preloader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
              rgba(49, 126, 254, 0.10) 0%,
              rgba(95, 208, 198, 0.06) 45%,
              rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

body.premium-theme .premium-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

body.premium-theme .premium-preloader__mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
}

/* Rotating arc drawn with borders - no image needed. */
body.premium-theme .premium-preloader__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(49, 126, 254, 0.12);
  border-top-color: var(--premium-blue);
  border-right-color: var(--premium-accent);
  animation: premium-preloader-spin 1.1s linear infinite;
}

body.premium-theme .premium-preloader__logo {
  width: 118px;
  height: auto;
  animation: premium-preloader-pulse 2s ease-in-out infinite;
}

body.premium-theme .premium-preloader__bar {
  position: relative;
  width: 190px;
  height: 3px;
  border-radius: 999px;
  background: rgba(20, 32, 58, 0.09);
  overflow: hidden;
}

body.premium-theme .premium-preloader__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--premium-blue), var(--premium-accent));
  animation: premium-preloader-slide 1.3s ease-in-out infinite;
}

@keyframes premium-preloader-spin {
  to { transform: rotate(360deg); }
}

@keyframes premium-preloader-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.72; }
}

@keyframes premium-preloader-slide {
  0%   { left: -42%; }
  100% { left: 100%; }
}

@media (max-width: 575px) {
  body.premium-theme .premium-preloader__mark { width: 132px; height: 132px; }
  body.premium-theme .premium-preloader__logo { width: 92px; }
  body.premium-theme .premium-preloader__bar  { width: 150px; }
}

/* Respect users who ask for reduced motion. */
@media (prefers-reduced-motion: reduce) {
  body.premium-theme .premium-preloader__ring,
  body.premium-theme .premium-preloader__logo,
  body.premium-theme .premium-preloader__bar span {
    animation: none;
  }
  body.premium-theme .premium-preloader__bar span { width: 100%; left: 0; }
}

/* ----------------------------------------------------------------------
   Hero CTA pair - "Start Your Project" and "Explore AI Solutions".
   The second button had no height of its own, so the 55px icon circle
   plus 16px padding made it ~89px against the 54px primary button.
   Both are now locked to one shared height.
   ---------------------------------------------------------------------- */
:root {
  --premium-cta-height: 60px;
}

body.premium-theme .te-slider-btn-wrapper {
  align-items: center;
}

body.premium-theme .te-slider-btn-wrapper .te-theme-btn,
body.premium-theme .te-slider-btn-wrapper .te-call-btn {
  height: var(--premium-cta-height);
  min-height: var(--premium-cta-height);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}

body.premium-theme .te-slider-btn-wrapper .te-theme-btn {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* Selector depth matches the base theme rule so no !important is needed. */
body.premium-theme .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn {
  padding: 0 26px 0 7px;
  gap: 14px;
}

body.premium-theme .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
  width: 44px;
  height: 44px;
  border-width: 3px;
  font-size: 17px;
}

@media (max-width: 575px) {
  :root {
    --premium-cta-height: 54px;
  }

  body.premium-theme .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn {
    padding: 0 20px 0 6px;
    gap: 11px;
  }

  body.premium-theme .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------------------------------
   Header "Start a Project" button - it shared the hero button's 54px
   min-height, which is too tall for the nav bar. Scoped to .header-area
   so the hero CTA keeps its own size.
   ---------------------------------------------------------------------- */
body.premium-theme .header-area .te-theme-btn {
  height: 44px;
  min-height: 44px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

/* ======================================================================
   About page - stats band, values grid and closing CTA.
   ====================================================================== */

/* --- Impact numbers ------------------------------------------------- */
body.premium-theme .about-stats-area {
  padding: 10px 0 6px;
}

body.premium-theme .about-stats-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 44px 40px;
  border-radius: var(--premium-radius);
  background: linear-gradient(135deg, #0f213d 0%, #16294a 55%, #131a2a 100%);
  box-shadow: var(--premium-shadow);
  position: relative;
  overflow: hidden;
}

body.premium-theme .about-stats-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 208, 198, 0.20) 0%, rgba(49, 126, 254, 0) 70%);
  pointer-events: none;
}

body.premium-theme .about-stat {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}

body.premium-theme .about-stat + .about-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body.premium-theme .about-stat__num {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, var(--premium-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.premium-theme .about-stat__label {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}

/* --- Values grid ---------------------------------------------------- */
body.premium-theme .about-values-area {
  padding: 90px 0 20px;
}

body.premium-theme .about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}

body.premium-theme .about-value {
  padding: 32px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid var(--premium-border);
  box-shadow: 0 10px 30px rgba(15, 33, 61, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.premium-theme .about-value:hover {
  transform: translateY(-6px);
  border-color: rgba(49, 126, 254, 0.28);
  box-shadow: var(--premium-shadow-hover);
}

body.premium-theme .about-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  font-size: 21px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--premium-blue) 0%, var(--premium-blue-deep) 100%);
  box-shadow: 0 10px 22px rgba(49, 126, 254, 0.26);
}

body.premium-theme .about-value__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--premium-text);
}

body.premium-theme .about-value__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--premium-muted);
}

/* --- Closing CTA ---------------------------------------------------- */
body.premium-theme .about-cta-area {
  padding: 80px 0 100px;
}

body.premium-theme .about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 54px 56px;
  border-radius: var(--premium-radius);
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid rgba(49, 126, 254, 0.16);
  box-shadow: var(--premium-shadow);
}

body.premium-theme .about-cta__content {
  max-width: 620px;
}

body.premium-theme .about-cta__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--premium-blue);
  background: rgba(49, 126, 254, 0.10);
}

body.premium-theme .about-cta__title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--premium-text);
}

body.premium-theme .about-cta__desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--premium-muted);
}

body.premium-theme .about-cta__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

body.premium-theme .about-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  color: var(--premium-blue);
  transition: gap 0.25s ease, color 0.25s ease;
}

body.premium-theme .about-cta__link:hover {
  gap: 14px;
  color: var(--premium-blue-deep);
}

/* --- Responsive ----------------------------------------------------- */
@media (max-width: 991px) {
  body.premium-theme .about-stats-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
    padding: 38px 26px;
  }
  body.premium-theme .about-stat:nth-child(3) {
    border-left: none;
  }
  body.premium-theme .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.premium-theme .about-cta {
    padding: 42px 32px;
  }
}

@media (max-width: 575px) {
  body.premium-theme .about-stats-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body.premium-theme .about-stat + .about-stat {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 26px;
  }
  body.premium-theme .about-stat__num {
    font-size: 40px;
  }
  body.premium-theme .about-values-area {
    padding: 64px 0 10px;
  }
  body.premium-theme .about-values-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  body.premium-theme .about-cta {
    padding: 34px 24px;
  }
  body.premium-theme .about-cta-area {
    padding: 56px 0 72px;
  }
}

/* ======================================================================
   Services page - website showcase grid.
   Cards are whole-card links; the screenshot pans slightly on hover to
   hint that the capture is a full page.
   ====================================================================== */
body.premium-theme .site-showcase-area {
  padding: 30px 0 100px;
}

body.premium-theme .site-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 46px;
}

body.premium-theme .site-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--premium-border);
  box-shadow: 0 10px 30px rgba(15, 33, 61, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

body.premium-theme .site-card:hover {
  transform: translateY(-7px);
  border-color: rgba(49, 126, 254, 0.30);
  box-shadow: var(--premium-shadow-hover);
  color: inherit;
}

body.premium-theme .site-card__shot {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3fb 0%, #e2eaf6 100%);
  border-bottom: 1px solid var(--premium-border);
}

body.premium-theme .site-card__shot img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 3.5s ease;
}

/* Pan down the capture on hover so more of the page is visible. */
body.premium-theme .site-card:hover .site-card__shot img {
  transform: translateY(-14%) scale(1.03);
}

body.premium-theme .site-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--premium-muted);
  z-index: 0;
}

body.premium-theme .site-card__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px 22px 24px;
}

body.premium-theme .site-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.premium-theme .site-card__name {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--premium-text);
}

body.premium-theme .site-card__arrow {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--premium-blue);
  transition: transform 0.28s ease;
}

body.premium-theme .site-card:hover .site-card__arrow {
  transform: translate(3px, -3px);
}

body.premium-theme .site-card__host {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--premium-blue);
}

body.premium-theme .site-card__desc {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--premium-muted);
}

@media (max-width: 991px) {
  body.premium-theme .site-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 575px) {
  body.premium-theme .site-showcase-area {
    padding: 20px 0 70px;
  }
  body.premium-theme .site-showcase-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.premium-theme .site-card,
  body.premium-theme .site-card__shot img,
  body.premium-theme .site-card__arrow {
    transition: none;
  }
  body.premium-theme .site-card:hover .site-card__shot img {
    transform: none;
  }
}
