
:root {
    --bg: #fffaf2;
    --surface: #ffffff;
    --surface-soft: #f6f8fb;
    --ink: #182033;
    --muted: #5e6b80;
    --line: #dfe8f1;
    --primary: #0b857b;
    --primary-dark: #05665e;
    --accent: #eaf7ef;
    --shadow: 0 22px 60px rgba(23, 32, 51, .10);
    --radius-lg: 34px;
    --radius-md: 22px;
    --radius-sm: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; border-radius: 15px; display: inline-flex; align-items:center; justify-content:center; background: var(--primary); color: #fff; font-weight: 900; letter-spacing: -.05em; box-shadow: 0 12px 30px rgba(11,133,123,.28); }
.brand-mark.small { width: 36px; height: 36px; border-radius: 12px; }
.brand-text { font-size: 21px; font-weight: 900; letter-spacing: -.04em; }
.main-nav { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.main-nav a { padding: 10px 13px; border-radius: 999px; color: #273449; font-weight: 750; font-size: 15px; }
.main-nav a:hover { background: #eef6f4; color: var(--primary-dark); }
.hero { padding: 92px 0 74px; background: radial-gradient(circle at 12% 8%, #e8fff2 0, rgba(232,255,242,0) 32%), radial-gradient(circle at 85% 15%, #edf1ff 0, rgba(237,241,255,0) 34%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; background: #d7ffea; color: #036954; font-weight: 900; padding: 8px 16px; font-size: 14px; letter-spacing: .02em; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: -.055em; }
h1 { font-size: clamp(44px, 6vw, 72px); max-width: 830px; }
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 22px; }
p { color: var(--muted); margin: 0; }
.hero-copy p { margin-top: 22px; max-width: 690px; font-size: 20px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.btn, .search-box button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 15px; background: var(--primary); color: #fff; padding: 15px 22px; font-weight: 900; font-size: 16px; box-shadow: 0 14px 30px rgba(11,133,123,.24); cursor: pointer; }
.btn:hover, .search-box button:hover { background: var(--primary-dark); }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.btn-light:hover { background: #f2f7f6; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--primary-dark); border: 1px solid rgba(11,133,123,.25); box-shadow: none; }
.btn-small { padding: 10px 14px; border-radius: 12px; font-size: 14px; }
.search-box { margin-top: 24px; display: flex; gap: 10px; max-width: 610px; }
.search-box input { flex: 1; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; font: inherit; font-size: 16px; background: #fff; outline: none; }
.search-box input:focus { border-color: rgba(11,133,123,.55); box-shadow: 0 0 0 4px rgba(11,133,123,.12); }
.search-box.large { max-width: 760px; }
.hero-art { position: relative; display: grid; place-items: center; }
.paper-card { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 18px; box-shadow: var(--shadow); }
.paper-card img { border-radius: 20px; border: 1px solid var(--line); background: white; object-fit: cover; }
.paper-card.tilted { transform: rotate(1.8deg); max-width: 470px; }
.floating-badge { position: absolute; right: 0; bottom: 8%; background: var(--ink); color: #fff; border-radius: 999px; padding: 13px 18px; font-weight: 900; box-shadow: var(--shadow); }
.section { padding: 78px 0; }
.soft-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { margin-bottom: 30px; max-width: 770px; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { margin-top: 14px; font-size: 18px; }
.rowed { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.text-link { color: var(--primary-dark); font-weight: 900; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 24px; min-height: 255px; display: flex; flex-direction: column; box-shadow: 0 12px 32px rgba(23,32,51,.06); transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-icon { width: 54px; height: 54px; border-radius: 18px; display:inline-flex; align-items:center; justify-content:center; background: var(--accent); font-weight: 950; color: var(--primary-dark); margin-bottom: 18px; }
.category-card h3 { margin-bottom: 10px; }
.category-card p { font-size: 15px; flex: 1; }
.category-card strong { margin-top: 18px; color: var(--primary-dark); }
.printable-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.printable-card { background: #fff; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: 0 14px 38px rgba(23,32,51,.07); transition: transform .18s ease, box-shadow .18s ease; }
.printable-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.printable-card__image { display: block; background: linear-gradient(180deg, #f8fbfd, #fff); padding: 16px; }
.printable-card__image img { aspect-ratio: 5 / 7; object-fit: cover; border-radius: 20px; border: 1px solid var(--line); background: #fff; }
.printable-card__body { padding: 20px; }
.card-meta { display:flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; color: #728095; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.printable-card h3 { margin-bottom: 10px; }
.printable-card h3 a:hover { color: var(--primary-dark); }
.printable-card p { font-size: 14px; min-height: 66px; }
.card-actions { display:flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.content-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: 0 14px 40px rgba(23,32,51,.06); }
.content-panel h2 { font-size: 34px; margin-bottom: 22px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-grid div { background: var(--surface-soft); border-radius: 22px; padding: 22px; }
.benefit-grid strong { display:block; margin-bottom: 8px; font-size: 18px; }
.page-hero { padding: 70px 0; background: linear-gradient(135deg, var(--accent), #fffaf2); border-bottom: 1px solid var(--line); }
.page-hero.compact h1 { margin: 12px 0 16px; }
.page-hero.compact p { max-width: 850px; font-size: 19px; }
.breadcrumbs { display:flex; gap: 8px; align-items:center; flex-wrap: wrap; margin-bottom: 18px; color: #64748b; font-weight: 700; }
.breadcrumbs a { color: var(--primary-dark); }
.ad-note { border: 1px dashed #c6d5e1; color: #7a8798; background: #fff; border-radius: 18px; padding: 18px; text-align: center; margin-bottom: 28px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.printable-detail { padding: 66px 0; }
.detail-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 58px; align-items: start; }
.detail-copy .eyebrow { margin-bottom: 18px; }
.detail-copy h1 { font-size: clamp(42px, 5vw, 64px); }
.lead { font-size: 20px; margin-top: 20px; max-width: 720px; }
.facts { display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }
.facts div { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.facts strong { display:block; margin-bottom: 5px; }
.facts span { color: var(--muted); }
.download-actions { display:flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.content-panel.slim { padding: 24px; border-radius: 24px; }
.content-panel.slim h2 { font-size: 26px; margin-bottom: 10px; }
.detail-preview { position: sticky; top: 104px; }
.paper-card.big { max-width: 500px; margin-left: auto; }
.related-grid { grid-template-columns: repeat(4, 1fr); }
.legal-text p + p { margin-top: 16px; }
.site-footer { background: #172033; color: #fff; padding: 56px 0 28px; }
.site-footer p, .copyright { color: #bac4d3; }
.footer-grid { display:grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
.site-footer h4 { margin: 0 0 12px; }
.site-footer a { display:block; color: #dfe8f1; margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; font-size: 14px; }
@media (max-width: 980px) {
    .hero-grid, .detail-grid { grid-template-columns: 1fr; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .printable-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
    .detail-preview { position: static; }
    .paper-card.big { margin-left: 0; }
}
@media (max-width: 650px) {
    .nav-wrap { align-items: flex-start; padding: 15px 0; flex-direction: column; }
    .main-nav { gap: 2px; }
    h1 { font-size: 42px; }
    .hero { padding: 54px 0; }
    .search-box { flex-direction: column; }
    .category-grid, .printable-grid, .related-grid, .benefit-grid, .facts, .footer-grid { grid-template-columns: 1fr; }
    .rowed { align-items: flex-start; flex-direction: column; }
    .floating-badge { display:none; }
}
@media print {
    .site-header, .site-footer, .breadcrumbs, .download-actions, .content-panel, .soft-section, .ad-note { display:none!important; }
    body { background:white; }
    .printable-detail { padding:0; }
    .detail-grid { display:block; }
    .detail-copy { display:none; }
    .paper-card { box-shadow:none; border:0; padding:0; }
    .paper-card img { width:100%; border:0; }
}
