/**
 * Remove YouTube Video — Main Stylesheet
 * Source of Truth: Reference Screenshot (media_1789789424076.png)
 * Pure Solid Two-Color (Solid White #FFFFFF + Solid Red #CC0000) with Slanted Clip-Path Edge
 * NO Gradient, NO Pink, NO Blending, NO Blur
 */

:root {
  --paper: #ECECEA;
  --paper-dim: #ECECEA;
  --ink: #1E1E1C;
  --ink-soft: #5A5A56;
  --line: #D8D8D4;
  --signal: #CC0000;
  --signal-light: #3B9FE0;
  --signal-soft: #ECECEA;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { max-width: 100%; overflow-x: clip; }
img, svg { max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }
p { text-align: left; }
.wrap { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; box-sizing: border-box; }

/* Strip all parent theme / Elementor padding & margin from header */
header, header.site-header, .site-header {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #FFFFFF !important;
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  box-sizing: border-box !important;
}

.header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.header-left {
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
  margin: 0 !important;
  padding: 20px 0 20px max(32px, calc((100% - 1240px) / 2 + 32px)) !important;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Newsreader', serif;
  font-size: 21px;
  font-weight: 500;
  color: #1E1E1C;
  text-decoration: none;
}
.logo b { font-weight: 600; color: #1E1E1C; }
.logo .tld { color: #5A5A56; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; }
.site-logo-img { height: 44px; width: auto; max-height: 56px; display: block; object-fit: contain; }

.left-navlinks {
  display: flex;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  color: #4A4A47;
}
.left-navlinks a:hover { color: #CC0000; }

/* Slanted Solid Red Header Zone (Extends 100% Edge-to-Edge to Right Screen Border) */
.header-red-zone {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  background-color: #CC0000 !important;
  padding: 30px max(32px, calc((100% - 1240px) / 2 + 32px)) 30px 48px !important;
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0% 100%) !important;
  margin: 0 0 0 auto !important;
}

.right-navlinks {
  display: flex;
  gap: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}
.right-navlinks a { color: #FFFFFF; text-decoration: none; }
.right-navlinks a:hover { opacity: 0.85; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Functional Profile & Cart Badges (White Circle Badges in Red Header Zone) */
.header-avatar-link,
.header-cart-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  color: #1E1E1C !important;
  border: none !important;
  cursor: pointer !important;
  transition: transform .15s ease !important;
  text-decoration: none !important;
}
.header-avatar-link:hover,
.header-cart-link:hover { transform: scale(1.05) !important; }
.header-avatar-img { width: 40px !important; height: 40px !important; border-radius: 50% !important; object-fit: cover !important; }

.header-avatar-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.header-avatar-link svg,
.header-avatar-icon svg,
.header-cart-link .cart-icon {
  width: 24px !important;
  height: 24px !important;
  stroke: #1E1E1C !important;
  color: #1E1E1C !important;
  fill: none !important;
  display: block !important;
  flex-shrink: 0 !important;
  stroke-width: 2px !important;
}

.cart-badge {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  background: #CC0000 !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #FFFFFF !important;
}

/* Header CTA Button (Solid White Button inside Red Header Zone) */
.nav-cta {
  background: #FFFFFF !important;
  color: #1E1E1C !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 6px !important;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  transition: all 0.2s ease !important;
}
.nav-cta:hover {
  background: #FFFFFF !important;
  color: #CC0000 !important;
  transform: translateY(-1px);
}

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #FFFFFF; margin: 4px 0; }

/* REFINED BUTTONS MATCHING REFERENCE IMAGE (media_1789789424076.png) */
/* Solid White Left + Slanted Solid Red Right with White Arrow */
.btn-primary, .service-card a.sgo, .pay-btn-slanted, .info-card .btn-primary, .wpcf7-submit, input[type="submit"].wpcf7-submit, button.wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: auto !important;
  max-width: max-content !important;
  background-color: #FFFFFF !important;
  color: #1E1E1C !important;
  border: 1px solid #CC0000 !important;
  border-radius: 8px !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.btn-primary .btn-label, .service-card a.sgo .btn-label, .pay-btn-slanted .btn-label, .wpcf7-submit .btn-label {
  padding: 12px 20px !important;
  color: #1E1E1C !important;
  font-weight: 700 !important;
  transition: color 0.2s ease !important;
  flex-grow: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.btn-primary .btn-arrow, .service-card a.sgo .btn-arrow, .pay-btn-slanted .btn-arrow, .wpcf7-submit .btn-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 100% !important;
  min-height: 44px !important;
  background-color: #CC0000 !important;
  color: #FFFFFF !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%) !important;
  padding-left: 6px !important;
  flex-shrink: 0 !important;
}

/* Hover State: Red Text on White Left + Solid Red Right Box */
.btn-primary:hover .btn-label, .service-card a.sgo:hover .btn-label, .pay-btn-slanted:hover .btn-label, .wpcf7-submit:hover .btn-label {
  color: #CC0000 !important;
}
.btn-primary:hover, .service-card a.sgo:hover, .pay-btn-slanted:hover, .wpcf7-submit:hover {
  border-color: #CC0000 !important;
  box-shadow: 0 3px 8px rgba(204, 0, 0, 0.15) !important;
}

.summary-panel #addToCartBtn {
  width: 100% !important;
  margin-top: 20px !important;
}

/* Hero Section */
.hero { padding: 60px 0 76px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 48px; line-height: 1.1; max-width: 520px; }
.hero p.lede { margin-top: 20px; font-size: 18px; color: var(--ink-soft); max-width: 440px; }
.hero-actions { margin-top: 30px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.link-quiet { font-size: 15px; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.link-quiet:hover { color: var(--ink); border-color: var(--ink); }

.platform-strip { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.platform-strip .ps-title { font-size: 13px; color: var(--ink-soft); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
.ps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ps-item { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; font-size: 13.5px; font-weight: 500; }
.ps-item .badge { width: 30px; height: 30px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.ps-item .badge .no { position: absolute; bottom: -3px; right: -3px; width: 13px; height: 13px; border-radius: 50%; background: var(--signal); border: 2px solid white; }

/* Trust Strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; }
.trust .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.trust-item { font-size: 14px; color: var(--ink-soft); }
.trust-item b { color: var(--ink); font-weight: 600; }

.section { padding: 84px 0; }
.eyebrow-num { font-size: 14px; color: var(--signal); font-weight: 500; margin-bottom: 10px; }
.section h2 { font-size: 34px; max-width: 580px; margin-bottom: 16px; }
.section .subhead { font-size: 16px; color: var(--ink-soft); max-width: 480px; }

/* Services Grid (14 Cards) */
.service-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 26px; display: flex; flex-direction: column; }
.service-card .sbadge { width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; position: relative; }
.service-card .sbadge .no { position: absolute; bottom: -4px; right: -4px; width: 17px; height: 17px; border-radius: 50%; background: var(--signal); border: 2px solid white; }
.service-card h3 { font-size: 18px; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 16px; flex-grow: 1; }
.service-card .sprice { font-family: 'Newsreader', serif; font-size: 22px; margin-bottom: 14px; }
.service-card .sprice span { font-size: 13px; font-family: 'IBM Plex Sans', sans-serif; color: var(--ink-soft); }

.process { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-item { padding: 36px 36px; border-right: 1px solid var(--line); box-sizing: border-box; }
.process-item:first-child { padding-left: 0; padding-right: 36px; }
.process-item:last-child { padding-left: 36px; padding-right: 0; border-right: none; }
.process-item .step { font-family: 'Newsreader', serif; font-size: 30px; color: var(--line); margin-bottom: 18px; }
.process-item h3 { font-size: 19px; margin-bottom: 10px; }
.process-item p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* CTA Band */
.cta-band { background: var(--ink); color: var(--paper); text-align: left; }
.cta-band .wrap { padding-top: 76px; padding-bottom: 76px; }
.cta-band h2 { color: var(--paper); font-size: 34px; max-width: 500px; margin: 0 !important; padding: 0 !important; }
.cta-band p { color: #C9BDBD; margin-top: 14px; max-width: 420px; }
.cta-band .btn-primary { margin-top: 28px; }

/* Footer Matching Reference Image */
footer {
  position: relative;
  background: #FFFFFF;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.footer-main {
  padding: 56px 0 40px;
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr 1.3fr;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.footer-col { min-width: 0; }
.footer-col h4 { font-size: 14px; margin-bottom: 16px; color: var(--ink); }
.footer-col ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.footer-col li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.footer-col p, .footer-col a { display: block; font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; overflow-wrap: break-word; word-break: break-word; }
.footer-col a:hover { color: #CC0000; }
.footer-desc { font-size: 14px; color: var(--ink-soft); max-width: 280px; margin-top: 14px; }
.social-row { display: flex; gap: 18px; margin-top: 16px; }
.social-icon { display: flex; align-items: center; justify-content: center; color: var(--ink-soft); transition: all .15s ease; font-size: 20px; font-weight: 600; }
.social-icon:hover { color: #CC0000; }

/* Two-Color Slanted 50/50 Footer Bottom Section */
.footer-bottom-band {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 60px;
  background: #FFFFFF;
  border-top: 1px solid var(--line);
  z-index: 2;
  overflow: hidden;
}

.footer-bottom-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: max(32px, calc((100% - 1240px) / 2 + 32px));
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.footer-bottom-left .fine {
  font-size: 13px;
  color: #1E1E1C;
  font-weight: 500;
}

.footer-bottom-red-zone {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #CC0000;
  padding-right: max(32px, calc((100% - 1240px) / 2 + 32px));
  padding-left: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0% 100%);
  box-sizing: border-box;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
}

.footer-legal a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.15s ease;
}

.footer-legal a:hover {
  color: #FFFFFF;
  opacity: 0.85;
}

/* Floating Cart Button */
.floating-cart-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  color: #1E1E1C;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Cart Drawer Modal */
.rnr-cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 999990; }
.rnr-cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 90vw; background: white;
  z-index: 999995; box-shadow: -4px 0 24px rgba(0,0,0,0.15); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnr-cart-drawer.open { transform: translateX(0); }
.rnr-cart-header { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.rnr-cart-title { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 500; }
.rnr-cart-close { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--ink-soft); }
.rnr-cart-body { padding: 24px; flex-grow: 1; overflow-y: auto; }
.rnr-cart-footer { padding: 20px 24px; border-top: 1px solid var(--line); background: var(--paper); }
.rnr-cart-subtotal-row { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 16px; }
.rnr-cart-actions { display: grid; gap: 10px; }
.rnr-cart-btn { text-align: center; padding: 12px; border-radius: 4px; font-weight: 600; font-size: 14px; }
.rnr-cart-btn.primary { background: var(--signal); color: white; }
.rnr-cart-btn.secondary { border: 1px solid var(--ink); color: var(--ink); }

/* Default Base Hide: Mobile Navigation Drawer & Hamburger Toggle (Hidden by default on Desktop & All Viewports) */
#mobileNavDrawer,
.mobile-nav-drawer,
#mobileNavBackdrop,
.mobile-nav-backdrop,
#mobileNavClose,
.mobile-nav-close,
#navToggle,
.nav-toggle {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Explicit Desktop Protection (≥ 1051px Desktop Widths) */
@media (min-width: 1051px) {
  #mobileNavDrawer,
  .mobile-nav-drawer,
  #mobileNavBackdrop,
  .mobile-nav-backdrop,
  #mobileNavClose,
  .mobile-nav-close,
  #navToggle,
  .nav-toggle,
  .mobile-nav-content,
  .mobile-nav-header,
  .mobile-nav-links,
  .mobile-nav-footer {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

/* Responsive Adjustments (<1051px Mobile & Tablet) */
@media (max-width: 1050px) {
  .left-navlinks, .right-navlinks { display: none !important; }
  .site-header .header-inner { flex-wrap: nowrap !important; align-items: center !important; justify-content: space-between !important; }
  .header-red-zone { padding: 6px 10px !important; clip-path: none !important; background: #CC0000 !important; border-radius: 0 0 0 12px; flex-shrink: 0 !important; }
  .header-actions { gap: 6px !important; display: flex !important; align-items: center !important; }

  /* Mobile Header Action Buttons (Profile, Cart, Hamburger): 40px x 40px button, 20px SVG icon */
  .header-avatar-link,
  .header-cart-link,
  .nav-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .header-avatar-img { width: 36px !important; height: 36px !important; }
  .header-avatar-link svg,
  .header-avatar-icon svg,
  .header-cart-link .cart-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .nav-toggle,
  #navToggle {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    margin-left: 2px !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    height: 40px !important;
    width: 40px !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
  }
  .nav-toggle span { display: block !important; width: 18px !important; height: 2px !important; background: #1E1E1C !important; margin: 2.5px 0 !important; transition: all 0.25s ease !important; }
  
  .cart-badge {
    top: -2px !important;
    right: -2px !important;
    width: 17px !important;
    height: 17px !important;
    font-size: 10.5px !important;
    border: 1.5px solid #FFFFFF !important;
  }

  /* Mobile Hamburger Active (X State) */
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
  .nav-toggle.active span:nth-child(2) { opacity: 0 !important; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

  /* Body Scroll Lock when Drawer Open */
  body.mobile-menu-open { overflow: hidden !important; }

  /* Mobile Nav Drawer Overlay & Content */
  .mobile-nav-drawer,
  #mobileNavDrawer {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mobile-nav-drawer.open,
  #mobileNavDrawer.open {
    display: block !important;
  }

  .mobile-nav-backdrop,
  #mobileNavBackdrop {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,0.6) !important;
    backdrop-filter: blur(4px) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
  }

  .mobile-nav-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 320px !important;
    max-width: 85vw !important;
    background: #FFFFFF !important;
    box-shadow: -4px 0 24px rgba(0,0,0,0.2) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    z-index: 2 !important;
    overflow-y: auto !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  .mobile-nav-header { display: flex !important; align-items: center !important; justify-content: space-between !important; padding-bottom: 20px !important; border-bottom: 1px solid #D8D8D4 !important; visibility: visible !important; pointer-events: auto !important; height: auto !important; margin: 0 !important; }
  .mobile-nav-header .site-logo-img { height: 38px !important; width: auto !important; }
  .mobile-nav-close,
  #mobileNavClose {
    display: block !important;
    background: none !important;
    border: none !important;
    font-size: 32px !important;
    line-height: 1 !important;
    color: #1E1E1C !important;
    cursor: pointer !important;
    padding: 0 4px !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
  }
  .mobile-nav-close:hover { color: #CC0000 !important; }

  .mobile-nav-links { display: flex !important; flex-direction: column !important; gap: 8px !important; padding: 24px 0 !important; visibility: visible !important; pointer-events: auto !important; height: auto !important; margin: 0 !important; }
  .mobile-nav-links a {
    display: flex !important;
    align-items: center !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1E1E1C !important;
    text-decoration: none !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
  }
  .mobile-nav-links a:hover,
  .mobile-nav-links a:focus {
    background-color: #ECECEA !important;
    color: #CC0000 !important;
  }

  .mobile-nav-footer { display: block !important; margin-top: auto !important; padding-top: 20px !important; border-top: 1px solid #D8D8D4 !important; visibility: visible !important; pointer-events: auto !important; height: auto !important; }
  .mobile-nav-footer .mobile-cta-btn { width: 100% !important; justify-content: space-between !important; }

  .footer-bottom-band { flex-direction: column; }
  .footer-bottom-left { width: 100%; padding: 16px 24px; justify-content: center; text-align: center; }
  .footer-bottom-red-zone { width: 100%; clip-path: none; padding: 14px 24px; justify-content: center; }
}

@media (max-width: 900px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr; }
  .process-item { border-right: none; border-bottom: 1px solid var(--line); padding: 24px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .wrap { padding-left: 12px !important; padding-right: 12px !important; }
  .header-cta-btn { display: none !important; }
  .header-left { padding-left: 12px !important; gap: 6px !important; }
  .site-logo-img { height: 34px !important; width: auto !important; max-width: 140px !important; object-fit: contain !important; }
  .header-red-zone { padding: 5px 8px !important; }
  .header-actions { gap: 6px !important; }
  .service-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .ps-grid { grid-template-columns: 1fr; }
  .footer-bottom-left, .footer-bottom-red-zone { padding: 12px 16px; }
}

/* ======================================================
 * PHASE 9 — INNER PAGES DESIGN ALIGNMENT (PAGE-SCOPED)
 * Header & Footer remain 100% Locked and Frozen
 * ====================================================== */

/* Page Headings & Eyebrows */
.page-head { padding: 44px 0 8px; }
.eyebrow-num { font-size: 14px; color: #CC0000; font-weight: 500; margin-bottom: 10px; }
.page-head h1 { font-size: 38px; max-width: 640px; font-family: 'Newsreader', serif; font-weight: 500; }
.page-head p { font-size: 16px; color: #5A5A56; margin-top: 12px; max-width: 560px; }

/* 1. PRICING & ORDER PAGE LAYOUT (/pricing/) */
.order-layout { padding: 36px 0 100px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.field-block { margin-bottom: 24px; }
.field-block label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #1E1E1C; }
.field-block label .req { color: #CC0000; }
.field-block .hint { font-size: 13px; color: #5A5A56; margin-top: 6px; }
.field-block input, .field-block textarea, .field-block select {
  width: 100%; border: 1px solid #D8D8D4; border-radius: 4px; padding: 11px 13px; font-size: 15px; font-family: inherit; background: white; color: #1E1E1C; box-sizing: border-box;
}
.field-block textarea { resize: vertical; min-height: 80px; }
.field-block input:focus, .field-block textarea:focus, .field-block select:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px #ECECEA; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
h2.section-title { font-size: 21px; margin: 0 0 18px; font-family: 'Newsreader', serif; font-weight: 500; }
.form-section { margin-bottom: 40px; }

.service-options { display: grid; gap: 12px; }
.service-option {
  display: flex; align-items: center; gap: 14px; border: 1px solid #D8D8D4; border-radius: 6px;
  padding: 14px 16px; cursor: pointer; background: white; transition: border-color .15s ease, background-color .15s ease;
}
.service-option:hover { border-color: #CC0000; }
.service-option.selected { border-color: #CC0000; background: #FFFFFF; box-shadow: 0 0 0 1px #CC0000; }
.service-option input[type="radio"] { margin-top: 3px; accent-color: #CC0000; flex-shrink: 0; width: 16px; height: 16px; }
.service-option .sicon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.service-option .sicon .no { position: absolute; bottom: -3px; right: -3px; width: 12px; height: 12px; border-radius: 50%; background: #CC0000; border: 2px solid white; }
.service-option .so-title { font-size: 15px; font-weight: 600; color: #1E1E1C; }
.service-option .so-sub { font-size: 13px; color: #5A5A56; margin-top: 2px; }
.service-option .so-price { margin-left: auto; font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; color: #1E1E1C; white-space: nowrap; }

.pay-options { display: grid; gap: 10px; }
.pay-option-block { display: flex; flex-direction: column; width: 100%; }
.pay-option { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border: 1px solid #D8D8D4; border-radius: 6px; padding: 13px 16px; cursor: pointer; background: white; transition: border-color .15s ease, background-color .15s ease; font-size: 14.5px; font-weight: 500; color: #1E1E1C; }
.pay-option:hover { border-color: #CC0000; }
.pay-option input[type="radio"] { accent-color: #CC0000; width: 16px; height: 16px; cursor: pointer; }
.pay-option.selected { border-color: #CC0000; background: #FFFFFF; box-shadow: 0 0 0 1px #CC0000; }
.paypal-note { font-size: 13px; color: #5A5A56; margin-top: 14px; padding: 12px 14px; background: #ECECEA; border-radius: 6px; }
.paypal-note a { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; font-weight: 600; }
.pay-detail { display: none; font-size: 13.5px; color: #5A5A56; margin-top: 8px; margin-bottom: 4px; padding: 14px 16px; background: #ECECEA; border-radius: 6px; line-height: 1.55; border-left: 3px solid #CC0000; }
.pay-detail.visible { display: block; }
.pay-detail b { color: #1E1E1C; }

.order-success-box { background: #FFFFFF; border: 1px solid #00B67A; border-radius: 8px; padding: 24px; margin-top: 24px; box-shadow: 0 4px 16px rgba(0,182,122,0.1); }
.order-success-box h3 { color: #00B67A; font-family: 'Newsreader', serif; font-size: 22px; margin-bottom: 10px; font-weight: 500; }
.order-success-box p { font-size: 14.5px; color: #1E1E1C; margin-bottom: 12px; line-height: 1.5; }
.order-success-box .instructions-card { background: #ECECEA; border-radius: 6px; padding: 16px; font-size: 14px; color: #1E1E1C; margin-top: 14px; border-left: 3px solid #CC0000; line-height: 1.6; }

.summary-panel { position: sticky; top: 100px; border: 1px solid #D8D8D4; border-radius: 8px; background: white; padding: 26px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.summary-panel h3 { font-size: 18px; margin-bottom: 18px; font-family: 'Newsreader', serif; font-weight: 500; }
.summary-row { display: flex; justify-content: space-between; font-size: 14.5px; padding: 10px 0; border-top: 1px solid #ECECEA; }
.summary-row:first-of-type { border-top: none; }
.summary-total { display: flex; justify-content: space-between; font-family: 'Newsreader', serif; font-size: 24px; padding-top: 16px; margin-top: 8px; border-top: 1px solid #D8D8D4; }
.pay-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 13px; margin-top: 12px;
  border-radius: 4px; font-size: 15px; font-weight: 600; border: 1px solid #D8D8D4; background: white; cursor: pointer; text-decoration: none;
}
.pay-btn.primary { background: #CC0000 !important; color: white !important; border-color: #CC0000 !important; margin-top: 20px; }
.pay-btn.primary:hover { background: #1E1E1C !important; border-color: #1E1E1C !important; }

/* 2. MY ACCOUNT PAGE (/my-account/) */
.woocommerce-account .page-head { padding: 44px 0 8px; }
.woocommerce-account .woocommerce { max-width: 1240px; margin: 0 auto; padding: 32px 32px 100px; box-sizing: border-box; }
.woocommerce-account .woocommerce::after { content: ""; display: table; clear: both; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left; width: 240px; background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 8px; padding: 16px 0; margin-right: 32px; box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block; padding: 12px 20px; font-size: 15px; font-weight: 500; color: #1E1E1C; text-decoration: none; transition: all 0.15s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #ECECEA; color: #CC0000; font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right; width: calc(100% - 272px); background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 8px; padding: 32px 36px; box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 24px; margin-bottom: 20px; }
.woocommerce-account form .form-row { margin-bottom: 20px; }
.woocommerce-account form .form-row label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.woocommerce-account form .form-row input.input-text {
  width: 100%; border: 1px solid #D8D8D4; border-radius: 4px; padding: 11px 13px; font-size: 15px; font-family: inherit; background: white; color: #1E1E1C; box-sizing: border-box;
}
.woocommerce-account form .form-row input.input-text:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px #ECECEA; }
.woocommerce-account button.button, .woocommerce-account a.button {
  display: inline-flex !important; align-items: center !important; justify-content: center !important; background-color: #CC0000 !important; color: #FFFFFF !important;
  border: 1px solid #CC0000 !important; border-radius: 6px !important; padding: 11px 22px !important; font-size: 14px !important; font-weight: 600 !important;
  text-decoration: none !important; cursor: pointer !important; transition: all 0.2s ease !important;
}
.woocommerce-account button.button:hover, .woocommerce-account a.button:hover { background-color: #1E1E1C !important; border-color: #1E1E1C !important; }

/* 3. ARTICLES ARCHIVE (/articles/) */
.article-grid { padding: 44px 0 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.article-card { border: 1px solid #D8D8D4; border-radius: 10px; padding: 30px 26px; background: white; transition: border-color .15s ease, transform .15s ease; display: block; text-decoration: none; }
.article-card:hover { border-color: #CC0000; transform: translateY(-2px); }
.article-card .tag { font-size: 12.5px; color: #CC0000; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.article-card h2 { font-size: 21px; margin-bottom: 10px; line-height: 1.25; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; }
.article-card p { font-size: 14px; color: #5A5A56; margin-bottom: 16px; }
.article-card .readmore { font-size: 14px; color: #CC0000; font-weight: 600; }

/* 4. CONTACT PAGE (/contact/) */
.contact-layout { padding: 36px 0 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.info-card { border: 1px solid #D8D8D4; border-radius: 8px; padding: 28px; background: white; margin-bottom: 20px; }
.info-card h3 { font-size: 17px; margin-bottom: 14px; font-family: 'Newsreader', serif; font-weight: 500; }
.info-row { display: flex; align-items: center; gap: 12px; font-size: 15px; padding: 8px 0; }
.info-row .ico { width: 34px; height: 34px; border-radius: 50%; background: #ECECEA; color: #CC0000; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-row a:hover { color: #CC0000; }
.faq-item { border-top: 1px solid #D8D8D4; padding: 16px 0; }
.faq-item:first-child { border-top: none; }
.faq-item h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; color: #1E1E1C; }
.faq-item p { font-size: 14px; color: #5A5A56; }

/* 5. LEGAL PAGES (/privacy-policy/, /terms-of-service/, /refund-policy/) */
.legal-body { max-width: 760px; margin: 0 auto; padding: 40px 32px 100px; }
.legal-body h1 { font-size: 36px; margin-bottom: 6px; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; }
.legal-body .updated { font-size: 13.5px; color: #5A5A56; margin-bottom: 36px; }
.legal-body h2 { font-size: 21px; margin: 34px 0 12px; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; }
.legal-body p, .legal-body li { font-size: 15.5px; color: #1E1E1C; margin-bottom: 12px; line-height: 1.65; }
.legal-body ul { margin-left: 22px; margin-bottom: 16px; }
.legal-body a { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; }
.legal-body a:hover { opacity: 0.85; }

/* Responsive Grid Adjustments for Inner Pages */
@media (max-width: 900px) {
  .order-layout, .contact-layout, .article-grid { grid-template-columns: 1fr; gap: 32px; }
  .summary-panel { position: static; }
  .field-row { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none; width: 100%; margin-right: 0; margin-bottom: 24px;
  }
}

/* 6. SINGLE ARTICLE PAGE TEMPLATE (.single-article-wrap) */
.single-article-wrap { max-width: 100%; margin: 0 auto; }
.single-article-wrap .article-head { max-width: 760px; margin: 0 auto; padding: 52px 32px 16px; }
.single-article-wrap .article-head .back-link { margin-bottom: 16px; font-size: 14px; font-weight: 600; }
.single-article-wrap .article-head .back-link a { color: #CC0000; text-decoration: none; }
.single-article-wrap .article-head .back-link a:hover { text-decoration: underline; }
.single-article-wrap .article-head .tag { font-size: 13px; color: #CC0000; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.single-article-wrap .article-head h1 { font-size: 38px; line-height: 1.18; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; margin-bottom: 16px; }
.single-article-wrap .article-head .dek { font-size: 18px; color: #5A5A56; margin-bottom: 16px; font-family: 'Newsreader', serif; font-style: italic; line-height: 1.5; }
.single-article-wrap .article-head .article-meta { font-size: 13.5px; color: #5A5A56; }
.single-article-wrap .article-featured-media { max-width: 880px; margin: 24px auto 32px; padding: 0 32px; }
.single-article-wrap .article-featured-media img { width: 100%; border-radius: 10px; border: 1px solid #D8D8D4; }
.single-article-wrap .prose { max-width: 760px; margin: 0 auto; padding: 0 32px 100px; font-size: 17px; line-height: 1.68; color: #1E1E1C; }
.single-article-wrap .prose h2 { font-size: 25px; margin: 40px 0 14px; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; }
.single-article-wrap .prose h3 { font-size: 19px; margin: 28px 0 10px; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; }
.single-article-wrap .prose p { margin-bottom: 18px; text-align: left; }
.single-article-wrap .prose ul, .single-article-wrap .prose ol { margin: 0 0 20px 24px; }
.single-article-wrap .prose li { margin-bottom: 8px; }
.single-article-wrap .prose a { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; }
.single-article-wrap .prose a:hover { opacity: 0.85; }
.single-article-wrap .prose .pullquote { border-left: 3px solid #CC0000; padding: 4px 0 4px 20px; margin: 32px 0; font-family: 'Newsreader', serif; font-size: 21px; font-style: italic; color: #1E1E1C; }
.single-article-wrap .prose .cta-box { background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 10px; padding: 32px; margin: 48px 0 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.single-article-wrap .prose .cta-box h3 { margin-top: 0; font-size: 21px; font-family: 'Newsreader', serif; font-weight: 500; color: #1E1E1C; margin-bottom: 8px; }
.single-article-wrap .prose .cta-box p { color: #5A5A56; margin-bottom: 20px; font-size: 15px; }

/* 7. CART DRAWER REFINEMENT (#rnrCartDrawer & .rnr-cart-overlay) */
.rnr-cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; backdrop-filter: blur(2px); }
.rnr-cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 100vw; background: #FFFFFF; z-index: 9999; box-shadow: -4px 0 24px rgba(0,0,0,0.15); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.rnr-cart-drawer.open { transform: translateX(0); }
.rnr-cart-header { padding: 20px 24px; border-bottom: 1px solid #D8D8D4; display: flex; align-items: center; justify-content: space-between; }
.rnr-cart-title { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 500; margin: 0; color: #1E1E1C; }
.rnr-cart-close { background: none; border: none; font-size: 28px; cursor: pointer; color: #5A5A56; line-height: 1; padding: 0 4px; }
.rnr-cart-close:hover { color: #CC0000; }
.rnr-cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.rnr-empty-cart { text-align: center; padding: 48px 16px; color: #5A5A56; }
.rnr-empty-cart svg { stroke: #D8D8D4; margin-bottom: 16px; }
.rnr-empty-cart p { font-size: 15px; margin-bottom: 20px; }
.rnr-empty-cart .btn-shop { display: inline-block; padding: 10px 20px; background: #CC0000; color: white; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; }
.rnr-cart-item { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid #ECECEA; }
.rnr-cart-item-title { font-size: 15px; font-weight: 600; color: #1E1E1C; margin-bottom: 4px; line-height: 1.3; }
.rnr-cart-item-price { font-size: 13.5px; color: #5A5A56; margin-bottom: 10px; }
.rnr-cart-qty-ctrl { display: inline-flex; align-items: center; border: 1px solid #D8D8D4; border-radius: 4px; overflow: hidden; background: white; }
.rnr-cart-qty-btn { width: 30px; height: 30px; background: #ECECEA; border: none; font-size: 16px; font-weight: 600; cursor: pointer; color: #1E1E1C; display: flex; align-items: center; justify-content: center; }
.rnr-cart-qty-btn:hover { background: #D8D8D4; color: #CC0000; }
.rnr-cart-qty-val { width: 36px; height: 30px; border: none; border-left: 1px solid #D8D8D4; border-right: 1px solid #D8D8D4; text-align: center; font-size: 14px; font-weight: 600; background: white; }
.rnr-cart-item-right { text-align: right; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; }
.rnr-cart-item-total { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 600; color: #1E1E1C; }
.rnr-cart-remove-btn { background: none; border: none; color: #CC0000; font-size: 13px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; padding: 0; }
.rnr-cart-remove-btn:hover { text-decoration: underline; }
.rnr-cart-footer { padding: 20px 24px; border-top: 1px solid #D8D8D4; background: #FFFFFF; }
.rnr-cart-subtotal-row { display: flex; justify-content: space-between; align-items: center; font-size: 16px; margin-bottom: 16px; }
.rnr-cart-subtotal-row strong { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 600; color: #1E1E1C; }
.rnr-cart-actions { display: flex; flex-direction: column; gap: 10px; }
.rnr-cart-btn { display: block; width: 100%; text-align: center; padding: 12px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; box-sizing: border-box; }
.rnr-cart-btn.secondary { background: #FFFFFF; color: #1E1E1C; border: 1px solid #D8D8D4; }
.rnr-cart-btn.secondary:hover { border-color: #CC0000; color: #CC0000; }
.rnr-cart-btn.primary { background: #CC0000; color: #FFFFFF; border: 1px solid #CC0000; }
.rnr-cart-btn.primary:hover { background: #1E1E1C; border-color: #1E1E1C; }

/* 8. WOOCOMMERCE CART PAGE (.woocommerce-cart) */
.woocommerce-cart .page-head, .woocommerce-checkout .page-head { padding: 44px 0 20px; }
.woocommerce-cart .page-head h1, .woocommerce-checkout .page-head h1 { font-family: 'Newsreader', serif; font-size: 38px; font-weight: 500; color: #1E1E1C; }
.woocommerce-cart .page-head p, .woocommerce-checkout .page-head p { font-size: 16px; color: #5A5A56; margin-top: 6px; }

.woocommerce-cart .woocommerce { max-width: 1240px; margin: 0 auto; padding: 24px 32px 100px; box-sizing: border-box; }
.woocommerce-cart table.shop_table td.product-thumbnail, .woocommerce-cart table.shop_table th.product-thumbnail { display: none !important; }
.woocommerce-cart table.shop_table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #D8D8D4; border-radius: 10px; background: #FFFFFF; margin-bottom: 36px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.03); }
.woocommerce-cart table.shop_table th { background: #ECECEA; padding: 16px 24px; font-size: 14px; font-weight: 600; text-align: left; color: #1E1E1C; border-bottom: 1px solid #D8D8D4; text-transform: uppercase; letter-spacing: 0.03em; }
.woocommerce-cart table.shop_table td { padding: 20px 24px; border-bottom: 1px solid #ECECEA; font-size: 15px; vertical-align: middle; }
.woocommerce-cart table.shop_table tr:last-child td { border-bottom: none; }
.woocommerce-cart table.shop_table td.product-remove { width: 40px; text-align: center; }
.woocommerce-cart table.shop_table td.product-remove a.remove { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 28px !important; height: 28px !important; border-radius: 50% !important; background: #ECECEA !important; color: #CC0000 !important; font-size: 18px !important; font-weight: 700 !important; text-decoration: none !important; transition: all 0.2s ease !important; }
.woocommerce-cart table.shop_table td.product-remove a.remove:hover { background: #CC0000 !important; color: #FFFFFF !important; }
.woocommerce-cart table.shop_table td.product-name a { color: #1E1E1C; font-size: 16.5px; font-weight: 600; text-decoration: none; }
.woocommerce-cart table.shop_table td.product-name a:hover { color: #CC0000; }
.woocommerce-cart table.shop_table td.product-price, .woocommerce-cart table.shop_table td.product-subtotal { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; color: #1E1E1C; }
.woocommerce-cart table.shop_table td.actions { padding: 20px 24px; background: #FFFFFF; }
.woocommerce-cart .coupon { display: flex; align-items: center; gap: 12px; float: left; }
.woocommerce-cart .coupon input.input-text { border: 1px solid #D8D8D4; border-radius: 6px; padding: 10px 14px; font-size: 14.5px; width: 200px; }
.woocommerce-cart .coupon button.button, .woocommerce-cart button[name="update_cart"] { background: #FFFFFF !important; color: #1E1E1C !important; border: 1px solid #D8D8D4 !important; border-radius: 6px !important; padding: 10px 18px !important; font-size: 14px !important; font-weight: 600 !important; cursor: pointer !important; transition: all 0.2s ease !important; }
.woocommerce-cart .coupon button.button:hover, .woocommerce-cart button[name="update_cart"]:hover { border-color: #CC0000 !important; color: #CC0000 !important; }
.woocommerce-cart .cart-collaterals { display: flex; justify-content: flex-end; }
.woocommerce-cart .cart_totals { width: 440px; max-width: 100%; background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 10px; padding: 32px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.woocommerce-cart .cart_totals h2 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 24px; margin-bottom: 20px; border-bottom: 1px solid #ECECEA; padding-bottom: 12px; color: #1E1E1C; }
.woocommerce-cart .cart_totals table { width: 100%; margin-bottom: 24px; border-collapse: collapse; }
.woocommerce-cart .cart_totals table th, .woocommerce-cart .cart_totals table td { padding: 12px 0; border-bottom: 1px solid #ECECEA; font-size: 15px; }
.woocommerce-cart .cart_totals table tr.order-total td strong { font-family: 'Newsreader', serif; font-size: 24px; font-weight: 600; color: #1E1E1C; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display: block !important; width: 100% !important; text-align: center !important; background: #CC0000 !important; color: #FFFFFF !important; border: 1px solid #CC0000 !important; border-radius: 6px !important; padding: 15px 24px !important; font-size: 15.5px !important; font-weight: 700 !important; text-decoration: none !important; cursor: pointer !important; box-shadow: 0 2px 8px rgba(204,0,0,0.25) !important; transition: all 0.2s ease !important; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: #1E1E1C !important; border-color: #1E1E1C !important; box-shadow: none !important; }

/* 9. WOOCOMMERCE CHECKOUT PAGE (.woocommerce-checkout) */
.woocommerce-checkout .woocommerce { max-width: 1240px; margin: 0 auto; padding: 24px 32px 100px; box-sizing: border-box; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: start; }
.woocommerce-checkout #customer_details { background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 10px; padding: 36px; box-shadow: 0 4px 16px rgba(0,0,0,0.03); }
.woocommerce-checkout h3 { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 500; margin-bottom: 20px; color: #1E1E1C; border-bottom: 1px solid #ECECEA; padding-bottom: 12px; }
.woocommerce-checkout .form-row { margin-bottom: 18px; }
.woocommerce-checkout .form-row label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; color: #1E1E1C; }
.woocommerce-checkout input.input-text, .woocommerce-checkout textarea, .woocommerce-checkout select { width: 100%; border: 1px solid #D8D8D4; border-radius: 6px; padding: 12px 14px; font-size: 15px; font-family: inherit; background: #FFFFFF; color: #1E1E1C; box-sizing: border-box; }
.woocommerce-checkout input.input-text:focus, .woocommerce-checkout textarea:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px rgba(204,0,0,0.1); }
.woocommerce-checkout #order_review_heading { display: none; }
.woocommerce-checkout #order_review { background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 10px; padding: 32px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); position: sticky; top: 100px; }
.woocommerce-checkout table.shop_table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.woocommerce-checkout table.shop_table th { font-size: 14px; font-weight: 600; color: #1E1E1C; padding: 10px 0; border-bottom: 1px solid #D8D8D4; }
.woocommerce-checkout table.shop_table td { padding: 14px 0; border-bottom: 1px solid #ECECEA; font-size: 15px; }
.woocommerce-checkout table.shop_table td.product-name { font-weight: 500; color: #1E1E1C; line-height: 1.4; }
.woocommerce-checkout table.shop_table td.product-total, .woocommerce-checkout table.shop_table tr.order-total td { text-align: right; font-family: 'Newsreader', serif; font-weight: 600; font-size: 19px; color: #1E1E1C; }
.woocommerce-checkout #payment { background: #ECECEA; border-radius: 8px; padding: 22px; margin-top: 24px; border: 1px solid #D8D8D4; }
.woocommerce-checkout #payment ul.payment_methods { list-style: none; margin: 0 0 20px; padding: 0; }
.woocommerce-checkout #payment ul.payment_methods li { margin-bottom: 14px; }
.woocommerce-checkout #payment ul.payment_methods li label { font-weight: 600; font-size: 15px; cursor: pointer; color: #1E1E1C; }
.woocommerce-checkout #payment div.payment_box { background: #FFFFFF; border: 1px solid #D8D8D4; border-radius: 6px; padding: 16px; margin-top: 10px; font-size: 14px; color: #5A5A56; line-height: 1.5; }
.woocommerce-checkout #place_order { display: block !important; width: 100% !important; background: #CC0000 !important; color: #FFFFFF !important; border: 1px solid #CC0000 !important; border-radius: 6px !important; padding: 16px 24px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; transition: all 0.2s ease !important; text-align: center !important; box-shadow: 0 2px 8px rgba(204,0,0,0.25) !important; margin-top: 20px !important; }
.woocommerce-checkout #place_order:hover { background: #1E1E1C !important; border-color: #1E1E1C !important; box-shadow: none !important; }

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-cart .cart-collaterals { width: 100%; }
  .single-article-wrap .article-head, .single-article-wrap .prose { padding-left: 20px; padding-right: 20px; }
}
