:root { --coral: #FF6F61; --teal: #2A9D8F; --mustard: #E9C46A; --cream: #FFF8F0;
        --ink: #2b2b2b; --muted: #6b6560; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink);
       font-family: -apple-system, "Segoe UI", "Helvetica Neue", sans-serif; line-height: 1.65; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
nav { position: sticky; top: 0; background: rgba(255,248,240,.95); backdrop-filter: blur(6px);
      border-bottom: 1px solid #f0e4d7; z-index: 10; }
nav .wrap { display: flex; gap: 20px; align-items: center; height: 56px; font-size: .9rem; }
nav .brand { font-weight: 700; color: var(--coral); text-decoration: none; margin-right: auto; }
nav a { color: var(--ink); text-decoration: none; }
nav a:hover { color: var(--coral); }
.hero { text-align: center; padding: 88px 24px 72px;
        background: linear-gradient(160deg, var(--cream) 40%, #ffe9e4); }
.hero h1 { font-size: 2.8rem; margin: 0 0 16px; line-height: 1.2; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero p { font-size: 1.2rem; color: var(--muted); max-width: 620px; margin: 0 auto 32px; }
.btn { display: inline-block; background: var(--coral); color: #fff; padding: 14px 32px;
       border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 1.05rem;
       transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,111,97,.35); }
.btn.teal { background: var(--teal); }
.btn.small { padding: 10px 22px; font-size: .92rem; }
section { padding: 72px 0; }
section h2 { font-size: 1.9rem; margin: 0 0 8px; }
section .sub { color: var(--muted); margin: 0 0 40px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
img { max-width: 100%; }
.split img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 12px 32px rgba(43,43,43,.12); object-fit: contain; display: block; }
.tag { display: inline-block; background: var(--mustard); color: var(--ink); font-weight: 700;
       font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
       padding: 4px 12px; border-radius: 6px; margin-bottom: 14px; }
.tag.free { background: var(--teal); color: #fff; }
.price { font-size: 1.6rem; font-weight: 800; color: var(--coral); }
.inside { background: #fff; border: 1px solid #f0e4d7; border-radius: 12px;
          padding: 18px 22px; margin: 20px 0; }
.inside h4 { margin: 0 0 10px; font-size: .85rem; text-transform: uppercase;
             letter-spacing: .05em; color: var(--teal); }
.inside ul { margin: 0; padding-left: 20px; columns: 2; }
.inside li { font-size: .92rem; margin-bottom: 4px; break-inside: avoid; }
.pages { font-size: .85rem; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.card { background: #fff; border: 1px solid #f0e4d7; border-radius: 16px; overflow: hidden;
        display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(43,43,43,.1); }
.card img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: contain; background: #f5f0e6; }
.card .noimg { aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center;
               background: repeating-linear-gradient(45deg, var(--mustard), var(--mustard) 18px,
               #f4d489 18px, #f4d489 36px); font-size: 2.4rem; }
.card .body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card h3 { margin: 0; font-size: 1.08rem; }
.card .hook { font-size: .9rem; color: var(--muted); margin: 0; flex: 1; }
.card .inside { margin: 0; padding: 12px 16px; }
.card .inside ul { columns: 1; }
.card .row { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.band { background: #fff; border-top: 1px solid #f0e4d7; border-bottom: 1px solid #f0e4d7; }
.bundle { background: var(--teal); color: #fff; border-radius: 20px; padding: 48px;
           display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.bundle h2 { color: #fff; }
.bundle ul { margin: 16px 0 24px; padding-left: 20px; }
.bundle li { margin-bottom: 6px; }
.bundle .price { color: var(--mustard); font-size: 2rem; }
.bundle img { width: 100%; height: auto; border-radius: 14px; object-fit: contain; display: block; }
.trust { text-align: center; }
.trust .badge { font-size: 3rem; }
.backlink { display: inline-block; margin-bottom: 28px; color: var(--teal);
            text-decoration: none; font-weight: 600; }
.detail h1 { font-size: 2rem; margin: 0 0 12px; line-height: 1.25; }
ul.sellpoints { margin: 0 0 8px; padding-left: 20px; }
ul.sellpoints li { margin-bottom: 6px; }
.guarantee { background: #eef7f5; border: 1px solid #cfe8e3; color: var(--teal);
             border-radius: 10px; padding: 12px 16px; font-size: .9rem; margin: 16px 0 22px; }
.order-box { background: #fff; border: 1px solid #f0e4d7; border-radius: 14px;
             padding: 22px 26px; margin: 20px 0; }
.order-box .line { display: flex; justify-content: space-between; gap: 16px;
                   padding: 9px 0; border-bottom: 1px dashed #eee; }
.order-box .line.total { font-weight: 800; font-size: 1.15rem; border-bottom: none;
                         color: var(--coral); }
.order-box .muted { color: var(--muted); font-size: .92rem; }
.checkout-form { display: flex; flex-direction: column; gap: 16px; margin: 8px 0 20px; }
.checkout-form input { padding: 12px 16px; border: 1px solid #e0d5c8; border-radius: 10px;
                       font-size: 1rem; width: 100%; margin-top: 6px; }
.checkout-form .btn { border: none; cursor: pointer; }
.demo-note { color: var(--muted); font-size: .85rem; }
.order-no { color: var(--muted); font-size: .85rem; margin-top: 8px; }
.success-badge { font-size: 3.4rem; }
footer { text-align: center; color: var(--muted); font-size: .85rem; padding: 48px 0; }
@media (max-width: 760px) {
  .split, .bundle { grid-template-columns: 1fr; }
  .inside ul { columns: 1; }
  .hero h1 { font-size: 2rem; }
  nav .links { display: none; }
}
