:root {
  --ink: #07111f;
  --ink-2: #0b1b31;
  --blue: #1268e8;
  --blue-dark: #0a4fbd;
  --yellow: #ffd338;
  --paper: #f4f7fb;
  --white: #ffffff;
  --text: #152033;
  --muted: #627086;
  --line: #dfe6f0;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(13, 31, 58, .10);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 22px 0;
  color: var(--white);
}

.header-inner,
.header-actions,
.language-nav,
.hero-actions,
.cta-actions,
.footer-inner {
  display: flex;
  align-items: center;
}

.header-inner { justify-content: space-between; gap: 24px; }

.brand {
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.28));
}

.brand img { width: 158px; height: auto; }

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.site-logo img {
  width: 240px;
  max-width: 72vw;
  height: auto;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-logo img {
  width: 110px;
  max-width: 35vw;
  height: auto;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.brand-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 2px;
  line-height: 1;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.brand-main {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 900;
  letter-spacing: .5px;
}

.brand-blue { color: #1168ff; }

.brand-yellow { color: #ffd400; }

.brand-subtitle {
  color: rgba(255,255,255,.86);
  font-size: clamp(10px, 1.8vw, 14px);
  letter-spacing: .8px;
  font-weight: 600;
}

.logo,
.logo-card,
.logo-wrap,
.brand-card,
.header-logo,
.footer-brand-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.logo img,
.header-logo img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-actions { gap: 14px; }

.language-nav {
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.language-nav a {
  min-width: 40px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #b9c7da;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.language-nav a:hover,
.language-nav a.active {
  color: var(--ink);
  background: var(--yellow);
}

.header-phone {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(255,211,56,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 155px 0 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(18,104,232,.36), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(255,211,56,.13), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #0a1628 52%, #0a203c 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: 60px;
  border: 1px solid rgba(255,255,255,.08);
}

.hero::after {
  width: 520px;
  height: 520px;
  right: -230px;
  top: -20px;
  border: 1px solid rgba(18,104,232,.25);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 23px;
  padding: 10px 14px;
  border: 1px solid rgba(255,211,56,.38);
  border-radius: 999px;
  background: rgba(255,211,56,.10);
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.eyebrow::before {
  content: "★";
  color: var(--yellow);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.1vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #c4d0df;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.cta-actions {
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.button:hover { transform: translateY(-2px); }

.button-yellow { color: var(--ink); background: var(--yellow); }
.button-yellow:hover { background: #ffe168; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: var(--ink);
  background: var(--yellow);
}

.btn-primary:hover { background: #ffe168; }

.button-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.button-ghost:hover { border-color: rgba(255,255,255,.5); }

.btn-whatsapp {
  color: var(--white);
  border-color: rgba(37, 211, 102, .62);
  background: rgba(37, 211, 102, .14);
  box-shadow: 0 12px 32px rgba(37, 211, 102, .12);
}

.btn-whatsapp:hover {
  background: rgba(37, 211, 102, .24);
}

.workshop-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.workshop-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: rgba(255,211,56,.14);
}

.card-label {
  margin-bottom: 18px;
  color: #93a7c2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.workshop-card h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.12;
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.contact-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.11);
}

.contact-icon,
.service-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--yellow);
  background: rgba(255,255,255,.08);
}

.contact-icon svg,
.service-icon svg { width: 22px; height: 22px; stroke: currentColor; }

.contact-row small {
  display: block;
  margin-bottom: 2px;
  color: #93a7c2;
  font-size: 12px;
}

.contact-row strong { display: block; font-size: 15px; }

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-item {
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child { border-right: 0; }

.trust-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trust-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.section { padding: 96px 0; }
.section-compact { padding-top: 72px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading > div { max-width: 760px; }

.section-tag {
  margin-bottom: 11px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.section h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

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

.service-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 32px rgba(13,31,58,.055);
}

.service-card {
  position: relative;
  min-height: 235px;
  padding: 27px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #bdcce1;
  box-shadow: var(--shadow);
}

.service-card::after {
  content: attr(data-number);
  position: absolute;
  right: 20px;
  top: 15px;
  color: #edf1f7;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  border-radius: 14px;
  color: var(--blue);
  background: #eaf2ff;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.values-section {
  color: var(--white);
  background: var(--ink);
}

.values-section .section-tag { color: var(--yellow); }
.values-section .section-heading p { color: #aab9cc; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.12);
}

.value {
  min-height: 220px;
  padding: 30px;
  background: var(--ink-2);
}

.value-number {
  margin-bottom: 42px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.value h3 { margin-bottom: 10px; font-size: 21px; }
.value p { margin-bottom: 0; color: #aab9cc; font-size: 15px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 28px;
}

.stars {
  margin-bottom: 24px;
  color: #efb500;
  letter-spacing: 3px;
}

.review-card blockquote {
  flex: 1;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.review-card cite {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.request-section {
  padding: 64px 0;
  background: #f4f7fb;
}

.request-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e6edf6;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(5, 11, 20, .12);
}

.request-info {
  padding: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 212, 0, .24), transparent 28%),
    linear-gradient(135deg, #06101d 0%, #0b2445 100%);
}

.request-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ffd400;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.request-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.6px;
}

.request-text {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}

.request-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.request-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.request-points span::before {
  content: "✓";
  color: #ffd400;
  font-weight: 900;
}

.request-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #ffffff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
}

.request-form input,
.request-form textarea {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #cfd8e3;
  border-radius: 15px;
  background: #f8fbff;
  color: #101828;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
}

.request-form textarea {
  min-height: 132px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: #1168ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(17, 104, 255, .12);
}

.turnstile-wrap {
  max-width: 100%;
  overflow: hidden;
}

.cf-turnstile {
  max-width: 100%;
}

.form-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.form-note,
.form-privacy,
.form-error {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

.form-error {
  padding: 12px 14px;
  border: 1px solid #ffccc7;
  border-radius: 12px;
  color: #b42318;
  background: #fff1f0;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.thank-you-hero {
  position: relative;
  min-height: 680px;
  padding: 165px 0 96px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(18,104,232,.36), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(255,211,56,.13), transparent 28%),
    linear-gradient(135deg, #050b14 0%, #0a1628 52%, #0a203c 100%);
}

.thank-you-card {
  max-width: 760px;
  padding: 46px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.thank-you-card h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -.055em;
}

.thank-you-card p {
  max-width: 620px;
  margin-bottom: 30px;
  color: #c4d0df;
  font-size: clamp(18px, 2vw, 22px);
}

.cta-wrap { padding: 0 0 92px; }

.cta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  padding: 48px;
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(255,211,56,.18), transparent 35%),
    linear-gradient(135deg, #0957c9, #0e72ef);
  box-shadow: 0 26px 60px rgba(11,89,202,.22);
}

.cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -170px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
}

.cta-copy { position: relative; z-index: 1; max-width: 620px; }
.cta h2 { margin-bottom: 9px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.cta p { margin-bottom: 0; color: #dceaff; font-size: 17px; }
.cta-actions { position: relative; z-index: 1; }

.site-footer,
footer {
  padding: 35px 0;
  color: rgba(255,255,255,.72);
  background: #06101d;
}

.footer-inner { justify-content: space-between; gap: 25px; }
.footer-brand {
  display: block;
  flex: 0 0 auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  filter: none !important;
}

footer .logo,
footer .footer-logo,
footer .brand-card,
footer .logo-card,
footer .footer-brand {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer-brand img,
footer img {
  display: block;
  width: 110px;
  max-width: 110px;
  height: auto;
  opacity: .95;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.footer-brand-text {
  color: #ffffff;
  font-weight: 900;
}
.footer-details { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; }
.footer-details a:hover { color: var(--white); }

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .workshop-card { max-width: 660px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .services-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .value { min-height: 0; }
  .value-number { margin-bottom: 20px; }
  .cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 900px) {
  .request-card { grid-template-columns: 1fr; }
  .request-info,
  .request-form { padding: 26px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding: 16px 0; }
  .header-inner { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
  .header-actions { justify-content: flex-end; flex-wrap: wrap; gap: 9px; }
  .site-logo img { width: 147px; }
  .header-phone { display: none; }
  .language-nav a { min-width: 36px; padding: 7px 8px; }
  .hero { padding: 130px 0 76px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-lead { font-size: 18px; }
  .workshop-card { padding: 22px; }
  .trust-strip { margin-top: -26px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item:nth-child(2n) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { grid-column: auto; }
  .section { padding: 70px 0; }
  .section-compact { padding-top: 58px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .request-section { padding: 42px 0; }
  .request-card { border-radius: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .request-form .btn,
  .form-actions .btn { width: 100%; }
  .thank-you-hero { min-height: 0; padding: 170px 0 76px; }
  .thank-you-card { padding: 30px 22px; }
  .cta-wrap { padding-bottom: 70px; }
  .cta { padding: 32px 24px; }
  .footer-inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .footer-logo {
    flex: 0 1 auto;
  }
  .footer-logo img {
    width: clamp(58px, 22vw, 95px);
    max-width: 22vw;
  }
  .footer-details {
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 5px;
    font-size: clamp(10px, 2.7vw, 12px);
    line-height: 1.3;
    text-align: right;
  }
  .footer-details a,
  .footer-details span {
    overflow-wrap: anywhere;
  }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-actions, .cta-actions { width: 100%; }
}

@media (max-width: 620px) {
  .site-logo img { width: 147px; }
  .footer-logo img {
    width: clamp(58px, 22vw, 95px);
    max-width: 22vw;
  }
  .hero-actions .btn,
  .cta-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
