@font-face {
          font-family: "Atkinson Hyperlegible Mono";
          font-style: normal;
          font-weight: 400;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-mono-v7-latin_latin-ext-regular.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Mono";
          font-style: normal;
          font-weight: 700;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-mono-v7-latin_latin-ext-700.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 200;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-200.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 200;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-200italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 300;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-300.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 300;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-300italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 400;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-regular.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 400;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 500;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-500.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 500;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-500italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 600;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-600.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 600;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-600italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 700;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-700.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 700;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-700italic.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: normal;
          font-weight: 800;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-800.woff2') format('woff2');
          font-stretch: normal;
      }

      @font-face {
          font-family: "Atkinson Hyperlegible Next";
          font-style: italic;
          font-weight: 800;
          font-display: fallback;
          src: url('../fonts/atkinson-hyperlegible-next-v6-latin-800italic.woff2') format('woff2');
          font-stretch: normal;
      }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Hero Section */
    .hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
      opacity: 0.3;
      animation: pulse 4s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 0.1; }
      50% { opacity: 0.3; }
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 2rem;
    }

    .series-title {
      font-size: clamp(2.5rem, 6vw, 4.5rem);
      font-weight: bold;
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
      margin-bottom: 1rem;
      animation: glow 3s ease-in-out infinite alternate;
    }

    @keyframes glow {
      from { filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.4)); }
      to { filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.8)); }
    }

    .tagline {
      font-size: 1.5rem;
      color: #b8c1ec;
      font-style: italic;
      margin-bottom: 2rem;
      opacity: 0;
      animation: fadeInUp 1s ease-out 0.5s forwards;
    }

    .hook {
      font-size: 1.3rem;
      color: #ff6b6b;
      font-weight: bold;
      margin-bottom: 3rem;
      opacity: 0;
      animation: fadeInUp 1s ease-out 1s forwards;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .cta-primary {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1.2rem 3rem;
      font-size: 1.3rem;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      margin: 0.5rem;
    }

    .cta-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }

    .cta-primary:hover::before {
      left: 100%;
    }

    .cta-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.6);
    }

    /* Video Section */
    .video-section {
      padding: 5rem 2rem;
      text-align: center;
      background: linear-gradient(135deg, rgba(15, 17, 21, 0.8), rgba(26, 29, 41, 0.6));
    }

    .video-container {
      max-width: 800px;
      margin: 0 auto;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2);
    }

    .video-placeholder {
      width: 100%;
      height: 450px;
      background: linear-gradient(135deg, #1a1d29, #0f1115);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 2px solid rgba(0, 212, 255, 0.3);
      border-radius: 15px;
    }

    .play-button {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #ff6b6b, #00d4ff);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-bottom: 1rem;
    }

    .play-button:hover {
      transform: scale(1.1);
      box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
    }

    .play-button::after {
      content: '▶';
      color: white;
      font-size: 1.5rem;
      margin-left: 5px;
    }

    .qr-section {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-top: 3rem;
      flex-wrap: wrap;
    }

    .qr-code {
      width: 120px;
      height: 120px;
      background: white;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      color: #333;
      text-align: center;
    }

    /* Section Styling */
    .section {
      padding: 5rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
    }

    .section-title {
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 3rem;
      background: linear-gradient(135deg, #00d4ff, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* Book 1 Feature */
    .book-one-feature {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border-radius: 20px;
      padding: 4rem;
      margin: 3rem 0;
      border: 1px solid rgba(0, 212, 255, 0.2);
    }

    .book-feature-content {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 3rem;
      align-items: center;
    }

    .book-cover {
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
      transition: all 0.3s ease;
    }

    .book-cover img {
      width: auto;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
    }

    .book-cover:hover {
      transform: scale(1.05);
      box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
    }

    .book-cover p {
        color: white;
        font-size: 1.25rem;
        padding: .5rem;
        text-align: center;
    }

    .book-info h3 {
      font-size: 2rem;
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .book-description {
      font-size: 1.2rem;
      color: #b8c1ec;
      margin-bottom: 2rem;
      line-height: 1.8;
    }

    .book-buttons {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }

    .btn-secondary {
      background: linear-gradient(135deg, #00d4ff, #0099cc);
      color: white;
      padding: 1rem 2rem;
      text-decoration: none;
      border-radius: 50px;
      font-weight: bold;
      transition: all 0.3s ease;
      min-width: 480px;
      margin: 0 auto;
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
    }

    /* Book Grid */
    .books-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 2rem;
      margin-top: 3rem;
    }

    .book-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 15px;
      padding: 2rem;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .book-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #00d4ff, #ff6b6b, #00d4ff);
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }

    .book-card:hover::before {
      transform: scaleX(1);
    }

    .book-card:hover {
      transform: translateY(-10px);
      border-color: rgba(0, 212, 255, 0.5);
      box-shadow: 0 20px 40px rgba(0, 212, 255, 0.1);
    }

    .book-number {
      font-size: 2rem;
      font-weight: bold;
      color: rgba(0, 212, 255, 0.3);
      position: absolute;
      top: 1rem;
      right: 1.5rem;
    }

    .book-title {
      font-size: 1.3rem;
      font-weight: bold;
      color: #00d4ff;
      margin-bottom: 1rem;
      padding-right: 3rem;
    }

    .book-blurb {
      color: #b8c1ec;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .book-release {
      color: #00d4ff;
      font-weight: bold;
      margin-bottom: 0.5rem;
      font-size: 0.9rem;
    }

    .book-cover-small {
      margin-bottom: 1rem;
    }

    /* Complete Series Overview */
    .complete-series-grid {
      display: grid;
      gap: 3rem;
      margin-top: 2rem;
    }

    .complete-book-entry {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 2rem;
      align-items: start;
      padding: 2rem;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 15px;
      border: 1px solid rgba(0, 212, 255, 0.1);
    }

    .book-cover-large {
      width: 200px;
      height: 260px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .book-cover-large img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .book-details h3 {
      color: #00d4ff;
      font-size: 1.4rem;
      margin-bottom: 1rem;
    }

    .book-status {
      display: inline-block;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .book-status.available {
      background: linear-gradient(135deg, #00ff88, #00cc66);
      color: #000;
    }

    .book-status.upcoming {
      background: linear-gradient(135deg, #ff6b6b, #cc5252);
      color: white;
    }

    .book-actions {
      margin-top: 1.5rem;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .btn-book {
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(255, 107, 107, 0.2));
      color: #00d4ff;
      padding: 0.7rem 1.5rem;
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 25px;
      text-decoration: none;
      font-size: 0.9rem;
      transition: all 0.3s ease;
    }

    .btn-book:hover {
      background: rgba(0, 212, 255, 0.3);
      transform: translateY(-2px);
    }

    /* Timeline */
    .timeline {
      position: relative;
      padding: 2rem 0;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, #00d4ff, #ff6b6b);
      transform: translateX(-50%);
    }

    .timeline-item {
      display: flex;
      justify-content: flex-end;
      padding-right: 2rem;
      position: relative;
      margin: 2rem 0;
    }

    .timeline-item:nth-child(even) {
      justify-content: flex-start;
      padding-left: 2rem;
      padding-right: 0;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      background: #00d4ff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    .timeline-date {
      background: linear-gradient(135deg, #ff6b6b, #00d4ff);
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-weight: bold;
      margin-bottom: 0.5rem;
      display: inline-block;
    }

    .timeline-content {
      background: rgba(255, 255, 255, 0.05);
      padding: 1.5rem;
      border-radius: 10px;
      max-width: 300px;
    }

    .timeline-content h4 {
      color: #00d4ff;
      margin-bottom: 0.5rem;
    }

    /* Newsletter Section */
    .newsletter {
      background: linear-gradient(135deg, #ff6b6b, #00d4ff);
      color: white;
      text-align: center;
      padding: 4rem 2rem;
      margin: 4rem 0;
      border-radius: 20px;
    }

    .newsletter h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .newsletter p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      opacity: 0.9;
    }

    .email-form {
      max-width: 500px;
      margin: 0 auto;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .email-input {
      flex: 1;
      min-width: 250px;
      padding: 1rem 1.5rem;
      border: none;
      border-radius: 50px;
      font-size: 1.1rem;
      outline: none;
    }

    .cta-secondary {
      background: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 1rem 2.5rem;
      border: 2px solid white;
      border-radius: 50px;
      font-size: 1.2rem;
      font-weight: bold;
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
      white-space: nowrap;
    }

    .cta-secondary:hover {
      background: white;
      color: #ff6b6b;
      transform: translateY(-2px);
    }

    /* Testimonials */
    .testimonials {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.6), rgba(15, 17, 21, 0.8));
      border-radius: 20px;
      padding: 4rem 2rem;
      margin: 3rem 0;
    }

    .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }

    .testimonial {
      background: rgba(255, 255, 255, 0.05);
      padding: 2rem;
      border-radius: 15px;
      border-left: 4px solid #00d4ff;
    }

    .testimonial-text {
      font-style: italic;
      margin-bottom: 1rem;
      color: #b8c1ec;
    }

    .testimonial-author {
      color: #00d4ff;
      font-weight: bold;
    }

    /* Reading Guide */
    .reading-guide {
      background: linear-gradient(135deg, rgba(15, 17, 21, 0.8), rgba(26, 29, 41, 0.6));
      border-radius: 20px;
      padding: 3rem;
      text-align: center;
      margin: 3rem 0;
    }

    .guide-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 2rem;
    }

    .guide-btn {
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(255, 107, 107, 0.2));
      color: #00d4ff;
      padding: 1rem 2rem;
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 10px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .guide-btn:hover {
      background: rgba(0, 212, 255, 0.3);
      transform: translateY(-2px);
    }

    /* Author Section */
    .author-section {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.6), rgba(15, 17, 21, 0.8));
      border-radius: 20px;
      padding: 4rem;
      text-align: center;
      margin: 3rem 0;
    }

    .author-avatar {
      width: 175px;
      height: 175px;
      border-radius: 50%;
      background: linear-gradient(135deg, #00d4ff, #ff6b6b);
      margin: 0 auto 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      color: white;
      font-weight: bold;
    }

    #author-photo {
        position: relative;
        top: 10px;
        width: 175px;
        height: auto;
        border-radius: 50%;
    }

    /* Contact & Social */
    .contact-social {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      margin: 3rem 0;
    }

    .contact-form {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      padding: 3rem;
      border-radius: 20px;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-group label {
      display: block;
      color: #00d4ff;
      margin-bottom: 0.5rem;
      font-weight: bold;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 1rem;
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.05);
      color: white;
      font-family: inherit;
    }

    .form-group textarea {
      height: 120px;
      resize: vertical;
    }

    .social-links {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      padding: 3rem;
      border-radius: 20px;
      text-align: center;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      margin-top: 2rem;
      flex-wrap: wrap;
    }

    .social-icon {
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #00d4ff, #ff6b6b);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      transition: all 0.3s ease;
    }

    .social-icon:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 4rem 2rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-content {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
    }

    .footer-section h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .footer-section p,
    .footer-section a {
      color: #666;
      text-decoration: none;
      line-height: 1.8;
    }

    .footer-section a:hover {
      color: #00d4ff;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: #666;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .hero-content {
        padding: 1rem;
      }

      .section {
        padding: 3rem 1rem;
      }

      .books-grid {
        grid-template-columns: 1fr;
      }

      .book-feature-content {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .contact-social {
        grid-template-columns: 1fr;
      }

      .email-form {
        flex-direction: column;
      }

      .qr-section {
        flex-direction: column;
      }

      .complete-book-entry {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .book-cover-large {
        width: 150px;
        height: 195px;
        margin: 0 auto;
      }

      .timeline::before {
        left: 20px;
      }

      .timeline-item {
        justify-content: flex-start !important;
        padding-left: 3rem !important;
        padding-right: 0 !important;
      }

      .timeline-item::before {
        left: 20px !important;
        transform: translateY(-50%) !important;
      }

      .timeline-content {
        max-width: none;
      }

      .book-cover-small img {
        width: 60px;
        height: 75px;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .slide-in-left {
      opacity: 0;
      transform: translateX(-50px);
      transition: all 0.8s ease;
    }

    .slide-in-left.visible {
      opacity: 1;
      transform: translateX(0);
    }

    .slide-in-right {
      opacity: 0;
      transform: translateX(50px);
      transition: all 0.8s ease;
    }

    .slide-in-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Header */
    .header {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .header h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem;
    }

    .header p {
      color: #b8c1ec;
      font-size: 1.2rem;
    }

    .breadcrumb {
      text-align: center;
      padding: 1rem 2rem;
      background: rgba(26, 29, 41, 0.5);
    }

    .breadcrumb a {
      color: #00d4ff;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb span {
      color: #666;
      margin: 0 0.5rem;
    }

    /* Main Content */
    .main-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      margin-bottom: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .section-title {
      font-size: 1.8rem;
      color: #00d4ff;
      margin-bottom: 1.5rem;
      border-bottom: 2px solid rgba(0, 212, 255, 0.3);
      padding-bottom: 0.5rem;
    }

    .content-text {
      color: #b8c1ec;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .content-text strong {
      color: #00d4ff;
    }

    .content-text ol, .content-text ul {
      margin-left: 2rem;
      margin-bottom: 1rem;
    }

    .content-text li {
      margin-bottom: 0.5rem;
    }

    .highlight-box {
      background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ff6b6b;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .info-box {
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(255, 107, 107, 0.1));
      border-left: 4px solid #00d4ff;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .contact-info {
      background: rgba(0, 212, 255, 0.1);
      border: 1px solid rgba(0, 212, 255, 0.3);
      padding: 1.5rem;
      border-radius: 10px;
      margin: 2rem 0;
    }

    .contact-info h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .contact-info p {
      color: #b8c1ec;
      margin-bottom: 0.5rem;
    }

    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.5rem 0;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 10px;
      overflow: hidden;
    }

    .data-table th,
    .data-table td {
      padding: 1rem;
      text-align: left;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .data-table th {
      background: rgba(0, 212, 255, 0.2);
      color: #00d4ff;
      font-weight: bold;
    }

    .data-table td {
      color: #b8c1ec;
    }

    .back-to-home {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      margin: 2rem 0;
    }

    .back-to-home:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 3rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #666;
      margin-top: 3rem;
    }

    footer a {
      color: #00d4ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .main-content {
        padding: 2rem 1rem;
      }

      .content-card {
        padding: 2rem;
      }

      .header {
        padding: 1.5rem 1rem;
      }

      .data-table {
        font-size: 0.9rem;
      }

      .data-table th,
      .data-table td {
        padding: 0.7rem 0.5rem;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Header */
    .header {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .header h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem;
    }

    .header p {
      color: #b8c1ec;
      font-size: 1.2rem;
    }

    .breadcrumb {
      text-align: center;
      padding: 1rem 2rem;
      background: rgba(26, 29, 41, 0.5);
    }

    .breadcrumb a {
      color: #00d4ff;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb span {
      color: #666;
      margin: 0 0.5rem;
    }

    /* Main Content */
    .main-content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      margin-bottom: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .intro-card {
      text-align: center;
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(255, 107, 107, 0.1));
      border: 2px solid rgba(0, 212, 255, 0.3);
    }

    .section-title {
      font-size: 1.8rem;
      color: #00d4ff;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .content-text {
      color: #b8c1ec;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .content-text strong {
      color: #00d4ff;
    }

    /* Contact Methods Grid */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      margin: 3rem 0;
    }

    .contact-form-section {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .contact-info-section {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    /* Contact Form */
    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .form-group label {
      color: #00d4ff;
      font-weight: bold;
      margin-bottom: 0.5rem;
      font-size: 1.1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      padding: 1rem;
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.05);
      color: #f8f9fa;
      font-family: 'Georgia', serif;
      font-size: 1rem;
      transition: all 0.3s ease;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: #00d4ff;
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
    }

    .form-group textarea {
      min-height: 120px;
      resize: vertical;
    }

    .submit-btn {
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1.2rem 2rem;
      border: none;
      border-radius: 50px;
      font-size: 1.2rem;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
      font-family: 'Georgia', serif;
    }

    .submit-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    .submit-btn:active {
      transform: translateY(-1px);
    }

    /* Contact Methods */
    .contact-methods {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 2rem;
    }

    .contact-method {
      background: rgba(0, 212, 255, 0.05);
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 15px;
      padding: 1.5rem;
      transition: all 0.3s ease;
    }

    .contact-method:hover {
      background: rgba(0, 212, 255, 0.08);
      border-color: rgba(0, 212, 255, 0.4);
      transform: translateY(-3px);
    }

    .contact-method h4 {
      color: #00d4ff;
      font-size: 1.3rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .contact-icon {
      background: linear-gradient(135deg, #00d4ff, #ff6b6b);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
    }

    .contact-method p {
      color: #b8c1ec;
      margin-bottom: 0.5rem;
    }

    .contact-method a {
      color: #00d4ff;
      text-decoration: none;
    }

    .contact-method a:hover {
      text-decoration: underline;
    }

    /* Social Media Section */
    .social-section {
      text-align: center;
      padding: 3rem;
      background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(0, 212, 255, 0.1));
      border-radius: 20px;
      margin: 2rem 0;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-top: 2rem;
      flex-wrap: wrap;
    }

    .social-icon {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #00d4ff, #ff6b6b);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      font-size: 1.5rem;
      transition: all 0.3s ease;
    }

    .social-icon:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 212, 255, 0.3);
    }

    /* Response Time Info */
    .response-info {
      background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ffd700;
      padding: 1.5rem;
      border-radius: 10px;
      margin: 2rem 0;
    }

    .response-info h4 {
      color: #ffd700;
      margin-bottom: 1rem;
    }

    .back-to-home {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      margin: 2rem 0;
    }

    .back-to-home:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 3rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #666;
      margin-top: 3rem;
    }

    footer a {
      color: #00d4ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .main-content {
        padding: 2rem 1rem;
      }

      .content-card,
      .contact-form-section,
      .contact-info-section {
        padding: 2rem;
      }

      .header {
        padding: 1.5rem 1rem;
      }

      .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .form-row {
        grid-template-columns: 1fr;
      }

      .social-icons {
        gap: 1rem;
      }

      .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .slide-in-left {
      opacity: 0;
      transform: translateX(-30px);
      transition: all 0.8s ease;
    }

    .slide-in-left.visible {
      opacity: 1;
      transform: translateX(0);
    }

    .slide-in-right {
      opacity: 0;
      transform: translateX(30px);
      transition: all 0.8s ease;
    }

    .slide-in-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Header */
    .header {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .header h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem;
    }

    .header p {
      color: #b8c1ec;
      font-size: 1.2rem;
    }

    .breadcrumb {
      text-align: center;
      padding: 1rem 2rem;
      background: rgba(26, 29, 41, 0.5);
    }

    .breadcrumb a {
      color: #00d4ff;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb span {
      color: #666;
      margin: 0 0.5rem;
    }

    /* Main Content */
    .main-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      margin-bottom: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .section-title {
      font-size: 1.8rem;
      color: #00d4ff;
      margin-bottom: 1.5rem;
      border-bottom: 2px solid rgba(0, 212, 255, 0.3);
      padding-bottom: 0.5rem;
    }

    .content-text {
      color: #b8c1ec;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .content-text strong {
      color: #00d4ff;
    }

    .content-text ol, .content-text ul {
      margin-left: 2rem;
      margin-bottom: 1rem;
    }

    .content-text li {
      margin-bottom: 0.5rem;
    }

    .highlight-box {
      background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ff6b6b;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .contact-info {
      background: rgba(0, 212, 255, 0.1);
      border: 1px solid rgba(0, 212, 255, 0.3);
      padding: 1.5rem;
      border-radius: 10px;
      margin: 2rem 0;
    }

    .contact-info h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .contact-info p {
      color: #b8c1ec;
      margin-bottom: 0.5rem;
    }

    .back-to-home {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      margin: 2rem 0;
    }

    .back-to-home:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 3rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #666;
      margin-top: 3rem;
    }

    footer a {
      color: #00d4ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .main-content {
        padding: 2rem 1rem;
      }

      .content-card {
        padding: 2rem;
      }

      .header {
        padding: 1.5rem 1rem;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Header */
    .header {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .header h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem;
    }

    .header p {
      color: #b8c1ec;
      font-size: 1.2rem;
    }

    .breadcrumb {
      text-align: center;
      padding: 1rem 2rem;
      background: rgba(26, 29, 41, 0.5);
    }

    .breadcrumb a {
      color: #00d4ff;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb span {
      color: #666;
      margin: 0 0.5rem;
    }

    /* Main Content */
    .main-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      margin-bottom: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .section-title {
      font-size: 1.8rem;
      color: #00d4ff;
      margin-bottom: 1.5rem;
      border-bottom: 2px solid rgba(0, 212, 255, 0.3);
      padding-bottom: 0.5rem;
    }

    .content-text {
      color: #b8c1ec;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .content-text strong {
      color: #00d4ff;
    }

    .content-text ol, .content-text ul {
      margin-left: 2rem;
      margin-bottom: 1rem;
    }

    .content-text li {
      margin-bottom: 0.5rem;
    }

    .highlight-box {
      background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ff6b6b;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .warning-box {
      background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 107, 107, 0.1));
      border-left: 4px solid #ffc107;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .form-box {
      background: rgba(0, 212, 255, 0.05);
      border: 1px solid rgba(0, 212, 255, 0.3);
      padding: 2rem;
      border-radius: 15px;
      margin: 2rem 0;
    }

    .form-box h4 {
      color: #00d4ff;
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
    }

    .form-field {
      margin-bottom: 1rem;
    }

    .form-field label {
      display: block;
      color: #00d4ff;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .form-field textarea {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.05);
      color: #f8f9fa;
      font-family: monospace;
      font-size: 0.9rem;
      resize: vertical;
      min-height: 150px;
    }

    .contact-info {
      background: rgba(0, 212, 255, 0.1);
      border: 1px solid rgba(0, 212, 255, 0.3);
      padding: 1.5rem;
      border-radius: 10px;
      margin: 2rem 0;
    }

    .contact-info h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .contact-info p {
      color: #b8c1ec;
      margin-bottom: 0.5rem;
    }

    .process-steps {
      counter-reset: step-counter;
    }

    .process-step {
      counter-increment: step-counter;
      margin-bottom: 2rem;
      padding: 1.5rem;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 10px;
      border-left: 4px solid #00d4ff;
      position: relative;
    }

    .process-step::before {
      content: counter(step-counter);
      position: absolute;
      left: -2rem;
      top: 1.5rem;
      background: #00d4ff;
      color: #000;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }

    .process-step h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
      margin-left: 1rem;
    }

    .back-to-home {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      margin: 2rem 0;
    }

    .back-to-home:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 3rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #666;
      margin-top: 3rem;
    }

    footer a {
      color: #00d4ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .main-content {
        padding: 2rem 1rem;
      }

      .content-card {
        padding: 2rem;
      }

      .header {
        padding: 1.5rem 1rem;
      }

      .process-step::before {
        left: -1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.8rem;
      }

      .process-step h4 {
        margin-left: 0.5rem;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

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

    body {
      font-family: 'Georgia', serif;
      background: #0a0b0d;
      color: #f8f9fa;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* Animated background */
    .cosmic-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at center, #1a1d29 0%, #0a0b0d 70%);
      z-index: -2;
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .star {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite ease-in-out;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Header */
    .header {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.9) 0%, rgba(10, 11, 13, 0.95) 100%);
      padding: 2rem;
      text-align: center;
      border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    }

    .header h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      background: linear-gradient(135deg, #00d4ff, #0099cc, #ffffff);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem;
    }

    .header p {
      color: #b8c1ec;
      font-size: 1.2rem;
    }

    .breadcrumb {
      text-align: center;
      padding: 1rem 2rem;
      background: rgba(26, 29, 41, 0.5);
    }

    .breadcrumb a {
      color: #00d4ff;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb span {
      color: #666;
      margin: 0 0.5rem;
    }

    /* Main Content */
    .main-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 3rem 2rem;
      position: relative;
      z-index: 1;
    }

    .content-card {
      background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 20px;
      padding: 3rem;
      margin-bottom: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .intro-card {
      text-align: center;
      background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(255, 107, 107, 0.1));
      border: 2px solid rgba(0, 212, 255, 0.3);
    }

    .section-title {
      font-size: 1.8rem;
      color: #00d4ff;
      margin-bottom: 1.5rem;
      border-bottom: 2px solid rgba(0, 212, 255, 0.3);
      padding-bottom: 0.5rem;
    }

    .section-number {
      display: inline-block;
      background: linear-gradient(135deg, #00d4ff, #0099cc);
      color: #000;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2rem;
      margin-right: 1rem;
      vertical-align: middle;
    }

    .content-text {
      color: #b8c1ec;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .content-text strong {
      color: #00d4ff;
    }

    .content-text ol, .content-text ul {
      margin-left: 2rem;
      margin-bottom: 1rem;
    }

    .content-text li {
      margin-bottom: 0.8rem;
      position: relative;
    }

    .content-text li::marker {
      color: #00d4ff;
    }

    .highlight-box {
      background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ff6b6b;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
    }

    .scripture-box {
      background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(0, 212, 255, 0.1));
      border-left: 4px solid #ffd700;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
      font-style: italic;
    }

    .principle-card {
      background: rgba(0, 212, 255, 0.05);
      border: 1px solid rgba(0, 212, 255, 0.3);
      border-radius: 15px;
      padding: 2rem;
      margin: 1.5rem 0;
      transition: all 0.3s ease;
    }

    .principle-card:hover {
      background: rgba(0, 212, 255, 0.08);
      transform: translateY(-3px);
      box-shadow: 0 10px 30px rgba(0, 212, 255, 0.1);
    }

    .principle-title {
      color: #00d4ff;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
    }

    .principle-icon {
      background: linear-gradient(135deg, #00d4ff, #ff6b6b);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      font-size: 1rem;
    }

    .commitment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }

    .commitment-item {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(0, 212, 255, 0.2);
      border-radius: 10px;
      padding: 1.5rem;
      text-align: center;
      transition: all 0.3s ease;
    }

    .commitment-item:hover {
      border-color: rgba(0, 212, 255, 0.5);
      background: rgba(255, 255, 255, 0.05);
    }

    .commitment-item h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
      font-size: 1.1rem;
    }

    .commitment-item p {
      color: #b8c1ec;
      font-size: 0.95rem;
    }

    .contact-info {
      background: rgba(0, 212, 255, 0.1);
      border: 1px solid rgba(0, 212, 255, 0.3);
      padding: 1.5rem;
      border-radius: 10px;
      margin: 2rem 0;
    }

    .contact-info h4 {
      color: #00d4ff;
      margin-bottom: 1rem;
    }

    .contact-info p {
      color: #b8c1ec;
      margin-bottom: 0.5rem;
    }

    .back-to-home {
      display: inline-block;
      background: linear-gradient(135deg, #ff6b6b, #ff5252);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      margin: 2rem 0;
    }

    .back-to-home:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    }

    /* Footer */
    footer {
      background: #0a0b0d;
      padding: 3rem 2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #666;
      margin-top: 3rem;
    }

    footer a {
      color: #00d4ff;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .main-content {
        padding: 2rem 1rem;
      }

      .content-card {
        padding: 2rem;
      }

      .header {
        padding: 1.5rem 1rem;
      }

      .commitment-grid {
        grid-template-columns: 1fr;
      }

      .section-number {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
      }

      .principle-title {
        font-size: 1.2rem;
      }
    }

    /* Scroll Animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .slide-in-left {
      opacity: 0;
      transform: translateX(-30px);
      transition: all 0.8s ease;
    }

    .slide-in-left.visible {
      opacity: 1;
      transform: translateX(0);
    }

    .slide-in-right {
      opacity: 0;
      transform: translateX(30px);
      transition: all 0.8s ease;
    }

    .slide-in-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

/* WordPress block theme integration */
.wp-site-blocks { min-height: 100vh; }
.tadc-page-template { position: relative; z-index: 1; }
.tadc-post-content { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem; }
.tadc-post-content .wp-block-post-title { color: #00d4ff; text-align: center; margin-bottom: 2rem; }
.tadc-post-content .entry-content { background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9)); border: 1px solid rgba(0, 212, 255, 0.2); border-radius: 20px; padding: 3rem; }
.tadc-post-content a { color: #00d4ff; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
@media (max-width: 560px) { .btn-secondary { min-width: 0; width: 100%; } .content-card, .contact-form-section, .contact-info-section, .book-one-feature, .author-section { padding: 2rem 1rem; } .books-grid { grid-template-columns: 1fr; } }

.tadc-latest-posts .wp-block-post-template {
  gap: 2rem;
}

.tadc-latest-articles {
  max-width: 1200px !important;
  width: 100%;
}

.tadc-latest-articles .tadc-latest-posts {
  max-width: 1200px !important;
  width: 100%;
}

.tadc-latest-articles .wp-block-post-template {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 1200px !important;
  width: 100%;
}

.tadc-post-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 212, 255, 0.16);
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  padding: 1.25rem;
}

.tadc-post-card .wp-block-post-featured-image {
  margin-bottom: 1rem;
}

.tadc-post-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tadc-post-card .wp-block-post-title {
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
  padding-right: 0;
}

.tadc-post-card .wp-block-post-title a,
.tadc-post-card .wp-block-post-excerpt__more-link {
  color: #00d4ff;
  text-decoration: none;
}

.tadc-post-card .wp-block-post-excerpt {
  color: #b8c1ec;
  font-size: 0.98rem;
}

.tadc-post-card .wp-block-post-excerpt__more-link {
  display: inline-block;
  font-weight: bold;
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .tadc-latest-articles .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

/* Contact page layout override. Keep the two primary contact panels as full-width rows. */
.contact-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin: 3rem auto !important;
  max-width: 1200px;
  width: 100%;
}

.contact-form-section,
.contact-info-section {
  width: 100% !important;
}

.contact-info-section .contact-methods {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 2rem !important;
}

/* Individual article layout */
.tadc-single-post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.tadc-single-post > .wp-block-post-title {
  color: #00d4ff;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  margin: 0 auto 0.75rem;
  text-align: center;
}

.tadc-single-post > .wp-block-post-date {
  color: #b8c1ec;
  margin-bottom: 2rem;
  text-align: center;
}

.tadc-single-post > .wp-block-post-featured-image {
  margin-bottom: 2rem;
}

.tadc-single-post > .wp-block-post-featured-image img {
  display: block;
  height: auto;
  width: 100%;
}

.tadc-single-post > .entry-content {
  background: linear-gradient(135deg, rgba(26, 29, 41, 0.8), rgba(15, 17, 21, 0.9));
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 20px;
  color: #f8f9fa;
  padding: 3rem;
}

.tadc-single-post > .entry-content a,
.tadc-post-navigation a {
  color: #00d4ff;
}

.tadc-single-post > .entry-content :where(ol, ul) {
  padding-inline-start: 1.5rem;
}

.tadc-post-navigation {
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 560px) {
  .tadc-single-post {
    padding: 3rem 1rem;
  }

  .tadc-single-post > .entry-content {
    padding: 2rem 1rem;
  }
}

/* Native WordPress search and category archives */
.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.tadc-site-search {
  display: flex;
  margin: 0;
  max-width: 320px;
  width: min(100%, 320px);
}

.tadc-site-search input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 20px 0 0 20px;
  color: #f8f9fa;
  font-family: Georgia, serif;
  min-width: 0;
  padding: 0.65rem 0.9rem;
  width: 100%;
}

.tadc-site-search button {
  background: #0099cc;
  border: 1px solid #0099cc;
  border-radius: 0 20px 20px 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.55rem 0.85rem;
}

.tadc-archive-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: 4rem 2rem;
}

.tadc-archive-title {
  margin-bottom: 1rem;
}

.tadc-archive-description {
  color: #b8c1ec;
  margin: 0 auto 2rem;
  max-width: 800px;
  text-align: center;
}

.tadc-archive-posts,
.tadc-archive-posts .wp-block-post-template {
  max-width: 1200px !important;
  width: 100%;
}

.tadc-archive-posts .wp-block-post-template {
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tadc-archive-posts .wp-block-query-pagination {
  color: #b8c1ec;
  gap: 1rem;
  margin-top: 2rem;
}

.tadc-archive-posts .wp-block-query-pagination a {
  color: #00d4ff;
}

.tadc-post-categories {
  color: #b8c1ec;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}

.tadc-post-categories a {
  color: #00d4ff;
  text-decoration: none;
}

.tadc-single-post > .tadc-post-categories {
  margin: 0 0 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .tadc-archive-posts .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}
