/* V49 — one structural mobile public design for PL / US / UK.
   Public pages only. The existing footer and private V48 order journey are untouched. */
@media (max-width: 760px) {
  :root {
    --v49-ink: #10213b;
    --v49-muted: #63758f;
    --v49-line: #dbe5f2;
    --v49-soft: #f2f7fc;
    --v49-blue: #2853f3;
    --v49-violet: #704ff2;
    --v49-dark: #071b37;
    --v49-dark-2: #184a78;
    --v49-green: #12b58a;
    --v49-white: #ffffff;
  }

  html[data-v49-mobile="ready"] {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--v49-soft);
    scroll-behavior: smooth;
  }

  body.v49-mobile-public {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    color: var(--v49-ink) !important;
    background:
      radial-gradient(circle at 94% 3%, rgba(112, 79, 242, .12), transparent 25%),
      linear-gradient(180deg, #fbfdff 0%, var(--v49-soft) 100%) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  body.v49-mobile-public [data-v49-hidden="true"] {
    display: none !important;
  }

  body.v49-mobile-public #s16-settings-button,
  body.v49-mobile-public [id*="cookie-settings"],
  body.v49-mobile-public [class*="cookie-settings-button"] {
    display: none !important;
  }

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

  .v49-root {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 26px;
    overflow: hidden;
  }

  .v49-root :is(h1, h2, h3, p, span, strong, small, a, button, label) {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }

  .v49-root :is(h1, h2, h3) {
    text-wrap: balance;
  }

  .v49-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: calc(100% - 28px);
    margin: 14px;
    padding: 14px;
    border: 1px solid var(--v49-line);
    border-radius: 21px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(19, 48, 92, .09);
    backdrop-filter: blur(16px);
  }

  .v49-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--v49-ink);
    text-decoration: none;
  }

  .v49-brand-mark {
    display: grid;
    place-items: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--v49-blue), var(--v49-violet));
    box-shadow: 0 12px 26px rgba(40, 83, 243, .23);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .v49-brand-copy {
    display: block;
    min-width: 0;
    color: var(--v49-ink);
    font-size: clamp(15px, 4.5vw, 18px);
    line-height: 1.08;
    letter-spacing: -.035em;
    white-space: nowrap;
  }

  .v49-brand-copy small {
    display: block;
    margin-top: 4px;
    color: #6b7c94;
    font-size: 7px;
    line-height: 1.15;
    letter-spacing: .095em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .v49-start {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(105deg, var(--v49-blue) 0%, #3e5dff 56%, var(--v49-violet) 100%);
    box-shadow: 0 13px 30px rgba(51, 81, 220, .23);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  .v49-hero,
  .v49-intake,
  .v49-mission,
  .v49-section,
  .v49-how,
  .v49-subpage {
    width: calc(100% - 28px);
    margin: 14px;
  }

  .v49-hero {
    position: relative;
    padding: 24px;
    border-radius: 29px;
    color: #fff;
    background:
      radial-gradient(circle at 88% 12%, rgba(116, 86, 246, .34), transparent 29%),
      linear-gradient(145deg, var(--v49-dark), var(--v49-dark-2));
    box-shadow: 0 28px 72px rgba(8, 30, 63, .20);
    overflow: hidden;
  }

  .v49-hero::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: 160px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(146, 169, 255, .22);
    border-radius: 50%;
    pointer-events: none;
  }

  .v49-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-height: 38px;
    margin: 0 0 18px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #1d426d;
    background: rgba(249, 252, 255, .96);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .04em;
  }

  .v49-badge i {
    color: var(--v49-green);
    font-style: normal;
    font-size: 15px;
    line-height: 1;
  }

  .v49-eyebrow,
  .v49-kicker {
    display: block;
    color: #607dff;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .v49-hero .v49-eyebrow {
    color: #dce5ff;
  }

  .v49-hero h1 {
    position: relative;
    z-index: 1;
    margin: 16px 0 16px;
    color: #fff;
    font-size: clamp(40px, 11.7vw, 56px);
    line-height: .99;
    letter-spacing: -.06em;
  }

  .v49-hero h1 em {
    display: block;
    color: #a6b3ff;
    font-style: normal;
  }

  .v49-hero-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #d2e0f0;
    font-size: 15px;
    line-height: 1.6;
  }

  .v49-graphic {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    height: 150px;
    margin: 18px 0 12px;
    overflow: hidden;
  }

  .v49-orbit {
    position: absolute;
    width: 210px;
    height: 92px;
    border: 1px solid rgba(131, 156, 255, .55);
    border-radius: 50%;
    transform: rotate(17deg);
  }

  .v49-orbit-b {
    width: 176px;
    height: 126px;
    border-color: rgba(48, 220, 175, .42);
    transform: rotate(-25deg);
  }

  .v49-ai-core {
    position: relative;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(145deg, var(--v49-blue), var(--v49-violet));
    box-shadow: 0 20px 48px rgba(19, 47, 112, .35);
    font-size: 22px;
    font-weight: 950;
  }

  .v49-ai-core small {
    position: absolute;
    bottom: 12px;
    font-size: 6px;
    letter-spacing: .08em;
  }

  .v49-proof {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .v49-proof article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 3px 9px;
    min-height: 88px;
    padding: 13px;
    border: 1px solid rgba(201, 219, 241, .20);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
  }

  .v49-proof i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #fff;
    background: var(--v49-green);
    font-style: normal;
    font-weight: 900;
  }

  .v49-proof strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
  }

  .v49-proof small {
    color: #c5d5e7;
    font-size: 9px;
    line-height: 1.3;
  }

  .v49-intake,
  .v49-section,
  .v49-how,
  .v49-subpage {
    padding: 22px;
    border: 1px solid var(--v49-line);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22, 52, 96, .08);
  }

  .v49-intake h2,
  .v49-mission h2,
  .v49-section > h2,
  .v49-how > h2,
  .v49-subpage > h1 {
    margin: 10px 0 10px;
    color: var(--v49-ink);
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.04;
    letter-spacing: -.05em;
  }

  .v49-intro,
  .v49-sub-intro {
    margin: 0 0 17px;
    color: var(--v49-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .v49-form {
    display: grid;
    gap: 14px;
  }

  .v49-upload {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    align-items: center;
    min-height: 116px;
    padding: 17px;
    border: 1px dashed #8aa3e2;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fbff, #f2f6ff);
    cursor: pointer;
  }

  .v49-upload-icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--v49-blue), var(--v49-violet));
    font-size: 22px;
    font-weight: 900;
  }

  .v49-upload strong {
    color: var(--v49-ink);
    font-size: 15px;
    line-height: 1.3;
  }

  .v49-upload small {
    color: var(--v49-muted);
    font-size: 10px;
    line-height: 1.45;
  }

  .v49-upload input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .v49-description {
    display: grid;
    gap: 8px;
  }

  .v49-description > span {
    color: var(--v49-ink);
    font-size: 12px;
    font-weight: 900;
  }

  .v49-description textarea {
    width: 100%;
    min-height: 190px;
    padding: 16px;
    border: 1px solid #cbd8e8;
    border-radius: 17px;
    color: var(--v49-ink);
    background: #fff;
    outline: 0;
    resize: vertical;
    font: 16px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  .v49-description textarea:focus {
    border-color: #6e85ff;
    box-shadow: 0 0 0 4px rgba(40, 83, 243, .10);
  }

  .v49-submit,
  .v49-card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 57px;
    padding: 15px 18px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(105deg, var(--v49-dark), var(--v49-blue) 62%, var(--v49-violet));
    box-shadow: 0 14px 30px rgba(39, 78, 216, .20);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .v49-submit b,
  .v49-card-action b {
    flex: 0 0 auto;
    color: #fff;
    font-size: 21px;
  }

  .v49-privacy {
    margin: 13px 0 0;
    color: #708199;
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
  }

  .v49-mission {
    position: relative;
    padding: 24px;
    border-radius: 27px;
    color: #fff;
    background:
      radial-gradient(circle at 90% 14%, rgba(35, 196, 156, .18), transparent 28%),
      linear-gradient(145deg, #08203f, #17436f);
    box-shadow: 0 24px 64px rgba(10, 39, 78, .18);
    overflow: hidden;
  }

  .v49-mission .v49-kicker {
    color: #72e0bf;
  }

  .v49-mission h2 {
    color: #fff;
  }

  .v49-mission > p {
    margin: 0;
    color: #d1dfef;
    font-size: 14px;
    line-height: 1.6;
  }

  .v49-mission-visual {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 19px;
    padding: 15px;
    border: 1px solid rgba(204, 222, 242, .20);
    border-radius: 19px;
    background: rgba(255, 255, 255, .06);
  }

  .v49-mission-visual > span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid #5f88b9;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
  }

  .v49-mission-visual b {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
  }

  .v49-mission-visual small {
    display: block;
    margin-top: 5px;
    color: #b9cde2;
    font-size: 8px;
    line-height: 1.3;
    letter-spacing: .08em;
  }

  .v49-service-grid,
  .v49-step-list,
  .v49-more-grid,
  .v49-sub-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .v49-service-card,
  .v49-step-list article,
  .v49-more-grid article,
  .v49-sub-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--v49-line);
    border-radius: 21px;
    background: linear-gradient(180deg, #fff, #f8fbff);
  }

  .v49-service-card > i,
  .v49-more-grid article > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #3158f5;
    background: #edf2ff;
    font-style: normal;
    font-size: 18px;
    font-weight: 950;
  }

  .v49-service-card h3 {
    margin: 0;
    color: var(--v49-ink);
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.05;
    letter-spacing: -.05em;
  }

  .v49-service-card p,
  .v49-step-list p,
  .v49-more-grid p,
  .v49-sub-card p {
    margin: 0;
    color: var(--v49-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .v49-card-action {
    margin-top: 4px;
    background: linear-gradient(135deg, #0b2446, #184c7c);
  }

  .v49-how {
    background:
      linear-gradient(rgba(41, 83, 243, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(41, 83, 243, .04) 1px, transparent 1px),
      #fff;
    background-size: 26px 26px;
  }

  .v49-step-list article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
  }

  .v49-step-list i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--v49-blue), var(--v49-violet));
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
  }

  .v49-step-list h3,
  .v49-more-grid h3,
  .v49-sub-card h2 {
    margin: 0;
    color: var(--v49-ink);
    font-size: 17px;
    line-height: 1.25;
  }

  .v49-more-grid article {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
  }

  .v49-more-grid article > i {
    grid-row: 1 / 3;
    width: 48px;
    height: 48px;
  }

  .v49-back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--v49-blue);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
  }

  .v49-subpage > h1 {
    font-size: clamp(38px, 10vw, 56px);
  }

  .v49-sub-card {
    position: relative;
  }

  .v49-sub-number {
    align-self: flex-start;
    padding: 7px 9px;
    border-radius: 10px;
    color: var(--v49-blue);
    background: #edf2ff;
    font-size: 10px;
    font-weight: 950;
  }

  @media (max-width: 390px) {
    .v49-brand-copy {
      font-size: 14px;
    }

    .v49-brand-copy small {
      display: none;
    }

    .v49-hero h1 {
      font-size: 39px;
    }

    .v49-proof {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}
