/* ==========================================================================
   TRADE ON - PREMIUM RESPONSIVE STYLESHEET (responsive.css)
   Only applies on screen sizes <= 1200px, 992px, 768px, 576px, 480px.
   Desktop styles remain 100% untouched.
   ========================================================================== */

/* ==========================================================================
   1. LARGE TABLETS & SMALL LAPTOPS (Max-Width: 1200px)
   ========================================================================== */
@media screen and (max-width: 1200px) {
  /* Containers */
  .nav-container,
  .section-container,
  .hero-grid {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  /* Hero Section */
  .hero {
    padding: 130px 0 70px;
    min-height: auto;
  }

  .hero-grid {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-content h1 {
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  }

  /* Floating Coins */
  .coin-btc { top: 12%; right: 2%; }
  .coin-eth { top: 60%; right: 1%; }
  .coin-ton { top: 25%; right: 42%; }
  .coin-usdt { top: 75%; right: 45%; }

  /* About Bento Grid */
  .about-split-grid {
    gap: 30px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

/* ==========================================================================
   2. TABLETS & SMALL SCREENS (Max-Width: 992px)
   ========================================================================== */
@media screen and (max-width: 992px) {
  /* Global Mobile Readability Base Rules */
  p, span, li, a, label, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  /* Navigation & Header Mobile Drawer */
  header {
    padding: 16px 0;
  }

  .mobile-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1.7rem;
    color: var(--primary-color);
    cursor: pointer;
    transition: var(--transition);
  }

  .mobile-menu-btn:hover {
    background: rgba(13, 202, 240, 0.2);
    border-color: var(--primary-color);
  }

  .nav-menu {
    position: fixed !important;
    top: 0 !important;
    left: auto !important;
    right: -100% !important;
    width: 300px !important;
    height: 100vh !important;
    background: rgba(8, 10, 14, 0.98) !important;
    backdrop-filter: blur(28px) !important;
    -webkit-backdrop-filter: blur(28px) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 90px 30px 40px !important;
    gap: 18px !important;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: -12px 0 35px rgba(0, 0, 0, 0.85) !important;
    z-index: 9999 !important;
  }

  .nav-menu.active {
    right: 0 !important;
    left: auto !important;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu .nav-link {
    display: block;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    letter-spacing: 0.5px;
  }

  .nav-menu .nav-link:hover,
  .nav-menu .nav-link.active {
    color: var(--primary-color);
    padding-left: 10px;
  }

  /* Header Navbar Get App Button visibility in responsive */
  .btn-nav-premium {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    border-radius: 30px !important;
  }

  .btn-nav-premium .btn-nav-text {
    display: inline-block !important;
    color: #000201 !important;
    font-weight: 700 !important;
    font-family: var(--font-heading) !important;
  }

  /* Hero Section Stacking & Specific Heading Colors */
  .hero {
    padding: 120px 0 60px;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Requirement 4: "Trusted by 500,000+ Traders" text pure white in responsive */
  .hero-pill-badge {
    margin-bottom: 20px;
    font-size: 0.78rem;
    padding: 8px 20px;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  .hero-pill-badge span {
    color: #ffffff !important;
  }

  .hero-pill-badge .pill-dot {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  }

  .hero-content h1 {
    font-size: clamp(2.2rem, 6vw, 3.4rem);
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  /* Requirement 4: "TRADE ON — Next Generation" pure white color */
  .h1-line1 {
    display: block !important;
    font-size: 0.58em !important;
    letter-spacing: 3px !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    text-shadow: none !important;
    animation: none !important;
  }

  /* Requirement 3: "Crypto Exchange" animation removed and solid vibrant readable green color */
  .h1-line2 {
    display: block !important;
    color: #00ff9d !important;
    -webkit-text-fill-color: #00ff9d !important;
    background: none !important;
    animation: none !important;
    filter: none !important;
    font-weight: 800 !important;
    text-shadow: 0 0 16px rgba(0, 255, 157, 0.4), 0 2px 6px rgba(0, 0, 0, 0.9) !important;
    position: relative !important;
  }

  .h1-line2::after {
    content: none !important;
    display: none !important;
  }

  /* Requirement 4: "Platform" pure white color */
  .h1-line3 {
    display: block !important;
    color: #ffffff !important;
    text-shadow: none !important;
    animation: none !important;
  }

  .hero-content p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #e2e8f0;
    max-width: 100%;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  }

  .hero-buttons {
    justify-content: center;
    width: 100%;
    margin-bottom: 36px;
  }

  .hero-live-stats {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .hero-floating-coins {
    display: none; /* Hide floating absolute coins on mobile to prevent overlapping */
  }

  .hero-visual-right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .support-title {
    color: #ffffff !important;
  }

  .support-desc {
    color: #ffffff !important;
  }

  /* Sections General Padding & Headings */
  section {
    padding: 75px 0;
  }

  .section-header-premium,
  .section-header {
    margin-bottom: 44px;
    text-align: center;
  }

  .section-heading {
    font-size: clamp(1.85rem, 5vw, 2.6rem);
    line-height: 1.25;
    color: #ffffff;
  }

  .section-sub {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 650px;
    margin: 12px auto 0;
  }

  /* About TradeON Section */
  .about-section {
    padding: 75px 0;
  }

  .about-split-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-lead {
    font-size: 1rem;
    line-height: 1.75;
    color: #e2e8f0;
    margin-bottom: 26px;
  }

  .about-caps-list {
    text-align: left;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 24px;
  }

  .cap-row {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #ffffff;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .cap-icon {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
    color: var(--primary-color);
  }

  /* About Bento Grid */
  .about-bento {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .bento-card {
    padding: 26px 22px;
    background: rgba(16, 20, 26, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .bento-card.bc-main {
    grid-column: 1 / -1;
    padding: 30px 26px;
  }

  .bento-card.bc-wide {
    grid-column: 1 / -1;
  }

  .bento-card h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .bento-card h4 {
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 8px;
  }

  .bento-card p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #cbd5e1;
  }

  /* Services Section Layout */
  .service-card-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-info {
    text-align: center;
  }

  .service-info h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .service-feature-list {
    text-align: left;
    display: inline-block;
  }

  .service-feature-list li {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #e2e8f0;
    margin-bottom: 12px;
  }

  .calculator-box {
    padding: 28px 22px;
    width: 100%;
    background: rgba(12, 15, 20, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .terminal-heading {
    font-size: 1.2rem;
  }

  /* TradeON Program Section */
  .program-dual-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pcard {
    padding: 34px 26px;
    background: rgba(14, 18, 24, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .pcard-title {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 12px;
  }

  .pcard-desc {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 20px;
  }

  .pcard-feats li {
    font-size: 0.9rem;
    color: #e2e8f0;
  }

  .prog-guarantee-strip {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 22px 26px;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #cbd5e1;
  }

  .pgs-sep {
    display: none;
  }

  /* How TradeON Works Roadmap */
  .hiw-roadmap {
    max-width: 100%;
    padding: 0 10px;
  }

  .roadmap-line {
    left: 28px;
    transform: none;
  }

  .roadmap-step {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 60px !important;
    margin-bottom: 32px;
  }

  .roadmap-node {
    left: 10px !important;
    right: auto !important;
    top: 0 !important;
    transform: none !important;
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .roadmap-card {
    width: 100% !important;
    text-align: left !important;
    padding: 22px 20px;
    background: rgba(14, 18, 24, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .roadmap-content h3 {
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 8px;
  }

  .roadmap-content p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #cbd5e1;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .why-item {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #ffffff;
    padding: 14px 18px;
  }

  /* Download App Section */
  .download-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .download-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-content p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #cbd5e1;
  }

  .download-features-list {
    text-align: left;
  }

  .download-features-list li {
    font-size: 0.92rem;
    color: #e2e8f0;
  }

  .download-buttons-group {
    justify-content: center;
  }

  /* Contact Section */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-info-card {
    flex: 1;
    min-width: 240px;
  }

  .contact-info-text h4 {
    font-size: 1rem;
    color: #ffffff;
  }

  .contact-info-text p {
    font-size: 0.9rem;
    color: #cbd5e1;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-about {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  .footer-about p {
    max-width: 550px;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #cbd5e1;
  }

  .footer-col h4 {
    font-size: 1rem;
    color: #ffffff;
  }

  .footer-links a {
    font-size: 0.9rem;
    color: #cbd5e1;
  }

  .footer-links a:hover {
    color: var(--primary-color);
  }

  /* Blog Hero Responsive Styling */
  .blog-hero h1.text-gradient {
    color: #00ff9d !important;
    -webkit-text-fill-color: #00ff9d !important;
    background: none !important;
    font-weight: 800 !important;
    text-shadow: 0 0 16px rgba(0, 255, 157, 0.4), 0 2px 6px rgba(0, 0, 0, 0.9) !important;
  }

  .blog-hero p {
    color: #ffffff !important;
  }

  /* Blog Search Bar Responsive Styling */
  .blog-search-bar .calc-input-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }

  .blog-search-bar .calc-input {
    color: #ffffff !important;
  }

  .blog-search-bar .calc-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
  }

  .blog-search-bar .calc-input-wrapper i.bi-search {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

/* ==========================================================================
   3. MOBILE PHONES & SMALL TABLETS (Max-Width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  /* Requirement 2: Navbar Get App button */
  .btn-nav-premium {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 14px !important;
  }

  .btn-nav-premium .btn-nav-text {
    display: inline-block !important;
    color: #000201 !important;
    font-weight: 700 !important;
  }

  /* Requirement 4: "Trusted by 500,000+ Traders" pure white in responsive */
  .hero-pill-badge {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }

  .hero-pill-badge span {
    color: #ffffff !important;
  }

  /* Requirement 4: "TRADE ON — Next Generation" pure white color */
  .h1-line1 {
    color: #ffffff !important;
    text-shadow: none !important;
    animation: none !important;
  }

  /* Requirement 3: "Crypto Exchange" animation removed, solid vibrant readable green */
  .h1-line2 {
    color: #00ff9d !important;
    -webkit-text-fill-color: #00ff9d !important;
    background: none !important;
    animation: none !important;
    filter: none !important;
    font-weight: 800 !important;
    text-shadow: 0 0 16px rgba(0, 255, 157, 0.4), 0 2px 6px rgba(0, 0, 0, 0.9) !important;
  }

  .h1-line2::after {
    content: none !important;
    display: none !important;
  }

  /* Requirement 4: "Platform" pure white color */
  .h1-line3 {
    color: #ffffff !important;
    text-shadow: none !important;
    animation: none !important;
  }

  /* General Typography Scale */
  body {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
    letter-spacing: -0.3px;
  }

  .section-tag-pill {
    font-size: 0.72rem;
    padding: 6px 16px;
    letter-spacing: 1.2px;
  }

  /* Hero Section Typography */
  .hero-content h1 {
    font-size: 2.15rem;
    line-height: 1.18;
    margin-bottom: 18px;
  }

  .hero-content p {
    font-size: 0.94rem;
    line-height: 1.68;
    color: #e2e8f0;
    margin-bottom: 26px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .btn-hero-primary,
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
    font-size: 0.88rem;
  }

  /* Hero Live Stats Grid */
  .hero-live-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
  }

  .stat-item {
    margin-right: 0;
    padding: 14px 10px;
    text-align: center;
    background: rgba(14, 18, 24, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stat-num {
    font-size: 1.5rem;
    font-weight: 800;
  }

  .stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.8px;
    color: #94a3b8;
  }

  /* Hero 3D Coin Scene */
  .hero-coin-scene {
    width: 200px;
    height: 200px;
  }

  .orbit-1 { width: 190px; height: 190px; }
  .orbit-2 { width: 165px; height: 165px; }
  .orbit-3 { width: 140px; height: 140px; }

  .hero-3d-coin {
    width: 120px;
    height: 120px;
  }

  .coin-inner-ring {
    width: 100px;
    height: 100px;
  }

  .coin-glyph {
    font-size: 3rem;
  }

  .hero-support-card {
    padding: 12px 18px;
    font-size: 0.85rem;
  }

  .support-title {
    font-size: 0.88rem;
    color: #ffffff !important;
    font-weight: 700;
  }

  .support-desc {
    font-size: 0.75rem;
    color: #ffffff !important;
  }

  /* Ticker items */
  .ticker-item {
    padding: 8px 16px;
    margin: 0 8px;
    gap: 12px;
  }

  .ticker-name {
    font-size: 0.82rem;
  }

  .ticker-price {
    font-size: 0.8rem;
  }

  .ticker-change {
    font-size: 0.74rem;
  }

  /* About TradeON Section */
  .about-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bento-card {
    padding: 24px 20px;
  }

  /* Stats Strip */
  .stats-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 28px 18px;
  }

  .stat-sep {
    display: none;
  }

  .stat-val {
    font-size: 1.9rem;
    font-weight: 800;
  }

  .stat-label {
    font-size: 0.8rem;
    color: #cbd5e1;
  }

  /* Services Nav Pills */
  .services-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 12px;
    margin-bottom: 32px;
    -webkit-overflow-scrolling: touch;
  }

  .services-tabs-nav::-webkit-scrollbar {
    height: 4px;
  }

  .tab-btn {
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .calc-label {
    font-size: 0.78rem;
    color: #cbd5e1;
  }

  .calc-input {
    font-size: 1rem;
  }

  .calc-result-row {
    font-size: 0.9rem;
    color: #e2e8f0;
  }

  /* Why TradeON Grid */
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    padding: 14px 18px;
    font-size: 0.92rem;
    background: rgba(14, 18, 24, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }

  /* Download App Buttons */
  .download-buttons-group {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .btn-store-custom,
  .btn-market {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }

  /* FAQ Accordion */
  .faq-question {
    padding: 18px 20px;
    font-size: 0.92rem;
    color: #ffffff;
    line-height: 1.4;
  }

  .faq-answer {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #cbd5e1;
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 18px;
  }

  /* Form Elements */
  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-control-custom {
    font-size: 0.95rem;
    padding: 15px 18px;
  }

  .contact-submit-btn {
    width: 100%;
    padding: 15px 22px;
  }

  /* Legal Modals */
  .legal-modal-inner {
    width: 94%;
    max-height: 88vh;
    padding: 26px 20px;
    margin: 15px auto;
    border-radius: 16px;
    background: rgba(10, 14, 20, 0.98);
  }

  .legal-modal-content h1 {
    font-size: 1.55rem;
    line-height: 1.3;
    color: #ffffff;
  }

  .legal-modal-content h2 {
    font-size: 1.15rem;
    color: var(--primary-color);
    margin-top: 20px;
  }

  .legal-modal-content p,
  .legal-modal-content li {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #cbd5e1;
  }

  /* Footer Bottom */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-copyright {
    font-size: 0.82rem;
    color: #94a3b8;
  }

  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-legal-links a {
    font-size: 0.82rem;
    color: #cbd5e1;
  }
}

/* ==========================================================================
   4. ULTRA-SMALL MOBILE DEVICES (Max-Width: 480px)
   ========================================================================== */
@media screen and (max-width: 480px) {
  /* Extra Padding Trimming */
  .nav-container,
  .section-container,
  .hero-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding: 105px 0 45px;
  }

  .hero-content h1 {
    font-size: 1.95rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .hero-content p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .hero-live-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
  }

  .stat-num {
    font-size: 1.35rem;
    margin-bottom: 0;
  }

  .stat-label {
    font-size: 0.72rem;
  }

  .hero-coin-scene {
    width: 175px;
    height: 175px;
  }

  .orbit-1 { width: 165px; height: 165px; }
  .orbit-2 { width: 145px; height: 145px; }
  .orbit-3 { width: 125px; height: 125px; }

  .hero-3d-coin {
    width: 98px;
    height: 98px;
  }

  .coin-glyph {
    font-size: 2.4rem;
  }

  .coin-price-badge {
    padding: 5px 12px;
    font-size: 0.7rem;
  }

  .stats-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .section-heading {
    font-size: 1.65rem;
    line-height: 1.28;
  }

  .section-sub {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .bento-card h3,
  .pcard-title {
    font-size: 1.2rem;
  }

  .bento-card p,
  .pcard-desc {
    font-size: 0.88rem;
  }

  .calculator-box {
    padding: 20px 16px;
  }

  .why-item {
    font-size: 0.88rem;
  }
}
