.elementor-3476 .elementor-element.elementor-element-322fb83{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3476 .elementor-element.elementor-element-3ee8a1b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-3476:not(.elementor-motion-effects-element-type-background), body.elementor-page-3476 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mercaz-galay.co.il/wp-content/uploads/2026/04/טקסטורה-קו-מזוגזג-1.png");background-size:67% auto;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3476 .elementor-element.elementor-element-322fb83{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3476 .elementor-element.elementor-element-3ee8a1b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-3476:not(.elementor-motion-effects-element-type-background), body.elementor-page-3476 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:910px auto;}}/* Start custom CSS for text-editor, class: .elementor-element-3ee8a1b *//* =============================================
   מרכז גלאי — דף נחיתה אבחון קשב וריכוז
   ============================================= */

:root {
  --galay-navy: #0d1f52;
  --galay-navy-dark: #061338;
  --galay-blue: #1e4db7;
  --galay-blue-soft: #4b7ede;
  --galay-blue-bg: #edf2fc;
  --galay-green: #1f9b68;
  --galay-green-bg: #edf7f2;
  --galay-cream: #faf8f4;
  --galay-text: #0d1832;
  --galay-muted: #4a5878;
  --galay-line: #d4e2f8;
  --galay-white: #ffffff;
  --galay-radius: 16px;
  --galay-shadow: 0 10px 30px rgba(13, 31, 82, .1);
}

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

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  direction: rtl;
  font-family: "Assistant", "Heebo", Arial, sans-serif;
  color: var(--galay-text);
  background: var(--galay-white);
  line-height: 1.7;
  font-size: 18px;
}

.galay-page {
  direction: rtl;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  background: var(--galay-white);
}

.galay-page a {
  color: inherit;
  text-decoration: none;
}

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

.galay-page h1,
.galay-page h2,
.galay-page h3,
.galay-page h4 {
  margin: 0 0 16px;
  color: var(--galay-navy);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: right;
}

.galay-page h1 {
  font-size: 48px;
  line-height: 1.18;
}

.galay-page h2 {
  font-size: 30px;
}

.galay-page h3 {
  font-size: 20px;
}

.galay-page p {
  margin: 0 0 12px;
  color: var(--galay-muted);
  line-height: 1.7;
}

.galay-page section {
  padding: 64px 0;
}

.galay-page .container {
  width: min(1180px, 100%);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(24px, 3vw, 56px);
}

.hero .container {
  max-width: 1160px;
}

.trust-section .container,
.image-split .container,
#pricing .container,
.form-section .container {
  max-width: 1080px;
}

#whats-included .container,
.steps .container {
  max-width: 1040px;
}

.faq .container {
  max-width: 960px;
}

.final-cta .container {
  max-width: 900px;
}

.galay-page .ltr {
  direction: ltr;
  display: inline-block;
  unicode-bidi: embed;
}

.galay-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 34px;
  border: 0;
  border-radius: 999px;
  background: var(--galay-blue);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(30, 77, 183, .3);
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.galay-page .btn:hover {
  transform: translateY(-2px);
  background: var(--galay-navy);
}

.galay-page .btn-block {
  width: 100%;
}

.galay-page .eyebrow,
.galay-page .eyebrow-green {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.galay-page .eyebrow {
  color: var(--galay-blue);
  background: transparent;
}

.galay-page .eyebrow-green {
  color: #168456;
  background: transparent;
  border: 0;
}

/* NAV */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 8px 0;
  border-bottom: 1px solid var(--galay-line);
  background: #fff;
  box-shadow: 0 2px 12px rgba(13, 31, 82, .07);
}

.site-nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-nav .logo-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
}

.site-nav .logo-wrap img {
  width: auto;
  height: 110px;
  margin-top: -4px;
}

.site-nav .nav-cta {
  min-height: 34px;
  padding: 7px 18px;
  font-size: 13px;
}

/* HERO */
.hero {
  padding: 58px 0 48px;
  background: linear-gradient(160deg, var(--galay-blue-bg) 0%, #fff 66%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  text-align: center;
}

.hero-copy h1,
.hero-copy .lead {
  text-align: center;
}

.hero-copy .lead {
  max-width: 660px;
  margin: 0 auto 24px;
  color: rgba(13, 24, 50, .82);
  font-size: 18px;
  line-height: 1.65;
}

.hero-cta-btn {
  display: flex;
  justify-content: center;
}

.hero-card {
  padding: 30px 30px 28px;
  border: 1px solid var(--galay-line);
  border-radius: var(--galay-radius);
  background: #fff;
  box-shadow: var(--galay-shadow);
}

.hero-card h3 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 19px;
}

.hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.hero-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--galay-text);
  font-size: 15px;
  line-height: 1.45;
}

.hero-card li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--galay-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.hero-card .btn {
  background: var(--galay-green);
  box-shadow: 0 8px 20px rgba(31, 138, 91, .3);
}

/* TRUST BAR */
.trust-bar {
  padding: 24px 0;
  background: var(--galay-navy);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.trust-grid .num {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.trust-grid .lbl {
  margin-top: 4px;
  color: #b8cfee;
  font-size: 13px;
}

/* SECTION HEAD */
.sec-head {
  max-width: 680px;
  margin: 0 auto 38px;
  text-align: center;
}

.sec-head h2 {
  text-align: center;
  font-size: 28px;
}

.sec-head p {
  color: var(--galay-muted);
  font-size: 16px;
}

/* TRUST SECTION */
.trust-section {
  padding: 70px 0;
  border-top: 1px solid #eae6dc;
  border-bottom: 1px solid #eae6dc;
  background: var(--galay-cream);
}

.trust-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  grid-template-rows: auto auto;
  gap: 28px 56px;
  align-items: start;
}

.trust-header {
  grid-column: 1;
  grid-row: 1;
}

.trust-header p {
  margin-bottom: 0;
  font-size: 17px;
}

.trust-pillars {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
}

.trust-image {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  max-width: 540px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(13, 31, 82, .15);
  justify-self: center;
}

.trust-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.trust-pillar {
  text-align: center;
}

.trust-pillar .t-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: var(--galay-navy);
  font-size: 24px;
}

.trust-pillar .t-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #22b8a8;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.trust-pillar h3 {
  margin-bottom: 7px;
  color: var(--galay-text);
  text-align: center;
  font-size: 18px;
}

.trust-pillar p {
  margin: 0 auto;
  max-width: 220px;
  color: var(--galay-muted);
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
}

/* CARDS */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card,
.step {
  border: 1px solid var(--galay-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--galay-shadow);
  text-align: center;
}

.card {
  min-height: 176px;
  padding: 26px 24px;
}

.card .icon,
.step .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--galay-blue);
  background: var(--galay-blue-bg);
  font-weight: 900;
}

.card .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 20px;
}

.card.card-green .icon {
  color: #168456;
  background: var(--galay-green-bg);
}

.card h3,
.step h3 {
  text-align: center;
  font-size: 18px;
}

.card p,
.step p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
}

/* IMAGE SPLIT */
.image-split {
  background: var(--galay-green-bg);
}

.image-split-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.img-placeholder {
  width: 100%;
  max-width: 540px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--galay-shadow);
  justify-self: center;
}

.img-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.image-split h2 {
  font-size: 30px;
}

.image-split p {
  color: rgba(13, 31, 82, .86);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--galay-text);
  font-size: 16px;
}

.check-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--galay-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

/* STEPS */
.steps {
  background: var(--galay-blue-bg);
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.step {
  padding: 30px 24px;
}

.step .num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--galay-blue);
  color: #fff;
  font-size: 17px;
}

.step .when {
  display: block;
  margin-bottom: 8px;
  color: #22a99f;
  font-size: 13px;
  font-weight: 800;
}

/* PRICING */
#pricing {
  background: #fff;
}

.price-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .92fr);
  gap: 30px;
  align-items: start;
  padding: 48px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--galay-blue) 0%, var(--galay-navy) 100%);
  color: #fff;
}

.price-copy h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}

.price-box .amount {
  margin: 8px 0 16px;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.price-box .amount small {
  display: inline-block;
  margin-inline-start: 8px;
  color: #c0d4f5;
  font-size: 16px;
  font-weight: 600;
}

.price-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-box li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #fff;
  font-size: 15px;
}

.price-box li::before {
  content: "✓";
  color: #23c28f;
  font-weight: 900;
}

.price-form,
.lead-form {
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--galay-shadow);
}

.price-form {
  padding: 24px 22px;
  scroll-margin-top: 90px;
}

.price-form h3,
.lead-form h3 {
  margin-bottom: 4px;
  color: var(--galay-text);
  font-size: 18px;
}

.price-form h3 {
  text-align: center;
}

.price-form p,
.lead-form .sub {
  margin-bottom: 16px;
  color: var(--galay-muted);
  font-size: 13.5px;
}

.price-form p {
  color: var(--galay-text);
  text-align: center;
}

.galay-elementor-shortcode,
.galay-elementor-form-shell .elementor,
.galay-elementor-form-shell .elementor-widget,
.galay-elementor-form-shell .elementor-widget-container,
.galay-elementor-form-shell .elementor-form {
  width: 100%;
}

.galay-elementor-form-shell .elementor-form {
  display: grid;
  gap: 12px;
  margin: 0;
  direction: rtl;
}

.galay-elementor-form-shell .elementor-field-group {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.galay-elementor-form-shell .elementor-field-subgroup,
.galay-elementor-form-shell .elementor-select-wrapper,
.galay-elementor-form-shell .elementor-field-type-select,
.galay-elementor-form-shell .elementor-field-type-select .elementor-field-group {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.galay-elementor-form-shell .elementor-select-wrapper::before,
.galay-elementor-form-shell .elementor-select-wrapper::after {
  border: 0 !important;
  box-shadow: none !important;
}

.galay-elementor-form-shell .elementor-field-label {
  display: block;
  margin: 0 0 6px;
  color: var(--galay-text);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.galay-elementor-form-shell .elementor-field-textual,
.galay-elementor-form-shell input[type="text"],
.galay-elementor-form-shell input[type="email"],
.galay-elementor-form-shell input[type="tel"],
.galay-elementor-form-shell input[type="number"],
.galay-elementor-form-shell input[type="url"],
.galay-elementor-form-shell select,
.galay-elementor-form-shell textarea {
  width: 100% !important;
  min-height: 44px;
  padding: 12px 13px !important;
  border: 1px solid var(--galay-line) !important;
  border-radius: 10px !important;
  background: #fafafd !important;
  color: var(--galay-text) !important;
  direction: rtl;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

.galay-elementor-form-shell textarea {
  min-height: 92px;
  resize: vertical;
}

.galay-elementor-form-shell .elementor-select-wrapper,
.galay-elementor-form-shell .elementor-select-wrapper.elementor-field,
.galay-elementor-form-shell .elementor-field-type-select .elementor-select-wrapper {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.galay-elementor-form-shell .elementor-field-textual:focus,
.galay-elementor-form-shell input:focus,
.galay-elementor-form-shell select:focus,
.galay-elementor-form-shell textarea:focus {
  outline: 0 !important;
  border-color: var(--galay-blue) !important;
  background: #fff !important;
}

.galay-elementor-form-shell .elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--galay-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.galay-elementor-form-shell input[type="checkbox"],
.galay-elementor-form-shell input[type="radio"] {
  width: auto !important;
  min-height: 0;
  margin: 3px 0 0;
  accent-color: var(--galay-blue);
}

.galay-elementor-form-shell .elementor-button,
.galay-elementor-form-shell button[type="submit"],
.galay-elementor-form-shell input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 48px;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--galay-blue-soft) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(30, 77, 183, .2) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

.galay-elementor-form-shell .elementor-button:hover,
.galay-elementor-form-shell button[type="submit"]:hover,
.galay-elementor-form-shell input[type="submit"]:hover {
  background: var(--galay-blue) !important;
}

.galay-elementor-form-shell .elementor-button-text {
  color: inherit;
  font: inherit;
}

.galay-elementor-form-shell .elementor-message {
  margin: 10px 0 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.45;
}

.price-side {
  grid-column: 1 / -1;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #d7e4fa;
  text-align: center;
  font-size: 15px;
}

.price-side p {
  color: #d7e4fa;
}

/* FAQ */
.faq {
  background: var(--galay-blue-bg);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--galay-line);
  border-radius: 12px;
  background: #fff;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  color: var(--galay-text);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: right;
  cursor: pointer;
}

.faq-q .plus {
  color: var(--galay-blue);
  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}

.faq-item.open .plus {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height .25s ease, padding-bottom .25s ease;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 18px;
}

.faq-a p {
  margin: 0;
  font-size: 15px;
}

/* FORM SECTION */
.form-section {
  background: var(--galay-navy);
  color: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
  gap: 48px;
  align-items: start;
}

.form-grid h2 {
  color: #fff;
}

.form-grid .lead {
  color: #b8cfee;
  font-size: 17px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
}

.contact-list .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
}

.badge-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge-line span {
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
}

.lead-form {
  padding: 32px;
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--galay-text);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--galay-line);
  border-radius: 10px;
  background: #fafafd;
  color: var(--galay-text);
  direction: rtl;
  font: inherit;
  font-size: 14px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--galay-blue);
  background: #fff;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 18px;
  color: var(--galay-muted);
  font-size: 12.5px;
  line-height: 1.45;
  cursor: pointer;
}

.consent input {
  margin-top: 3px;
}

/* FINAL CTA */
.final-cta {
  text-align: center;
  background: linear-gradient(160deg, #fff 0%, var(--galay-blue-bg) 100%);
}

.final-cta h2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 28px;
}

.final-cta p {
  max-width: 650px;
  margin: 0 auto 26px;
  text-align: center;
  font-size: 16px;
}

/* FOOTER */
.galay-footer {
  padding: 34px 0 24px;
  background: #060f2d;
  color: #8aaad4;
  text-align: center;
  font-size: 13px;
}

.galay-footer img {
  width: auto;
  height: 42px;
  margin: 0 auto 14px;
  opacity: .88;
  filter: brightness(10);
}

.galay-footer a {
  color: #b8cfee;
  font-weight: 800;
}

@media (max-width: 900px) {
  .galay-page .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 14px;
  }

  .galay-page section {
    padding: 38px 0;
  }

  .site-nav {
    padding: 6px 0;
  }

  .site-nav .logo-wrap {
    height: 32px;
  }

  .site-nav .logo-wrap img {
    height: 88px;
  }

  .site-nav .nav-cta {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .hero {
    padding: 28px 0;
  }

  .hero .container {
    padding: 0 22px;
  }

  .hero-grid,
  .image-split-grid,
  .form-grid,
  .price-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-cta-btn {
    display: none;
  }

  .hero-card {
    padding: 20px 18px;
  }

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

  .trust-split {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .trust-header,
  .trust-image,
  .trust-pillars {
    width: 100%;
  }

  .trust-image {
    min-height: 220px;
    border-radius: 14px;
  }

  .trust-image img {
    min-height: 220px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .steps-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-side {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .galay-page .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 10px;
  }

  .trust-section .container {
    padding: 0 22px;
  }

  .galay-page section {
    padding: 30px 0;
  }

  .galay-page .eyebrow,
  .galay-page .eyebrow-green {
    margin-bottom: 6px;
    padding: 0;
    line-height: 1.25;
  }

  .galay-page h1,
  .galay-page h2,
  .galay-page h3,
  .galay-page h4 {
    margin-bottom: 10px;
    line-height: 1.16;
  }

  .galay-page p,
  .check-list li,
  .price-box li,
  .contact-list li {
    line-height: 1.5;
  }

  .galay-page h1 {
    font-size: 34px;
  }

  .galay-page h2,
  .sec-head h2,
  .image-split h2,
  .final-cta h2 {
    font-size: 22px;
  }

  .hero-copy .lead {
    margin-bottom: 12px;
    font-size: 15.5px;
    line-height: 1.48;
  }

  .hero {
    padding: 24px 0 26px;
  }

  .hero .container {
    padding: 0 24px;
  }

  .hero-grid {
    gap: 16px;
  }

  .hero-copy h1 {
    font-size: 30px;
    line-height: 1.14;
  }

  .hero-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .hero-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-card ul {
    gap: 7px;
    margin-bottom: 16px;
  }

  .hero-card li {
    font-size: 14px;
    line-height: 1.35;
  }

  .trust-bar {
    padding: 16px 0;
  }

  .trust-grid .num {
    font-size: 18px;
  }

  .trust-grid .lbl {
    font-size: 12px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .trust-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .trust-pillar .t-icon {
    margin-bottom: 5px;
  }

  .trust-pillar .t-tag {
    margin-bottom: 5px;
  }

  .trust-pillar h3 {
    margin-bottom: 5px;
    line-height: 1.18;
  }

  .trust-pillar p,
  .card p,
  .step p,
  .faq-a p {
    line-height: 1.45;
  }

  .card,
  .step {
    min-height: 0;
    padding: 22px 18px;
  }

  .price-box {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .price-box .amount {
    font-size: 34px;
  }

  .price-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .lead-form {
    padding: 24px 20px;
  }
}/* End custom CSS */