  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'tablet-gothic-wide', 'Archivo', sans-serif;
    font-weight: 400;
    color: #2E1A47;
    background: #F6F3FC;
    -webkit-font-smoothing: antialiased;
  }
  body.menu-open { overflow: hidden; }
  a { color: #6B4FC9; text-decoration: none; }
  a:hover { color: #4E3499; }
  ::selection { background: #D8C7F5; }

  .page { width: 100%; background: #F6F3FC; overflow-x: clip; }
  .container { max-width: 1240px; margin: 0 auto; }
  section { scroll-margin-top: 96px; }

  /* mobile-only content is hidden on desktop */
  .m-only { display: none; }

  /* ---------- Buttons ---------- */
  .btn {
    display: inline-block;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
    text-align: center;
  }
  .btn-accent { background: #BCA5F0; color: #2E1A47; }
  .btn-accent:hover { background: #A98EEC; color: #2E1A47; transform: translateY(-2px); }
  .btn-dark { background: #2E1A47; color: #F6F3FC; }
  .btn-dark:hover { background: #432766; color: #F6F3FC; transform: translateY(-2px); }
  .link-underline {
    font-weight: 700;
    color: #2E1A47;
    border-bottom: 2px solid #2E1A47;
    padding-bottom: 2px;
  }
  .link-underline:hover { color: #2E1A47; }

  /* ---------- Header ---------- */
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(246, 243, 252, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color .25s ease;
  }
  .header.scrolled { border-bottom-color: rgba(214, 203, 232, 0.6); }
  .header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .logo-wrap { display: flex; align-items: center; gap: 10px; }
  .logo {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #2E1A47;
  }
  .logo-tagline {
    font-size: 12px;
    line-height: 14px;
    color: #8A7AA3;
    border-left: 1.5px solid #D6CBE8;
    padding-left: 10px;
  }
  .header-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
  }
  .header-nav a { color: #2E1A47; }
  .header-nav a:hover { color: #6B4FC9; }
  .header-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
  .header-phone { text-align: right; }
  .header-phone-number { font-weight: 700; font-size: 18px; color: #2E1A47; }
  .header-phone-note { font-size: 13px; color: #8A7AA3; text-decoration: underline; }
  .header .btn { font-size: 16px; padding: 14px 24px; }
  .hamburger {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ECE5FA;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #2E1A47;
  }

  /* ---------- Mobile menu overlay ---------- */
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: #2E1A47;
    flex-direction: column;
    padding: 18px 24px 32px;
    overflow-y: auto;
  }
  .mobile-menu-top { display: flex; align-items: center; gap: 12px; }
  .mobile-menu-top .logo { font-size: 24px; color: #F6F3FC; }
  .mobile-menu-top .logo-tagline {
    font-size: 10px;
    line-height: 12px;
    color: #A996C7;
    border-left-color: rgba(255, 255, 255, 0.25);
    padding-left: 8px;
  }
  .mobile-menu-close {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 0;
  }
  .mobile-menu-nav { display: flex; flex-direction: column; margin-top: 40px; }
  .mobile-menu-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  .mobile-menu-nav a span {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #F6F3FC;
  }
  .mobile-menu-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 20px; padding-top: 40px; }
  .mobile-menu-cta {
    background: #BCA5F0;
    color: #2E1A47;
    font-weight: 700;
    font-size: 17px;
    padding: 18px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
  }
  .mobile-menu-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 16px 18px;
  }
  .mobile-menu-phone-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(188, 165, 240, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .mobile-menu-phone-number {
    display: block;
    font-family: 'Archivo Expanded', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #F6F3FC;
  }
  .mobile-menu-phone-number:hover { color: #F6F3FC; }
  .mobile-menu-phone-note { font-size: 13px; color: #A996C7; }

  /* ---------- Hero ---------- */
  .hero-section { padding: 8px 32px 40px; }
  .hero {
    background: linear-gradient(180deg, #E4E6FB 0%, #F3EFFA 100%);
    border-radius: 32px;
    padding: 64px 56px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
    min-height: 520px;
    position: relative;
    overflow: hidden;
  }
  .badge {
    display: inline-block;
    background: #FFFFFF;
    color: #6B4FC9;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 100px;
  }
  .hero .badge { margin-bottom: 24px; }
  .hero h1 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 66px;
    letter-spacing: -1px;
    margin: 0 0 24px;
    color: #2E1A47;
  }
  .hero-lead {
    font-size: 20px;
    line-height: 30px;
    color: #4A3A63;
    max-width: 460px;
    margin: 0 0 36px;
  }
  .hero-ctas { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
  .hero-ctas .btn { font-size: 17px; padding: 16px 30px; }
  .hero-ctas .link-underline { font-size: 17px; }
  .hero-visual {
    position: relative;
    align-self: stretch;
    margin: -64px 0;
  }
  .hero-blob {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128%;
    height: 118%;
    z-index: 0;
    background: linear-gradient(180deg, #C6B9EF 0%, #B7A6E8 100%);
    -webkit-mask: url(hero_shape.svg) no-repeat center bottom / contain;
    mask: url(hero_shape.svg) no-repeat center bottom / contain;
  }
  .hero-portrait {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 96%;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    z-index: 1;
  }
  .hero-name {
    position: absolute;
    left: 1%;
    top: 26%;
    z-index: 2;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 40px;
    line-height: 0.88;
    color: #2E1A47;
    transform: rotate(-5deg);
  }
  .hero-rating {
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 3;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 8px 24px rgba(46, 26, 71, 0.14);
  }
  .hero-rating-score { font-weight: 700; font-size: 20px; color: #2E1A47; }
  .hero-rating-count { font-size: 12px; color: #8A7AA3; }

  /* ---------- Trust strip ---------- */
  .trust-section { max-width: 1000px; margin: 0 auto; padding: 24px 32px 56px; }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
  }
  .trust-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust-icon-a { background: #ECE5FA; }
  .trust-icon-b { background: #E4E6FB; }
  .trust-text { font-size: 15px; line-height: 22px; color: #4A3A63; }

  /* ---------- Section headings ---------- */
  .section-dash {
    width: 56px;
    height: 4px;
    border-radius: 100px;
    background: #BCA5F0;
    margin: 0 auto 22px;
  }
  .section-title {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin: 0 0 12px;
    color: #2E1A47;
  }
  .section-lead {
    text-align: center;
    font-size: 18px;
    color: #6B5B82;
    margin: 0 auto 44px;
  }

  /* ---------- Situace ---------- */
  .situations-section { padding: 32px 32px 56px; }
  .situations-section .section-lead { max-width: 620px; }
  .cards-2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .situation-card {
    border-radius: 24px;
    padding: 32px 34px;
  }
  .bg-lilac { background: #ECE5FA; }
  .bg-periwinkle { background: #E4E6FB; }
  .situation-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(46, 26, 71, 0.06);
  }
  .situation-card h3 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 14px;
    color: #2E1A47;
  }
  .situation-line { font-size: 16px; line-height: 24px; color: #4A3A63; }
  .situation-line + .situation-line { margin-top: 6px; }

  /* ---------- Co je Resly ---------- */
  .about-section { padding: 32px 32px 56px; }
  .about-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #2E1A47;
    border-radius: 32px;
    padding: 64px 56px;
    text-align: center;
  }

  /* ---------- Dekorativní textura tmavých panelů ---------- */
  .cf-texture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-mask: url(cf_texture.svg) no-repeat top left / contain;
    mask: url(cf_texture.svg) no-repeat top left / contain;
  }
  .about-panel .cf-texture {
    width: 300px;
    height: 324px;
    opacity: 0.4;
    transform: translate(-30%, -38%) rotate(-16deg);
    background: linear-gradient(155deg, #3A256E 0%, #553B98 100%);
  }
  .guarantees-panel .cf-texture {
    width: 300px;
    height: 324px;
    opacity: 0.38;
    transform: translate(-40%, -42%) scaleX(-1) rotate(14deg);
    background: linear-gradient(200deg, #3A256E 0%, #5A3EB0 100%);
  }
  .footer-cta-panel .cf-texture {
    width: 260px;
    height: 281px;
    opacity: 0.42;
    transform: translate(-28%, -30%) rotate(-30deg);
    background: linear-gradient(120deg, #33215F 0%, #4E349E 100%);
  }
  .badge-dark {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: #D8C7F5;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
  }
  .about-statement {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #F6F3FC;
    max-width: 900px;
    margin: 0 auto 24px;
  }
  .about-detail {
    font-size: 18px;
    line-height: 28px;
    color: #C9BADE;
    max-width: 720px;
    margin: 0 auto;
  }

  /* ---------- Jak to funguje ---------- */
  .steps-section { padding: 40px 32px 56px; }
  .steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
  }
  .steps-line {
    position: absolute;
    top: 26px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #E1D6F4;
    z-index: 0;
  }
  .step {
    position: relative;
    z-index: 1;
    padding: 0 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step-num-col { display: flex; justify-content: center; }
  .step-connector { display: none; }
  .step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #6B4FC9;
    color: #FFFFFF;
    font-family: 'Archivo Expanded', sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 6px #F6F3FC;
  }
  .step-body { display: contents; }
  .step-meta {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #8A7AA3;
  }
  .step h3 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin: 6px 0 8px;
    color: #2E1A47;
  }
  .step p { font-size: 14px; line-height: 21px; color: #6B5B82; margin: 0; text-wrap: pretty; }

  /* ---------- Proč Resly funguje ---------- */
  .whys-section { padding: 40px 32px 56px; }
  .whys-section .section-title { margin-bottom: 44px; }
  .why-card {
    border-radius: 24px;
    padding: 32px 34px;
  }
  .why-card h3 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 12px;
    color: #2E1A47;
  }
  .why-card p { font-size: 16px; line-height: 24px; color: #4A3A63; margin: 0; }

  /* ---------- Pro koho ---------- */
  .for-whom-section { padding: 40px 32px 56px; }
  .for-whom-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    background: #FFFFFF;
    border: 1.5px solid #EAE2F6;
    border-radius: 32px;
    padding: 56px;
  }
  .for-whom-panel h2 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 20px;
    color: #2E1A47;
  }
  .for-whom-intro p { font-size: 18px; line-height: 27px; color: #6B5B82; margin: 0; }
  .for-whom-list { display: flex; flex-direction: column; gap: 12px; }
  .for-whom-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #F6F3FC;
    border-radius: 14px;
    padding: 16px 20px;
  }
  .for-whom-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BCA5F0;
    margin-top: 8px;
    flex-shrink: 0;
  }
  .for-whom-item span { font-size: 16px; line-height: 24px; color: #2E1A47; }

  /* ---------- Co očekávat ---------- */
  .expect-section { padding: 40px 32px 56px; }
  .expect-card { border-radius: 24px; padding: 40px 40px; }
  .expect-card h3 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 12px;
    color: #2E1A47;
  }
  .expect-card-outputs p { font-size: 16px; line-height: 24px; color: #4A3A63; margin: 0 0 20px; }
  .expect-outputs { display: flex; flex-direction: column; gap: 10px; }
  .expect-output {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    color: #2E1A47;
  }
  .expect-card-followup { display: flex; flex-direction: column; justify-content: center; }
  .expect-card-followup p { font-size: 17px; line-height: 26px; color: #4A3A63; margin: 0 0 24px; }
  .expect-card-followup .link-underline { align-self: flex-start; font-size: 16px; }

  /* ---------- Cena ---------- */
  .pricing-section { padding: 40px 32px 56px; }
  .pricing-table {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 26px 0;
  }
  .pricing-highlight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 31%;
    background: #E9E0FA;
    border-radius: 28px;
    z-index: 0;
  }
  .pricing-inner { position: relative; z-index: 1; }
  .pricing-head-row,
  .pricing-row,
  .pricing-cta-row {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1.1fr;
  }
  .pricing-head-row { align-items: end; }
  .pricing-head-label {
    padding: 0 26px 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8A7AA3;
  }
  .pricing-head-one { padding: 8px 16px 22px; text-align: center; }
  .pricing-head-month { padding: 28px 16px 22px; text-align: center; }
  .pricing-badge {
    display: inline-block;
    background: #6B4FC9;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
  }
  .pricing-plan-label {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6B4FC9;
  }
  .pricing-head-one .pricing-plan-label { font-weight: 600; }
  .pricing-head-month .pricing-plan-label { font-weight: 700; }
  .pricing-price { margin-top: 8px; }
  .pricing-price span {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #2E1A47;
  }
  .pricing-head-month .pricing-price span { font-size: 34px; }
  .pricing-per { font-size: 13px; margin-top: 4px; }
  .pricing-head-one .pricing-per { color: #8A7AA3; }
  .pricing-head-month .pricing-per { color: #6B4FC9; }
  .pricing-row { align-items: stretch; }
  .pricing-row-key {
    border-bottom: 1px solid rgba(107, 79, 201, 0.12);
    border-radius: 14px 0 0 14px;
    padding: 15px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #2E1A47;
    display: flex;
    align-items: center;
  }
  .pricing-row-one {
    border-bottom: 1px solid rgba(107, 79, 201, 0.12);
    border-radius: 0 14px 14px 0;
    margin-right: 22px;
    padding: 15px 16px;
    font-size: 15px;
    line-height: 21px;
    color: #6B5B82;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-row-month {
    border-bottom: 1px solid rgba(107, 79, 201, 0.14);
    padding: 15px 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #2E1A47;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-row.alt .pricing-row-key,
  .pricing-row.alt .pricing-row-one { background: #F3EEFB; }
  .pricing-cta-row { align-items: center; margin-top: 14px; }
  .pricing-cta-row > div { padding: 0 12px; }
  .pricing-btn {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 13px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
  }
  .pricing-btn-outline {
    background: #FFFFFF;
    border: 1.5px solid #D9CBF3;
    color: #2E1A47;
    transition: transform .18s ease, border-color .18s ease;
  }
  .pricing-btn-outline:hover { border-color: #6B4FC9; color: #2E1A47; transform: translateY(-2px); }
  .pricing-btn-solid {
    background: #6B4FC9;
    color: #FFFFFF;
    transition: transform .18s ease, background .18s ease;
  }
  .pricing-btn-solid:hover { background: #5A3EB8; color: #FFFFFF; transform: translateY(-2px); }
  .pricing-cards { display: none; }

  /* ---------- Garance ---------- */
  .guarantees-section { padding: 40px 32px 56px; }
  .guarantees-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #2E1A47;
    border-radius: 32px;
    padding: 56px;
  }
  .guarantees-panel h2 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 40px;
    color: #F6F3FC;
  }
  .guarantees-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .guarantee-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px 26px;
  }
  .guarantee-card h3 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px;
    color: #D8C7F5;
  }
  .guarantee-card p { font-size: 15px; line-height: 23px; color: #C9BADE; margin: 0; }

  /* ---------- FAQ ---------- */
  .faq-section { max-width: 900px; margin: 0 auto; padding: 40px 32px 56px; }
  .faq-section .section-title { margin-bottom: 44px; }
  .faq-list { display: flex; flex-direction: column; gap: 12px; }
  .faq-item {
    background: #FFFFFF;
    border: 1.5px solid #EAE2F6;
    border-radius: 16px;
    overflow: hidden;
  }
  .faq-question {
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 16px;
  }
  .faq-question span:first-child {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2E1A47;
  }
  .faq-sign { font-size: 24px; color: #BCA5F0; flex-shrink: 0; }
  .faq-answer {
    padding: 0 26px 24px;
    font-size: 16px;
    line-height: 25px;
    color: #4A3A63;
  }
  .faq-item:not(.open) .faq-answer { display: none; }

  /* ---------- Kdo za Resly stojí ---------- */
  .founder-section { padding: 40px 32px 56px; }
  .founder-panel {
    background: linear-gradient(180deg, #E4E6FB 0%, #F3EFFA 100%);
    border-radius: 32px;
    padding: 56px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
    align-items: end;
    overflow: hidden;
  }
  .founder-photo {
    position: relative;
    align-self: end;
    margin-bottom: -56px;
    height: 100%;
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .founder-blob {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, #C6B9EF 0%, #B7A6E8 100%);
    -webkit-mask: url(hero_shape.svg) no-repeat center bottom / contain;
    mask: url(hero_shape.svg) no-repeat center bottom / contain;
  }
  .founder-img {
    position: relative;
    z-index: 1;
    display: block;
    max-height: 480px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .founder-text { align-self: center; }
  .founder-panel .badge { margin-bottom: 20px; }
  .founder-panel h2 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px;
    color: #2E1A47;
  }
  .founder-panel p { font-size: 17px; line-height: 27px; color: #4A3A63; margin: 0 0 16px; }
  .founder-panel p:last-child { margin-bottom: 0; }

  /* ---------- Footer CTA ---------- */
  .footer-cta-section { padding: 20px 32px 40px; }
  .footer-cta-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #2E1A47;
    border-radius: 32px;
    padding: 64px 56px;
    text-align: center;
  }
  .footer-cta-panel h2 {
    font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 16px;
    color: #F6F3FC;
  }
  .footer-cta-panel p {
    font-size: 19px;
    line-height: 28px;
    color: #C9BADE;
    max-width: 560px;
    margin: 0 auto 36px;
  }
  .footer-cta-actions {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-cta-actions .btn { font-size: 17px; padding: 16px 32px; }
  .footer-cta-actions .link-underline {
    color: #F6F3FC;
    font-size: 17px;
    border-bottom-color: #F6F3FC;
  }
  .footer-cta-actions .link-underline:hover { color: #F6F3FC; }

  /* ---------- Footer ---------- */
  .footer {
    padding: 24px 32px 56px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  .footer-logo {
    font-family: 'Archivo Expanded', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #2E1A47;
  }
  .footer-nav { display: flex; gap: 24px; font-weight: 600; font-size: 15px; }
  .footer-nav a { color: #4A3A63; }
  .footer-nav a:hover { color: #6B4FC9; }
  .footer-meta { margin-left: auto; font-size: 14px; color: #8A7AA3; }
  /* v jednom řádku s navigací a copyrightem, hned za ním */
  .made-by { white-space: nowrap; }

  /* ================= MOBILE ================= */
  @media (max-width: 767px) {
    .d-only { display: none !important; }
    .m-only { display: inline; }
    .mobile-menu { display: none; }
    section { scroll-margin-top: 84px; }

    /* Header */
    .header {
      background: rgba(246, 243, 252, 0.92);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: none;
    }
    .header-inner { padding: 18px 20px; gap: 12px; }
    .logo-wrap { gap: 8px; }
    .logo { font-size: 24px; }
    .logo-tagline { font-size: 10px; line-height: 12px; padding-left: 8px; }
    .hamburger { display: flex; }
    .mobile-menu.open { display: flex; }

    /* Hero */
    .hero-section { padding: 8px 16px 24px; }
    .hero {
      background: linear-gradient(180deg, #E4E6FB 0%, #F3EFFA 100%);
      border-radius: 28px;
      padding: 32px 24px;
      display: block;
      min-height: 0;
    }
    .hero .badge { font-size: 12px; padding: 6px 14px; margin-bottom: 18px; }
    .hero h1 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.5px;
      margin-bottom: 16px;
    }
    .hero-lead { font-size: 17px; line-height: 26px; max-width: none; margin-bottom: 24px; }
    .hero-ctas { display: block; }
    .hero-ctas .btn-dark {
      display: block;
      font-size: 16px;
      padding: 16px;
      margin-bottom: 12px;
    }
    .hero-ctas .link-underline {
      display: block;
      font-size: 16px;
      text-align: center;
      border-bottom: none;
      padding-bottom: 0;
    }
    .hero-visual {
      margin: 24px -24px -32px;
      height: 320px;
    }
    .hero-blob {
      width: 132%;
      height: 86%;
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
    }
    .hero-portrait { height: 100%; }
    .hero-name { left: 8%; top: 16%; font-size: 30px; }
    .hero-rating {
      top: 8px;
      right: 14px;
      border-radius: 14px;
      padding: 10px 14px;
      box-shadow: 0 8px 24px rgba(46, 26, 71, 0.12);
    }
    .hero-rating-score { font-size: 16px; }
    .hero-rating-count { font-size: 11px; }

    /* Trust strip */
    .trust-section { max-width: none; padding: 4px 16px 28px; }
    .trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
    .trust-grid > div {
      background: #FFFFFF;
      border-radius: 18px;
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .trust-icon { width: 44px; height: 44px; border-radius: 12px; margin: 0; }
    .trust-icon svg { width: 24px; height: 24px; }
    .trust-text { font-size: 14px; line-height: 20px; }

    /* Section headings */
    .section-dash { width: 48px; margin-bottom: 16px; }
    .section-title { font-size: 28px; line-height: 32px; margin-bottom: 10px; }
    .section-lead { font-size: 15px; line-height: 22px; margin-bottom: 24px; }

    /* Situace */
    .situations-section { padding: 12px 16px 28px; }
    .cards-2col { display: flex; flex-direction: column; gap: 14px; }
    .situation-card { border-radius: 22px; padding: 24px; }
    .situation-icon { width: 52px; height: 52px; border-radius: 14px; margin-bottom: 16px; }
    .situation-icon svg { width: 30px; height: 30px; }
    .situation-card h3 { font-size: 20px; margin-bottom: 10px; }
    .situation-line { font-size: 15px; line-height: 22px; }

    /* Co je Resly */
    .about-section { padding: 12px 16px 28px; }
    .about-panel { border-radius: 28px; padding: 36px 26px; }
    .about-panel .cf-texture { width: 200px; height: 216px; }
    .badge-dark { font-size: 12px; padding: 6px 14px; margin-bottom: 18px; }
    .about-statement { font-size: 22px; line-height: 31px; margin-bottom: 16px; }
    .about-detail { font-size: 15px; line-height: 24px; }

    /* Jak to funguje */
    .steps-section { padding: 12px 16px 28px; }
    .steps { display: flex; flex-direction: column; gap: 0; padding-left: 8px; }
    .steps-line { display: none; }
    .step {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 16px;
      padding: 0 0 26px;
      text-align: left;
    }
    .step-num-col { position: relative; }
    .step-connector {
      display: block;
      position: absolute;
      top: 44px;
      bottom: -26px;
      width: 2px;
      background: #E1D6F4;
    }
    .step:last-child .step-connector { display: none; }
    .step-number { width: 44px; height: 44px; font-size: 19px; box-shadow: none; position: relative; z-index: 1; }
    .step-body { display: block; padding-top: 2px; }
    .step-meta { margin-top: 0; font-size: 11px; }
    .step h3 { font-size: 17px; line-height: 22px; margin: 3px 0 6px; }
    .step p { font-size: 14px; line-height: 21px; }

    /* Proč Resly funguje */
    .whys-section { padding: 12px 16px 28px; }
    .whys-section .section-title { margin-bottom: 24px; }
    .why-card { border-radius: 22px; padding: 24px; }
    .why-card h3 { font-size: 19px; margin-bottom: 10px; }
    .why-card p { font-size: 15px; line-height: 22px; }

    /* Pro koho */
    .for-whom-section { padding: 12px 16px 28px; }
    .for-whom-panel { display: block; border-radius: 28px; padding: 32px 24px; }
    .for-whom-panel h2 { font-size: 26px; line-height: 30px; margin-bottom: 12px; }
    .for-whom-intro p { font-size: 15px; line-height: 23px; margin-bottom: 20px; }
    .for-whom-list { gap: 10px; }
    .for-whom-item { gap: 12px; border-radius: 12px; padding: 14px 16px; }
    .for-whom-dot { width: 7px; height: 7px; margin-top: 7px; }
    .for-whom-item span { font-size: 15px; line-height: 22px; }

    /* Co očekávat */
    .expect-section { padding: 12px 16px 28px; }
    .expect-card { border-radius: 22px; padding: 28px 24px; }
    .expect-card h3 { font-size: 22px; margin-bottom: 10px; }
    .expect-card-outputs p { font-size: 15px; line-height: 22px; margin-bottom: 16px; }
    .expect-outputs { gap: 8px; }
    .expect-output { padding: 14px 16px; font-size: 15px; }
    .expect-card-followup p { font-size: 15px; line-height: 23px; margin-bottom: 18px; }
    .expect-card-followup .link-underline { font-size: 15px; }

    /* Cena */
    .pricing-section { padding: 12px 16px 28px; }
    .pricing-table { display: none; }
    .pricing-cards { display: flex; flex-direction: column; gap: 16px; }
    .m-plan { border-radius: 24px; overflow: hidden; }
    .m-plan-month {
      background: #E9E0FA;
      box-shadow: 0 20px 45px rgba(46, 26, 71, 0.14);
    }
    .m-plan-one { background: #FFFFFF; border: 1.5px solid #EAE2F6; }
    .m-plan-head { text-align: center; }
    .m-plan-month .m-plan-head { padding: 24px 22px 18px; }
    .m-plan-one .m-plan-head { padding: 22px 22px 16px; border-bottom: 1px solid #F0EAF9; }
    .m-plan-label {
      font-size: 12px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    .m-plan-month .m-plan-label { font-weight: 700; color: #6B4FC9; }
    .m-plan-one .m-plan-label { font-weight: 600; color: #8A7AA3; }
    .m-plan-price { margin-top: 6px; }
    .m-plan-amount {
      font-family: 'Archivo Expanded', 'tablet-gothic-wide', sans-serif;
      font-weight: 700;
      line-height: 1;
      color: #2E1A47;
    }
    .m-plan-month .m-plan-amount { font-size: 38px; }
    .m-plan-one .m-plan-amount { font-size: 32px; }
    .m-plan-month .m-plan-per { font-size: 15px; color: #6B4FC9; }
    .m-plan-one .m-plan-per { font-size: 14px; color: #8A7AA3; }
    .m-plan-month .m-plan-body { padding: 0 22px 22px; }
    .m-plan-one .m-plan-body { padding: 4px 22px 22px; }
    .m-plan-row {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 14px;
      padding: 12px 0;
    }
    .m-plan-month .m-plan-row { border-bottom: 1px solid rgba(107, 79, 201, 0.14); }
    .m-plan-one .m-plan-row { border-bottom: 1px solid #F0EAF9; }
    .m-plan-row span:first-child { font-size: 14px; color: #6B5B82; flex-shrink: 0; }
    .m-plan-row span:last-child { font-size: 14px; line-height: 20px; color: #2E1A47; text-align: right; }
    .m-plan-month .m-plan-row span:last-child { font-weight: 700; }
    .m-plan-one .m-plan-row span:last-child { font-weight: 600; }
    .m-plan-cta {
      display: block;
      margin-top: 18px;
      font-weight: 700;
      font-size: 15px;
      border-radius: 14px;
      text-align: center;
      cursor: pointer;
    }
    .m-plan-month .m-plan-cta { background: #6B4FC9; color: #FFFFFF; padding: 16px; }
    .m-plan-one .m-plan-cta { background: #FFFFFF; border: 1.5px solid #D9CBF3; color: #2E1A47; padding: 15px; }

    /* Garance */
    .guarantees-section { padding: 12px 16px 28px; }
    .guarantees-panel { border-radius: 28px; padding: 32px 24px; }
    .guarantees-panel .cf-texture { width: 190px; height: 205px; }
    .guarantees-panel h2 { font-size: 26px; line-height: 30px; margin-bottom: 24px; }
    .guarantees-grid { display: flex; flex-direction: column; gap: 10px; }
    .guarantee-card { border-radius: 14px; padding: 20px; }
    .guarantee-card h3 { font-size: 17px; margin-bottom: 6px; }
    .guarantee-card p { font-size: 14px; line-height: 21px; }

    /* FAQ */
    .faq-section { padding: 12px 16px 28px; }
    .faq-section .section-title { margin-bottom: 24px; }
    .faq-list { gap: 10px; }
    .faq-item { border-radius: 14px; }
    .faq-question { padding: 18px 20px; gap: 12px; }
    .faq-question span:first-child { font-size: 15px; line-height: 21px; }
    .faq-sign { font-size: 22px; }
    .faq-answer { padding: 0 20px 20px; font-size: 15px; line-height: 23px; }

    /* Kdo za Resly stojí */
    .founder-section { padding: 12px 16px 28px; }
    .founder-panel {
      background: linear-gradient(180deg, #E4E6FB 0%, #F3EFFA 100%);
      display: flex;
      flex-direction: column;
      border-radius: 28px;
      padding: 28px 24px 0;
    }
    .founder-text { order: 1; align-self: auto; }
    .founder-photo {
      order: 2;
      margin: 0 -24px;
      height: 440px;
      min-height: 0;
    }
    .founder-blob { width: 100%; height: 100%; }
    .founder-img { max-height: 440px; }
    .founder-panel .badge { font-size: 12px; padding: 6px 14px; margin-bottom: 14px; }
    .founder-panel h2 { font-size: 28px; line-height: 32px; margin-bottom: 14px; }
    .founder-panel p { font-size: 15px; line-height: 23px; margin-bottom: 12px; }
    .founder-text p:last-child { margin-bottom: 20px; }

    /* Footer CTA */
    .footer-cta-section { padding: 12px 16px 20px; }
    .footer-cta-panel { border-radius: 28px; padding: 36px 24px; }
    .footer-cta-panel .cf-texture { width: 170px; height: 184px; }
    .footer-cta-panel h2 { font-size: 28px; line-height: 34px; margin-bottom: 12px; }
    .footer-cta-panel p { font-size: 15px; line-height: 23px; margin-bottom: 24px; }
    .footer-cta-actions { display: block; }
    .footer-cta-actions .btn {
      display: block;
      font-size: 16px;
      padding: 16px;
      margin-bottom: 14px;
    }
    .footer-cta-actions .link-underline {
      display: block;
      font-size: 15px;
      border-bottom: none;
      padding-bottom: 0;
    }

    /* Footer */
    .footer {
      padding: 16px 20px 28px;
      display: block;
      text-align: center;
    }
    .footer-logo { font-size: 20px; margin-bottom: 10px; }
    .footer-meta { margin-left: 0; font-size: 13px; }
    .made-by { display: block; text-align: center; margin-top: 12px; }
  }
