:root{
    --tw-bg:#FBF1EC; --tw-blush:#FBF1EC; --tw-ink:#241B2F; --tw-muted:#7C6C80;
    --tw-white:#FFFFFF; --tw-accent:#C6425E; --tw-accent-deep:#4A2545; --tw-accent-pale:#F3DCE1;
    --tw-line:#EEE0DA; --tw-line-strong:#E7C7D6;
    --tw-gradient:linear-gradient(135deg,var(--tw-accent-deep) 0%,var(--tw-accent) 55%,#E8A852 100%);
    --tw-radius-lg:22px; --tw-radius-md:14px; --tw-radius-sm:10px;
    --tw-shadow:0 16px 40px -16px rgba(74,37,69,.24); --tw-shadow-sm:0 6px 18px -8px rgba(74,37,69,.18);
    --tw-font-display:'Instrument Serif', Georgia, 'Times New Roman', serif;
    --tw-font-body:'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --tw-header-h:72px;
  }
  @import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');
  *, *::before, *::after{ box-sizing:border-box; margin:0; padding:0; }
  html{ scroll-behavior:smooth; scroll-padding-top:var(--tw-header-h); }
  body{ font-family:var(--tw-font-body); background:var(--tw-bg); color:var(--tw-ink); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
  img{ max-width:100%; display:block; }
  button{ font-family:inherit; cursor:pointer; background:none; border:0; color:inherit; }
  input, select, textarea{ font-family:inherit; }
  a{ color:var(--tw-accent-deep); text-decoration:none; }
  a:hover{ text-decoration:underline; }
  ul, ol{ list-style:none; }
  section{ position:relative; }
  :focus-visible{ outline:2px solid var(--tw-accent-deep); outline-offset:2px; }
  .tw-container{ max-width:1080px; margin:0 auto; padding:0 clamp(18px,5vw,40px); }
  .tw-container--narrow{ max-width:820px; }
  .tw-container--wide{ max-width:1240px; }
  .tw-container--text{ max-width:760px; }

  /* HEADER */
  .tw-header{ position:sticky; top:0; z-index:50; height:var(--tw-header-h); display:flex; align-items:center;
    background:rgba(248,249,250,.9); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-bottom:1px solid var(--tw-line); }
  .tw-header-inner{ width:100%; max-width:1080px; margin:0 auto; padding:0 clamp(18px,5vw,40px);
    display:flex; align-items:center; justify-content:space-between; gap:16px; }
  .tw-brand{ display:flex; align-items:center; gap:10px; font-weight:800; font-size:1.15rem; color:var(--tw-ink); }
  .tw-brand-mark{ width:34px; height:34px; flex-shrink:0; }
  .tw-nav{ display:flex; align-items:center; gap:26px; }
  .tw-nav a{ color:var(--tw-ink); font-weight:600; font-size:.92rem; text-decoration:none; position:relative; padding:4px 0; }
  .tw-nav a::after{ content:''; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:var(--tw-gradient); transition:width .2s ease; }
  .tw-nav a:hover::after{ width:100%; }
  .tw-nav a.is-current::after{ width:100%; }
  .tw-nav-cta{ background:var(--tw-gradient); color:#fff !important; font-weight:700 !important; padding:10px 20px; border-radius:999px; box-shadow:var(--tw-shadow-sm); transition:transform .15s ease; }
  .tw-nav-cta::after{ display:none; }
  .tw-nav-cta:hover{ transform:translateY(-2px); text-decoration:none !important; }
  .tw-burger{ display:none; width:40px; height:40px; border-radius:10px; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
  .tw-burger span{ display:block; width:20px; height:2px; background:var(--tw-ink); transition:transform .25s ease, opacity .25s ease; }
  .tw-burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
  .tw-burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
  .tw-burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
  .tw-mobile-nav{ display:none; position:fixed; top:var(--tw-header-h); left:0; right:0; z-index:49; background:var(--tw-white);
    border-bottom:1px solid var(--tw-line); box-shadow:0 16px 30px -18px rgba(51,51,51,.25); padding:10px clamp(18px,5vw,40px) 22px;
    transform:translateY(-8px); opacity:0; transition:transform .22s ease, opacity .22s ease; pointer-events:none; }
  .tw-mobile-nav.is-open{ transform:translateY(0); opacity:1; pointer-events:auto; }
  .tw-mobile-nav a{ display:block; padding:13px 4px; font-weight:700; color:var(--tw-ink); border-bottom:1px solid var(--tw-line); text-decoration:none; }
  .tw-mobile-nav a:last-child{ border-bottom:0; }

  /* BREADCRUMB */
  .tw-crumbs{ font-size:.82rem; color:var(--tw-muted); padding:18px 0 0; }
  .tw-crumbs a{ color:var(--tw-muted); font-weight:600; }
  .tw-crumbs a:hover{ color:var(--tw-accent-deep); }
  .tw-crumbs span{ margin:0 6px; }

  /* GENERIC PAGE HERO */
  .tw-page-hero{ padding:clamp(30px,5vw,48px) 0 clamp(10px,2vw,16px); }
  .tw-eyebrow{ display:inline-flex; align-items:center; gap:8px; font-size:.74rem; font-weight:700; letter-spacing:.12em;
    text-transform:uppercase; color:var(--tw-accent-deep); background:var(--tw-accent-pale); border-radius:999px; padding:7px 16px; margin-bottom:16px; }
  .tw-h1{ font-family:var(--tw-font-display); font-weight:400; font-size:clamp(2rem,5vw,3rem); line-height:1.1; letter-spacing:-.01em; color:var(--tw-ink); margin-bottom:14px; }
  .tw-h1 em{ font-style:italic; background:var(--tw-gradient); -webkit-background-clip:text; background-clip:text; color:transparent; }
  .tw-page-sub{ font-size:clamp(1rem,1.6vw,1.1rem); color:var(--tw-muted); max-width:62ch; }

  /* SECTIONS */
  .tw-section{ padding:clamp(36px,7vw,64px) 0; }
  .tw-section--alt{ background:var(--tw-blush); }
  .tw-section-head{ text-align:center; max-width:640px; margin:0 auto clamp(28px,5vw,40px); }
  .tw-section-eyebrow{ font-size:.74rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--tw-accent-deep); margin-bottom:10px; }
  .tw-h2{ font-family:var(--tw-font-display); font-weight:400; font-size:clamp(1.6rem,3.4vw,2.2rem); color:var(--tw-ink); margin-bottom:10px; }
  .tw-h3{ font-family:var(--tw-font-display); font-weight:400; font-size:1.3rem; color:var(--tw-ink); margin:22px 0 8px; }
  .tw-section-sub{ color:var(--tw-muted); font-size:1rem; }

  /* PROSE (legal + blog article body) */
  .tw-prose{ font-size:1rem; color:var(--tw-ink); }
  .tw-prose p{ margin:0 0 20px; color:var(--tw-ink); line-height:1.7; }
  .tw-prose h2{
    font-family:var(--tw-font-display); font-weight:400; font-size:clamp(1.35rem,2.6vw,1.7rem);
    color:var(--tw-ink); margin:44px 0 16px; line-height:1.25;
  }
  .tw-prose h2:first-child{ margin-top:0; }
  .tw-prose h3{
    font-family:var(--tw-font-body); font-weight:800; font-size:1.05rem;
    letter-spacing:.01em; color:var(--tw-accent-deep);
    margin:36px 0 10px; line-height:1.35;
  }
  .tw-prose h3:first-of-type{ margin-top:0; }
  .tw-prose h2 + h3{ margin-top:0; }
  .tw-prose h4{
    font-family:var(--tw-font-body); font-weight:700; font-size:.95rem;
    color:var(--tw-ink); margin:24px 0 8px; line-height:1.35;
  }
  .tw-prose img{ border-radius:var(--tw-radius-md); margin:20px 0; }
  .tw-prose figure{ margin:24px 0; }
  .tw-prose hr{ border:0; border-top:1px solid var(--tw-line); margin:32px 0; }
  .tw-prose ul, .tw-prose ol{ margin:10px 0 22px 24px; list-style:disc outside; }
  .tw-prose ol{ list-style:decimal outside; }
  .tw-prose li{ margin-bottom:12px; padding-left:4px; color:var(--tw-ink); line-height:1.65; }
  .tw-prose li::marker{ color:var(--tw-accent-deep); }
  .tw-prose li:last-child{ margin-bottom:0; }
  .tw-prose a{ text-decoration:underline; }
  .tw-prose strong{ font-weight:800; }
  .tw-prose .tw-updated{ font-size:.85rem; color:var(--tw-muted); margin-bottom:28px; }
  .tw-prose blockquote{ border-left:3px solid var(--tw-accent-deep); padding:4px 0 4px 18px; color:var(--tw-muted); font-style:italic; margin:20px 0; }
  .tw-prose table{ width:100%; border-collapse:collapse; margin:18px 0; font-size:.92rem; }
  .tw-prose th, .tw-prose td{ border:1px solid var(--tw-line); padding:10px 12px; text-align:left; }
  .tw-prose th{ background:var(--tw-blush); font-weight:800; }

  /* CARDS (features / steps reused across pages) */
  .tw-features{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  .tw-feature{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-md); padding:24px; transition:transform .18s ease, box-shadow .18s ease; }
  .tw-feature:hover{ transform:translateY(-4px); box-shadow:var(--tw-shadow-sm); }
  .tw-feature-icon{ width:42px; height:42px; border-radius:12px; background:var(--tw-accent-pale); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
  .tw-feature-icon svg{ width:22px; height:22px; color:var(--tw-accent-deep); }
  .tw-feature h3, .tw-feature h4{ font-size:1rem; font-weight:800; margin-bottom:6px; font-family:var(--tw-font-body); }
  .tw-feature p{ font-size:.88rem; color:var(--tw-muted); }

  .tw-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
  .tw-steps--3col{ grid-template-columns:repeat(3,1fr); max-width:760px; margin-left:auto; margin-right:auto; }
  .tw-step{ text-align:center; padding:0 8px; }
  .tw-step-num{ width:44px; height:44px; margin:0 auto 16px; border-radius:50%; background:var(--tw-gradient); color:#fff;
    font-family:var(--tw-font-display); font-size:1.2rem; display:flex; align-items:center; justify-content:center; }
  .tw-step h3{ font-size:1.02rem; font-weight:800; margin-bottom:6px; }
  .tw-step p{ font-size:.88rem; color:var(--tw-muted); }

  /* BUTTONS */
  .tw-actions{ display:flex; flex-wrap:wrap; gap:12px; }
  .tw-btn{ position:relative; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; gap:9px;
    font-size:.95rem; font-weight:700; border-radius:999px; padding:14px 26px; transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease; min-height:48px; }
  .tw-btn svg{ width:17px; height:17px; flex-shrink:0; }
  .tw-btn--primary{ background:var(--tw-gradient); color:#fff; box-shadow:var(--tw-shadow-sm); }
  .tw-btn--primary:hover{ transform:translateY(-2px); box-shadow:var(--tw-shadow); text-decoration:none; }
  .tw-btn--ghost{ background:var(--tw-bg); border:1.5px solid var(--tw-line); color:var(--tw-ink); }
  .tw-btn--ghost:hover{ border-color:var(--tw-line-strong); transform:translateY(-1px); text-decoration:none; }

  /* CONTACT FORM */
  .tw-contact-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:start; }
  .tw-form-card{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-lg); box-shadow:var(--tw-shadow); padding:clamp(22px,4vw,36px); }
  .tw-field{ margin-bottom:16px; display:flex; flex-direction:column; gap:7px; }
  .tw-label{ font-size:.74rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--tw-muted); }
  .tw-input, .tw-textarea{ width:100%; font-size:1rem; font-weight:600; color:var(--tw-ink); background:var(--tw-bg);
    border:1.5px solid var(--tw-line); border-radius:var(--tw-radius-md); padding:14px 16px; transition:border-color .15s ease, box-shadow .15s ease, background .15s ease; }
  .tw-textarea{ resize:vertical; min-height:140px; font-weight:500; }
  .tw-input:focus-visible, .tw-textarea:focus-visible{ outline:none; background:var(--tw-white); border-color:var(--tw-accent-deep); box-shadow:0 0 0 4px rgba(178,55,104,.12); }
  .tw-contact-info{ display:flex; flex-direction:column; gap:18px; }
  .tw-info-card{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-md); padding:20px; }
  .tw-info-card h3{ font-size:.95rem; font-weight:800; margin-bottom:6px; }
  .tw-info-card p{ font-size:.9rem; color:var(--tw-muted); }
  .tw-info-card a{ font-weight:700; }

  /* BLOG LISTING */
  .tw-blog-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
  .tw-blog-card{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-md); overflow:hidden; transition:transform .18s ease, box-shadow .18s ease; }
  .tw-blog-card:hover{ transform:translateY(-4px); box-shadow:var(--tw-shadow-sm); }
  .tw-blog-card-img{ width:100%; aspect-ratio:16/9; background:var(--tw-blush); overflow:hidden; display:flex; align-items:center; justify-content:center; }
  .tw-blog-card-img img{ width:100%; height:100%; object-fit:cover; display:block; }
  .tw-blog-card-img svg{ width:40px; height:40px; color:var(--tw-accent-deep); opacity:.4; }
  .tw-blog-card-body{ padding:24px; }
  .tw-blog-card .tw-tag{ font-size:.68rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--tw-accent-deep); background:var(--tw-accent-pale); border-radius:999px; padding:4px 10px; display:inline-block; margin-bottom:12px; }
  .tw-blog-card h3{ font-family:var(--tw-font-display); font-size:1.3rem; font-weight:400; margin-bottom:8px; }
  .tw-blog-card p{ font-size:.9rem; color:var(--tw-muted); margin-bottom:14px; }
  .tw-blog-card .tw-meta{ font-size:.78rem; color:var(--tw-muted); font-weight:600; }
  .tw-blog-card a.tw-read{ font-weight:800; font-size:.86rem; }
  .tw-post-featured-img{ width:100%; border-radius:var(--tw-radius-md); overflow:hidden; margin:0 0 32px; background:var(--tw-blush); aspect-ratio:16/9; }
  .tw-post-featured-img img{ width:100%; height:100%; object-fit:cover; display:block; }

  /* BLOG POST LAYOUT: content + sidebar + TOC */
  .tw-post-hero{ padding:clamp(28px,5vw,44px) 0 6px; }
  .tw-post-meta{ display:flex; flex-wrap:wrap; gap:14px; font-size:.84rem; color:var(--tw-muted); font-weight:600; margin-bottom:16px; }
  .tw-post-meta span{ display:inline-flex; align-items:center; gap:6px; }
  .tw-post-layout{ display:grid; grid-template-columns:1fr 320px; gap:56px; align-items:start; padding:clamp(20px,4vw,32px) 0 clamp(56px,8vw,80px); }
  .tw-post-content{ min-width:0; }
  .tw-post-sidebar{ display:flex; flex-direction:column; gap:22px; }
  .tw-sidebar-card{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-md); padding:22px; }
  .tw-sidebar-card h4{ font-size:.78rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--tw-muted); margin-bottom:14px; }
  .tw-sidebar-card p{ font-size:.88rem; color:var(--tw-muted); margin-bottom:14px; }
  .tw-recent-list{ display:flex; flex-direction:column; gap:16px; }
  .tw-recent-item{ display:flex; gap:12px; text-decoration:none; align-items:flex-start; }
  .tw-recent-thumb{ width:64px; height:64px; border-radius:10px; flex-shrink:0; overflow:hidden; background:var(--tw-blush); display:flex; align-items:center; justify-content:center; }
  .tw-recent-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
  .tw-recent-thumb svg{ width:24px; height:24px; color:var(--tw-accent-deep); opacity:.5; }
  .tw-recent-body h5{ font-size:.9rem; font-weight:700; color:var(--tw-ink); line-height:1.35; margin-bottom:4px; }
  .tw-recent-item:hover h5{ color:var(--tw-accent-deep); }
  .tw-recent-body span{ font-size:.76rem; color:var(--tw-muted); font-weight:600; }
  .tw-related{ display:flex; flex-direction:column; gap:10px; }
  .tw-related a{ font-size:.88rem; font-weight:700; color:var(--tw-ink); display:block; padding:8px 0; border-bottom:1px solid var(--tw-line); }
  .tw-related a:last-child{ border-bottom:0; }
  .tw-related a:hover{ color:var(--tw-accent-deep); }

  /* FAQ */
  .tw-faq{ max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
  .tw-faq-item{ background:var(--tw-white); border:1px solid var(--tw-line); border-radius:var(--tw-radius-md); overflow:hidden; }
  .tw-faq-item summary{ list-style:none; cursor:pointer; padding:18px 20px; font-weight:700; font-size:.98rem; display:flex; align-items:center; justify-content:space-between; gap:12px; }
  .tw-faq-item summary::-webkit-details-marker{ display:none; }
  .tw-faq-icon{ width:20px; height:20px; flex-shrink:0; color:var(--tw-accent-deep); transition:transform .2s ease; }
  .tw-faq-item[open] .tw-faq-icon{ transform:rotate(45deg); }
  .tw-faq-body{ padding:0 20px 18px; color:var(--tw-muted); font-size:.9rem; }

  /* FOOTER */
  .tw-footer{ background:var(--tw-ink); color:#F1E7EB; padding:clamp(44px,7vw,64px) 0 24px; }
  .tw-footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.12); }
  .tw-footer-brand{ display:flex; align-items:center; gap:10px; font-weight:800; font-size:1.1rem; color:#fff; margin-bottom:12px; }
  .tw-footer-brand svg{ width:30px; height:30px; }
  .tw-footer-tagline{ font-size:.88rem; color:#C9B7BF; max-width:32ch; }
  .tw-footer-col h4{ font-size:.78rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#C9B7BF; margin-bottom:14px; }
  .tw-footer-col ul{ display:flex; flex-direction:column; gap:10px; }
  .tw-footer-col a{ font-size:.88rem; color:#EBDEE3; text-decoration:none; }
  .tw-footer-col a:hover{ color:#fff; text-decoration:underline; }
  .tw-footer-bottom{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; padding-top:22px; font-size:.8rem; color:#B7A3AA; }

  /* RESPONSIVE */
  @media (max-width:980px){
    .tw-post-layout{ grid-template-columns:1fr; }
    .tw-post-sidebar{ flex-direction:row; overflow-x:auto; }
    .tw-post-sidebar .tw-sidebar-card{ min-width:280px; }
  }
  @media (max-width:900px){
    .tw-features{ grid-template-columns:repeat(2,1fr); }
    .tw-steps{ grid-template-columns:repeat(2,1fr); row-gap:32px; }
    .tw-footer-top{ grid-template-columns:1fr 1fr; row-gap:28px; }
    .tw-contact-grid{ grid-template-columns:1fr; }
    .tw-blog-grid{ grid-template-columns:1fr; }
  }
  @media (max-width:760px){
    .tw-nav, .tw-nav-cta{ display:none; }
    .tw-burger{ display:flex; }
    .tw-mobile-nav{ display:block; }
  }
  @media (max-width:640px){
    .tw-features{ grid-template-columns:1fr; }
    .tw-steps{ grid-template-columns:1fr; }
    .tw-footer-top{ grid-template-columns:1fr; }
    .tw-post-sidebar{ flex-direction:column; }
    .tw-post-sidebar .tw-sidebar-card{ min-width:0; }
  }
  @media (prefers-reduced-motion: reduce){
    *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
  }
