*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #0a1628;
  --navy-mid:    #122040;
  --gold:        #c9a84c;
  --gold-light:  #e2c47a;
  --cream:       #faf7f0;
  --cream-dark:  #f0ead8;
  --slate:       #f4f6f9;
  --white:       #ffffff;
  --text-dark:   #1a2535;
  --text-mid:    #3d4f6a;
  --text-soft:   #4d5f78;
  --text-light:  #6b7d96;
  --border:      #e2e8f0;
  --rule:        rgba(201,168,76,0.25);
  --tag-leg:     #1a4a7a;
  --tag-leg-bg:  rgba(26,74,122,0.09);
  --tag-firm:    #1e5c38;
  --tag-firm-bg: rgba(30,92,56,0.09);
  --tag-insight: #7a3a1a;
  --tag-ins-bg:  rgba(122,58,26,0.09);
  --tag-digest:  #3a1a6a;
  --tag-dig-bg:  rgba(58,26,106,0.09);
  --tag-tmpl:    #1a5a6a;
  --tag-tmpl-bg: rgba(26,90,106,0.09);
}

.sr-only { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--slate); color: var(--text-dark); overflow-x: hidden; font-size: 17px; line-height: 1.65; }

.announce { background: var(--navy); padding: 9px 40px; display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.announce span { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); }
.announce .divider { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .22em; color: rgba(201,168,76,0.4); }

nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 40px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 12px rgba(10,22,40,0.06); }
.nav-brand { display: flex; flex-direction: column; padding: 13px 0; }
.nav-brand-name { font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 600; color: var(--navy); letter-spacing: .08em; text-transform: uppercase; line-height: 1; }
.nav-brand-name span { color: var(--gold); }
.nav-brand-sub { font-family: 'EB Garamond', serif; font-size: .88rem; font-style: italic; color: var(--text-soft); margin-top: 3px; }
.nav-links { display: flex; list-style: none; }
.nav-links li a { display: block; padding: 17px 14px; font-size: .88rem; font-weight: 500; color: var(--text-mid); text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color .2s, border-color .2s; letter-spacing: .02em; }
.nav-links li a:hover, .nav-links li a.active { color: var(--gold); border-bottom-color: var(--gold); }
.nav-subscribe { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; padding: 9px 20px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background .2s; font-weight: 600; }
.nav-subscribe:hover { background: var(--gold-light); }

.hero { background: linear-gradient(150deg, var(--navy) 0%, #0f2248 60%, #162d58 100%); padding: 80px 40px 68px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 45% at 50% 65%, rgba(201,168,76,0.07) 0%, transparent 65%), radial-gradient(ellipse 25% 35% at 90% 10%, rgba(255,255,255,0.02) 0%, transparent 60%); pointer-events: none; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.22); padding: 6px 16px; margin-bottom: 28px; opacity: 0; animation: fadeUp .7s ease forwards .1s; }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease infinite; }
.hero-eyebrow-text { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 300; color: #fff; line-height: 1.1; max-width: 780px; margin: 0 auto 20px; letter-spacing: .01em; opacity: 0; animation: fadeUp .8s ease forwards .2s; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-subtitle { font-family: 'EB Garamond', serif; font-size: clamp(.95rem, 1.8vw, 1.18rem); font-style: italic; color: rgba(220,230,245,0.95); max-width: 600px; margin: 0 auto 40px; line-height: 1.75; opacity: 0; animation: fadeUp .8s ease forwards .35s; }

.hero-capture { max-width: 460px; margin: 0 auto; opacity: 0; animation: fadeUp .8s ease forwards .5s; }
.hero-capture-label { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(226,196,122,0.95); margin-bottom: 10px; display: block; }
.capture-row { display: flex; gap: 0; box-shadow: 0 4px 24px rgba(0,0,0,0.25); }
.capture-row input { flex: 1; padding: 14px 18px; font-family: 'Inter', sans-serif; font-size: 1rem; border: none; outline: none; background: rgba(255,255,255,0.97); color: var(--text-dark); min-width: 0; }
.capture-row input::placeholder { color: var(--text-soft); }
.capture-row button { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; padding: 14px 22px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; transition: background .2s; white-space: nowrap; font-weight: 600; }
.capture-row button:hover { background: var(--gold-light); }
.capture-note { font-size: .85rem; color: rgba(220,230,245,0.75); font-style: italic; margin-top: 10px; text-align: center; }

.hero-stats { display: flex; justify-content: center; gap: 56px; margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(201,168,76,0.12); flex-wrap: wrap; opacity: 0; animation: fadeUp .8s ease forwards .7s; }
.stat { text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 500; color: var(--gold-light); line-height: 1; }
.stat-label { font-family: 'Cinzel', serif; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(220,230,245,0.75); margin-top: 6px; }

.what-section { background: var(--white); padding: 56px 40px; border-bottom: 1px solid var(--border); }
.what-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.what-divider { width: 32px; height: 2px; background: var(--gold); margin-bottom: 16px; }
.what-icon { width: 42px; height: 42px; background: var(--slate); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 14px; }
.what-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.what-body { font-size: 1rem; color: var(--text-mid); line-height: 1.72; }

.section-wrap { max-width: 1080px; margin: 0 auto; }
.section-header { margin-bottom: 32px; }
.section-eyebrow { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 400; color: var(--navy); line-height: 1.15; }
.section-title em { font-style: italic; color: var(--gold); }
.section-rule { width: 36px; height: 2px; background: var(--gold); margin: 14px 0 16px; }
.section-sub { font-size: 1.05rem; color: var(--text-mid); line-height: 1.72; max-width: 620px; }

.intelligence-section { padding: 68px 40px; background: var(--slate); }

.filter-row { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; align-items: center; }
.filter-label { font-size: .88rem; font-weight: 600; color: var(--text-mid); margin-right: 4px; letter-spacing: .04em; }
.filter-pill { font-size: .85rem; font-weight: 500; padding: 7px 16px; border: 1px solid var(--border); background: var(--white); color: var(--text-mid); cursor: pointer; transition: all .18s; letter-spacing: .03em; border-radius: 2px; }
.filter-pill:hover { border-color: var(--gold); color: var(--gold); }
.filter-pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.briefing-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; align-items: start; }
.briefing-main { display: flex; flex-direction: column; gap: 16px; }
.briefing-sidebar { display: flex; flex-direction: column; gap: 16px; }

.b-card { background: var(--white); border: 1px solid var(--border); padding: 24px 26px; position: relative; transition: box-shadow .22s, border-color .22s; }
.b-card:hover { box-shadow: 0 4px 22px rgba(10,22,40,0.08); border-color: rgba(201,168,76,0.3); }
.b-card.featured { border-left: 3px solid var(--gold); padding-left: 24px; }
.b-card.digest-card { background: var(--navy); border-color: var(--navy); }

.b-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.b-date { font-size: .85rem; color: var(--text-soft); letter-spacing: .02em; font-weight: 500; }
.b-tag { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; }
.b-tag.leg     { background: var(--tag-leg-bg);  color: var(--tag-leg); }
.b-tag.firm    { background: var(--tag-firm-bg); color: var(--tag-firm); }
.b-tag.insight { background: var(--tag-ins-bg);  color: var(--tag-insight); }
.b-tag.digest  { background: var(--tag-dig-bg);  color: var(--tag-digest); }
.b-tag.tmpl    { background: var(--tag-tmpl-bg); color: var(--tag-tmpl); }
.b-tag.new-tag { background: var(--gold); color: var(--navy); }

.b-headline { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--navy); line-height: 1.25; margin-bottom: 9px; }
.b-card.featured .b-headline { font-size: 1.55rem; }
.b-card.digest-card .b-headline { color: #fff; }

.b-body { font-size: 1rem; color: var(--text-mid); line-height: 1.72; }
.b-card.digest-card .b-body { color: rgba(200,212,232,0.82); }

.b-source { display: flex; align-items: flex-start; gap: 7px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--border); font-size: .85rem; color: var(--text-mid); font-style: italic; line-height: 1.6; }
.b-card.digest-card .b-source { border-top-color: rgba(201,168,76,0.15); color: rgba(200,212,232,0.45); }
.b-source-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 5px; }

.b-insight { margin-top: 14px; padding: 14px 16px; background: rgba(201,168,76,0.08); border-left: 3px solid var(--gold); font-size: .98rem; font-style: italic; color: var(--text-dark); line-height: 1.7; }
.b-insight-label { font-family: 'Cinzel', serif; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: #9c7e2b; font-style: normal; font-weight: 600; display: block; margin-bottom: 7px; }

.digest-header { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(226,196,122,0.95); margin-bottom: 16px; }
.digest-item { padding: 14px 0; border-bottom: 1px solid rgba(201,168,76,0.1); }
.digest-item:last-child { border-bottom: none; }
.digest-item-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,0.95); line-height: 1.35; }

.load-more-wrap { text-align: center; margin-top: 32px; }
.load-more { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; padding: 12px 30px; background: transparent; border: 1px solid var(--navy); color: var(--navy); cursor: pointer; transition: background .2s, color .2s; }
.load-more:hover { background: var(--navy); color: #fff; }

.infographic-section { padding: 68px 40px; background: var(--white); border-top: 1px solid var(--border); }
.infographic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ig-card { border: 1px solid var(--border); overflow: hidden; transition: box-shadow .22s, border-color .22s; cursor: pointer; }
.ig-card:hover { box-shadow: 0 6px 28px rgba(10,22,40,0.1); border-color: rgba(201,168,76,0.4); }
.ig-preview { aspect-ratio: 16/10; background: linear-gradient(140deg, var(--navy) 0%, #1a3060 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px; text-align: center; position: relative; overflow: hidden; }
.ig-preview::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 70%); }
.ig-preview-glyph { font-size: 2rem; margin-bottom: 10px; position: relative; z-index: 1; }
.ig-preview-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 500; color: #fff; line-height: 1.3; position: relative; z-index: 1; }
.ig-preview-sub { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-top: 8px; position: relative; z-index: 1; }
.ig-coming { position: absolute; top: 10px; right: 10px; font-family: 'Cinzel', serif; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; background: rgba(201,168,76,0.2); border: 1px solid rgba(201,168,76,0.3); color: var(--gold); padding: 3px 7px; }
.ig-body { padding: 18px 20px; background: var(--white); }
.ig-topic { font-family: 'Cinzel', serif; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: #9c7e2b; font-weight: 600; margin-bottom: 8px; }
.ig-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--navy); line-height: 1.25; margin-bottom: 6px; }
.ig-desc { font-size: .96rem; color: var(--text-mid); line-height: 1.7; }
.ig-dl { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: 'Cinzel', serif; font-size: .75rem; letter-spacing: .14em; font-weight: 600; text-transform: uppercase; color: var(--navy); text-decoration: none; border-bottom: 1px solid rgba(10,22,40,0.2); padding-bottom: 1px; transition: color .2s, border-color .2s; }
.ig-dl:hover { color: var(--gold); border-color: var(--gold); }

.templates-section { padding: 68px 40px; background: var(--slate); border-top: 1px solid var(--border); }
.templates-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.t-card { background: var(--white); border: 1px solid var(--border); padding: 28px 30px; position: relative; transition: box-shadow .22s, border-color .22s; }
.t-card:hover { box-shadow: 0 4px 22px rgba(10,22,40,0.08); border-color: rgba(201,168,76,0.35); }
.t-card.available { border-top: 3px solid var(--gold); }
.t-card.coming { border-top: 3px solid var(--border); opacity: .72; }
.t-status { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.t-status.avail { color: var(--gold); }
.t-status.soon  { color: var(--text-light); }
.t-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 6px; }
.t-meta { font-size: .88rem; color: var(--text-mid); margin-bottom: 14px; letter-spacing: .02em; }
.t-body { font-size: 1rem; color: var(--text-mid); line-height: 1.72; border-top: 1px solid var(--border); padding-top: 16px; margin-bottom: 18px; }
.t-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.t-tag { font-size: .78rem; font-weight: 500; padding: 4px 12px; background: var(--slate); border: 1px solid var(--border); color: var(--text-mid); letter-spacing: .03em; }
.t-dl { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; padding: 11px 24px; background: var(--navy); color: #fff; text-decoration: none; display: inline-block; transition: background .2s; }
.t-dl:hover { background: var(--navy-mid); }
.t-soon-label { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; padding: 11px 24px; background: var(--slate); color: var(--text-light); display: inline-block; border: 1px solid var(--border); }

.subscribe-section { padding: 80px 40px; background: var(--navy); text-align: center; position: relative; overflow: hidden; }
.subscribe-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 68%); pointer-events: none; }
.subscribe-eyebrow { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; position: relative; z-index: 1; }
.subscribe-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 300; color: #fff; line-height: 1.12; max-width: 620px; margin: 0 auto 14px; position: relative; z-index: 1; }
.subscribe-title em { font-style: italic; color: var(--gold-light); }
.subscribe-sub { font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.18rem; color: rgba(220,230,245,0.92); max-width: 520px; margin: 0 auto 36px; line-height: 1.7; position: relative; z-index: 1; }
.subscribe-form { max-width: 440px; margin: 0 auto; position: relative; z-index: 1; }
.subscribe-row { display: flex; gap: 0; box-shadow: 0 4px 28px rgba(0,0,0,0.3); }
.subscribe-row input { flex: 1; padding: 15px 18px; font-family: 'Inter', sans-serif; font-size: 1rem; border: none; outline: none; background: rgba(255,255,255,0.97); color: var(--text-dark); min-width: 0; }
.subscribe-row input::placeholder { color: var(--text-soft); }
.subscribe-row button { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; padding: 15px 22px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; transition: background .2s; white-space: nowrap; font-weight: 600; }
.subscribe-row button:hover { background: var(--gold-light); }
.subscribe-promise { font-size: .88rem; color: rgba(220,230,245,0.75); font-style: italic; margin-top: 12px; }
.subscribe-what { display: flex; justify-content: center; gap: 32px; margin-top: 40px; padding-top: 36px; border-top: 1px solid rgba(201,168,76,0.12); flex-wrap: wrap; position: relative; z-index: 1; }
.sw-item { display: flex; align-items: flex-start; gap: 10px; text-align: left; max-width: 200px; }
.sw-icon { width: 32px; height: 32px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.sw-title { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #e2c47a; font-weight: 600; margin-bottom: 4px; }
.sw-body { font-size: .92rem; color: rgba(220,230,245,0.85); line-height: 1.6; }

.about-strip { background: var(--cream-dark); padding: 56px 40px; border-top: 1px solid rgba(201,168,76,0.2); border-bottom: 1px solid rgba(201,168,76,0.2); }
.about-strip-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: center; }
.about-strip-eyebrow { font-family: 'Cinzel', serif; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.about-strip-title { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 400; color: var(--navy); line-height: 1.15; }
.about-strip-title em { font-style: italic; color: var(--gold); }
.about-strip-rule { width: 36px; height: 2px; background: var(--gold); margin: 14px 0; }
.about-strip-body { font-size: 1.05rem; color: var(--text-mid); line-height: 1.75; }
.about-strip-body + .about-strip-body { margin-top: 12px; }
.about-strip-disclaimer { margin-top: 24px; padding: 16px 18px; border: 1px solid var(--rule); background: rgba(255,255,255,0.7); font-size: .92rem; font-style: italic; color: var(--text-mid); line-height: 1.65; }

footer { background: var(--navy); border-top: 2px solid var(--gold); padding: 40px 40px 24px; }
.footer-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid rgba(201,168,76,0.12); margin-bottom: 20px; }
.footer-brand-name { font-family: 'Cinzel', serif; font-size: .95rem; font-weight: 600; color: var(--cream); letter-spacing: .08em; text-transform: uppercase; }
.footer-brand-name span { color: var(--gold); }
.footer-brand-tag { font-family: 'EB Garamond', serif; font-style: italic; font-size: 1rem; color: rgba(220,230,245,0.85); margin-top: 8px; max-width: 280px; line-height: 1.6; }
.footer-col-title { font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: #e2c47a; font-weight: 600; margin-bottom: 14px; }
.footer-link-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-link-list li a { font-size: .95rem; color: rgba(220,230,245,0.88); text-decoration: none; transition: color .2s; }
.footer-link-list li a:hover { color: var(--gold); }
.footer-bottom { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-family: 'Cinzel', serif; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(220,230,245,0.7); }
.footer-disclaimer-text { font-size: .88rem; font-style: italic; color: rgba(220,230,245,0.7); max-width: 480px; text-align: right; line-height: 1.5; }

.briefing-loading { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 60px 40px; }
.briefing-loading-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); opacity: 0.3; animation: loadPulse 1.2s ease infinite; }
.briefing-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.briefing-loading-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes loadPulse { 0%,100% { opacity: 0.2; transform: scale(0.85); } 50% { opacity: 1; transform: scale(1.1); } }
.briefing-empty { padding: 48px 32px; text-align: center; font-family: 'EB Garamond', serif; font-style: italic; font-size: 1rem; color: var(--text-soft); border: 1px solid var(--border); background: var(--white); }
.subscribe-success { padding: 14px 18px; background: rgba(30,92,56,0.08); border: 1px solid rgba(30,92,56,0.25); color: #1e5c38; font-size: .82rem; font-style: italic; text-align: center; margin-top: 10px; display: none; }
.subscribe-error { padding: 10px 18px; background: rgba(122,32,32,0.07); border: 1px solid rgba(122,32,32,0.2); color: #7a2020; font-size: .78rem; font-style: italic; text-align: center; margin-top: 8px; display: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse  { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(1.3); } }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

@media (max-width: 860px) {
  nav, .hero, section, .what-section, .intelligence-section, .infographic-section, .templates-section, .subscribe-section, .about-strip, footer { padding-left: 20px; padding-right: 20px; }
  .what-inner, .infographic-grid, .templates-grid { grid-template-columns: 1fr; }
  .briefing-layout { grid-template-columns: 1fr; }
  .about-strip-inner { grid-template-columns: 1fr; gap: 32px; }
  .nav-links { display: none; }
  .footer-inner { flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-disclaimer-text { text-align: center; }
  .hero-stats { gap: 28px; }
  .subscribe-what { flex-direction: column; align-items: center; }
}
