/*
Theme Name: Valymo Ekspertai
Theme URI: https://example.com/valymo-ekspertai
Author: OpenAI
Author URI: https://openai.com
Description: Lightweight custom WordPress theme converted from the original Next.js landing page for Valymo Ekspertai.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: valymo-ekspertai
*/

:root {
  --brand-50: #fff7ed;
  --brand-100: #ffedd5;
  --brand-200: #fed7aa;
  --brand-400: #fb923c;
  --brand-500: #f97316;
  --brand-600: #ea580c;
  --brand-900: #7c2d12;
  --warm-50: #fafaf9;
  --warm-100: #f5f5f4;
  --warm-200: #e7e5e4;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-900: #0f172a;
  --white: #ffffff;
  --facebook: #1877f2;
  --facebook-hover: #0e65d9;
  --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
  --shadow-glow: 0 24px 80px rgba(249, 115, 22, 0.12);
  --shadow-strong: 0 25px 80px rgba(15, 23, 42, 0.18);
  --container: 1280px;
  --radius-xl: 2rem;
  --radius-2xl: 2.5rem;
  --radius-3xl: 3rem;
  --header-offset: 104px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--slate-900);
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

textarea {
  resize: vertical;
}

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

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

.site-main {
  overflow: hidden;
}

.site-header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.site-header {
  display: flex;
  width: min(100%, var(--container));
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
}

.site-branding {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 12px;
  background: var(--brand-500);
  color: var(--white);
  box-shadow: var(--shadow-glow);
}

.brand-mark svg,
.site-icon svg,
.button-icon svg,
.feature-icon svg,
.service-icon svg,
.check-icon svg,
.social-link svg {
  width: 100%;
  height: 100%;
}

.brand-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--slate-900);
}

.header-nav {
  display: none;
  align-items: center;
  gap: 32px;
}

.header-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-600);
  transition: color 0.2s ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--brand-600);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--brand-500);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 700;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-phone:hover,
.header-phone:focus-visible {
  background: var(--brand-600);
  box-shadow: var(--shadow-glow);
  transform: translateY(-1px);
}

.header-phone .phone-mobile {
  display: inline;
}

.header-phone .phone-desktop {
  display: none;
}

.section {
  position: relative;
}

.hero-section {
  overflow: hidden;
  background: var(--warm-50);
  padding: 128px 0 64px;
}

.hero-bg-blob {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 999px;
  background: var(--brand-400);
  opacity: 0.2;
  filter: blur(96px);
  transform: translate(25%, -25%);
}

.hero-grid,
.about-grid,
.contact-grid {
  display: grid;
  gap: 64px;
}

.hero-copy {
  max-width: 42rem;
  animation: fade-in-up 0.8s ease-out forwards;
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--brand-100);
  color: var(--brand-600);
  font-size: 0.875rem;
  font-weight: 700;
}

.eyebrow-badge .badge-icon {
  width: 14px;
  height: 14px;
  animation: pulse 2s ease-in-out infinite;
}

.hero-title {
  margin: 32px 0 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: var(--slate-900);
}

.highlight-word {
  position: relative;
  display: inline-block;
  color: var(--brand-600);
}

.highlight-word::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1em;
  left: 0;
  z-index: -1;
  height: 0.32em;
  background: rgba(254, 215, 170, 0.5);
  transform: rotate(-1deg);
}

.hero-description {
  margin: 32px 0 0;
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--slate-600);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 32px;
  border: 0;
  border-radius: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button-primary {
  background: var(--brand-500);
  color: var(--white);
  box-shadow: var(--shadow-glow);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-600);
  transform: translateY(-4px);
}

.button-secondary {
  border: 2px solid var(--slate-200);
  background: var(--white);
  color: var(--slate-900);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--brand-200);
  background: var(--brand-50);
}

.button-soft {
  width: 100%;
  padding: 12px 18px;
  border-radius: 18px;
  background: var(--warm-50);
  color: var(--slate-900);
  font-size: 1rem;
  font-weight: 700;
}

.button-soft:hover,
.button-soft:focus-visible {
  background: var(--brand-500);
  color: var(--white);
}

.button-white {
  background: var(--white);
  color: var(--brand-600);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.button-white:hover,
.button-white:focus-visible {
  background: var(--brand-50);
  transform: translateY(-4px);
}

.button-facebook {
  background: var(--facebook);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(24, 119, 242, 0.24);
}

.button-facebook:hover,
.button-facebook:focus-visible,
.social-chip:hover,
.social-chip:focus-visible {
  background: var(--facebook-hover);
  color: var(--white);
  transform: translateY(-4px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.stars {
  display: flex;
  gap: 2px;
  color: var(--brand-500);
}

.stars svg {
  width: 16px;
  height: 16px;
}

.stat-block p,
.stat-number-block p {
  margin: 0;
}

.stat-title {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--slate-900);
}

.divider-line {
  width: 1px;
  height: 40px;
  background: var(--slate-200);
}

.stat-number {
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--slate-900);
}

.stat-label {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-500);
}

.hero-visual {
  position: relative;
  animation: fade-in-up 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

.hero-visual-inner {
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.hero-card-shadow,
.hero-card-outline {
  position: absolute;
  inset: -16px;
  border-radius: var(--radius-3xl);
}

.hero-card-shadow {
  background: var(--brand-100);
  opacity: 0.5;
  transform: rotate(2deg);
}

.hero-card-outline {
  inset: -8px;
  border: 2px solid var(--brand-200);
  transform: rotate(-1deg);
}

.hero-image-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 2.5rem;
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.hero-image-wrap {
  animation: ken-burns 20s ease-in-out infinite;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 4;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(10px);
}

.hero-overlay-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-icon,
.feature-icon,
.service-icon,
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 999px;
  background: var(--brand-500);
  color: var(--white);
}

.overlay-title,
.overlay-text,
.feature-content p,
.section-heading p,
.service-card h3,
.service-card p,
.about-copy p,
.price-card p,
.faq-card p,
.contact-copy p,
.footer-copy p {
  margin: 0;
}

.overlay-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
}

.overlay-text {
  margin-top: 4px;
  font-size: 0.875rem;
  color: var(--slate-600);
}

.hero-trust-badge {
  position: absolute;
  top: 48px;
  right: -32px;
  z-index: 5;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  transform: rotate(12deg);
}

.hero-trust-badge .shield-icon {
  width: 32px;
  height: 32px;
  color: var(--brand-500);
}

.trust-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-500);
}

.trust-title {
  font-size: 0.875rem;
  font-weight: 900;
  color: var(--slate-900);
}

.info-section {
  background: var(--white);
  padding: 48px 0;
}

.feature-grid,
.services-grid,
.pricing-grid,
.faq-grid {
  display: grid;
  gap: 24px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: var(--warm-50);
  transition: background 0.2s ease;
}

.feature-card:hover,
.feature-card:focus-within {
  background: var(--brand-50);
}

.feature-card.feature-call {
  background: var(--brand-500);
  color: var(--white);
  box-shadow: var(--shadow-glow);
}

.feature-card.feature-call:hover,
.feature-card.feature-call:focus-within {
  background: var(--brand-500);
}

.feature-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 18px;
  background: var(--white);
  color: var(--brand-600);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.feature-call .feature-icon {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.feature-title {
  font-size: 1rem;
  font-weight: 700;
}

.feature-text {
  margin-top: 2px;
  font-size: 0.875rem;
  color: var(--slate-600);
}

.feature-call .feature-text,
.feature-call .feature-title {
  color: var(--white);
}

.content-section {
  padding: 96px 0;
}

.section-center {
  text-align: center;
}

.section-kicker {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brand-600);
}

.section-title {
  margin: 16px 0 0;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--slate-900);
}

.section-description {
  margin: 24px auto 0;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--slate-600);
}

.services-grid {
  margin-top: 80px;
}

.service-card {
  position: relative;
  padding: 40px;
  border: 1px solid var(--slate-100);
  border-radius: 2.5rem;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-8px);
  border-color: var(--brand-100);
  box-shadow: var(--shadow-glow);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--warm-50);
  color: var(--brand-600);
  transition: background 0.2s ease, color 0.2s ease;
}

.service-card:hover .service-icon,
.service-card:focus-within .service-icon {
  background: var(--brand-500);
  color: var(--white);
}

.service-card h3 {
  margin-top: 32px;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--slate-900);
}

.service-card p {
  margin-top: 16px;
  color: var(--slate-600);
  line-height: 1.7;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: var(--brand-600);
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.service-card:hover .service-link,
.service-card:focus-within .service-link {
  opacity: 1;
}

.about-section,
.faq-section {
  background: var(--warm-50);
}

.about-media {
  position: relative;
  order: 2;
}

.about-image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-3xl);
  background: var(--slate-200);
  box-shadow: var(--shadow-strong);
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.about-image-wrap:hover .about-image,
.about-image-wrap:focus-within .about-image {
  transform: scale(1.05);
}

.about-badge {
  position: absolute;
  right: -16px;
  bottom: -16px;
  padding: 32px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.14);
}

.about-badge-value {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--brand-600);
}

.about-badge-label {
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-500);
}

.about-copy {
  order: 1;
}

.about-text {
  margin-top: 32px;
  display: grid;
  gap: 24px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--slate-600);
}

.benefit-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--slate-900);
}

.check-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--brand-500);
}

.pricing-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-side-text {
  max-width: 32rem;
  font-size: 1.125rem;
  color: var(--slate-600);
}

.pricing-grid {
  margin-top: 64px;
}

.price-card {
  padding: 40px;
  border-radius: 2.5rem;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--slate-100);
  transition: box-shadow 0.24s ease;
}

.price-card:hover,
.price-card:focus-within {
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12), inset 0 0 0 1px var(--slate-100);
}

.price-name {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-600);
}

.price-value {
  margin-top: 24px;
  font-size: clamp(2.75rem, 5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: var(--slate-900);
}

.price-details {
  margin-top: 24px;
  line-height: 1.7;
  color: var(--slate-600);
}

.price-footer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(241, 245, 249, 0.9);
}

.faq-grid {
  margin-top: 64px;
}

.faq-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  transition: background 0.2s ease;
}

.faq-card:hover,
.faq-card:focus-within {
  background: var(--white);
}

.faq-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--slate-900);
}

.faq-card p {
  margin-top: 16px;
  line-height: 1.7;
  color: var(--slate-600);
}

.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--brand-500);
  padding: 96px 0;
}

.contact-copy {
  position: relative;
  z-index: 2;
}

.contact-copy .section-title,
.contact-copy .section-description {
  color: var(--white);
}

.contact-copy .section-description {
  max-width: 40rem;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.contact-panel-wrap {
  position: relative;
  z-index: 2;
}

.contact-panel {
  padding: 40px;
  border-radius: var(--radius-3xl);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.contact-list {
  display: grid;
  gap: 32px;
}

.contact-item-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 247, 237, 0.92);
}

.contact-item-value {
  margin-top: 8px;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--white);
}

.contact-item-value.contact-link {
  text-decoration: underline;
  text-decoration-color: var(--brand-200);
  text-underline-offset: 8px;
  word-break: break-word;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--facebook);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  transition: transform 0.2s ease, background 0.2s ease;
}

.contact-blob,
.contact-blob-bottom {
  position: absolute;
  z-index: 0;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  opacity: 0.3;
  filter: blur(96px);
}

.contact-blob {
  top: 0;
  right: 0;
  background: var(--brand-400);
  transform: translate(50%, -50%);
}

.contact-blob-bottom {
  bottom: 0;
  left: 0;
  background: var(--brand-600);
  transform: translate(-50%, 50%);
}

.site-footer {
  background: var(--white);
  padding: 48px 0;
  text-align: center;
}

.footer-copy {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-500);
}

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

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--facebook);
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--facebook-hover);
}

.button-icon,
.social-link-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.social-link-icon {
  width: 18px;
  height: 18px;
}

.mobile-break {
  display: inline;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.75;
    transform: scale(0.92);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes ken-burns {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.1) translate(-1%, -1%);
  }

  100% {
    transform: scale(1) translate(0, 0);
  }
}

@media (min-width: 640px) {
  .header-phone .phone-desktop {
    display: inline;
  }

  .header-phone .phone-mobile {
    display: none;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .feature-grid,
  .services-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .header-nav {
    display: flex;
  }

  .hero-section {
    padding-top: 192px;
    padding-bottom: 128px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .about-media {
    order: 1;
  }

  .about-copy {
    order: 2;
  }

  .contact-panel-wrap {
    padding-left: 64px;
  }
}

@media (min-width: 1280px) {
  .hero-trust-badge {
    display: inline-flex;
  }
}

@media (max-width: 1023px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-copy,
  .hero-visual {
    max-width: 44rem;
    margin: 0 auto;
  }

  .hero-visual {
    width: min(100%, 34rem);
  }
}

@media (max-width: 767px) {
  .site-header-wrap {
    padding: 12px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand-title {
    font-size: 1rem;
  }

  .header-phone {
    padding: 10px 14px;
  }

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

  .hero-title,
  .contact-copy .section-title {
    line-height: 1.02;
  }

  .hero-description,
  .section-description,
  .pricing-side-text,
  .contact-copy .section-description {
    font-size: 1rem;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-overlay-card,
  .contact-panel,
  .service-card,
  .price-card {
    padding: 28px;
  }

  .about-badge {
    right: 0;
    bottom: -20px;
    padding: 24px;
  }

  .footer-socials {
    flex-direction: column;
    gap: 12px;
  }
}
