/* Responsibility: industry template sections and industry-specific visual refinements. */

/* ===== 05J. PAGE SECTIONS / INDUSTRY TEMPLATE ===== */
      .ind-hero {
        min-height: 85vh;
        padding-top: var(--nav-h);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 60px;
        padding-left: 48px;
        padding-right: 48px;
        position: relative;
        overflow: hidden;
      }
      .ind-hero-grid {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image:
          linear-gradient(rgba(200, 255, 0, 0.03) 1px, transparent 1px),
          linear-gradient(90deg, rgba(200, 255, 0, 0.03) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(
          ellipse 90% 70% at 30% 50%,
          black,
          transparent
        );
      }
      .ind-hero-orb {
        position: absolute;
        top: -80px;
        right: -80px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        animation: orb-pulse 7s ease-in-out infinite alternate;
        pointer-events: none;
      }
      .ind-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: var(--font-mono);
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        border: 1px solid var(--lime);
        color: var(--lime);
        padding: 8px 16px;
        margin-bottom: 22px;
        position: relative;
        z-index: 2;
        opacity: 0;
        animation: fade-up 0.65s 0.2s forwards;
        width: fit-content;
      }
      .ind-hero-title {
        font-family: var(--font-display);
        font-size: clamp(52px, 9vw, 150px);
        line-height: 0.9;
        position: relative;
        z-index: 2;
        opacity: 0;
        animation: fade-up 0.65s 0.34s forwards;
        margin-bottom: 24px;
      }
      .ind-hero-sub {
        font-size: 15px;
        color: var(--muted);
        max-width: 500px;
        line-height: 1.75;
        position: relative;
        z-index: 2;
        opacity: 0;
        animation: fade-up 0.65s 0.48s forwards;
        margin-bottom: 32px;
      }
      .ind-hero-actions {
        display: flex;
        gap: 12px;
        position: relative;
        z-index: 2;
        opacity: 0;
        animation: fade-up 0.65s 0.62s forwards;
        flex-wrap: wrap;
      }

      .pain-section {
        padding: 80px 48px;
        background: var(--off-black);
      }
      .pain-inner {
        max-width: 1200px;
        margin: 0 auto;
      }
      .pain-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;
      }
      .pain-card {
        background: var(--dark);
        border: 1px solid var(--border);
        border-left: 3px solid var(--red);
        padding: 34px;
      }
      .pain-icon {
        font-size: 22px;
        margin-bottom: 14px;
        display: block;
      }
      .pain-title-h3 {
        font-family: var(--font-display);
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
      }
      .pain-desc {
        font-size: 13px;
        color: var(--muted);
        line-height: 1.7;
      }

      .solution-section {
        padding: 80px 48px;
      }
      .solution-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: center;
      }
      .solution-text h2 {
        font-family: var(--font-display);
        font-size: clamp(36px, 4.5vw, 72px);
        line-height: 0.93;
        margin-bottom: 20px;
      }
      .solution-text h2 span {
        color: var(--lime);
      }
      .solution-text p {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.8;
        margin-bottom: 16px;
      }
      .solution-features {
        list-style: none;
      }
      .solution-features li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid var(--border);
        font-size: 13px;
        color: var(--white);
      }
      .solution-features li::before {
        content: "✓";
        color: var(--lime);
        font-family: var(--font-mono);
        font-size: 11px;
        flex-shrink: 0;
        margin-top: 2px;
      }
      .solution-visual {
        background: var(--panel);
        border: 1px solid var(--border);
        padding: 36px;
      }
      .sol-metric {
        padding: 18px 0;
        border-bottom: 1px solid var(--border);
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .sol-metric:last-child {
        border-bottom: none;
      }
      .sol-metric-label {
        font-size: 13px;
        color: var(--muted);
      }
      .sol-metric-value {
        font-family: var(--font-display);
        font-size: 30px;
        color: var(--lime);
      }

      .case-section {
        padding: 80px 48px;
        background: var(--off-black);
      }
      .case-inner {
        max-width: 1200px;
        margin: 0 auto;
      }
      .case-card {
        background: var(--dark);
        border: 1px solid var(--border);
        border-left: 3px solid var(--lime);
        padding: 52px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: center;
      }
      .case-quote {
        font-size: 18px;
        line-height: 1.6;
        font-style: italic;
        color: var(--white);
        margin-bottom: 20px;
      }
      .case-quote::before {
        content: '"';
        font-family: var(--font-display);
        font-size: 72px;
        color: var(--lime);
        line-height: 0.5;
        display: block;
        margin-bottom: 12px;
      }
      .case-attr {
        font-family: var(--font-mono);
        font-size: 10px;
        color: var(--muted);
        letter-spacing: 1px;
        text-transform: uppercase;
      }
      .case-results {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }
      .case-result {
        background: var(--panel);
        border: 1px solid var(--border);
        padding: 22px;
      }
      .case-result-num {
        font-family: var(--font-display);
        font-size: 40px;
        color: var(--lime);
        line-height: 1;
      }
      .case-result-label {
        font-size: 12px;
        color: var(--muted);
        margin-top: 4px;
      }

      .ind-pricing {
        padding: 80px 48px;
      }
      .ind-pricing-inner {
        max-width: 960px;
        margin: 0 auto;
      }
      .ind-price-highlight {
        background: var(--panel);
        border: 1px solid var(--border);
        border-top: 3px solid var(--lime);
        padding: 44px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 40px;
        align-items: center;
      }
      .ind-price-left h3 {
        font-family: var(--font-display);
        font-size: 36px;
        margin-bottom: 8px;
      }
      .ind-price-left p {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.7;
      }
      .ind-price-right {
        text-align: right;
        flex-shrink: 0;
      }
      .ind-price-num {
        font-family: var(--font-display);
        font-size: 64px;
        color: var(--lime);
        line-height: 1;
      }
      .ind-price-sub {
        font-family: var(--font-mono);
        font-size: 10px;
        color: var(--muted);
        letter-spacing: 1px;
      }
      .ind-price-retainer {
        font-family: var(--font-mono);
        font-size: 11px;
        color: var(--white);
        margin-top: 6px;
      }

/* ----- 07G-5. Industry Template Hero ----- */
      .ind-hero {
        min-height: 88vh;
        padding-top: calc(var(--nav-h) + 24px);
        padding-bottom: 76px;
      }
      .ind-hero-grid {
        background-size: 72px 72px;
      }
      .ind-hero-orb {
        top: -90px;
        width: 460px;
        height: 460px;
        filter: blur(10px);
      }
      .ind-hero-content {
        position: relative;
        z-index: 2;
        width: min(100%, 1400px);
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
      }
      .ind-badge {
        padding: 9px 16px;
        border-radius: var(--radius-pill);
        border-color: rgba(200, 255, 0, 0.28);
        background: rgba(200, 255, 0, 0.08);
        font-size: 11px;
        letter-spacing: 1.6px;
      }
      .ind-hero-title {
        font-size: clamp(60px, 9vw, 154px);
        line-height: 0.9;
        letter-spacing: -1px;
        margin-bottom: 18px;
      }
      .ind-hero-sub {
        max-width: 640px;
        font-size: 18px;
        line-height: 1.8;
        color: var(--text-secondary);
        margin-bottom: 28px;
      }
      .ind-hero-actions {
        gap: 12px;
        margin-bottom: 24px;
      }
      .ind-hero-proof {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        opacity: 0;
        animation: fade-up 0.65s 0.72s forwards;
      }
      .ind-proof-item {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 13px;
        line-height: 1.55;
        color: var(--text-soft);
      }

      /* ----- 07G-6. Industry Pain / Solution / Case Study ----- */
      .pain-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .pain-card {
        padding: 30px;
        border-radius: var(--radius-md);
        border-left-color: rgba(255, 61, 87, 0.8);
        background: linear-gradient(
          180deg,
          rgba(20, 24, 32, 0.96) 0%,
          rgba(15, 17, 21, 0.98) 100%
        );
      }
      .pain-icon {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 16px;
        font-size: 18px;
        background: rgba(255, 61, 87, 0.08);
        border: 1px solid rgba(255, 61, 87, 0.18);
      }
      .pain-title-h3 {
        font-size: 30px;
        line-height: 0.95;
        margin-bottom: 12px;
      }
      .pain-desc {
        font-size: 14px;
        line-height: 1.75;
        color: var(--text-muted);
      }

      .solution-inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
        gap: 56px;
        align-items: start;
      }
      .solution-text h2 {
        font-size: clamp(42px, 4.8vw, 78px);
        margin-bottom: 20px;
      }
      .solution-text p {
        max-width: 58ch;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.82;
        color: var(--text-muted);
      }
      .solution-features li {
        padding: 13px 0;
        border-bottom-color: rgba(255, 255, 255, 0.08);
        font-size: 15px;
        line-height: 1.65;
        color: var(--text-secondary);
      }
      .solution-features li::before {
        content: "+";
        font-size: 14px;
      }
      .solution-visual {
        padding: 32px;
        border-radius: var(--radius-lg);
        background: linear-gradient(
          180deg,
          rgba(26, 31, 40, 0.96) 0%,
          rgba(15, 17, 21, 0.98) 100%
        );
        box-shadow: var(--shadow-md);
      }
      .sol-metric {
        border-bottom-color: rgba(255, 255, 255, 0.08);
        gap: 16px;
      }
      .sol-metric-label {
        font-size: 14px;
        line-height: 1.5;
        color: var(--text-muted);
      }
      .sol-metric-value {
        font-size: 34px;
        line-height: 0.92;
      }

      .case-card {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
        gap: 44px;
        padding: 40px;
        border-radius: var(--radius-lg);
        background: linear-gradient(
          180deg,
          rgba(20, 24, 32, 0.96) 0%,
          rgba(15, 17, 21, 0.98) 100%
        );
        box-shadow: var(--shadow-md);
      }
      .case-quote {
        font-size: 21px;
        line-height: 1.72;
        margin-bottom: 18px;
      }
      .case-quote::before {
        font-size: 78px;
        margin-bottom: 10px;
      }
      .case-attr {
        font-size: 11px;
        letter-spacing: 1.4px;
        color: var(--text-soft);
      }
      .case-results {
        gap: 14px;
      }
      .case-result {
        padding: 20px;
        border-radius: var(--radius-sm);
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
      }
      .case-result-num {
        font-size: 40px;
        line-height: 0.9;
      }
      .case-result-label {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.5;
        color: var(--text-muted);
      }

      /* ----- 07G-7. Industry Pricing Highlight ----- */
      .ind-price-highlight {
        padding: 36px;
        border-radius: var(--radius-lg);
        background: linear-gradient(
          180deg,
          rgba(26, 31, 40, 0.96) 0%,
          rgba(15, 17, 21, 0.98) 100%
        );
        box-shadow: var(--shadow-md);
      }
      .ind-price-left h3 {
        font-size: 42px;
        line-height: 0.95;
        margin-bottom: 10px;
      }
      .ind-price-left p {
        font-size: 16px;
        line-height: 1.76;
        color: var(--text-muted);
      }
      .ind-price-right {
        min-width: 210px;
      }
      .ind-price-num {
        font-size: clamp(58px, 6vw, 80px);
        line-height: 0.92;
      }
      .ind-price-sub,
      .ind-price-retainer {
        font-size: 11px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
      }
