*{box-sizing:border-box; margin:0; padding:0;}
  body{
    background:
      radial-gradient(circle at 8% 12%, rgba(61,90,254,0.10), transparent 40%),
      radial-gradient(circle at 92% 85%, rgba(230,57,70,0.08), transparent 40%),
      #EAF1F8;
    font-family:'Poppins', sans-serif;
    color:#1A1A1A;
    -webkit-font-smoothing:antialiased;
    min-height:100vh;
    display:flex;
    justify-content:center;
    position:relative;
    overflow-x:hidden;
  }
  body::before{
    content:"";
    position:fixed;
    inset:0;
    background-image:
      linear-gradient(rgba(61,90,254,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(61,90,254,0.05) 1px, transparent 1px);
    background-size:36px 36px;
    pointer-events:none;
    z-index:0;
  }
  .side-caption{
    position:fixed;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);
    font-family:'Poppins', sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:0.3em;
    text-transform:uppercase;
    color:rgba(17,17,17,0.18);
    white-space:nowrap;
    z-index:0;
  }
  .side-caption.left{left:-70px;}
  .side-caption.right{right:-70px;}
  @media (max-width:700px){.side-caption{display:none;}}
  .wrap{max-width:520px; width:100%; margin:0 auto; background:#FFFFFF; min-height:100vh; position:relative; z-index:1; box-shadow:0 0 60px rgba(0,0,0,0.06);}
  .content{padding:32px 24px 40px;}

  /* Logo */
  .logo{
    text-align:center;
    padding:28px 24px 4px;
  }
  .logo h1{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:38px;
    letter-spacing:0.01em;
    color:#111;
  }
  .logo .sub{
    font-size:11px;
    letter-spacing:0.18em;
    color:#555;
    margin-top:2px;
    font-weight:600;
  }

  /* Attention badge */
  .badge{
    display:block;
    text-align:center;
    background:#E63946;
    color:#fff;
    font-weight:700;
    font-size:13px;
    letter-spacing:0.03em;
    padding:12px 16px;
    border-radius:8px;
    margin:24px 0 22px;
  }

  /* Headline */
  h2.headline{
    text-align:center;
    font-size:24px;
    line-height:1.4;
    font-weight:500;
    color:#111;
    margin-bottom:18px;
  }
  h2.headline b{font-weight:800;}

  .highlight-bar{
    display:block;
    text-align:center;
    background:#3D5AFE;
    color:#fff;
    font-weight:700;
    font-size:14px;
    padding:10px 14px;
    border-radius:6px;
    margin-bottom:18px;
  }

  .desc{
    text-align:center;
    font-size:13.5px;
    color:#555;
    line-height:1.6;
    margin-bottom:24px;
  }

  /* Photo card */
  .photo-card{
    background:#B9BEC4;
    border-radius:16px;
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
  }
  .photo-card img{
    width:100%;
    display:block;
    aspect-ratio: 16/9;
    object-fit:cover;
  }
  .photo-card .placeholder{
    width:100%;
    aspect-ratio:16/9;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:12px;
    color:#4A4E54;
    font-weight:600;
    padding:20px;
    background:linear-gradient(180deg,#C7CBD1,#A9AFB6);
  }
  .photo-caption{
    background:rgba(0,0,0,0.0);
    padding:18px 20px 22px;
    text-align:center;
  }
  .photo-caption h3{
    font-family:'Playfair Display', serif;
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
  }
  .photo-caption p{
    font-size:13px;
    color:#222;
    line-height:1.6;
  }
  .photo-caption p a, .photo-caption p .link{
    color:#3D5AFE;
    font-weight:700;
  }

  .note{
    text-align:center;
    font-size:13px;
    color:#333;
    line-height:1.6;
    margin:20px 0 22px;
  }

  /* CTA */
  .cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#FFE234;
    color:#111;
    font-weight:800;
    font-size:14.5px;
    letter-spacing:0.01em;
    text-decoration:none;
    padding:16px 20px;
    border-radius:10px;
    box-shadow:0 6px 0 rgba(0,0,0,0.08);
    margin-bottom:14px;
  }

  .slots{
    text-align:center;
    font-size:12.5px;
    font-weight:600;
    color:#111;
    margin-bottom:34px;
  }

  footer{
    text-align:center;
    padding:0 20px 30px;
  }
  footer .links{
    font-size:12px;
    color:#333;
    margin-bottom:12px;
  }
  footer .links a{color:#333; text-decoration:none; font-weight:600;}
  footer .links span{color:#999; margin:0 6px;}
  footer .copyright{
    font-size:11.5px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
  }
  footer .disclaimer{
    font-size:10.5px;
    color:#888;
    line-height:1.6;
  }

  /* ============ DESKTOP: SAME MOBILE LAYOUT, SCALED UP ============ */
  @media (min-width:900px){
    .wrap{
      max-width:680px;
      box-shadow:0 30px 80px rgba(17,17,17,0.10);
    }

    .logo{padding:40px 24px 6px;}
    .logo h1{font-size:48px;}

    .content{padding:40px 40px 56px;}

    .badge{font-size:15px; padding:14px 20px; margin:28px 0 26px;}

    h2.headline{font-size:30px; margin-bottom:22px;}

    .highlight-bar{font-size:16px; padding:12px 18px; margin-bottom:22px;}

    .desc{font-size:15px; margin-bottom:28px;}

    .photo-card{margin-bottom:24px;}
    .photo-card .photo-caption{padding:22px 24px 26px;}
    .photo-card .photo-caption h3{font-size:26px;}
    .photo-card .photo-caption p{font-size:14.5px;}

    .note{font-size:14.5px; margin:24px 0 26px;}

    .cta-btn{font-size:16px; padding:18px 22px;}

    .slots{font-size:13.5px; margin-bottom:40px;}

    footer .links{font-size:13px;}
    footer .disclaimer{font-size:11px;}
  }
