:root {
  --forest: #30483b;
  --forest-dark: #203229;
  --sage: #667d69;
  --sage-soft: #e8eee8;
  --cream: #f8f5ef;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #1f2722;
  --muted: #68716b;
  --gold: #c49b59;
  --gold-soft: #f1e4ca;
  --rose: #d9b6ad;
  --line: rgba(48,72,59,.14);
  --shadow-sm: 0 12px 30px rgba(33,50,41,.08);
  --shadow-lg: 0 30px 80px rgba(33,50,41,.16);
  --radius: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--forest-dark); color: white; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.announcement { position: relative; z-index: 30; padding: 9px 18px; text-align: center; background: var(--forest-dark); color: rgba(255,255,255,.88); font-size: .86rem; letter-spacing: .01em; }
.announcement strong { color: #fff; }
.topbar { position: sticky; top: 0; z-index: 25; background: rgba(255,253,249,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.topbar-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 700; font-size: 1.25rem; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--forest); color: white; font: 700 .8rem/1 var(--sans); letter-spacing: .05em; }
nav { display: flex; gap: 28px; font-size: .92rem; color: #4e5c53; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--forest); transform: scaleX(0); transition: transform .25s ease; }
nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--forest); color: #fff; font-weight: 700; text-align: center; box-shadow: 0 10px 24px rgba(48,72,59,.2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 14px 30px rgba(48,72,59,.26); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .9rem; }
.button-large { min-height: 60px; padding-inline: 30px; }
.button-full { width: 100%; }
.button-light { background: white; color: var(--forest); }
.button-light:hover { background: var(--cream); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--sage); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 780px; font-size: clamp(3rem, 5.8vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.85rem); letter-spacing: -.035em; }
h3 { font-size: 1.42rem; }
p { margin: 18px 0 0; }
.hero { position: relative; overflow: hidden; min-height: 760px; padding: 92px 0 105px; background: linear-gradient(145deg, #fbf8f2 0%, #f3eee5 55%, #e7eee7 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(rgba(48,72,59,.22) .6px, transparent .6px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-orb-one { width: 420px; height: 420px; right: -140px; top: -120px; background: rgba(217,182,173,.45); }
.hero-orb-two { width: 300px; height: 300px; left: -130px; bottom: -130px; background: rgba(102,125,105,.18); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 690px; color: #566159; font-size: 1.15rem; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.hero-benefits span { padding: 9px 13px; border: 1px solid rgba(48,72,59,.13); border-radius: 999px; background: rgba(255,255,255,.62); color: #46544b; font-size: .84rem; font-weight: 600; }
.hero-benefits span::before { content: "✓"; margin-right: 7px; color: var(--forest); }
.hero-offer { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.hero-offer > div:first-child { min-width: 170px; }
.hero-offer small, .hero-offer em { display: block; color: var(--muted); font-size: .78rem; font-style: normal; }
.hero-offer s { color: #8a918c; }
.hero-offer strong { display: inline-block; margin-left: 7px; color: var(--forest); font-size: 1.45rem; }
.checkout-note { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; }
.book-scene { position: relative; width: min(500px, 96%); perspective: 1400px; transform: rotate(-1.5deg); }

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.86) 0%, rgba(255,255,255,.48) 48%, transparent 72%);
  filter: blur(2px);
}
.book-scene { transition: transform .45s ease; }
.hero-visual:hover .book-scene { transform: rotate(-.5deg) translateY(-6px); }
.book-cover { position: relative; z-index: 2; aspect-ratio: .72; overflow: hidden; border-radius: 8px 18px 18px 8px; transform: rotateY(-12deg); transform-origin: left center; box-shadow: 34px 40px 70px rgba(31,39,34,.28); border-left: 7px solid #24372d; }
.book-cover img { height: 100%; object-fit: cover; }
.book-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), transparent 15%, transparent 75%, rgba(0,0,0,.08)); }
.book-overlay { position: absolute; z-index: 3; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 34px 38px; color: white; background: linear-gradient(to bottom, rgba(24,42,33,.18), rgba(22,38,30,.05) 43%, rgba(20,35,28,.75)); text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.book-overlay span, .book-overlay small { font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.book-overlay strong { margin-top: auto; font: 700 clamp(2.3rem, 5vw, 4rem)/.95 var(--serif); }
.book-pages { position: absolute; z-index: 1; top: 13px; right: -15px; bottom: -10px; width: 35px; border-radius: 0 15px 15px 0; transform: rotateY(-12deg); background: repeating-linear-gradient(90deg, #f5eee2 0 2px, #d5cbbb 2px 3px); box-shadow: 15px 22px 30px rgba(31,39,34,.18); }
.book-shadow { position: absolute; left: 10%; right: -12%; bottom: -35px; height: 70px; border-radius: 50%; background: rgba(31,39,34,.22); filter: blur(25px); }
.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 28px; text-align: center; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--forest); font: 700 1.75rem/1 var(--serif); }
.trust-grid span { margin-top: 7px; color: var(--muted); font-size: .82rem; }
.problem-solution { background: var(--paper); }
.problem-solution .narrow > p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 55px; }
.feature-card { position: relative; min-height: 270px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.feature-number { position: absolute; right: 22px; top: 15px; color: rgba(48,72,59,.08); font: 700 4.8rem/1 var(--serif); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 42px; border-radius: 14px; background: var(--sage-soft); color: var(--forest); font-size: 1.2rem; }
.feature-card p { color: var(--muted); }
.receive { background: var(--cream); }
.receive-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.receive-gallery { position: relative; min-height: 620px; }
.gallery-main { width: 78%; height: 560px; object-fit: cover; border-radius: 140px 140px 28px 28px; box-shadow: var(--shadow-lg); }
.gallery-small { position: absolute; width: 190px; height: 225px; object-fit: cover; border: 8px solid var(--cream); border-radius: 18px; box-shadow: var(--shadow-sm); }
.gallery-small-one { right: 0; top: 55px; }
.gallery-small-two { right: 40px; bottom: 0; }
.receive-copy > p { color: var(--muted); }
.deliverable-list { display: grid; gap: 20px; margin: 32px 0; }
.deliverable-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; }
.deliverable-list > div > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--forest); color: white; font-size: .75rem; }
.deliverable-list p { margin: 0; }
.deliverable-list strong, .deliverable-list small { display: block; }
.deliverable-list small { margin-top: 4px; color: var(--muted); }
.text-cta { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-weight: 700; border-bottom: 1px solid rgba(48,72,59,.35); padding-bottom: 5px; }
.text-cta span { transition: transform .2s ease; }
.text-cta:hover span { transform: translateX(4px); }
.projects { background: white; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading > p { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.project-card { display: grid; grid-template-columns: 44% 56%; min-height: 290px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.project-card:hover, .project-card:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(48,72,59,.3); outline: none; }
.project-image { position: relative; overflow: hidden; }
.project-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-image span { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--forest); font-size: .72rem; font-weight: 700; backdrop-filter: blur(8px); }
.project-content { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.project-content small { margin-bottom: 13px; color: var(--sage); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-content p { color: var(--muted); font-size: .92rem; }
.project-content em { margin-top: auto; padding-top: 20px; color: var(--forest); font-size: .86rem; font-style: normal; font-weight: 700; }
.project-content b { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.project-card:hover .project-content b { transform: translateX(4px); }
.section-cta { display: grid; justify-items: center; gap: 11px; margin-top: 48px; }
.section-cta small { color: var(--muted); }
.audience { background: var(--forest); color: white; }
.audience .eyebrow { color: #e7cf9f; }
.audience-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.audience-copy { position: sticky; top: 130px; }
.audience-copy p { color: rgba(255,255,255,.68); }
.audience-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.audience-card { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.audience-card span { display: block; margin-bottom: 38px; color: #e7cf9f; font-weight: 700; }
.audience-card p { color: rgba(255,255,255,.65); }
.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; }
.process-step { text-align: center; }
.process-step > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 20px; border-radius: 50%; background: var(--forest); color: white; font: 700 1.15rem/1 var(--serif); }
.process-step p { color: var(--muted); font-size: .88rem; }
.process-line { width: 42px; height: 1px; background: var(--line); }
.offer { background: #f1ece3; }
.offer-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 32px; background: white; box-shadow: var(--shadow-lg); }
.offer-image { position: relative; min-height: 690px; }
.offer-image img { height: 100%; object-fit: cover; }
.offer-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(19,31,24,.78), transparent 55%); }
.offer-image-caption { position: absolute; z-index: 2; left: 35px; right: 35px; bottom: 36px; color: white; }
.offer-image-caption span, .offer-image-caption strong { display: block; }
.offer-image-caption span { margin-bottom: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-image-caption strong { max-width: 360px; font: 700 2rem/1.1 var(--serif); }
.offer-content { padding: 62px; }
.offer-list { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.offer-list li { position: relative; padding-left: 30px; color: #4f5b53; }
.offer-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .72rem; font-weight: 800; }
.price-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 30px 0 22px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.price-panel small, .price-panel span { display: block; color: var(--muted); }
.price-panel strong { display: block; color: var(--forest); font: 700 3.2rem/1 var(--serif); }
.discount-badge { padding: 9px 12px; border-radius: 999px; background: var(--gold-soft); color: #77551f; font-size: .78rem; font-weight: 700; }
.secure-line { text-align: center; color: var(--muted); font-size: .78rem; }
.guarantee { background: white; }
.guarantee-card { display: grid; grid-template-columns: 150px 1fr; gap: 45px; align-items: center; max-width: 900px; }
.guarantee-seal { display: grid; place-items: center; align-content: center; width: 138px; height: 138px; border-radius: 50%; border: 2px solid var(--gold); outline: 7px double rgba(196,155,89,.38); color: var(--forest); }
.guarantee-seal strong { font: 700 3.2rem/1 var(--serif); }
.guarantee-seal span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.guarantee-card p { color: var(--muted); }
.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading p { color: var(--muted); }
.faq-heading .text-cta { margin-top: 28px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; background: white; padding: 21px 23px; }
summary { position: relative; padding-right: 35px; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: -3px; color: var(--forest); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin-bottom: 0; font-size: .94rem; }
.final-cta { padding: 80px 0; background: var(--forest); color: white; }
.final-cta .eyebrow { color: #e7cf9f; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-cta h2 { max-width: 760px; }
.final-cta-inner > div:last-child { display: grid; gap: 10px; text-align: center; }
.final-cta-inner small { color: rgba(255,255,255,.65); }
footer { padding: 70px 0 28px; background: var(--forest-dark); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 70px; }
.footer-grid > div { display: grid; align-content: start; gap: 9px; }
.footer-grid .brand, .footer-grid strong { color: white; }
.footer-brand p { max-width: 430px; }
.footer-grid a:not(.brand):hover { color: white; }
.copyright { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.mobile-buy { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 22px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20,29,24,.8); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; width: min(1000px, 100%); max-height: 90vh; overflow: auto; border-radius: 26px; background: white; box-shadow: var(--shadow-lg); }
.modal-media { min-height: 600px; }
.modal-media img { height: 100%; object-fit: cover; }
.modal-content { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.modal-content > p { color: var(--muted); }
.modal-close { position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.6rem; cursor: pointer; box-shadow: var(--shadow-sm); }
.modal-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 22px 0 28px; }
.modal-facts div { padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
.modal-facts small, .modal-facts strong { display: block; }
.modal-facts small { color: var(--muted); font-size: .72rem; }
.modal-facts strong { font-size: .85rem; }
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--line); background: white; }
.legal-content { max-width: 860px; margin: 0 auto; padding: 70px 20px 100px; }
.legal-content h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.legal-content h2 { margin-top: 42px; font-size: 1.7rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--forest); text-decoration: underline; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .receive-grid, .audience-grid, .faq-layout, .offer-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-visual { min-height: 590px; }
  .receive-grid { gap: 60px; }
  .receive-gallery { width: min(650px,100%); margin-inline: auto; }
  .audience-copy, .faq-heading { position: static; }
  .process-grid { grid-template-columns: repeat(4,1fr); gap: 20px; }
  .process-line { display: none; }
  .offer-image { min-height: 500px; }
  .project-card { min-height: 270px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px,1160px); }
  .announcement { font-size: .74rem; }
  .topbar-inner { height: 68px; }
  .topbar .button-small { display: none; }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding: 64px 0 85px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  h2 { font-size: clamp(2.05rem, 9vw, 3rem); }
  .hero-offer { align-items: stretch; flex-direction: column; }
  .hero-offer .button { width: 100%; }
  .hero-visual { min-height: 520px; }
  .book-scene { width: min(365px, 92vw); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid, .audience-cards, .project-grid { grid-template-columns: 1fr; }
  .receive-gallery { min-height: 500px; }
  .gallery-main { width: 82%; height: 440px; }
  .gallery-small { width: 145px; height: 175px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .project-card { grid-template-columns: 1fr; }
  .project-image { height: 270px; }
  .project-content { min-height: 255px; }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 42px; }
  .offer-content { padding: 34px 24px; }
  .offer-image { min-height: 400px; }
  .price-panel { align-items: flex-start; flex-direction: column; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .guarantee-seal { margin-inline: auto; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .copyright { flex-direction: column; }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-media { min-height: 300px; max-height: 380px; }
  .modal-content { padding: 30px 22px; }
  .mobile-buy { position: fixed; z-index: 40; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 66px; padding: 9px 11px 9px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(32,50,41,.96); color: white; box-shadow: 0 14px 35px rgba(20,31,25,.35); backdrop-filter: blur(10px); }
  .mobile-buy span small, .mobile-buy span strong { display: block; }
  .mobile-buy span small { color: rgba(255,255,255,.65); font-size: .65rem; }
  .mobile-buy span strong { font-size: 1.05rem; }
  .mobile-buy b { padding: 11px 14px; border-radius: 12px; background: white; color: var(--forest); font-size: .8rem; }
  footer { padding-bottom: 110px; }
}
@media (max-width: 420px) {
  .brand { font-size: 1.1rem; }
  .book-scene { width: min(320px, 90vw); }
  .hero-visual { min-height: 470px; }
  .modal-facts { grid-template-columns: 1fr; }
}

.v5-benefits h2{text-align:center;margin-bottom:20px}.v5-benefits h3{margin-bottom:8px}