/* raduhill.com — rework septembrie 2026. Self-hosted fonts, no CDN. */
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Karla"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("fonts/karla-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Karla"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("fonts/karla-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0b1016;          /* page ground — cold navy-charcoal, matches the covers */
  --bg-2: #101823;        /* alternate band */
  --card: #151f2c;        /* raised card */
  --card-2: #1a2634;      /* hover / highlighted card */
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f1ece3;        /* headings — warm off-white */
  --text-2: #c7c0b4;      /* body */
  --text-3: #8a8478;      /* meta, struck prices */
  --amber: #f0a63b;       /* the one hot accent: CTA, price */
  --amber-2: #ffc46a;
  --amber-ink: #1c1206;
  --blue: #4fb3ff;        /* cold accent from the cover — tags, small highlights */
  --green: #5fd38a;       /* check marks, guarantee */
  --fb: #1877f2;          /* facebook blue for the review widget */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", "Segoe UI", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; min-width: 0; overflow-x: hidden;
  background: var(--bg); color: var(--text-2);
  font-family: var(--font-body); font-size: 18px; line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text); }
button, input { font: inherit; }
h1, h2, h3 { font-family: var(--font-display); color: var(--text); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; margin: 0; }
h2 { font-size: clamp(30px, 4.6vw, 42px); }
h3 { font-size: 22px; }
p { margin: 0 0 1em; }
.wrap { width: min(100% - 40px, 720px); margin-inline: auto; }
.wrap-wide { width: min(100% - 40px, 1040px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); font-weight: 700; margin: 0 0 14px; }
.section { padding: 72px 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- top bar ---------- */
.topbar { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); background: rgba(11, 16, 22, 0.78); border-bottom: 1px solid var(--line); }
.topbar .wrap-wide { display: flex; align-items: center; justify-content: space-between; height: 58px; }
.brand { font-family: var(--font-display); font-weight: 600; letter-spacing: 0.12em; font-size: 15px; color: var(--text); text-decoration: none; }
.brand small { display: block; font-family: var(--font-body); font-weight: 400; letter-spacing: 0.02em; font-size: 11px; color: var(--text-3); }
.topbar-cta { display: none; }
@media (min-width: 720px) {
  .topbar-cta { display: inline-block; font-size: 15px; padding: 9px 18px; border-radius: 999px; background: var(--amber); color: var(--amber-ink); font-weight: 700; text-decoration: none; }
}

/* ---------- hero ---------- */
.hero { position: relative; padding: 56px 0 40px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto; height: 120%; pointer-events: none;
  background:
    radial-gradient(60% 55% at 22% 30%, rgba(79, 179, 255, 0.16), transparent 70%),
    radial-gradient(50% 50% at 80% 40%, rgba(220, 60, 60, 0.12), transparent 70%);
  filter: blur(10px);
}
.hero-inner { position: relative; display: grid; gap: 34px; align-items: center; }
@media (min-width: 880px) {
  .hero-inner { grid-template-columns: 1.05fr 0.95fr; gap: 48px; }
  .hero { padding: 72px 0 64px; }
}
.hero h1 { font-size: clamp(38px, 6.4vw, 62px); font-weight: 600; margin: 0 0 18px; }
.hero h1 em { font-style: italic; color: var(--amber-2); }
.hero .sub { font-size: 20px; color: var(--text-2); max-width: 34ch; margin-bottom: 26px; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.hero .trust { font-size: 14px; color: var(--text-3); margin: 4px 0 0; }
.price-inline { display: flex; align-items: baseline; gap: 12px; margin: 0 0 8px; }
.price-inline .now { font-family: var(--font-display); font-size: 40px; color: var(--amber); font-weight: 600; line-height: 1; }
.price-inline .was { font-size: 18px; color: var(--text-3); text-decoration: line-through; }
.price-note { font-size: 14px; color: var(--text-3); margin: -2px 0 14px; }
.price-inline .tag { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; background: rgba(240, 166, 59, 0.14); color: var(--amber-2); font-weight: 700; }

/* covers */
.covers { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 0; min-height: 320px; perspective: 1200px; }
.cover { width: min(58%, 250px); border-radius: 6px; box-shadow: 0 30px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06); transform-style: preserve-3d; transition: transform 0.6s var(--ease); animation: float 7s ease-in-out infinite; }
.covers--two .cover-a { transform: rotate(-6deg) translateX(8%); z-index: 1; animation-delay: -1.5s; }
.covers--two .cover-b { transform: rotate(6deg) translateX(-8%); z-index: 2; }
.covers--one .cover { width: min(70%, 300px); }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.covers:hover .cover-a { transform: rotate(-9deg) translateX(4%) translateY(-6px); }
.covers:hover .cover-b { transform: rotate(9deg) translateX(-4%) translateY(-6px); }
.covers .glow { position: absolute; inset: auto 15% -10%; height: 40px; background: radial-gradient(50% 100% at 50% 100%, rgba(79,179,255,0.35), transparent 70%); filter: blur(12px); }
.pages-badge { position: absolute; right: 4%; bottom: -14px; z-index: 3; background: var(--card); border: 1px solid var(--line-strong); border-radius: 12px; padding: 8px 12px; font-size: 13px; color: var(--text); box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.pages-badge b { display: block; font-family: var(--font-display); font-size: 22px; color: var(--amber-2); line-height: 1; }

/* ---------- buttons ---------- */
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 18px;
  background: linear-gradient(180deg, var(--amber-2), var(--amber)); color: var(--amber-ink);
  box-shadow: 0 10px 30px rgba(240, 166, 59, 0.28), inset 0 1px 0 rgba(255,255,255,0.35);
  position: relative; overflow: hidden; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.cta::after { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent); transform: skewX(-20deg); transition: left 0.7s var(--ease); }
.cta:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(240, 166, 59, 0.38), inset 0 1px 0 rgba(255,255,255,0.35); }
.cta:hover::after { left: 130%; }
.cta:active { transform: translateY(0); }
.cta.block { width: 100%; }
.cta.ghost { background: transparent; color: var(--text); border: 1px solid var(--line-strong); box-shadow: none; }
.cta.ghost:hover { border-color: var(--text-3); }
.cta.ghost::after { display: none; }
.cta svg { width: 20px; height: 20px; flex: none; }

/* ---------- trust strip ---------- */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.trust-strip ul { list-style: none; margin: 0 auto; padding: 18px 0; display: grid; gap: 12px 24px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.trust-strip li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-2); }
.trust-strip svg { width: 22px; height: 22px; color: var(--green); flex: none; }

/* ---------- prose ---------- */
.prose p { font-size: 19px; }
.pull { margin: 28px 0 0; padding: 22px 26px; border-left: 3px solid var(--amber); background: var(--card); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-size: 24px; font-style: italic; color: var(--text); line-height: 1.35; }

/* ---------- 7-day timeline ---------- */
.days { list-style: none; margin: 34px 0 0; padding: 0; position: relative; }
.days::before { content: ""; position: absolute; left: 21px; top: 24px; bottom: 24px; width: 2px; background: linear-gradient(var(--amber), rgba(240,166,59,0.1)); }
.day { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 12px 0; }
.day b { width: 44px; height: 44px; border-radius: 50%; background: var(--card); border: 2px solid var(--amber); color: var(--amber-2); display: grid; place-items: center; font-family: var(--font-display); font-size: 18px; position: relative; z-index: 1; transition: transform 0.4s var(--ease), background 0.4s; }
.day.in b { transform: scale(1); }
.day h3 { font-size: 20px; margin: 8px 0 4px; }
.day p { margin: 0; color: var(--text-2); font-size: 17px; }
.day-after { margin: 22px 0 0 60px; padding: 16px 20px; border: 1px dashed var(--line-strong); border-radius: var(--radius); font-size: 16px; color: var(--text-2); }

/* ---------- inside ---------- */
.inside-grid { display: grid; gap: 30px; align-items: center; }
@media (min-width: 820px) { .inside-grid { grid-template-columns: 0.8fr 1.2fr; } }
.inside-cover { width: min(70%, 260px); margin-inline: auto; border-radius: 6px; box-shadow: 0 24px 50px rgba(0,0,0,0.5); transform: rotate(-3deg); }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; font-size: 17px; }
.checklist svg { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 3px; }

/* ---------- author ---------- */
.author { display: grid; gap: 24px; align-items: center; }
@media (min-width: 760px) { .author { grid-template-columns: 220px 1fr; gap: 36px; } }
.author img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; border: 3px solid var(--card-2); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.author .sig { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--amber-2); margin: 10px 0 0; }

/* ---------- reviews (facebook-style) ---------- */
.fb-head { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text-3); margin: 0 0 22px; }
.fb-head .logo { width: 24px; height: 24px; border-radius: 6px; background: var(--fb); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: Arial, sans-serif; font-size: 16px; }
.reviews { display: grid; gap: 14px; }
@media (min-width: 760px) { .reviews { grid-template-columns: 1fr 1fr; } }
.review { background: #fff; color: #050505; border-radius: 12px; padding: 14px 16px 12px; font-family: "Segoe UI", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.45; box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
.review .head { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.review .avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; flex: none; }
.review .name { font-weight: 600; font-size: 15px; color: #050505; }
.review .meta { font-size: 12.5px; color: #65676b; display: flex; gap: 4px; align-items: center; }
.review .meta svg { width: 12px; height: 12px; }
.review .text { margin: 0 0 10px; color: #050505; }
.review .foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ced0d4; padding-top: 8px; font-size: 13px; color: #65676b; font-weight: 600; }
.review .likes { display: flex; align-items: center; gap: 6px; font-weight: 400; }
.review .likes .thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--fb); display: grid; place-items: center; }
.review .likes .thumb svg { width: 11px; height: 11px; fill: #fff; }
.review .foot span + span { margin-left: 14px; }
.review .book-tag { display: inline-block; font-size: 11px; padding: 2px 8px; border-radius: 999px; background: #e7f0ff; color: #1b4ea3; margin-bottom: 8px; font-weight: 600; }

/* ---------- offer ---------- */
.offer-grid { display: grid; gap: 16px; margin-top: 30px; }
@media (min-width: 760px) { .offer-grid { grid-template-columns: repeat(var(--cols, 3), 1fr); align-items: stretch; } }
.plan { position: relative; background: var(--card); border: 1px solid var(--line-strong); border-radius: 20px; padding: 26px 22px 22px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.35s var(--ease), border-color 0.35s; }
.plan:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.28); }
.plan.best { background: linear-gradient(180deg, var(--card-2), var(--card)); border-color: var(--amber); box-shadow: 0 0 0 1px var(--amber), 0 24px 60px rgba(240,166,59,0.12); }
.plan .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--amber); color: var(--amber-ink); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.plan .covers-mini { display: flex; gap: 6px; height: 120px; align-items: flex-end; justify-content: center; margin-bottom: 4px; }
.plan .covers-mini img { height: 110px; width: auto; border-radius: 3px; box-shadow: 0 8px 18px rgba(0,0,0,0.45); }
.plan .covers-mini img + img { margin-left: -14px; transform: rotate(5deg); }
.plan .covers-mini img:first-child:not(:only-child) { transform: rotate(-5deg); }
.plan h3 { font-size: 20px; }
.plan .plan-sub { font-size: 15px; color: var(--text-3); margin: 0; min-height: 1.5em; }
.plan .price { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }
.plan .price .now { font-family: var(--font-display); font-size: 42px; color: var(--text); font-weight: 600; line-height: 1; }
.plan.best .price .now { color: var(--amber-2); }
.plan .price .was { color: var(--text-3); text-decoration: line-through; font-size: 17px; }
.plan .save { font-size: 13px; color: var(--green); font-weight: 700; margin: -4px 0 0; }
.plan ul { list-style: none; margin: 4px 0 8px; padding: 0; display: grid; gap: 6px; font-size: 15px; color: var(--text-2); }
.plan ul li { display: flex; gap: 8px; align-items: flex-start; }
.plan ul svg { width: 16px; height: 16px; color: var(--green); flex: none; margin-top: 4px; }
.plan .cta { margin-top: auto; }
.offer-bullets { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; font-size: 14px; color: var(--text-3); }
.offer-bullets li::before { content: "✓ "; color: var(--green); }

/* ---------- guarantee ---------- */
.guarantee { display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: center; padding: 26px; border: 1px solid var(--line-strong); border-radius: 20px; background: var(--card); }
.guarantee .seal { width: 84px; height: 84px; border-radius: 50%; border: 2px dashed var(--green); display: grid; place-items: center; color: var(--green); font-family: var(--font-display); font-size: 12px; text-align: center; line-height: 1.1; letter-spacing: 0.04em; animation: spin 24s linear infinite; }
.guarantee .seal b { font-size: 26px; display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.guarantee h3 { margin-bottom: 6px; }
.guarantee p { margin: 0; font-size: 16px; }
@media (max-width: 480px) { .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; } }

/* ---------- faq ---------- */
.faq { margin-top: 26px; display: grid; gap: 10px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; transition: border-color 0.3s; }
.faq details[open] { border-color: var(--line-strong); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 700; color: var(--text); font-size: 17px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--amber); flex: none; transition: transform 0.3s var(--ease); font-weight: 400; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 18px; font-size: 16px; color: var(--text-2); }

/* ---------- final ---------- */
.final { text-align: center; padding: 80px 0; }
.final h2 { margin-bottom: 12px; }
.final p { max-width: 46ch; margin-inline: auto; }
.final .cta { margin-top: 12px; }
.safety { font-size: 13.5px; color: var(--text-3); border-top: 1px solid var(--line); padding: 22px 0 0; margin-top: 40px; }
footer { padding: 26px 0 110px; font-size: 13px; color: var(--text-3); text-align: center; }
footer a { color: var(--text-3); }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-bottom: 8px; }

/* ---------- sticky bar ---------- */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(11,16,22,0.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line-strong); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); transform: translateY(110%); transition: transform 0.45s var(--ease); }
.sticky.is-visible { transform: translateY(0); }
.sticky .wrap-wide { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sticky .sp { line-height: 1.2; }
.sticky .sp b { display: block; font-family: var(--font-display); font-size: 20px; color: var(--amber-2); }
.sticky .sp small { font-size: 12px; color: var(--text-3); }
.sticky .cta { padding: 12px 18px; font-size: 15px; }
@media (min-width: 720px) { .sticky { display: none; } }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: calc(var(--d, 0) * 80ms); }
.reveal.in { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .cover, .guarantee .seal { animation: none; }
}

/* ---------- simple pages (multumesc, recupereaza, legal) ---------- */
.simple-page main.simple-card { width: min(100% - 32px, 620px); margin: 60px auto; padding: 34px 28px; background: var(--card); border: 1px solid var(--line-strong); border-radius: 20px; }
.simple-page h1 { font-size: 32px; margin-bottom: 16px; }
.simple-page .brand { display: block; margin-bottom: 16px; }
.simple-copy p, .legal p { font-size: 17px; }
.simple-note { font-size: 15px; color: var(--text-3); }
.medical { font-size: 13px; color: var(--text-3); }
.simple-page .cta { margin: 10px 0; }
.simple-page form { display: grid; gap: 10px; }
.simple-page input[type="email"] { padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--bg); color: var(--text); font-size: 17px; }
