/* ============================================================
   MOBILE-FIRST DESIGN - Logic Racks Landing Page
   Load AFTER style.css - overrides everything for mobile
   ============================================================ */

/* ============== BASE MOBILE (up to 768px) ============== */
@media (max-width: 768px) {

  /* --- KILL ALL HEAVY EFFECTS --- */
  *,
  *::before,
  *::after {
    animation-duration: 0s !important;
    animation: none !important;
    transition-duration: 0.15s !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .floating-shapes,
  #particleCanvas,
  .hero-bg-animation,
  .code-window {
    display: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
  }

  html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  section {
    overflow-x: hidden;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* --- URGENCY BAR --- */
  .urgency-bar {
    padding: 8px 0;
  }

  .urgency-content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .urgency-text {
    font-size: 12px;
    flex-direction: row;
    gap: 5px;
  }

  .urgency-text i {
    font-size: 16px;
  }

  .countdown-timer {
    gap: 6px;
    justify-content: center;
  }

  .time-block {
    padding: 5px 10px;
    min-width: 48px;
    border-radius: 8px;
  }

  .time-value {
    font-size: 18px;
    font-weight: 900;
  }

  .time-block .time-label {
    font-size: 7px;
    letter-spacing: 0.5px;
  }

  .urgency-cta {
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 50px;
    width: auto;
  }

  /* --- HERO SECTION --- */
  .hero-section-new {
    padding: 12px 0 28px !important;
    min-height: auto !important;
  }

  .hero-row {
    padding: 8px 0 0 !important;
    min-height: auto !important;
  }

  .col-lg-5.text-center {
    display: none;
  }

  .hero-badge {
    font-size: 10px;
    padding: 6px 14px;
    margin-bottom: 10px !important;
    display: inline-flex;
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 8px !important;
  }

  .hero-subtitle {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 8px !important;
  }

  .hero-subtitle br {
    display: none;
  }

  .highlight-box {
    font-size: 13px;
    padding: 2px 10px;
  }

  .hero-description {
    font-size: 13px;
    text-align: left;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 6px !important;
  }

  /* Pakistan Banner */
  .pakistan-banner {
    display: flex;
    width: 100%;
    padding: 12px 14px;
    margin-top: 10px;
    border-radius: 12px;
    font-size: 12px;
    gap: 10px;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(0, 180, 80, 0.12), rgba(0, 230, 118, 0.06));
    border: 1px solid rgba(0, 230, 118, 0.25);
  }

  .pakistan-banner i {
    font-size: 20px;
    color: #00e676;
  }

  .pakistan-banner-text {
    line-height: 1.5;
  }

  .pakistan-banner-text strong {
    font-size: 13px;
    color: #00e676;
    display: block;
    margin-bottom: 2px;
  }

  .pakistan-banner-text span {
    font-size: 12px;
    color: #cbd5e1;
  }

  /* Hero Stats */
  .hero-stats {
    gap: 0 !important;
    margin: 12px 0 !important;
    padding: 14px 8px !important;
    border-radius: 14px !important;
    display: flex !important;
  }

  .stat-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 6px;
  }

  .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
  }

  .stat-number {
    font-size: 24px;
    font-weight: 900;
  }

  .stat-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* Hero CTA */
  .hero-cta {
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .hero-cta .btn-primary-glow,
  .hero-cta .btn-demo-class {
    width: 100% !important;
    justify-content: center !important;
    padding: 15px 24px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
    min-height: 50px;
  }

  .hero-micro-text {
    font-size: 11px;
    margin-top: 8px;
    justify-content: center;
    gap: 5px;
    color: #94a3b8;
  }

  /* --- SOCIAL PROOF BAR --- */
  .social-proof-bar {
    padding: 20px 0;
  }

  .proof-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .proof-divider {
    display: none;
  }

  .proof-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
  }

  .proof-number {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
  }

  .proof-label {
    font-size: 11px;
  }

  .proof-label .stars i {
    font-size: 11px;
  }

  /* --- SECTION HEADERS --- */
  .section-header {
    margin-bottom: 24px !important;
    padding: 0;
  }

  .section-badge {
    font-size: 10px;
    padding: 5px 12px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .section-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
  }

  .section-subtitle {
    font-size: 13px;
    line-height: 1.5;
  }

  /* --- PROBLEM/SOLUTION --- */
  .problem-solution-section {
    padding: 32px 0;
  }

  .problem-card,
  .solution-card {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .card-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .problem-card h3,
  .solution-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .problem-list li,
  .solution-list li {
    font-size: 13px;
    padding: 8px 0;
  }

  /* --- PERSONA SECTION --- */
  .persona-section {
    padding: 32px 0;
  }

  .persona-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 18px 14px;
    margin-bottom: 8px;
    border-radius: 14px;
  }

  .persona-icon {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin: 0;
    border-radius: 14px;
  }

  .persona-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .persona-card p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.5;
  }

  .persona-tag {
    font-size: 10px;
    padding: 2px 10px;
  }

  /* --- NOT PROMPTING SECTION --- */
  .not-prompting-section {
    padding: 32px 0;
  }

  .not-prompting-section .section-title {
    font-size: 20px !important;
    line-height: 1.3;
  }

  .not-prompting-card {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .not-prompting-card h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .not-prompting-card ul li {
    font-size: 13px;
    padding: 7px 0;
    gap: 8px;
  }

  .not-prompting-section .btn-primary-glow {
    width: 100%;
    justify-content: center;
    padding: 15px 20px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }

  /* --- PROJECT CARDS --- */
  .projects-section {
    padding: 32px 0;
  }

  .project-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 18px 14px;
    margin-bottom: 8px;
    border-radius: 14px;
  }

  .project-icon {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin: 0;
    border-radius: 14px;
  }

  .project-card h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .project-card p {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .project-tech {
    font-size: 10px;
    padding: 2px 8px;
  }

  /* --- CURRICULUM --- */
  .curriculum-section {
    padding: 32px 0;
  }

  .timeline {
    padding-left: 12px;
  }

  .timeline::before {
    left: 2px;
    width: 2px;
  }

  .timeline-item {
    margin-bottom: 20px;
  }

  .timeline-marker {
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 11px;
    padding: 5px 14px;
  }

  .timeline-content {
    margin-left: 0;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .timeline-content h4 {
    font-size: 15px;
    flex-wrap: wrap;
  }

  .timeline-content p {
    font-size: 12px;
  }

  .timeline-tags span {
    font-size: 10px;
    padding: 3px 8px;
  }

  .timeline-list li {
    font-size: 12px;
    padding-left: 16px;
  }

  /* --- FEATURE CARDS --- */
  .features-section {
    padding: 32px 0;
  }

  .feature-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 18px 14px;
    margin-bottom: 8px;
    border-radius: 14px;
  }

  .feature-icon {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin: 0;
    border-radius: 14px;
  }

  .feature-card h4 {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .feature-card p {
    font-size: 12px;
    margin: 0;
  }

  /* --- TRUST SECTION --- */
  .trust-section {
    padding: 32px 0;
  }

  .trust-badges {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 24px;
  }

  .trust-badge {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 14px 10px;
    border-radius: 14px;
  }

  .trust-badge i {
    font-size: 22px;
  }

  .trust-badge span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
  }

  .logos-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .company-logo {
    padding: 12px 10px;
    border-radius: 12px;
    text-align: center;
  }

  .company-logo span {
    font-size: 12px;
  }

  /* --- INSTRUCTOR --- */
  .instructor-section {
    padding: 36px 0;
    text-align: center;
  }

  .instructor-image img {
    width: 140px;
    height: 140px;
  }

  .instructor-title {
    font-size: 13px;
    text-align: center;
  }

  .instructor-bio {
    font-size: 13px;
    text-align: center;
  }

  .instructor-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .instructor-stats .stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 14px 6px;
    text-align: center;
  }

  .instructor-stats .number {
    font-size: 22px;
  }

  .instructor-stats .label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  .btn-linkedin {
    width: 100%;
    max-width: 260px;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 14px;
  }

  /* --- TESTIMONIALS --- */
  .success-section {
    padding: 36px 0;
  }

  .testimonial-card {
    padding: 20px 16px;
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .testimonial-text {
    font-size: 13px;
    height: auto !important;
    line-height: 1.6;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .author-info strong {
    font-size: 14px;
  }

  .author-info span {
    font-size: 11px;
  }

  .result-badge {
    font-size: 11px;
    padding: 6px 12px;
  }

  .results-summary {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .result-number {
    font-size: 28px;
  }

  .result-label {
    font-size: 11px;
  }

  /* --- TRANSFORMATION STORIES --- */
  .transformation-section {
    padding: 36px 0;
  }

  .transform-card {
    padding: 20px 16px;
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .transform-before,
  .transform-after {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .transform-before p,
  .transform-after p {
    font-size: 12px;
  }

  .transform-label {
    font-size: 9px;
    padding: 2px 8px;
  }

  .transform-arrow {
    font-size: 18px;
    padding: 4px 0;
  }

  .transform-time {
    font-size: 11px;
  }

  /* --- COMPARISON TABLE --- */
  .comparison-section {
    padding: 32px 0;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px 8px;
    font-size: 11px;
  }

  /* --- PRICING --- */
  .pricing-section {
    padding: 36px 0;
  }

  .pricing-card {
    border-radius: 20px;
  }

  .pricing-header {
    padding: 28px 20px;
  }

  .pricing-header h3 {
    font-size: 18px;
  }

  .price .currency {
    font-size: 16px;
  }

  .price .amount {
    font-size: 42px;
  }

  .price .period {
    font-size: 13px;
  }

  .price-save {
    font-size: 12px;
    padding: 6px 14px;
  }

  .pricing-features {
    padding: 20px 16px;
  }

  .pricing-features li {
    font-size: 13px;
    padding: 10px 0;
  }

  .pricing-cta {
    padding: 0 16px 20px;
  }

  .pricing-cta .btn-primary-glow {
    padding: 16px 24px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
  }

  .guarantee {
    font-size: 12px;
  }

  /* Payment Methods */
  .payment-methods-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .payment-methods-card h4 {
    font-size: 16px;
  }

  .payment-options {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .payment-option {
    min-width: auto !important;
    width: auto !important;
    padding: 16px 12px;
    border-radius: 14px;
  }

  .payment-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 1.1rem;
  }

  .payment-option strong {
    font-size: 12px;
  }

  .payment-option span {
    font-size: 10px;
  }

  /* --- SCHEDULE --- */
  .schedule-section {
    padding: 36px 0;
  }

  .schedule-card {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .schedule-grid {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .schedule-item {
    padding: 14px 12px;
    gap: 12px;
    border-radius: 12px;
  }

  .schedule-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .schedule-info strong {
    font-size: 13px;
  }

  .schedule-info span {
    font-size: 12px;
  }

  /* --- OBJECTION SECTION --- */
  .objection-section {
    padding: 32px 0;
  }

  .objection-card {
    padding: 18px 14px;
    border-radius: 14px;
    margin-bottom: 8px;
  }

  .objection-q {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .objection-a {
    font-size: 13px;
  }

  /* --- FAQ --- */
  .faq-section {
    padding: 32px 0;
  }

  .faq-section .accordion-item {
    border-radius: 12px !important;
    margin-bottom: 8px;
  }

  .faq-section .accordion-button {
    font-size: 14px;
    padding: 16px 14px;
    min-height: 48px;
  }

  .faq-section .accordion-body {
    font-size: 13px;
    padding: 0 14px 14px;
    line-height: 1.6;
  }

  /* --- WHATSAPP CTA SECTION --- */
  .wa-cta-section {
    padding: 28px 0;
  }

  .wa-cta-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .wa-cta-card h3 {
    font-size: 18px;
  }

  .wa-cta-card p {
    font-size: 13px;
  }

  .wa-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 15px;
    border-radius: 14px;
  }

  /* --- REGISTRATION FORM --- */
  .register-section {
    padding: 36px 0;
  }

  .register-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .register-header h2 {
    font-size: 22px;
  }

  .register-header p {
    font-size: 13px;
  }

  .form-trust-badges {
    gap: 8px;
  }

  .form-trust-badges span {
    font-size: 11px;
  }

  .register-form .form-group {
    margin-bottom: 14px;
  }

  .register-form label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .register-form .form-control {
    padding: 14px 14px;
    font-size: 16px !important; /* Prevent iOS zoom */
    border-radius: 12px;
  }

  .register-form .btn-primary-glow {
    padding: 16px 24px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
    min-height: 52px;
  }

  /* --- FOOTER --- */
  .footer-section {
    padding: 30px 0 10px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-section h4 {
    font-size: 16px;
  }

  .footer-content > p {
    font-size: 12px;
  }

  .social-links {
    gap: 10px;
  }

  .social-links a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .footer-branches {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .footer-branches > div {
    max-width: 100% !important;
  }

  .footer-contact p {
    font-size: 13px;
  }

  .footer-bottom p {
    font-size: 11px;
  }

  /* --- EXIT POPUP --- */
  .exit-popup {
    padding: 28px 20px;
    border-radius: 20px;
    width: 92%;
  }

  .exit-popup h3 {
    font-size: 22px;
  }

  .exit-popup p {
    font-size: 14px;
  }

  .btn-exit-cta {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 14px;
  }

  /* --- STICKY HEADER --- */
  .sticky-header {
    padding: 6px 0;
  }

  .sticky-header-content {
    flex-direction: column;
    gap: 6px;
  }

  .sticky-logo {
    display: none;
  }

  .sticky-left {
    width: 100%;
    justify-content: center;
  }

  .sticky-right {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .seats-left {
    font-size: 11px;
  }

  .btn-sticky-cta {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 10px;
  }

  .countdown-mini {
    font-size: 11px;
  }

  .timer-label {
    font-size: 10px;
  }

  /* --- MOBILE STICKY CTA --- */
  .mobile-sticky-cta {
    display: block;
    padding: 10px 14px;
  }

  .mobile-cta-content {
    gap: 10px;
  }

  .mobile-cta-price {
    font-size: 16px;
    font-weight: 800;
  }

  .mobile-cta-seats {
    font-size: 11px;
  }

  .btn-mobile-cta {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
  }

  /* --- FLOATING BUTTONS --- */
  .whatsapp-float-btn {
    bottom: 80px !important;
    right: 16px !important;
    width: 56px !important;
    height: 56px !important;
    font-size: 28px !important;
  }

  .floating-buttons {
    top: auto !important;
    bottom: 145px !important;
    right: 16px !important;
    left: auto !important;
  }

  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  /* --- ALL BUTTONS: Minimum tap target --- */
  a, button {
    min-height: 44px;
  }

  .btn-primary-glow,
  .btn-demo-class,
  .wa-cta-btn,
  .btn-exit-cta,
  .btn-mobile-cta,
  .btn-sticky-cta,
  .urgency-cta {
    display: inline-flex;
    align-items: center;
  }

  /* --- NO HOVER on touch --- */
  .project-card:hover,
  .feature-card:hover,
  .persona-card:hover,
  .testimonial-card:hover,
  .trust-badge:hover,
  .payment-option:hover,
  .schedule-item:hover,
  .objection-card:hover,
  .transform-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* ============== EXTRA SMALL (380px and below) ============== */
@media (max-width: 380px) {
  .hero-title {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .section-title {
    font-size: 20px;
  }

  .stat-number {
    font-size: 20px;
  }

  .proof-number {
    font-size: 20px;
  }

  .price .amount {
    font-size: 36px;
  }

  .register-header h2 {
    font-size: 20px;
  }

  .not-prompting-section .section-title {
    font-size: 18px !important;
  }

  .payment-options {
    grid-template-columns: 1fr !important;
  }
}

}

/* ============== COMPACT TESTIMONIAL STRIPS (all screens) ============== */
.testi-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 20px;
  flex-wrap: wrap;
}

.testi-strip.featured-strip {
  border: 1px solid rgba(249, 115, 22, 0.3);
  background: rgba(249, 115, 22, 0.05);
}

.testi-strip-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.testi-strip-left strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.testi-strip-role {
  font-size: 11px;
  color: #f97316;
  font-weight: 600;
}

.testi-strip-quote {
  flex: 1;
  font-size: 14px;
  color: #cbd5e1;
  font-style: italic;
  min-width: 200px;
}

.testi-strip-result {
  font-size: 12px;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  padding: 5px 12px;
  border-radius: 50px;
  white-space: nowrap;
}

.testi-strip-result.success {
  color: #f97316;
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.2);
}

@media (max-width: 768px) {
  .testi-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .testi-strip-left {
    min-width: auto;
  }

  .testi-strip-left .author-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .testi-strip-left strong {
    font-size: 13px;
  }

  .testi-strip-role {
    font-size: 10px;
  }

  .testi-strip-quote {
    font-size: 13px;
    min-width: auto;
  }

  .testi-strip-result {
    font-size: 11px;
    padding: 4px 10px;
  }
}

/* ============== PERSONA CARDS V2 (all screens) ============== */
.persona-card-v2 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  height: 100%;
  transition: border-color 0.3s;
}

.persona-card-v2:hover {
  border-color: rgba(249, 115, 22, 0.3);
}

.pv2-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f97316, #f59e0b);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin: 0 auto 12px;
}

.persona-card-v2 h4 {
  font-size: 15px;
  font-weight: 700;
  color: #140626;
  margin-bottom: 6px;
  font-family: 'Work Sans', sans-serif;
}

.persona-card-v2 p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .persona-card-v2 {
    padding: 16px 12px;
    border-radius: 14px;
  }

  .pv2-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .persona-card-v2 h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .persona-card-v2 p {
    font-size: 11px;
    line-height: 1.4;
  }

/* ============== DESKTOP ONLY (769px+) ============== */
@media (min-width: 769px) {
  .hero-row {
    min-height: 85vh;
    padding: 40px 0;
  }
}