.elementor-5559 .elementor-element.elementor-element-40938dd{transition:all 400ms;}.elementor-5559 .elementor-element.elementor-element-a980855{transition:all 400ms;}.elementor-5559 .elementor-element.elementor-element-6d18f73{transition:all 400ms;}/* Start custom CSS for section, class: .elementor-element-40938dd */:root {
    --c-black: #000000;
    --c-burgundy: #844343;
    --c-burgundy-dark: #6a3636;
    --c-ecru: #e8dcd3;
    --c-ecru-light: #f5ede5;
    --c-white: #ffffff;
    --c-grey: #707070;

    --f-display: 'Fraunces', 'TT Ramillas', Georgia, serif;
    --f-body: 'Poppins', 'TT Interphases', -apple-system, sans-serif;
    --f-hand: 'Caveat', cursive;

    --maxw: 1240px;
    --gut: clamp(20px, 4vw, 60px);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--f-body);
    color: var(--c-black);
    background: var(--c-white);
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  img { max-width: 100%; display: block; }

  /* ============ UTILITY ============ */
  .container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gut);
  }

  .eyebrow {
    font-family: var(--f-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--c-burgundy);
    margin-bottom: 28px;
  }

  .h-display {
    font-family: var(--f-display);
    font-weight: 300;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }

  .tag-italic {
    font-family: var(--f-display);
    font-style: italic;
    font-weight: 300;
    color: var(--c-grey);
  }

  /* ============ BUTTON ============ */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 20px 38px;
    background: var(--c-burgundy);
    color: var(--c-white);
    text-decoration: none;
    font-family: var(--f-body);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  .btn::after {
    content: "→";
    font-family: var(--f-display);
    font-size: 18px;
    letter-spacing: 0;
    transition: transform 0.4s ease;
  }
  .btn:hover { background: var(--c-black); }
  .btn:hover::after { transform: translateX(6px); }

  .btn-outline {
    background: transparent;
    color: var(--c-black);
    border: 1px solid var(--c-black);
  }
  .btn-outline:hover { background: var(--c-black); color: var(--c-white); }

  .btn-light {
    background: var(--c-ecru);
    color: var(--c-burgundy);
  }
  .btn-light:hover { background: var(--c-white); color: var(--c-burgundy); }

  /* ============ HERO ============ */
  .hero {
    padding: 90px 0 100px;
    background: var(--c-white);
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 20%;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(132,67,67,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 70px;
    align-items: center;
  }
  @media (max-width: 920px) {
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  }

  .hero-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 38px;
    font-family: var(--f-body);
    font-size: 11px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--c-grey);
  }
  .hero-meta .dot {
    width: 4px; height: 4px;
    background: var(--c-burgundy);
    border-radius: 50%;
    display: inline-block;
  }

  .hero h1 {
    font-size: clamp(48px, 7.5vw, 104px);
    line-height: 0.92;
    letter-spacing: -0.025em;
    margin-bottom: 36px;
    font-family: var(--f-display);
    font-weight: 300;
  }
  .hero h1 .accent {
    font-style: italic;
    color: var(--c-burgundy);
    font-weight: 400;
  }
  .hero p.lead {
    font-size: 17px;
    line-height: 1.65;
    color: #333;
    margin-bottom: 44px;
    max-width: 480px;
    font-weight: 300;
  }
  .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-bottom: 48px;
  }
  .hero-info {
    display: flex;
    gap: 50px;
    padding-top: 36px;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .hero-info-block { }
  .hero-info-label {
    font-size: 10px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--c-grey);
    margin-bottom: 8px;
  }
  .hero-info-value {
    font-family: var(--f-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--c-black);
  }
  .hero-info-value small {
    font-family: var(--f-body);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--c-grey);
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    font-weight: 300;
  }

  /* Hero photo of mentor */
  .hero-photo {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--c-ecru-light);
  }
  .hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .hero-photo:hover img { transform: scale(1.02); }

  /* Decorative frame accents in corners */
  .hero-photo::before,
  .hero-photo::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid var(--c-burgundy);
    z-index: 2;
    pointer-events: none;
  }
  .hero-photo::before {
    top: 14px; left: 14px;
    border-right: none;
    border-bottom: none;
  }
  .hero-photo::after {
    bottom: 14px; right: 14px;
    border-left: none;
    border-top: none;
  }

  /* Top label: "MENTORKA" */
  .photo-label {
    position: absolute;
    top: 26px;
    left: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 3;
    background: var(--c-white);
    padding: 6px 14px 6px 0;
  }
  .photo-label::before {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--c-burgundy);
  }
  .photo-label span {
    font-size: 10px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--c-burgundy);
    font-weight: 500;
  }

  /* Bottom-left name card */
  .photo-name {
    position: absolute;
    bottom: 26px;
    left: 26px;
    z-index: 3;
    background: var(--c-white);
    padding: 14px 22px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  }
  .photo-name strong {
    font-family: var(--f-display);
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
    letter-spacing: -0.005em;
  }
  .photo-name small {
    font-family: var(--f-body);
    font-size: 9.5px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--c-grey);
    margin-top: 5px;
    display: block;
    font-weight: 300;
  }

  /* Hand-drawn arrow decoration */
  .hand-arrow {
    position: absolute;
    font-family: var(--f-hand);
    color: var(--c-burgundy);
    font-size: 22px;
    transform: rotate(-8deg);
  }

  /* ============ SECTION: PAIN POINTS ============ */
  .pain {
    padding: 120px 0;
    background: var(--c-white);
    position: relative;
  }
  .pain-header {
    text-align: center;
    margin-bottom: 80px;
  }
  .pain-header h2 {
    font-size: clamp(38px, 5.5vw, 72px);
    margin-bottom: 18px;
    font-style: italic;
    color: var(--c-black);
  }
  .pain-header h2 em {
    color: var(--c-burgundy);
    font-style: italic;
  }
  .pain-list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .pain-item {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .pain-item.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .pain-item:last-child { border-bottom: none; }
  .pain-num {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 26px;
    color: var(--c-burgundy);
    min-width: 50px;
    line-height: 1.4;
    font-weight: 400;
  }
  .pain-text {
    font-size: 18px;
    line-height: 1.55;
    color: #222;
    font-weight: 300;
  }
  .pain-text strong {
    font-weight: 500;
    color: var(--c-burgundy);
  }

  /* ============ DLATEGO TRANSITION ============ */
  .dlatego {
    padding: 180px 0;
    background: var(--c-black);
    color: var(--c-white);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dlatego::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 30% 50%, rgba(132,67,67,0.4), transparent 50%),
      radial-gradient(circle at 70% 50%, rgba(132,67,67,0.2), transparent 50%);
  }
  .dlatego-word {
    font-family: var(--f-display);
    font-size: clamp(80px, 16vw, 220px);
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
  }
  .dlatego-word.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .dlatego-word .em {
    font-style: italic;
    color: var(--c-ecru);
  }
  .dlatego-sub {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 18px;
    color: var(--c-ecru);
    opacity: 0.6;
    margin-top: 40px;
    letter-spacing: 0.2em;
  }

  /* ============ SOLUTION ============ */
  .solution {
    padding: 130px 0;
    background: var(--c-ecru-light);
    position: relative;
  }
  .solution-header {
    text-align: center;
    margin-bottom: 80px;
  }
  .solution-header .eyebrow { color: var(--c-burgundy); }
  .solution-header h2 {
    font-size: clamp(36px, 5vw, 60px);
    max-width: 900px;
    margin: 0 auto;
    font-style: italic;
    color: var(--c-black);
  }
  .solution-header h2 em {
    color: var(--c-burgundy);
    font-style: italic;
    font-weight: 400;
  }
  .solution-list {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  @media (max-width: 720px) {
    .solution-list { grid-template-columns: 1fr; }
  }
  .solution-item {
    background: var(--c-white);
    padding: 38px 36px;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    border-left: 2px solid var(--c-burgundy);
  }
  .solution-item.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .check-circle {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: var(--c-burgundy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .check-circle svg {
    width: 18px;
    height: 18px;
    stroke: var(--c-white);
    stroke-width: 2.5;
    fill: none;
  }
  .solution-text {
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 300;
  }

  /* ============ CTA INLINE ============ */
  .cta-inline {
    padding: 100px 0;
    background: var(--c-white);
    text-align: center;
    position: relative;
  }
  .cta-inline-tag {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 24px;
    color: var(--c-burgundy);
    margin-bottom: 30px;
  }
  .cta-inline h3 {
    font-family: var(--f-display);
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
  }
  .cta-inline p {
    font-size: 15px;
    color: var(--c-grey);
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  .limited-badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--c-ecru);
    color: var(--c-burgundy);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 30px;
  }

  /* ============ FEATURED OPINION ============ */
  .featured-op {
    padding: 130px 0;
    background: var(--c-burgundy);
    color: var(--c-white);
    position: relative;
    overflow: hidden;
  }
  .featured-op::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 80% 20%, rgba(232,220,211,0.1), transparent 50%);
    pointer-events: none;
  }
  .featured-op-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .featured-op .eyebrow {
    color: var(--c-ecru);
    opacity: 0.8;
  }
  .featured-op .quote-mark {
    font-family: var(--f-display);
    font-size: 130px;
    line-height: 0.6;
    color: var(--c-ecru);
    opacity: 0.45;
    margin-bottom: 0;
    height: 60px;
  }
  .featured-op-text {
    font-family: var(--f-display);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.4;
    margin-bottom: 50px;
    letter-spacing: -0.005em;
  }
  .op-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .op-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--c-ecru);
    color: var(--c-burgundy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-display);
    font-size: 22px;
    font-style: italic;
  }
  .op-meta { text-align: left; }
  .op-name {
    font-family: var(--f-display);
    font-size: 18px;
    font-weight: 400;
  }
  .op-role {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-top: 4px;
  }
  .placeholder-note {
    margin-top: 36px;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.5;
  }

  /* ============ CO ZYSKUJESZ - PLATFORMA ============ */
  .platform {
    padding: 130px 0;
    background: var(--c-white);
  }
  .platform-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
  }
  @media (max-width: 920px) {
    .platform-grid { grid-template-columns: 1fr; gap: 50px; }
  }
  .platform-head h2 {
    font-family: var(--f-display);
    font-size: clamp(42px, 5.5vw, 76px);
    font-weight: 300;
    line-height: 1.0;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
  }
  .platform-head h2 .your {
    font-style: italic;
    color: var(--c-burgundy);
  }
  .platform-head p {
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    margin-bottom: 30px;
    max-width: 440px;
    font-weight: 300;
  }
  .platform-tagline {
    font-family: var(--f-hand);
    font-size: 28px;
    color: var(--c-burgundy);
    transform: rotate(-2deg);
    display: inline-block;
  }
  .platform-pills {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pill {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 26px;
    background: var(--c-ecru);
    transition: all 0.3s ease;
    cursor: default;
  }
  .pill:hover {
    background: var(--c-ecru-light);
    transform: translateX(6px);
  }
  .pill-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--c-burgundy);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pill-check svg {
    width: 14px;
    height: 14px;
    stroke: var(--c-ecru);
    stroke-width: 3;
    fill: none;
  }
  .pill-text {
    font-size: 14.5px;
    color: var(--c-black);
    font-weight: 400;
  }
  .pill-text strong {
    color: var(--c-burgundy);
    font-weight: 500;
  }

  /* ============ BOX ANIMATION ============ */
  .box-section {
    padding: 140px 0;
    background: var(--c-white);
    position: relative;
    overflow: hidden;
  }
  .box-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  @media (max-width: 920px) {
    .box-grid { grid-template-columns: 1fr; gap: 60px; }
  }
  .box-text h2 {
    font-family: var(--f-display);
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 300;
    line-height: 1.0;
    margin-bottom: 28px;
    letter-spacing: -0.02em;
  }
  .box-text h2 .em {
    color: var(--c-burgundy);
    font-style: italic;
  }
  .box-text p {
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    margin-bottom: 28px;
    font-weight: 300;
    max-width: 460px;
  }
  .box-text .small-note {
    font-family: var(--f-hand);
    font-size: 24px;
    color: var(--c-burgundy);
    transform: rotate(-1deg);
    display: inline-block;
  }

  /* The animated cart */
  .cart-stage {
    position: relative;
    height: 520px;
    background: var(--c-ecru-light);
    overflow: hidden;
  }
  .cart-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.04));
    pointer-events: none;
  }
  .cart-icon {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 160px;
    z-index: 5;
  }
  .cart-icon svg { width: 100%; height: 100%; }

  .box-item {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-display);
    font-style: italic;
    color: var(--c-white);
    font-size: 11px;
    text-align: center;
    padding: 4px;
    line-height: 1.1;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    animation: fallIntoCart 4.5s infinite cubic-bezier(0.4, 0, 0.7, 1);
    opacity: 0;
  }
  .box-item:nth-child(1) { left: 22%; background: var(--c-burgundy); animation-delay: 0s; }
  .box-item:nth-child(2) { left: 40%; background: var(--c-black); animation-delay: 0.6s; }
  .box-item:nth-child(3) { left: 58%; background: var(--c-burgundy-dark); animation-delay: 1.2s; }
  .box-item:nth-child(4) { left: 72%; background: var(--c-burgundy); animation-delay: 1.8s; }
  .box-item:nth-child(5) { left: 30%; background: var(--c-black); animation-delay: 2.4s; }
  .box-item:nth-child(6) { left: 50%; background: var(--c-burgundy-dark); animation-delay: 3.0s; }
  .box-item:nth-child(7) { left: 65%; background: var(--c-burgundy); animation-delay: 3.6s; }

  @keyframes fallIntoCart {
    0% { top: -80px; opacity: 0; transform: rotate(-15deg) scale(1); }
    10% { opacity: 1; }
    70% { top: 320px; opacity: 1; transform: rotate(20deg) scale(0.9); }
    85% { top: 380px; opacity: 0.3; transform: rotate(40deg) scale(0.5); }
    100% { top: 400px; opacity: 0; transform: rotate(40deg) scale(0.3); }
  }

  .box-content-list {
    list-style: none;
    margin-top: 20px;
  }
  .box-content-list li {
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .box-content-list li::before {
    content: "+";
    color: var(--c-burgundy);
    font-family: var(--f-display);
    font-size: 20px;
    font-style: italic;
  }
  .placeholder-tag {
    display: inline-block;
    padding: 4px 12px;
    background: var(--c-burgundy);
    color: var(--c-ecru);
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 10px;
  }

  /* ============ KLAUDIA PHOTO ============ */
  .photo-section {
    background: var(--c-black);
    color: var(--c-white);
    padding: 0;
    overflow: hidden;
  }
  .photo-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 600px;
  }
  @media (max-width: 920px) {
    .photo-grid { grid-template-columns: 1fr; }
  }
  .photo-img {
    background: linear-gradient(135deg, #2a2a2a, #555);
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .photo-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 30% 40%, rgba(232,220,211,0.05), transparent 60%),
      linear-gradient(135deg, transparent 30%, rgba(0,0,0,0.5));
  }
  .photo-placeholder {
    text-align: center;
    color: rgba(255,255,255,0.4);
    position: relative;
    z-index: 2;
    padding: 40px;
  }
  .photo-placeholder svg {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    opacity: 0.5;
  }
  .photo-placeholder .ph-label {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 20px;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.6);
  }
  .photo-placeholder .ph-sub {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }
  .photo-content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 920px) {
    .photo-content { padding: 70px 30px; }
  }
  .photo-content .eyebrow { color: var(--c-ecru); opacity: 0.8; }
  .photo-content h2 {
    font-family: var(--f-display);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -0.015em;
  }
  .photo-content h2 .em {
    font-style: italic;
    color: var(--c-ecru);
  }
  .photo-content p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
  }
  .signature {
    margin-top: 36px;
    font-family: var(--f-hand);
    font-size: 38px;
    color: var(--c-ecru);
    transform: rotate(-3deg);
    display: inline-block;
  }

  /* ============ PACKAGES ============ */
  .packages {
    padding: 140px 0;
    background: var(--c-ecru-light);
  }
  .pack-head {
    text-align: center;
    margin-bottom: 80px;
  }
  .pack-head h2 {
    font-family: var(--f-display);
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 300;
    line-height: 1.0;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
  .pack-head h2 .em {
    color: var(--c-burgundy);
    font-style: italic;
  }
  .pack-head p {
    font-size: 16px;
    color: var(--c-grey);
    max-width: 580px;
    margin: 0 auto;
  }
  .pack-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  @media (max-width: 820px) {
    .pack-grid { grid-template-columns: 1fr; }
  }
  .pack-card {
    background: var(--c-white);
    padding: 50px 44px 44px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease;
  }
  .pack-card:hover { transform: translateY(-4px); }
  .pack-card.vip {
    background: var(--c-black);
    color: var(--c-white);
  }
  .pack-tag {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-50%);
    padding: 8px 20px;
    background: var(--c-burgundy);
    color: var(--c-ecru);
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }
  .pack-name {
    font-family: var(--f-display);
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
  }
  .pack-card.vip .pack-name { color: var(--c-ecru); }
  .pack-spots {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 17px;
    color: var(--c-burgundy);
    margin-bottom: 30px;
  }
  .pack-card.vip .pack-spots { color: var(--c-ecru); opacity: 0.8; }
  .pack-price {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .pack-card.vip .pack-price { border-bottom-color: rgba(255,255,255,0.15); }
  .pack-amount {
    font-family: var(--f-display);
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -0.02em;
  }
  .pack-amount small {
    font-family: var(--f-body);
    font-size: 13px;
    color: var(--c-grey);
    letter-spacing: 0.15em;
    margin-left: 6px;
    font-weight: 300;
  }
  .pack-card.vip .pack-amount small { color: rgba(255,255,255,0.5); }
  .pack-installments {
    font-size: 13px;
    color: var(--c-grey);
    margin-top: 6px;
  }
  .pack-card.vip .pack-installments { color: rgba(255,255,255,0.5); }
  .pack-features {
    list-style: none;
    margin-bottom: 36px;
    flex-grow: 1;
  }
  .pack-features li {
    padding: 11px 0;
    font-size: 14.5px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    line-height: 1.5;
    font-weight: 300;
  }
  .pack-features li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--c-burgundy);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23e8dcd3' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pack-features li.exclusive {
    color: var(--c-burgundy);
    font-weight: 400;
  }
  .pack-card.vip .pack-features li.exclusive {
    color: var(--c-ecru);
    font-weight: 500;
  }
  .pack-card.vip .pack-features li::before {
    background: var(--c-ecru);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23844343' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* ============ MODULES ============ */
  .modules {
    padding: 140px 0;
    background: var(--c-white);
  }
  .modules-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 70px;
  }
  @media (max-width: 720px) {
    .modules-head { grid-template-columns: 1fr; gap: 30px; }
  }
  .modules-head h2 {
    font-family: var(--f-display);
    font-size: clamp(44px, 6vw, 80px);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.02em;
  }
  .modules-head h2 .em {
    color: var(--c-burgundy);
    font-style: italic;
  }
  .modules-head p {
    color: var(--c-grey);
    font-size: 15px;
    line-height: 1.7;
    max-width: 380px;
  }
  .module-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 1100px;
  }
  .module-row {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 28px 36px;
    background: var(--c-ecru);
    transition: all 0.3s ease;
    cursor: default;
  }
  .module-row:hover {
    background: var(--c-burgundy);
    color: var(--c-white);
  }
  .module-row:hover .mod-num { color: var(--c-ecru); }
  .module-row:hover .mod-check { background: var(--c-ecru); }
  .module-row:hover .mod-check svg { stroke: var(--c-burgundy); }
  @media (max-width: 720px) {
    .module-row {
      grid-template-columns: 60px 1fr;
      gap: 18px;
      padding: 24px 26px;
    }
    .module-row .mod-check { display: none; }
  }
  .mod-num {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 38px;
    color: var(--c-burgundy);
    font-weight: 300;
    line-height: 1;
    transition: color 0.3s;
  }
  .mod-name {
    font-family: var(--f-display);
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 1.2;
  }
  .mod-name small {
    display: block;
    font-family: var(--f-body);
    font-size: 12.5px;
    color: var(--c-grey);
    letter-spacing: 0.05em;
    margin-top: 6px;
    font-weight: 300;
  }
  .module-row:hover .mod-name small { color: rgba(255,255,255,0.7); }
  .mod-check {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--c-burgundy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .mod-check svg {
    width: 16px;
    height: 16px;
    stroke: var(--c-ecru);
    stroke-width: 3;
    fill: none;
    transition: stroke 0.3s;
  }

  /* ============ EXAMS / BOX REMINDER ============ */
  .extras {
    padding: 130px 0;
    background: var(--c-ecru-light);
  }
  .extras-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  @media (max-width: 820px) {
    .extras-grid { grid-template-columns: 1fr; }
  }
  .extra-card {
    background: var(--c-white);
    padding: 50px 38px;
    text-align: center;
  }
  .extra-card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    background: var(--c-burgundy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .extra-card .icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--c-ecru);
    fill: none;
    stroke-width: 1.5;
  }
  .extra-card h3 {
    font-family: var(--f-display);
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: -0.005em;
    font-weight: 400;
  }
  .extra-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    font-weight: 300;
  }

  /* ============ TESTIMONIALS GRID ============ */
  .testimonials {
    padding: 130px 0;
    background: var(--c-white);
  }
  .test-head {
    text-align: center;
    margin-bottom: 70px;
  }
  .test-head h2 {
    font-family: var(--f-display);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.02em;
  }
  .test-head h2 .em { color: var(--c-burgundy); font-style: italic; }
  .test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
  }
  @media (max-width: 920px) {
    .test-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 620px) {
    .test-grid { grid-template-columns: 1fr; }
  }
  .test-card {
    padding: 36px 32px;
    background: var(--c-ecru-light);
    position: relative;
    border-top: 2px solid var(--c-burgundy);
  }
  .test-quote {
    font-family: var(--f-display);
    font-style: italic;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 1.5;
    margin-bottom: 28px;
    color: #1a1a1a;
  }
  .test-author {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .test-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--c-burgundy);
    color: var(--c-ecru);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-display);
    font-size: 18px;
    font-style: italic;
  }
  .test-name {
    font-family: var(--f-display);
    font-size: 17px;
    font-weight: 400;
  }
  .test-handle {
    font-size: 12px;
    color: var(--c-grey);
    letter-spacing: 0.1em;
    margin-top: 2px;
  }
  .placeholder-card {
    border: 1px dashed rgba(0,0,0,0.2);
    background: transparent;
    color: var(--c-grey);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border-top-width: 1px;
    border-top-style: dashed;
  }
  .placeholder-card p {
    font-family: var(--f-display);
    font-style: italic;
    margin-bottom: 10px;
  }
  .placeholder-card span {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }

  /* ============ GALLERY ============ */
  .gallery {
    padding: 130px 0;
    background: var(--c-white);
  }
  .gallery-head { text-align: center; margin-bottom: 60px; }
  .gallery-head h2 {
    font-family: var(--f-display);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.02em;
  }
  .gallery-head h2 .em { color: var(--c-burgundy); font-style: italic; }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  @media (max-width: 820px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; }
  }
  .gallery-img {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #f0f0f0, #d0d0d0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-grey);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    position: relative;
    overflow: hidden;
  }
  .gallery-img:nth-child(2) {
    aspect-ratio: 3/4;
    margin-top: 30px;
    background: linear-gradient(135deg, #ddd, #aaa);
  }
  .gallery-img:nth-child(3) {
    background: linear-gradient(135deg, var(--c-burgundy), var(--c-burgundy-dark));
    color: var(--c-ecru);
  }
  .gallery-img:nth-child(4) {
    margin-top: 30px;
    background: linear-gradient(135deg, var(--c-ecru), #c9b8a8);
    color: var(--c-burgundy);
  }
  .gallery-img svg {
    width: 36px;
    height: 36px;
    opacity: 0.5;
    margin-bottom: 12px;
  }

  /* ============ FINAL CTA ============ */
  .final-cta {
    padding: 170px 0;
    background: var(--c-burgundy);
    color: var(--c-white);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(232,220,211,0.12), transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(0,0,0,0.25), transparent 50%);
  }
  .final-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
  }
  .final-cta .eyebrow { color: var(--c-ecru); opacity: 0.85; }
  .final-cta h2 {
    font-family: var(--f-display);
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 300;
    line-height: 0.95;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
  }
  .final-cta h2 .em {
    font-style: italic;
    color: var(--c-ecru);
  }
  .final-cta p {
    font-family: var(--f-display);
    font-style: italic;
    font-size: 20px;
    margin-bottom: 50px;
    opacity: 0.85;
    line-height: 1.4;
  }
  .final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .btn-on-burgundy {
    background: var(--c-ecru);
    color: var(--c-burgundy);
  }
  .btn-on-burgundy:hover {
    background: var(--c-white);
    color: var(--c-burgundy);
  }
  .scarcity {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(232,220,211,0.2);
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--c-ecru);
    opacity: 0.85;
  }
  .scarcity strong { color: var(--c-white); font-weight: 500; }

  /* ============ DEV NOTE BANNER ============ */
  .dev-note {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 200;
    background: var(--c-black);
    color: var(--c-ecru);
    padding: 12px 20px;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    max-width: 320px;
    line-height: 1.5;
    cursor: pointer;
  }
  .dev-note strong { color: var(--c-ecru); }
  .dev-note:hover { background: var(--c-burgundy); }/* End custom CSS */