.t67-rebuild-v2 {
  letter-spacing: -0.01em;
  --bg: #f4efe7;
  --paper: #faf7f1;
  --paper-2: #f1e7d8;
  --ink: #1d252b;
  --muted: #686b6d;
  --line: #d9ccbb;
  --navy: #2a3a43;
  --navy-2: #4d626d;
  --tan: #e9decd;
  --accent: #9b6a3b;
  --accent-2: #725233;
  --green: #315f46;
  --danger: #8a2e2e;
  --shadow: 0 24px 70px rgba(29, 37, 43, 0.06);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1220px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(155, 106, 59, 0.08), transparent 22%),
    linear-gradient(180deg, #f8f5ef 0%, #eee6da 100%);
  font-family: Inter, "Segoe UI", sans-serif;
  line-height: 1.55;
  margin: 0;
  overflow-x: clip;
}
.t67-rebuild-v2 *, .t67-rebuild-v2 *::before, .t67-rebuild-v2 *::after { box-sizing: border-box; }
.t67-rebuild-v2 a { color: inherit; text-decoration: none; }
.t67-rebuild-v2 h1, .t67-rebuild-v2 h2, .t67-rebuild-v2 h3, .t67-rebuild-v2 h4, .t67-rebuild-v2 p { margin: 0; }
.t67-rebuild-v2 h1, .t67-rebuild-v2 h2, .t67-rebuild-v2 h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.t67-rebuild-v2 p { color: var(--muted); }
.t67-rebuild-v2 .t67-wrap { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.t67-rebuild-v2 .t67-topbar { background: linear-gradient(180deg, #2b3b44 0%, #24323a 100%); color: rgba(255,255,255,.84); border-bottom: 1px solid rgba(255,255,255,.05); }
.t67-rebuild-v2 .t67-topbar-inner, .t67-rebuild-v2 .t67-nav, .t67-rebuild-v2 .t67-hero-grid, .t67-rebuild-v2 .t67-proof-grid, .t67-rebuild-v2 .t67-service-grid, .t67-rebuild-v2 .t67-why-grid, .t67-rebuild-v2 .t67-support-grid, .t67-rebuild-v2 .t67-links-grid, .t67-rebuild-v2 .t67-footer-grid { display: grid; gap: 20px; }
.t67-rebuild-v2 .t67-topbar-inner { grid-template-columns: 1fr auto; align-items: center; padding: 12px 0; font-size: .88rem; }
.t67-rebuild-v2 .t67-toplinks { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.t67-rebuild-v2 .t67-nav-wrap { position: sticky; top: 0; z-index: 25; backdrop-filter: blur(18px); background: rgba(250,247,241,.97); border-bottom: 1px solid rgba(18,32,44,.05); box-shadow: 0 8px 24px rgba(18,32,44,.03); }
.t67-rebuild-v2 .t67-nav { grid-template-columns: auto 1fr auto; align-items: center; padding: 20px 0; }
.t67-rebuild-v2 .t67-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.t67-rebuild-v2 .t67-brand img { width: 46px; height: 46px; border-radius: 14px; object-fit: contain; box-shadow: var(--shadow); background: linear-gradient(135deg, #f7f1e6, #e7dcc8); padding: 4px; border: 1px solid rgba(32,56,71,.10); }
.t67-rebuild-v2 .t67-brand-copy strong { display: block; font-size: 1rem; letter-spacing: -.015em; color: #20282d; }
.t67-rebuild-v2 .t67-brand-copy span { display: block; margin-top: 3px; font-size: .68rem; color: #74706a; text-transform: uppercase; letter-spacing: .18em; }
.t67-rebuild-v2 .t67-navlinks, .t67-rebuild-v2 .t67-navactions, .t67-rebuild-v2 .t67-hero-actions, .t67-rebuild-v2 .t67-proof-pills, .t67-rebuild-v2 .t67-support-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.t67-rebuild-v2 .t67-navlinks { justify-content: center; color: #5a6267; font-weight: 500; font-size: .9rem; }
.t67-rebuild-v2 .t67-navlinks a { position: relative; }
.t67-rebuild-v2 .t67-navlinks a:hover { color: var(--navy); }
.t67-rebuild-v2 .t67-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; }
.t67-rebuild-v2 .t67-btn-primary { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(42,58,67,.14); }
.t67-rebuild-v2 .t67-btn-warm { background: linear-gradient(180deg, #a97949 0%, #946537 100%); color: #fff; box-shadow: 0 12px 24px rgba(148,101,55,.16); }
.t67-rebuild-v2 .t67-btn-secondary { background: rgba(255,255,255,.68); color: #2f3b43; border-color: rgba(18,32,44,.10); }
.t67-rebuild-v2 .t67-hero { padding: 64px 0 42px; }
.t67-rebuild-v2 .t67-hero-grid { grid-template-columns: 1.1fr .9fr; align-items: stretch; }
.t67-rebuild-v2 .t67-panel, .t67-rebuild-v2 .t67-service, .t67-rebuild-v2 .t67-why-card, .t67-rebuild-v2 .t67-support-card, .t67-rebuild-v2 .t67-link-card, .t67-rebuild-v2 .t67-footer { background: rgba(255,255,255,.95); border: 1px solid rgba(18,32,44,.05); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.t67-rebuild-v2 .t67-hero-main { padding: 40px; }
.t67-rebuild-v2 .t67-kicker { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; padding: 0 14px; border-radius: 999px; background: var(--tan); color: var(--navy); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.t67-rebuild-v2 .t67-hero-main h1 { margin-top: 22px; font-size: clamp(2.6rem, 6vw, 5.3rem); line-height: .96; letter-spacing: -.035em; max-width: 9ch; color: #24313a; text-shadow: none; }
.t67-rebuild-v2 .t67-hero-main p { margin-top: 22px; font-size: 1.02rem; max-width: 56ch; }
.t67-rebuild-v2 .t67-proof-pills { margin-top: 18px; }
.t67-rebuild-v2 .t67-pill { min-height: 38px; padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; background: rgba(244,236,225,.76); border: 1px solid var(--line); font-size: .84rem; font-weight: 600; color: #746b5f; }
.t67-rebuild-v2 .t67-hero-side { padding: 36px; background: linear-gradient(180deg, #314b59 0%, #273b47 100%); color: #fff; position: relative; overflow: hidden; }
.t67-rebuild-v2 .t67-hero-side::after { content: ""; position: absolute; right: -10%; bottom: -18%; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(184,106,42,.32), transparent 68%); }
.t67-rebuild-v2 .t67-hero-side > * { position: relative; z-index: 1; }
.t67-rebuild-v2 .t67-hero-side p { color: rgba(255,255,255,.8); }
.t67-rebuild-v2 .t67-hero-side h2 { font-size: 1.6rem; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 14px; }
.t67-rebuild-v2 .t67-mini { color: rgba(255,255,255,.84); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; display: inline-block; }
.t67-rebuild-v2 .t67-facts { display: grid; gap: 12px; margin-top: 18px; }
.t67-rebuild-v2 .t67-fact { padding: 14px 16px; border-radius: var(--radius-md); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.t67-rebuild-v2 .t67-fact strong { display: block; margin-bottom: 4px; font-size: .94rem; }
.t67-rebuild-v2 .t67-section { padding: 18px 0 56px; }
.t67-rebuild-v2 .t67-sectionhead { max-width: 760px; margin-bottom: 24px; }
.t67-rebuild-v2 .t67-sectionhead h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.04em; margin-bottom: 10px; }
.t67-rebuild-v2 .t67-proof-grid { grid-template-columns: repeat(3, 1fr); }
.t67-rebuild-v2 .t67-service-grid { grid-template-columns: repeat(3, 1fr); }
.t67-rebuild-v2 .t67-why-grid { grid-template-columns: repeat(3, 1fr); }
.t67-rebuild-v2 .t67-support-grid { grid-template-columns: repeat(4, 1fr); }
.t67-rebuild-v2 .t67-links-grid { grid-template-columns: repeat(4, 1fr); }
.t67-rebuild-v2 .t67-proof, .t67-rebuild-v2 .t67-service, .t67-rebuild-v2 .t67-why-card, .t67-rebuild-v2 .t67-support-card, .t67-rebuild-v2 .t67-link-card { padding: 30px; }
.t67-rebuild-v2 .t67-proof { background: rgba(255,255,255,.82); border: 1px solid rgba(18,32,44,.08); border-radius: var(--radius-md); }
.t67-rebuild-v2 .t67-proof strong, .t67-rebuild-v2 .t67-service h3, .t67-rebuild-v2 .t67-why-card h3, .t67-rebuild-v2 .t67-support-card h3, .t67-rebuild-v2 .t67-link-card h3 { display: block; font-size: 1.08rem; margin-bottom: 10px; letter-spacing: -.02em; }
.t67-rebuild-v2 .t67-meta { display: inline-block; margin-top: 14px; color: var(--navy-2); font-weight: 700; font-size: .88rem; }
.t67-rebuild-v2 .t67-num { color: var(--accent-2); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; display: inline-block; }
.t67-rebuild-v2 .t67-supportzone { margin-top: 10px; padding: 36px; border-radius: var(--radius-xl); background: linear-gradient(180deg, #314b59 0%, #273b47 100%); color: #fff; box-shadow: var(--shadow); }
.t67-rebuild-v2 .t67-supportzone p { color: rgba(255,255,255,.8); }
.t67-rebuild-v2 .t67-supporttop { display: grid; grid-template-columns: 1fr .9fr; gap: 18px; align-items: start; margin-bottom: 20px; }
.t67-rebuild-v2 .t67-supportpanel { padding: 22px; border-radius: var(--radius-lg); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.t67-rebuild-v2 .t67-supportpanel h3 { margin-bottom: 10px; }
.t67-rebuild-v2 .t67-supportpanel ul { margin: 10px 0 0; padding-left: 18px; color: rgba(255,255,255,.82); }
.t67-rebuild-v2 .t67-support-card { display: flex; flex-direction: column; min-height: 100%; background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, #f8f5ef 100%); color: var(--ink); border-top: 5px solid transparent; padding: 26px 22px 24px; }
.t67-rebuild-v2 .t67-support-card h3 { margin-bottom: 12px; color: #203847; font-size: 1.12rem; line-height: 1.08; }
.t67-rebuild-v2 .t67-support-card p { margin: 0; color: rgba(32,56,71,.76); font-size: .96rem; line-height: 1.6; }
.t67-rebuild-v2 .t67-critical { border-color: var(--danger); }
.t67-rebuild-v2 .t67-standard { border-color: var(--navy-2); }
.t67-rebuild-v2 .t67-website { border-color: var(--accent); }
.t67-rebuild-v2 .t67-admin { border-color: var(--green); }
.t67-rebuild-v2 .t67-route { display: inline-flex; align-items: center; margin-top: auto; padding-top: 18px; color: var(--navy); font-weight: 800; font-size: .95rem; letter-spacing: -.01em; }
.t67-rebuild-v2 .t67-footer { padding: 24px; }
.t67-rebuild-v2 .t67-footer-grid { grid-template-columns: 1fr auto; align-items: end; }
.t67-rebuild-v2 .t67-footer small { display: block; margin-top: 8px; color: var(--muted); font-size: .9rem; }
.t67-rebuild-v2 .t67-fact,
.t67-rebuild-v2 .t67-proof,
.t67-rebuild-v2 .t67-service,
.t67-rebuild-v2 .t67-why-card,
.t67-rebuild-v2 .t67-support-card,
.t67-rebuild-v2 .t67-link-card { transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.t67-rebuild-v2 .t67-fact:hover,
.t67-rebuild-v2 .t67-proof:hover,
.t67-rebuild-v2 .t67-service:hover,
.t67-rebuild-v2 .t67-why-card:hover,
.t67-rebuild-v2 .t67-support-card:hover,
.t67-rebuild-v2 .t67-link-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(18,32,44,.12); }
.t67-rebuild-v2 .t67-fact:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.22); }
.t67-rebuild-v2 .t67-proof:hover,
.t67-rebuild-v2 .t67-service:hover,
.t67-rebuild-v2 .t67-why-card:hover,
.t67-rebuild-v2 .t67-link-card:hover { border-color: rgba(28,70,93,.22); background: #fff; }
.t67-rebuild-v2 .t67-support-card:hover { border-color: rgba(28,70,93,.28); }
@media (max-width: 1080px) {
  .t67-rebuild-v2 .t67-nav, .t67-rebuild-v2 .t67-hero-grid, .t67-rebuild-v2 .t67-supporttop, .t67-rebuild-v2 .t67-footer-grid { grid-template-columns: 1fr; }
  .t67-rebuild-v2 .t67-proof-grid, .t67-rebuild-v2 .t67-service-grid, .t67-rebuild-v2 .t67-why-grid, .t67-rebuild-v2 .t67-support-grid, .t67-rebuild-v2 .t67-links-grid { grid-template-columns: repeat(2, 1fr); }
  .t67-rebuild-v2 .t67-navlinks { justify-content: flex-start; }
}
@media (max-width: 740px) {
  .t67-rebuild-v2 .t67-proof-grid, .t67-rebuild-v2 .t67-service-grid, .t67-rebuild-v2 .t67-why-grid, .t67-rebuild-v2 .t67-support-grid, .t67-rebuild-v2 .t67-links-grid { grid-template-columns: 1fr; }
  .t67-rebuild-v2 .t67-topbar-inner { grid-template-columns: 1fr; }
  .t67-rebuild-v2 .t67-hero-main, .t67-rebuild-v2 .t67-hero-side, .t67-rebuild-v2 .t67-proof, .t67-rebuild-v2 .t67-service, .t67-rebuild-v2 .t67-why-card, .t67-rebuild-v2 .t67-supportcard, .t67-rebuild-v2 .t67-link-card, .t67-rebuild-v2 .t67-footer, .t67-rebuild-v2 .t67-supportpanel { padding: 20px; }
}

.t67-rebuild-v2 .t67-service:hover,
.t67-rebuild-v2 .t67-why-card:hover,
.t67-rebuild-v2 .t67-link-card:hover,
.t67-rebuild-v2 .t67-proof:hover { background: linear-gradient(180deg, #fffdf9 0%, #f7f1e8 100%); }
.t67-rebuild-v2 .t67-support-card:hover { background: linear-gradient(180deg, #fff 0%, #f7f1e8 100%); }
.t67-rebuild-v2 .t67-fact:hover strong,
.t67-rebuild-v2 .t67-support-card:hover h3,
.t67-rebuild-v2 .t67-service:hover h3,
.t67-rebuild-v2 .t67-why-card:hover h3,
.t67-rebuild-v2 .t67-link-card:hover h3 { color: #fff; }
.t67-rebuild-v2 .t67-service:hover h3,
.t67-rebuild-v2 .t67-why-card:hover h3,
.t67-rebuild-v2 .t67-link-card:hover h3,
.t67-rebuild-v2 .t67-proof:hover strong,
.t67-rebuild-v2 .t67-support-card:hover h3 { color: #203847; }

.t67-rebuild-v2 .t67-service:hover,
.t67-rebuild-v2 .t67-why-card:hover,
.t67-rebuild-v2 .t67-link-card:hover,
.t67-rebuild-v2 .t67-proof:hover { background: linear-gradient(180deg, #fffdf9 0%, #f4ecdf 100%); }
.t67-rebuild-v2 .t67-support-card:hover { background: linear-gradient(180deg, #fff 0%, #f4ecdf 100%); }
