:root {
  --ec-navy: #0e2a47;
  --ec-navy-2: #081c33;
  --ec-red: #c62839;
  --ec-red-2: #a91f2f;
  --ec-white: #ffffff;
  --ec-soft: #f6f8fb;
  --ec-bluegray: #edf3f8;
  --ec-text: #1c2430;
  --ec-muted: #5d6b7a;
  --ec-border: #dde5ee;
  --ec-whatsapp: #1fa855;
  --ec-whatsapp-hover: #188a45;
  --ec-whatsapp-active: #15763b;
  --ec-shadow: 0 18px 55px rgba(8, 28, 51, 0.1);
}

* { box-sizing: border-box; }
body.ec-site {
  margin: 0;
  color: var(--ec-text);
  background: var(--ec-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.ec-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ec-narrow { max-width: 820px; text-align: center; }
.ec-center { text-align: center; justify-content: center; }
.ec-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--ec-border);
  box-shadow: 0 10px 28px rgba(8, 28, 51, .045);
  backdrop-filter: blur(16px);
  transition: box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.ec-header--scrolled { background: rgba(255, 255, 255, .985); border-bottom-color: rgba(8, 28, 51, .14); box-shadow: 0 14px 34px rgba(8, 28, 51, .085); }
.ec-header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: min-height .22s ease; }
.ec-header--scrolled .ec-header-inner { min-height: 62px; }
.ec-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ec-navy); text-decoration: none; flex: 0 0 auto; }
.ec-brand-mark-wrap { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; }
.ec-brand-mark { display: block; width: 44px; height: 44px; object-fit: contain; }
.ec-brand-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ec-brand-wordmark { display: block; font-size: 25px; line-height: .95; font-weight: 850; letter-spacing: -.018em; white-space: nowrap; }
.ec-brand-main { color: var(--ec-navy); }
.ec-brand-dotma { color: var(--ec-red); }
.ec-brand-tagline { display: block; color: #31465c; font-size: 8px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.ec-wordmark { color: var(--ec-navy); font-size: 29px; line-height: 1; font-weight: 850; letter-spacing: -.015em; text-decoration: none; white-space: nowrap; }
.ec-wordmark b { color: var(--ec-red); }
.ec-nav { display: flex; align-items: center; gap: 34px; }
.ec-menu { display: flex; align-items: center; gap: 38px; }
.ec-menu { list-style: none; margin: 0; padding: 0; }
.ec-menu a { color: var(--ec-navy-2); text-decoration: none; font-size: 14px; font-weight: 780; letter-spacing: -.01em; }
.ec-menu a:hover { color: var(--ec-red); }
.ec-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ec-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}
.ec-lang-switcher a {
  color: var(--ec-muted);
  text-decoration: none;
}
.ec-lang-switcher a:hover,
.ec-lang-switcher a.is-active {
  color: var(--ec-red);
}
.ec-menu-toggle, .ec-menu-icon { display: none; }
.ec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.ec-btn:hover { transform: translateY(-2px); }
.ec-btn-primary { background: var(--ec-navy); color: var(--ec-white); }
.ec-btn-primary:hover { background: var(--ec-navy-2); color: var(--ec-white); }
.ec-btn-accent { background: linear-gradient(180deg, #d22b3e, var(--ec-red)); color: var(--ec-white); box-shadow: 0 14px 26px rgba(198, 40, 57, .24); }
.ec-btn-accent:hover { background: var(--ec-red-2); color: var(--ec-white); box-shadow: 0 18px 34px rgba(198, 40, 57, .3); }
.ec-btn-header { background: linear-gradient(180deg, #d22b3e, var(--ec-red)); color: var(--ec-white); box-shadow: 0 14px 26px rgba(198, 40, 57, .22); padding-inline: 24px; }
.ec-btn-header:hover { background: var(--ec-red-2); color: var(--ec-white); box-shadow: 0 18px 34px rgba(198, 40, 57, .28); }
.ec-btn-outline { background: transparent; color: var(--ec-red); border-color: var(--ec-red); }
.ec-btn-outline:hover { background: rgba(198, 40, 57, .08); color: var(--ec-red-2); }
.ec-btn-whatsapp {
  background: linear-gradient(180deg, #22b35d, var(--ec-whatsapp));
  color: var(--ec-white);
  box-shadow: 0 14px 28px rgba(31, 168, 85, .24);
  border-color: rgba(24, 138, 69, .2);
}
.ec-btn-whatsapp:hover {
  background: var(--ec-whatsapp-hover);
  color: var(--ec-white);
  box-shadow: 0 18px 36px rgba(31, 174, 85, .3);
}
.ec-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  flex: 0 0 19px;
}
.ec-btn-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-btn-light { background: var(--ec-white); color: var(--ec-navy); }
.ec-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.ec-hero, .ec-page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 58px;
  background:
    radial-gradient(circle at 78% 22%, rgba(237, 243, 248, .95), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff 70%, var(--ec-soft) 100%);
}
.ec-page-hero { padding: 74px 0 64px; }
.ec-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr); gap: 54px; align-items: center; }
.ec-eyebrow { display: inline-flex; color: var(--ec-red); font-size: 12px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; margin-bottom: 14px; }
h1, h2, h3 { color: var(--ec-navy-2); line-height: 1.08; margin: 0 0 18px; letter-spacing: -.018em; }
h1 { font-size: clamp(42px, 5vw, 66px); max-width: 720px; font-weight: 760; line-height: 1.07; }
h2 { font-size: clamp(31px, 3.6vw, 44px); }
h3 { font-size: 22px; }
.ec-hero p, .ec-page-hero p { color: var(--ec-navy); max-width: 620px; font-size: 20px; line-height: 1.45; margin: 0; }
.ec-narrow p { margin-left: auto; margin-right: auto; }
.ec-support { margin-top: 16px !important; color: var(--ec-muted) !important; font-size: 15px !important; font-weight: 700; }
.ec-visual { position: relative; min-height: 432px; }
.ec-visual:before {
  content: "";
  position: absolute;
  inset: 28px 12px 12px 18px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 72% 20%, rgba(255,255,255,.95), transparent 30%),
    radial-gradient(circle at 24% 80%, rgba(198, 40, 57, .06), transparent 32%),
    linear-gradient(135deg, rgba(237, 243, 248, .92), rgba(255, 255, 255, .22));
  border: 1px solid rgba(221, 229, 238, .8);
}
.ec-visual:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 36px;
  width: 130px;
  height: 92px;
  opacity: .5;
  background-image: radial-gradient(circle, rgba(14,42,71,.24) 1.4px, transparent 1.6px);
  background-size: 12px 12px;
}
.ec-hero-card-img {
  position: absolute;
  margin: 0;
  border-radius: 18px;
  filter: drop-shadow(0 18px 28px rgba(8, 28, 51, .12));
  transform: translateZ(0);
  overflow: hidden;
  background: rgba(255,255,255,.76);
}
.ec-hero-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.ec-hero-card-img figcaption {
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 32px);
  padding: 7px 10px;
  border: 1px solid rgba(221, 229, 238, .82);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--ec-navy);
  box-shadow: 0 8px 22px rgba(8, 28, 51, .07);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.ec-hero-card-img figcaption:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ec-red);
  box-shadow: 0 0 0 4px rgba(198, 40, 57, .09);
}
.ec-hero-card-img figcaption strong {
  color: var(--ec-red);
  font-size: 15px;
  letter-spacing: -.02em;
}
.ec-hero-card-target { top: 0; left: 72px; width: 280px; aspect-ratio: 800 / 560; z-index: 5; }
.ec-hero-card-diagnostic { top: 16px; right: 0; width: 258px; aspect-ratio: 800 / 520; z-index: 4; }
.ec-hero-card-speaking { left: 0; top: 192px; width: 242px; aspect-ratio: 760 / 500; z-index: 6; }
.ec-hero-card-writing { right: 96px; top: 176px; width: 258px; aspect-ratio: 800 / 520; z-index: 5; }
.ec-hero-card-plan { right: 0; bottom: 0; width: 218px; aspect-ratio: 760 / 500; z-index: 3; }
.ec-hero-card-diagnostic figcaption,
.ec-hero-card-writing figcaption,
.ec-hero-card-plan figcaption { left: auto; right: 16px; }
.ec-kicker { display: block; color: var(--ec-navy); font-size: 12px; font-weight: 900; margin-bottom: 9px; letter-spacing: -.01em; }
.ec-hero-carousel-layout { padding: 72px 0 52px; }
.ec-hero-carousel-layout .ec-hero-grid {
  grid-template-columns: minmax(330px, .62fr) minmax(0, 1fr);
  gap: 44px;
}
.ec-hero-carousel {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  padding: 26px 28px 18px;
}
.ec-hero-carousel:before {
  content: "";
  position: absolute;
  inset: 6px 0 48px 34px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.94), transparent 33%),
    radial-gradient(circle at 20% 84%, rgba(198, 40, 57, .055), transparent 32%),
    linear-gradient(135deg, rgba(237, 243, 248, .95), rgba(255, 255, 255, .35));
  border: 1px solid rgba(221, 229, 238, .78);
}
.ec-hero-carousel:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 34px;
  width: 122px;
  height: 86px;
  opacity: .45;
  background-image: radial-gradient(circle, rgba(14,42,71,.24) 1.35px, transparent 1.6px);
  background-size: 12px 12px;
}
.ec-carousel-frame {
  position: relative;
  z-index: 2;
  aspect-ratio: 1200 / 800;
  border-radius: 26px;
  overflow: hidden;
  filter: drop-shadow(0 24px 42px rgba(8, 28, 51, .13));
}
.ec-carousel-frame:before {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 42px;
  z-index: 0;
  border-radius: 26px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(221, 229, 238, .72);
  transform: rotate(1.2deg);
}
.ec-carousel-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  opacity: 0;
  transform: translateX(16px) scale(.985);
  transition: opacity .55s ease, transform .55s ease;
  pointer-events: none;
}
.ec-carousel-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.ec-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}
.ec-carousel-dots {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
}
.ec-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(14, 42, 71, .22);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: width .25s ease, background .25s ease, box-shadow .25s ease;
}
.ec-carousel-dot.is-active {
  width: 38px;
  background: rgba(198, 40, 57, .18);
  box-shadow: 0 0 0 5px rgba(198, 40, 57, .08);
}
.ec-carousel-dot.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ec-red);
  transform-origin: left center;
  animation: ec-carousel-progress 4s linear both;
}
.ec-carousel-dot:focus-visible {
  outline: 3px solid rgba(198, 40, 57, .32);
  outline-offset: 4px;
}
.ec-trust { border-top: 1px solid var(--ec-border); border-bottom: 1px solid var(--ec-border); background: linear-gradient(180deg, #fff, #fbfcfe); }
.ec-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 18px 0; }
.ec-trust span { position: relative; display: flex; align-items: center; min-height: 48px; padding: 10px 14px 10px 46px; color: var(--ec-navy); font-weight: 850; font-size: 14px; background: #fff; border: 1px solid rgba(221, 229, 238, .82); border-radius: 14px; box-shadow: 0 8px 22px rgba(8, 28, 51, .045); }
.ec-trust span:before, .ec-feature-list span:before { content: ""; position: absolute; left: 18px; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: linear-gradient(180deg, #d62c40, var(--ec-red)); box-shadow: 0 0 0 5px rgba(198, 40, 57, .08); transform: translateY(-50%); }
.ec-trust span:after { content: ""; position: absolute; left: 23px; top: 50%; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: translateY(-58%) rotate(45deg); }
.ec-section { padding: 78px 0; }
.ec-soft { background: var(--ec-soft); }
.ec-section-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.ec-section-head p, .ec-section p { color: var(--ec-muted); }
.ec-card-grid { display: grid; gap: 24px; }
.ec-one { grid-template-columns: 1fr; }
.ec-three { grid-template-columns: repeat(3, 1fr); }
.ec-four { grid-template-columns: repeat(4, 1fr); }
.ec-five { grid-template-columns: repeat(5, 1fr); }
.ec-five span {
  display: block;
  min-height: 118px;
  padding: 22px;
  color: var(--ec-navy);
  font-weight: 800;
  background: var(--ec-white);
  border: 1px solid var(--ec-border);
  border-radius: 14px;
}
.ec-card, .ec-price, .ec-contact-panel, .ec-form-panel, .ec-steps article {
  background: var(--ec-white);
  border: 1px solid var(--ec-border);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(8, 28, 51, .062);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ec-card:hover, .ec-price:hover, .ec-steps article:hover, .ec-format-card:hover { transform: translateY(-4px); border-color: rgba(198, 40, 57, .34); box-shadow: 0 20px 48px rgba(8, 28, 51, .11); }
.ec-card { padding: 30px 30px 28px; }
.ec-icon-wrap {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  color: var(--ec-navy);
  background: linear-gradient(180deg, #fff, var(--ec-bluegray));
  border: 1px solid rgba(221, 229, 238, .95);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 24px rgba(8, 28, 51, .055);
}
.ec-icon-wrap svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ec-icon-wrap .ec-icon-accent { stroke: var(--ec-red); }
.ec-card p { margin: 0 0 18px; }
.ec-text-link { color: var(--ec-red); font-weight: 900; text-decoration: none; }
.ec-split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.ec-split p { font-size: 18px; }
.ec-feature-list { display: grid; gap: 14px; }
.ec-feature-list span { position: relative; display: block; padding: 18px 18px 18px 44px; color: var(--ec-navy); font-weight: 800; background: var(--ec-white); border: 1px solid var(--ec-border); border-radius: 14px; }
.ec-feature-list span:before { left: 20px; }
.ec-core-message { padding: 34px 0; background: var(--ec-navy-2); }
.ec-core-message p { max-width: 980px; margin: 0 auto; color: #fff; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.22; font-weight: 780; letter-spacing: -.018em; text-align: center; }
.ec-compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ec-compare-grid article { background: var(--ec-white); border: 1px solid var(--ec-border); border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(8, 28, 51, .06); }
.ec-compare-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.ec-compare-grid li { position: relative; padding-left: 28px; color: var(--ec-muted); }
.ec-compare-grid li:before { content: ""; position: absolute; left: 0; top: .62em; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--ec-red); }
.ec-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ec-focus-grid span { display: block; padding: 18px 20px; color: var(--ec-navy); font-weight: 850; background: #fff; border: 1px solid var(--ec-border); border-radius: 14px; box-shadow: 0 8px 24px rgba(8, 28, 51, .05); }
.ec-format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ec-format-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ec-border);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(8, 28, 51, .075);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ec-format-card figure {
  aspect-ratio: 1200 / 760;
  margin: 0;
  overflow: hidden;
  background: var(--ec-bluegray);
}
.ec-format-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.ec-format-card:hover img { transform: scale(1.035); }
.ec-format-card > div { padding: 28px; }
.ec-format-card h3 { margin-top: 0; }
.ec-format-card p { margin: 0 0 18px; }
.ec-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ec-four-prices { grid-template-columns: repeat(4, 1fr); }
.ec-price { padding: 30px 28px; text-align: center; }
.ec-price strong { display: block; margin: 14px 0 10px; color: var(--ec-red); font-size: 35px; line-height: 1.02; letter-spacing: -.03em; }
.ec-price-support { display: block; min-height: 44px; margin: 0 auto 13px; color: var(--ec-navy); font-size: 14px; line-height: 1.35; font-weight: 850; }
.ec-price-total { display: inline-flex; margin: 0 0 14px; padding: 6px 11px; border-radius: 999px; background: var(--ec-soft); color: var(--ec-navy); font-size: 13px; font-weight: 900; }
.ec-price p { margin: 0; font-size: 15px; }
.ec-price em { display: block; margin-top: 14px; color: var(--ec-muted); font-size: 13px; font-style: normal; font-weight: 800; }
.ec-price-featured { border-color: rgba(198, 40, 57, .42); box-shadow: 0 18px 44px rgba(198, 40, 57, .11); position: relative; }
.ec-price-featured:before { content: "Focused choice"; position: absolute; top: 14px; right: 14px; padding: 4px 9px; border-radius: 999px; background: rgba(198, 40, 57, .09); color: var(--ec-red); font-size: 11px; font-weight: 900; }
.ec-general-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding: 30px;
  background: linear-gradient(135deg, #fff, var(--ec-soft));
  border: 1px solid var(--ec-border);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(8, 28, 51, .065);
}
.ec-general-pricing h2 { font-size: 28px; margin-bottom: 10px; }
.ec-general-pricing p { max-width: 720px; margin: 0; color: var(--ec-muted); }
.ec-page-intro {
  margin-top: 14px !important;
  padding-left: 18px;
  border-left: 3px solid var(--ec-red);
  color: var(--ec-muted) !important;
  font-size: 17px !important;
}
.ec-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ec-steps-wide { grid-template-columns: repeat(5, 1fr); }
.ec-steps article { padding: 28px; }
.ec-step-top { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.ec-step-top .ec-icon-wrap { width: 46px; height: 46px; margin: 0; border-radius: 14px; }
.ec-step-top .ec-icon-wrap svg { width: 24px; height: 24px; }
.ec-steps strong { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ec-white); background: var(--ec-red); font-size: 14px; }
.ec-faq { background: var(--ec-white); border: 1px solid var(--ec-border); border-radius: 12px; padding: 0; margin-bottom: 12px; text-align: left; overflow: hidden; transition: border-color .22s ease, box-shadow .22s ease; }
.ec-faq:hover, .ec-faq[open] { border-color: rgba(198, 40, 57, .26); box-shadow: 0 14px 34px rgba(8, 28, 51, .07); }
.ec-faq summary { cursor: pointer; color: var(--ec-navy); font-weight: 900; list-style: none; padding: 18px 52px 18px 22px; position: relative; }
.ec-faq summary::-webkit-details-marker { display: none; }
.ec-faq summary:after { content: ""; position: absolute; right: 22px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--ec-red); border-bottom: 2px solid var(--ec-red); transform: translateY(-65%) rotate(45deg); transition: transform .22s ease; }
.ec-faq[open] summary:after { transform: translateY(-35%) rotate(225deg); }
.ec-faq p { margin: 0; padding: 0 22px 20px; }
.ec-final-cta { background: radial-gradient(circle at 24% 0%, rgba(198, 40, 57, .24), transparent 34%), linear-gradient(135deg, var(--ec-navy-2), #07192d); color: var(--ec-white); padding: 76px 0; text-align: center; }
.ec-final-cta h2 { color: var(--ec-white); max-width: 820px; margin-left: auto; margin-right: auto; }
.ec-final-cta p { color: rgba(255,255,255,.78); max-width: 680px; margin: 0 auto; }
.ec-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.ec-contact-panel, .ec-form-panel { padding: 30px; }
.ec-contact-panel pre {
  white-space: pre-wrap;
  color: var(--ec-navy);
  background: var(--ec-soft);
  border: 1px solid var(--ec-border);
  border-radius: 12px;
  padding: 18px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.55;
}
.ec-note, .ec-disclaimer, .ec-privacy-note { color: var(--ec-muted); font-size: 14px; }
.ec-legal { text-align: left; }
.ec-footer { background: #06182c; color: rgba(255,255,255,.78); padding: 58px 0 28px; }
.ec-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.ec-footer h2 { color: var(--ec-white); font-size: 16px; margin-bottom: 14px; }
.ec-footer a, .ec-footer span { display: block; color: rgba(255,255,255,.78); text-decoration: none; margin: 8px 0; }
.ec-footer a:hover { color: var(--ec-white); }
.ec-footer-brand-block { max-width: 280px; }
.ec-footer .ec-footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ec-white); text-decoration: none; margin: 0 0 14px; }
.ec-footer-mark { display: block; width: 54px; height: 54px; object-fit: contain; flex: 0 0 54px; }
.ec-footer-wordmark { display: inline-flex !important; align-items: baseline; color: var(--ec-white); font-size: 24px; line-height: 1; font-weight: 850; letter-spacing: -.018em; white-space: nowrap; margin: 0 !important; }
.ec-footer-main { display: inline !important; color: var(--ec-white); margin: 0 !important; }
.ec-footer-dotma { display: inline !important; color: #ef4654; margin: 0 !important; }
.ec-wordmark-footer { display: inline-block; color: var(--ec-white); margin-bottom: 12px; white-space: nowrap; }
.ec-footer-disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin: 34px 0 0; padding-top: 18px; font-size: 12px; color: rgba(255,255,255,.58); }
.ec-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #22b35d, var(--ec-whatsapp));
  box-shadow: 0 18px 36px rgba(31, 168, 85, .28);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.ec-floating-whatsapp:hover { color: #fff; background: var(--ec-whatsapp-hover); box-shadow: 0 22px 42px rgba(31, 174, 85, .34); transform: translateY(-3px); }
.ec-floating-whatsapp .ec-btn-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  flex-basis: 24px;
}
.ec-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.ec-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ec-reduced-motion .ec-reveal, .ec-reduced-motion .ec-reveal.is-visible { opacity: 1; transform: none; transition: none; }
@keyframes ec-carousel-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.fluentform .ff-el-input--label label { color: var(--ec-navy); font-weight: 800; }
.fluentform input, .fluentform textarea, .fluentform select {
  border-radius: 10px !important;
  border: 1px solid var(--ec-border) !important;
  min-height: 46px;
}
.fluentform .ff-btn-submit {
  background: var(--ec-red) !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  padding: 13px 22px !important;
}
.ec-custom-form {
  display: grid;
  gap: 15px;
}
.ec-custom-form label {
  display: grid;
  gap: 7px;
  color: var(--ec-navy);
  font-weight: 800;
}
.ec-custom-form input,
.ec-custom-form textarea,
.ec-custom-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ec-border);
  border-radius: 10px;
  padding: 11px 13px;
  font: inherit;
  color: var(--ec-text);
  background: var(--ec-white);
}
.ec-custom-form textarea { resize: vertical; }
.ec-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  color: var(--ec-white);
  background: var(--ec-red);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.ec-form-submit:hover { background: var(--ec-red-2); }
.ec-form-success,
.ec-form-error {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 800;
}
.ec-form-success {
  color: #135c32;
  background: rgba(31, 168, 85, .1);
  border: 1px solid rgba(31, 168, 85, .24);
}
.ec-form-error {
  color: var(--ec-red-2);
  background: rgba(198, 40, 57, .08);
  border: 1px solid rgba(198, 40, 57, .24);
}

@media (max-width: 980px) {
  .ec-container { width: min(100% - 36px, 1180px); }
  .ec-brand-tagline { display: none; }
  .ec-brand-wordmark { font-size: 24px; }
  .ec-menu-icon { display: grid; gap: 5px; cursor: pointer; }
  .ec-menu-icon span { width: 28px; height: 3px; background: var(--ec-navy); border-radius: 999px; }
  .ec-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 22px;
    background: var(--ec-white);
    border-bottom: 1px solid var(--ec-border);
    box-shadow: var(--ec-shadow);
  }
  .ec-menu { flex-direction: column; align-items: flex-start; gap: 18px; }
  .ec-lang-switcher { justify-content: flex-start; }
  .ec-menu-toggle:checked ~ .ec-nav { display: flex; }
  .ec-hero-grid, .ec-split, .ec-contact-grid { grid-template-columns: 1fr; }
  .ec-visual { min-height: 420px; max-width: 620px; width: 100%; margin: 6px auto 0; }
  .ec-hero-card-target { left: 44px; width: 310px; }
  .ec-hero-card-diagnostic { right: 26px; width: 282px; }
  .ec-hero-card-speaking { left: 18px; top: 206px; width: 262px; }
  .ec-hero-card-writing { right: 120px; top: 196px; width: 292px; }
  .ec-hero-card-plan { right: 8px; width: 248px; }
  .ec-hero-carousel-layout .ec-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .ec-hero-carousel {
    max-width: 720px;
    margin: 0 auto;
    padding: 22px 22px 16px;
  }
  .ec-general-pricing { align-items: flex-start; flex-direction: column; }
  .ec-three, .ec-four, .ec-five, .ec-price-grid, .ec-four-prices, .ec-steps, .ec-steps-wide, .ec-trust-grid, .ec-footer-grid, .ec-compare-grid, .ec-focus-grid, .ec-format-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .ec-header-inner { min-height: 66px; }
  .ec-header--scrolled .ec-header-inner { min-height: 60px; }
  .ec-brand { gap: 8px; }
  .ec-brand-mark-wrap, .ec-brand-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .ec-brand-wordmark { font-size: 21px; }
  .ec-wordmark { font-size: 24px; }
  .ec-nav { top: 66px; }
  .ec-hero, .ec-page-hero { padding: 46px 0 40px; }
  .ec-section { padding: 52px 0; }
  h1 { font-size: 38px; line-height: 1.08; letter-spacing: -.02em; }
  .ec-hero p, .ec-page-hero p { font-size: 18px; }
  .ec-three, .ec-four, .ec-five, .ec-price-grid, .ec-four-prices, .ec-steps, .ec-steps-wide, .ec-trust-grid, .ec-footer-grid, .ec-compare-grid, .ec-focus-grid, .ec-format-grid { grid-template-columns: 1fr; }
  .ec-actions { align-items: stretch; }
  .ec-btn { width: 100%; }
  .ec-visual { min-height: 470px; margin-top: 30px; }
  .ec-visual:before { inset: 18px 0 8px; border-radius: 30px; }
  .ec-visual:after { right: 8px; top: 28px; width: 82px; height: 64px; background-size: 10px 10px; }
  .ec-hero-card-img { border-radius: 14px; }
  .ec-hero-card-img figcaption { left: 10px; top: 10px; padding: 6px 8px; font-size: 10px; }
  .ec-hero-card-target { top: 0; left: 0; width: min(88vw, 322px); }
  .ec-hero-card-diagnostic { top: 118px; right: 0; width: min(72vw, 250px); z-index: 4; }
  .ec-hero-card-speaking { top: 226px; left: 0; width: min(69vw, 238px); }
  .ec-hero-card-writing { top: 318px; right: 0; width: min(78vw, 280px); }
  .ec-hero-card-plan { display: none; }
  .ec-footer-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .ec-footer-wordmark { font-size: 22px; }
  .ec-floating-whatsapp { right: 16px; bottom: 16px; width: 50px; min-width: 50px; height: 50px; padding: 0; font-size: 12px; }
  .ec-floating-whatsapp .ec-btn-icon { width: 22px; height: 22px; flex-basis: 22px; }
  .ec-hero-carousel-layout { padding: 46px 0 40px; }
  .ec-hero-carousel-layout .ec-hero-grid { gap: 26px; }
  .ec-hero-carousel {
    width: 100%;
    max-width: 100%;
    margin: 26px 0 0;
    padding: 8px 0 18px;
  }
  .ec-hero-carousel:before { inset: 22px 8px 46px; border-radius: 28px; }
  .ec-hero-carousel:after { right: 16px; top: 28px; width: 82px; height: 64px; background-size: 10px 10px; }
  .ec-carousel-frame { border-radius: 18px; filter: drop-shadow(0 16px 28px rgba(8, 28, 51, .12)); }
  .ec-carousel-frame:before { display: none; }
  .ec-carousel-slide img { border-radius: 18px; }
  .ec-carousel-dots { margin-top: 13px; }
  .ec-format-card > div { padding: 24px; }
  .ec-format-card figure { aspect-ratio: 4 / 3; }
  .ec-trust span { min-height: 0; }
  .ec-price-featured:before { position: static; display: inline-flex; margin-bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .ec-header, .ec-header-inner,
  .ec-carousel-slide,
  .ec-carousel-dot {
    transition: none;
  }
  .ec-carousel-dot.is-active:after { animation: none; transform: scaleX(1); }
  .ec-format-card img { transition: none; }
}

