.garal-web-service {
  --gws-ink: #102033;
  --gws-muted: #5d6b7c;
  --gws-blue: #1268d6;
  --gws-cyan: #18a6c9;
  --gws-soft: #f1f6fb;
  --gws-line: #dce6ef;
  --gws-dark: #091523;
  color: var(--gws-ink);
  font-family: inherit;
  overflow: hidden;
}
.garal-web-service * { box-sizing: border-box; }
.gws-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.gws-section { padding: 88px 0; }
.gws-section-soft { background: var(--gws-soft); }
.gws-section-dark { background: var(--gws-dark); color: #fff; }
.gws-section-dark p { color: #b8c6d5; }
.gws-kicker { margin: 0 0 12px; color: var(--gws-blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.gws-heading { max-width: 780px; margin-bottom: 36px; }
.gws-heading-center { margin-inline: auto; text-align: center; }
.garal-web-service h1, .garal-web-service h2, .garal-web-service h3 { color: inherit; line-height: 1.1; margin: 0 0 16px; }
.garal-web-service h1 { font-size: clamp(44px, 7vw, 76px); }
.garal-web-service h2 { font-size: clamp(30px, 4vw, 48px); }
.garal-web-service h3 { font-size: 21px; }
.garal-web-service p { color: var(--gws-muted); line-height: 1.7; }
.gws-lead { font-size: 21px; }
.gws-hero { padding: 88px 0 72px; background: linear-gradient(180deg, #fff, var(--gws-soft)); }
.gws-hero-grid, .gws-intro-grid, .gws-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.gws-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gws-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; }
.gws-btn-primary { background: var(--gws-blue); color: #fff; }
.gws-btn-secondary { background: #fff; border-color: var(--gws-line); color: var(--gws-ink); }
.gws-quick-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 28px 0 0; list-style: none; }
.gws-quick-list li { padding: 8px 11px; border: 1px solid var(--gws-line); border-radius: 6px; background: #fff; font-size: 13px; font-weight: 800; }
.gws-browser { border: 1px solid #b9c8d8; border-radius: 14px; background: #fff; box-shadow: 0 28px 70px rgba(16,32,51,.18); overflow: hidden; transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.gws-browser-bar { display: flex; align-items: center; gap: 7px; padding: 12px; background: #e8eef4; }
.gws-browser-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #9baaba; }
.gws-browser-bar div { margin-left: 10px; padding: 5px 12px; border-radius: 5px; background: #fff; color: #687789; font-size: 11px; flex: 1; }
.gws-browser-page { padding: 18px; }
.gws-demo-nav { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.gws-demo-nav strong { margin-right: auto; }
.gws-demo-nav i { width: 34px; height: 5px; border-radius: 9px; background: #d7e1eb; }
.gws-demo-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; min-height: 210px; padding: 22px; border-radius: 9px; background: #edf5fc; }
.gws-demo-hero div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.gws-demo-hero small { color: var(--gws-blue); font-weight: 800; }
.gws-demo-hero strong { font-size: 24px; line-height: 1.15; }
.gws-demo-hero span { color: #667688; font-size: 12px; }
.gws-demo-hero b { padding: 8px 11px; border-radius: 5px; background: var(--gws-blue); color: #fff; font-size: 11px; }
.gws-demo-photo { display: grid; place-items: center; border-radius: 8px; background: linear-gradient(145deg, #152f50, #179dc5); }
.gws-demo-photo span { color: #fff; font-weight: 800; }
.gws-demo-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 12px 0; }
.gws-demo-services i { height: 68px; border: 1px solid var(--gws-line); border-radius: 7px; background: #fff; }
.gws-demo-contact { display: flex; justify-content: space-around; padding: 10px; border-radius: 7px; background: var(--gws-dark); color: #fff; font-size: 11px; font-weight: 800; }
.gws-strip { background: var(--gws-dark); color: #fff; }
.gws-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.gws-strip-grid div { padding: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.gws-strip-grid strong, .gws-strip-grid span { display: block; }
.gws-strip-grid span { color: #afbdcc; font-size: 14px; }
.gws-copy { font-size: 18px; }
.gws-builder { padding: 22px; border: 1px solid var(--gws-line); border-radius: 12px; background: #fff; box-shadow: 0 20px 55px rgba(16,32,51,.09); }
.gws-builder-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.gws-builder-controls button { padding: 10px 14px; border: 1px solid var(--gws-line); border-radius: 7px; background: #fff; color: var(--gws-ink); font: inherit; font-weight: 800; cursor: pointer; }
.gws-builder-controls button.is-active { background: var(--gws-blue); border-color: var(--gws-blue); color: #fff; }
.gws-builder-stage { display: grid; grid-template-columns: 1.3fr .7fr; gap: 22px; align-items: stretch; }
.gws-wireframe { padding: 18px; border: 1px solid var(--gws-line); border-radius: 9px; background: #f7f9fb; }
.gws-wire-nav { height: 22px; margin-bottom: 12px; border-radius: 5px; background: #dce5ed; }
.gws-wire-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gws-wire-block, .gws-wire-seo { margin-bottom: 10px; padding: 17px; border: 2px solid transparent; border-radius: 7px; background: #fff; transition: .25s ease; }
.gws-wire-block strong, .gws-wire-block span { display: block; }
.gws-wire-block span { color: var(--gws-muted); font-size: 13px; }
.gws-wire-block.is-active, .gws-wire-seo.is-active { border-color: var(--gws-cyan); background: #eafaff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(24,166,201,.15); }
.gws-wire-seo { color: var(--gws-muted); font-size: 13px; font-weight: 800; text-align: center; }
.gws-builder-info { padding: 28px; border-radius: 9px; background: var(--gws-dark); color: #fff; }
.gws-builder-info p { color: #bcc8d5; }
.gws-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.gws-card, .gws-example, .gws-scope, .gws-price-card { padding: 25px; border: 1px solid var(--gws-line); border-radius: 10px; background: #fff; box-shadow: 0 14px 35px rgba(16,32,51,.06); }
.gws-card > span { display: inline-block; margin-bottom: 22px; color: var(--gws-blue); font-weight: 900; }
.gws-example-grid, .gws-scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gws-example { background: #102238; border-color: rgba(255,255,255,.14); }
.gws-example-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: 8px; background: var(--gws-cyan); color: #06131f; font-weight: 900; }
.gws-scope ul { padding: 0; list-style: none; }
.gws-scope li { position: relative; padding: 9px 0 9px 27px; border-bottom: 1px solid var(--gws-line); color: var(--gws-muted); }
.gws-scope li::before { position: absolute; left: 0; font-weight: 900; }
.gws-scope-yes li::before { content: "✓"; color: #168357; }
.gws-scope-no li::before { content: "–"; color: #bd543d; }
.gws-price-card { text-align: center; }
.gws-price-card span, .gws-price-card strong { display: block; }
.gws-price-card strong { color: var(--gws-blue); font-size: 56px; line-height: 1; }
.gws-final { padding: 30px 0 90px; background: var(--gws-soft); }
.gws-final-box { padding: 54px; border-radius: 14px; background: var(--gws-dark); color: #fff; text-align: center; }
.gws-final-box p { color: #bdc8d5; }
.gws-final-box .gws-actions { justify-content: center; }
@media (max-width: 980px) {
  .gws-hero-grid, .gws-intro-grid, .gws-price-grid, .gws-builder-stage { grid-template-columns: 1fr; }
  .gws-card-grid { grid-template-columns: repeat(2,1fr); }
  .gws-browser { transform: none; }
}
@media (max-width: 680px) {
  .gws-container { width: min(100% - 28px, 1160px); }
  .gws-section { padding: 62px 0; }
  .gws-strip-grid, .gws-card-grid, .gws-example-grid, .gws-scope-grid { grid-template-columns: 1fr; }
  .gws-strip-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .gws-demo-hero, .gws-wire-row { grid-template-columns: 1fr; }
  .gws-demo-photo { min-height: 120px; }
  .gws-actions { flex-direction: column; }
  .gws-btn { width: 100%; }
  .gws-final-box { padding: 34px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .gws-wire-block, .gws-wire-seo { transition: none; }
}


/* =========================================================
   GARAL SOLUCIONES - PAGINAS DE SERVICIOS WEB
   Estilos comunes reutilizables
   ========================================================= */

.garal-web-service {
  --gws-dark: #091522;
  --gws-dark-soft: #112235;
  --gws-ink: #152334;
  --gws-muted: #647386;
  --gws-blue: #0969da;
  --gws-cyan: #17a5c8;
  --gws-coral: #ef5966;
  --gws-soft: #f3f7fa;
  --gws-white: #ffffff;
  --gws-line: #dce5ec;
  --gws-shadow: 0 20px 55px rgba(9, 21, 34, 0.1);

  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  color: var(--gws-ink);
  background: var(--gws-white);
  font-family: inherit;
}

.garal-web-service *,
.garal-web-service *::before,
.garal-web-service *::after {
  box-sizing: border-box;
}

.garal-web-service a {
  text-decoration: none;
}

.garal-web-service h1,
.garal-web-service h2,
.garal-web-service h3,
.garal-web-service p,
.garal-web-service ul {
  margin-top: 0;
}

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

/* TEXTOS */

.gws-kicker {
  margin-bottom: 12px !important;
  color: var(--gws-coral) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.garal-web-service h1,
.garal-web-service h2,
.garal-web-service h3 {
  color: var(--gws-ink);
  font-weight: 800;
  line-height: 1.08;
}

.garal-web-service h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 72px);
}

.garal-web-service h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 48px);
}

.garal-web-service h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.garal-web-service p {
  margin-bottom: 18px;
  color: var(--gws-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gws-lead {
  color: #35475a !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
}

.gws-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.gws-heading-center {
  margin-inline: auto;
  text-align: center;
}

/* BOTONES */

.gws-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

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

.gws-btn-primary {
  color: #fff !important;
  background: var(--gws-coral);
  box-shadow: 0 14px 30px rgba(239, 89, 102, 0.24);
}

.gws-btn-primary:hover {
  color: #fff !important;
  background: #d94755;
}

.gws-btn-secondary {
  color: var(--gws-ink) !important;
  background: #fff;
  border-color: var(--gws-line);
}

.gws-btn-secondary:hover {
  color: var(--gws-blue) !important;
  border-color: var(--gws-blue);
}

/* HERO */

.gws-hero {
  position: relative;
  padding: 100px 0 82px;
  background: var(--gws-soft);
}

.gws-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--gws-dark);
  content: "";
}

.gws-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 70px;
  align-items: center;
}

.gws-hero-copy {
  max-width: 650px;
}

.gws-quick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.gws-quick-list li {
  padding: 8px 12px;
  border: 1px solid var(--gws-line);
  border-radius: 6px;
  color: #425366;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

/* MOCKUP PRINCIPAL */

.gws-browser {
  position: relative;
  overflow: hidden;
  border: 8px solid #15283c;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(4, 13, 23, 0.35);
  transform: perspective(1400px) rotateY(-4deg);
}

.gws-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 14px;
  background: #15283c;
}

.gws-browser-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7890a6;
}

.gws-browser-bar > span:first-child {
  background: var(--gws-coral);
}

.gws-browser-bar div {
  flex: 1;
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 5px;
  color: #6a7989;
  background: #fff;
  font-size: 11px;
}

.gws-browser-page {
  padding: 18px;
}

.gws-demo-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.gws-demo-nav strong {
  margin-right: auto;
  color: var(--gws-ink);
}

.gws-demo-nav i {
  width: 34px;
  height: 5px;
  border-radius: 8px;
  background: #d7e1e8;
}

.gws-demo-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 15px;
  min-height: 225px;
  padding: 24px;
  border-radius: 10px;
  background: var(--gws-soft);
}

.gws-demo-hero > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.gws-demo-hero small {
  color: var(--gws-coral);
  font-weight: 800;
}

.gws-demo-hero strong {
  color: var(--gws-ink);
  font-size: 25px;
  line-height: 1.15;
}

.gws-demo-hero span {
  color: var(--gws-muted);
  font-size: 12px;
}

.gws-demo-hero b {
  padding: 8px 12px;
  border-radius: 5px;
  color: #fff;
  background: var(--gws-coral);
  font-size: 11px;
}

.gws-demo-photo {
  display: grid;
  min-height: 180px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--gws-dark-soft);
}

.gws-demo-photo span {
  color: #fff;
  font-weight: 800;
}

.gws-demo-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 13px 0;
}

.gws-demo-services i {
  height: 70px;
  border: 1px solid var(--gws-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(9, 21, 34, 0.06);
}

.gws-demo-contact {
  display: flex;
  justify-content: space-around;
  padding: 11px;
  border-radius: 7px;
  color: #fff;
  background: var(--gws-blue);
  font-size: 11px;
  font-weight: 800;
}

/* FRANJA RESUMEN */

.gws-strip {
  color: #fff;
  background: var(--gws-dark);
}

.gws-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gws-strip-grid div {
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.gws-strip-grid div:last-child {
  border-right: 0;
}

.gws-strip-grid strong,
.gws-strip-grid span {
  display: block;
}

.gws-strip-grid strong {
  margin-bottom: 4px;
  color: #fff;
}

.gws-strip-grid span {
  color: #b7c5d3;
  font-size: 14px;
}

/* SECCIONES */

.gws-section {
  padding: 92px 0;
  background: #fff;
}

.gws-section-soft {
  background: var(--gws-soft);
}

.gws-section-dark {
  color: #fff;
  background: var(--gws-dark);
}

.gws-section-dark h2,
.gws-section-dark h3 {
  color: #fff;
}

.gws-section-dark p {
  color: #b9c6d3;
}

.gws-intro-grid,
.gws-price-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.gws-copy {
  padding-left: 30px;
  border-left: 3px solid var(--gws-coral);
}

.gws-copy p {
  font-size: 18px;
}

/* DESPIEZA LA WEB */

.gws-builder {
  overflow: hidden;
  border: 1px solid var(--gws-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--gws-shadow);
}

.gws-builder-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px;
  border-bottom: 1px solid var(--gws-line);
  background: #fff;
}

.gws-builder-controls button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--gws-line);
  border-radius: 7px;
  color: var(--gws-ink);
  background: var(--gws-soft);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.gws-builder-controls button:hover,
.gws-builder-controls button.is-active {
  color: #fff;
  border-color: var(--gws-coral);
  background: var(--gws-coral);
}

.gws-builder-stage {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 480px;
}

.gws-wireframe {
  padding: 28px;
  background-color: #f7f9fb;
  background-image:
    linear-gradient(#e7edf2 1px, transparent 1px),
    linear-gradient(90deg, #e7edf2 1px, transparent 1px);
  background-size: 28px 28px;
}

.gws-wire-nav {
  height: 26px;
  margin-bottom: 14px;
  border-radius: 5px;
  background: #cdd9e3;
}

.gws-wire-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gws-wire-block,
.gws-wire-seo {
  position: relative;
  margin-bottom: 12px;
  padding: 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(9, 21, 34, 0.08);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.gws-wire-block strong,
.gws-wire-block span {
  display: block;
}

.gws-wire-block strong {
  color: var(--gws-ink);
}

.gws-wire-block span {
  margin-top: 5px;
  color: var(--gws-muted);
  font-size: 13px;
}

.gws-wire-block.is-active,
.gws-wire-seo.is-active {
  z-index: 2;
  border-color: var(--gws-coral);
  background: #fff6f6;
  transform: translateY(-4px);
}

.gws-wire-block.is-active::after,
.gws-wire-seo.is-active::after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gws-coral);
  box-shadow: 0 0 0 5px rgba(239, 89, 102, 0.14);
  content: "";
}

.gws-wire-seo {
  color: var(--gws-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.gws-builder-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: #fff;
  background: var(--gws-dark);
}

.gws-builder-info h3 {
  color: #fff;
  font-size: 27px;
}

.gws-builder-info p {
  color: #bbc7d3;
}

/* TARJETAS */

.gws-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gws-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--gws-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 21, 34, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.gws-card:hover {
  border-color: var(--gws-coral);
  box-shadow: var(--gws-shadow);
  transform: translateY(-5px);
}

.gws-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--gws-dark);
  font-weight: 900;
}

.gws-card:nth-child(2n) > span {
  background: var(--gws-coral);
}

/* EJEMPLOS */

.gws-example-grid,
.gws-scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gws-example {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: var(--gws-dark-soft);
}

.gws-example h3 {
  color: #fff;
}

.gws-example-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--gws-coral);
  font-weight: 900;
}

/* COMPARATIVA */

.gws-scope {
  padding: 34px;
  border: 1px solid var(--gws-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 21, 34, 0.06);
}

.gws-scope-yes {
  border-top: 5px solid var(--gws-blue);
}

.gws-scope-no {
  border-top: 5px solid var(--gws-coral);
}

.gws-scope ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.gws-scope li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--gws-line);
  color: var(--gws-muted);
}

.gws-scope li:last-child {
  border-bottom: 0;
}

.gws-scope li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}

.gws-scope-yes li::before {
  color: var(--gws-blue);
  content: "✓";
}

.gws-scope-no li::before {
  color: var(--gws-coral);
  content: "–";
}

/* PRECIO */

.gws-price-card {
  padding: 42px;
  border: 1px solid var(--gws-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--gws-shadow);
  text-align: center;
}

.gws-price-card span,
.gws-price-card strong {
  display: block;
}

.gws-price-card span {
  color: var(--gws-muted);
  font-weight: 800;
}

.gws-price-card strong {
  margin: 12px 0;
  color: var(--gws-coral);
  font-size: 64px;
  line-height: 1;
}

/* CTA FINAL */

.gws-final {
  padding: 34px 0 96px;
  background: var(--gws-soft);
}

.gws-final-box {
  position: relative;
  overflow: hidden;
  padding: 65px;
  border-radius: 16px;
  color: #fff;
  background: var(--gws-dark);
  text-align: center;
}

.gws-final-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: var(--gws-coral);
  content: "";
}

.gws-final-box h2 {
  max-width: 850px;
  margin-inline: auto;
  color: #fff;
}

.gws-final-box p {
  max-width: 760px;
  margin-inline: auto;
  color: #bdc8d4;
}

.gws-final-box .gws-actions {
  justify-content: center;
}

/* ANIMACIONES AÑADIDAS POR JS */

.gws-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.gws-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */

@media (max-width: 1020px) {
  .gws-hero::before {
    display: none;
  }

  .gws-hero-grid,
  .gws-intro-grid,
  .gws-price-grid,
  .gws-builder-stage {
    grid-template-columns: 1fr;
  }

  .gws-browser {
    max-width: 720px;
    margin-inline: auto;
    transform: none;
  }

  .gws-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gws-builder-info {
    min-height: 260px;
  }
}

@media (max-width: 700px) {
  .gws-container {
    width: min(100% - 28px, 1180px);
  }

  .gws-hero {
    padding: 65px 0 55px;
  }

  .gws-section {
    padding: 65px 0;
  }

  .gws-strip-grid,
  .gws-card-grid,
  .gws-example-grid,
  .gws-scope-grid,
  .gws-demo-hero,
  .gws-wire-row {
    grid-template-columns: 1fr;
  }

  .gws-strip-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gws-actions {
    flex-direction: column;
  }

  .gws-btn {
    width: 100%;
  }

  .gws-browser-page {
    padding: 12px;
  }

  .gws-demo-photo {
    min-height: 135px;
  }

  .gws-builder-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gws-builder-controls button {
    width: 100%;
  }

  .gws-final-box {
    padding: 42px 22px;
  }

  .gws-price-card strong {
    font-size: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gws-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gws-wire-block,
  .gws-wire-seo,
  .gws-card,
  .gws-btn {
    transition: none;
  }
}