/* ================================================================
   RESPONSIVE.CSS - FULL RESPONSIVE FOR ALL PAGES
   ================================================================ */

/* ===== 4K & LARGE SCREENS ===== */
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }

  .hero h1 {
    font-size: 68px;
  }

  .section-title {
    font-size: 52px;
  }

  .page-banner-inner h1 {
    font-size: 68px;
  }

  .cases-grid-premium {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .main-services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

/* ===== LAPTOP / DESKTOP (1025px - 1280px) ===== */
@media (max-width: 1280px) {
  .container {
    width: 92%;
    max-width: 1200px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .section-title {
    font-size: 38px;
  }

  .page-banner-inner h1 {
    font-size: 46px;
  }

  .about .container {
    gap: 50px;
  }

  .about-media-primary img {
    height: 350px;
  }

  .about-media-secondary img {
    height: 180px;
  }

  .cases-grid-premium {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .case-card-premium {
    padding: 32px 24px 28px;
  }

  .case-card-premium h3 {
    font-size: 20px;
  }

  .choose .container {
    gap: 60px;
  }

  .footer-top {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 30px;
  }

  .faq .container {
    gap: 60px;
  }

  .contact-premium-wrapper {
    gap: 50px;
  }

  .team-card {
    flex: 0 0 230px;
    width: 230px;
  }

  .team-photo {
    height: 280px;
  }
}

/* ===== SMALL LAPTOP / TABLET LANDSCAPE (769px - 1024px) ===== */
@media (max-width: 1024px) {
  .container {
    width: 94%;
  }

  /* HERO */
  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 16px;
    max-width: 550px;
  }

  .hero-btn {
    padding: 14px 30px;
    font-size: 15px;
  }

  .hero-shape-left,
  .hero-shape-right {
    width: 200px;
    height: 200px;
  }

  /* SECTION TITLES */
  .section-title {
    font-size: 34px;
  }

  .premium-title {
    font-size: 38px;
  }

  .section-head {
    margin-bottom: 40px;
  }

  /* BANNER */
  .page-banner {
    padding: 150px 0 60px;
  }

  .page-banner-inner h1 {
    font-size: 38px;
  }

  .page-banner-inner p {
    font-size: 16px;
  }

  /* ABOUT */
  .about {
    padding: 120px 0 80px;
  }

  .about .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-media {
    max-width: 500px;
    margin: 0 auto;
  }

  .about-media-primary img {
    height: 320px;
  }

  .about-media-secondary {
    width: 55%;
  }

  .about-media-secondary img {
    height: 160px;
  }

  .about-media .tag-chip {
    left: 10px;
    bottom: 60px;
  }

  .about-body ul {
    grid-template-columns: 1fr 1fr;
  }

  /* CHOOSE */
  .choose {
    padding: 80px 0;
  }

  .choose .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .choose-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .choose-image .image-card img {
    height: 300px;
    object-fit: cover;
  }

  /* PROCESS */
  .process {
    padding: 80px 0;
  }

  .process-head {
    flex-direction: column;
    gap: 20px;
  }

  .process-intro {
    max-width: 100%;
  }

  .process-grid {
    flex-direction: column;
    gap: 30px;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .process-dot-left,
  .process-dot-right {
    display: none;
  }

  .process-dot-bottom {
    left: 50%;
    bottom: -18px;
  }

  /* CASES */
  .cases {
    padding: 80px 0;
  }

  .cases-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .cases-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  /* WHY CHOOSE REAL */
  .why-choose-real {
    padding: 70px 0;
  }

  .why-choose-real-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-choose-real-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .image-placeholder img {
    height: 320px;
  }

  /* FAQ */
  .faq {
    padding: 100px 0;
  }

  .faq .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-left .section-title {
    font-size: 34px;
  }

  .faq-media img {
    height: 350px;
  }

  .faq-circle {
    width: 100px;
    height: 100px;
    right: -10px;
    bottom: -10px;
  }

  .faq-circle::before {
    font-size: 24px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    padding: 22px 24px;
  }

  .faq-question span:first-child {
    font-size: 16px;
  }

  .faq-answer p {
    padding: 0 24px 24px;
  }

  .faq-real {
    padding: 70px 0;
  }

  /* TEAM */
  .team {
    padding: 80px 0;
  }

  .team-card {
    flex: 0 0 200px;
    width: 200px;
  }

  .team-photo {
    height: 240px;
  }

  /* TESTIMONIALS */
  .testimonials {
    padding: 80px 0;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .testi-card.is-active {
    transform: translateY(0);
  }

  .testi-card .indicator {
    display: none;
  }

  .testi-avatars {
    grid-template-columns: repeat(3, 1fr);
    max-width: 400px;
    margin: 30px auto 0;
  }

  .testi-avatars .avatar-line img {
    width: 50px;
    height: 50px;
  }

  /* STATS */
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 14px;
  }

  .stat-item {
    padding: 28px 16px;
  }

  .stat-item:nth-child(2) {
    border-right: none;
  }

  .stat-item .num {
    font-size: 28px;
  }

  /* CONTACT */
  .contact-page {
    padding: 60px 0;
  }

  .contact-page-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-info,
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
  }

  .contact-form {
    padding: 32px 28px;
  }

  .contact-premium {
    padding: 80px 0;
  }

  .contact-premium-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-premium-info .premium-title {
    font-size: 34px;
  }

  .contact-premium-form {
    padding: 36px 30px;
  }

  /* SERVICES */
  .main-services {
    padding: 60px 0;
  }

  .main-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .full-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .allied-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* LLC */
  .llc-detail {
    padding: 60px 0;
  }

  .llc-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .llc-content h2 {
    font-size: 32px;
  }

  .why-choose {
    padding: 70px 0;
  }

  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .send-email {
    padding: 60px 0;
  }

  .send-email-steps {
    grid-template-columns: 1fr 1fr;
  }

  .send-email-content h2 {
    font-size: 32px;
  }

  /* REVIEWS */
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* CASE STUDIES PAGE */
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* FOOTER */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 0 40px;
  }

  .footer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    width: 54px;
    height: 54px;
    font-size: 28px;
    right: 20px;
    bottom: 85px;
  }

  .scroll-top-btn {
    width: 46px;
    height: 46px;
    font-size: 16px;
    right: 20px;
    bottom: 20px;
  }
}

/* ===== TABLET PORTRAIT / SMALL TABLET (577px - 768px) ===== */
@media (max-width: 768px) {
  .container {
    width: 94%;
  }

  /* HEADER */
  .header {
    padding: 10px 16px 0;
  }

  .navbar {
    height: 70px;
    padding: 0 16px;
  }

  .logo img {
    height: 50px;
  }

  .nav-menu,
  .nav-btn {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  /* HERO */
  .hero {
    height: 100vh;
    min-height: 600px;
  }

  .hero-slide {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .hero-tag {
    font-size: 12px;
  }

  .hero-btn {
    padding: 14px 28px;
    font-size: 14px;
  }

  .hero-shape-left,
  .hero-shape-right {
    display: none;
  }

  .hero-content::before {
    width: 300px;
    height: 300px;
  }

  /* SECTION TITLES */
  .section-title {
    font-size: 28px;
  }

  .premium-title {
    font-size: 30px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .eyebrow {
    font-size: 11px;
  }

  /* BANNER */
  .page-banner {
    padding: 130px 0 50px;
  }

  .page-banner-inner h1 {
    font-size: 32px;
  }

  .page-banner-inner p {
    font-size: 15px;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: wrap;
  }

  .banner-actions {
    flex-direction: column;
    align-items: center;
  }

  .banner-actions .outline-btn {
    display: none;
  }

  /* ABOUT */
  .about {
    padding: 80px 0 60px;
  }

  .about .container {
    gap: 30px;
  }

  .about-media-primary img {
    height: 250px;
  }

  .about-media-secondary {
    width: 60%;
  }

  .about-media-secondary img {
    height: 130px;
  }

  .about-media .tag-chip {
    padding: 12px 16px;
    left: 0;
    bottom: 40px;
    max-width: 170px;
  }

  .tag-chip .icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .tag-chip .num {
    font-size: 16px;
  }

  .about-body ul {
    grid-template-columns: 1fr;
  }

  .about-body .outline-btn {
    width: 100%;
    justify-content: center;
  }

  /* STATS */
  .stats-wrap {
    margin-top: -60px;
  }

  .stats-card {
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
  }

  .stat-item {
    padding: 20px 12px;
  }

  .stat-item .num {
    font-size: 24px;
  }

  .stat-item .label {
    font-size: 11px;
  }

  /* PARTNERS */
  .partners {
    padding: 40px 0;
  }

  .partners .marquee-label {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .marquee-track {
    gap: 30px;
  }

  .marquee-track .brand {
    font-size: 16px;
  }

  /* CASES */
  .cases {
    padding: 60px 0;
  }

  .cases-grid-premium {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    gap: 20px;
  }

  .cases-grid-new {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .case-card-premium {
    padding: 28px 20px 24px;
  }

  .case-card-premium h3 {
    font-size: 18px;
  }

  .card-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .case-card-new {
    padding: 28px 20px 24px;
  }

  .case-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* WHY CHOOSE */
  .choose {
    padding: 60px 0;
  }

  .choose .container {
    gap: 30px;
  }

  .choose-text {
    font-size: 15px;
    margin: 20px 0 30px;
  }

  .choose-list {
    gap: 16px;
  }

  .choose-item {
    gap: 14px;
  }

  .choose-item i {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .choose-item h4 {
    font-size: 17px;
  }

  .choose-image .image-card {
    padding: 12px;
  }

  .choose-image .image-card img {
    height: 240px;
  }

  .choose-content .hero-btn {
    width: 100%;
    justify-content: center;
  }

  /* PROCESS */
  .process {
    padding: 60px 0;
  }

  .process-head .section-title {
    font-size: 28px;
  }

  .process-card {
    padding: 24px 16px;
  }

  .process-card h4 {
    font-size: 16px;
  }

  .process-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .process-arrow {
    transform: rotate(90deg);
    width: 24px;
  }

  .process-bg svg {
    display: none;
  }

  /* FAQ */
  .faq {
    padding: 70px 0;
  }

  .faq .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .faq-media img {
    height: 260px;
  }

  .faq-media {
    padding: 10px;
  }

  .faq-circle {
    width: 80px;
    height: 80px;
    bottom: -10px;
    right: -10px;
  }

  .faq-circle::before {
    font-size: 20px;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 18px 20px;
  }

  .faq-question span:first-child {
    font-size: 15px;
  }

  .plus {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 0 20px 20px;
  }

  .faq-real {
    padding: 60px 0;
  }

  .faq-real-grid {
    max-width: 100%;
  }

  .faq-real-question {
    padding: 16px 18px;
  }

  .faq-real-question span:first-child {
    font-size: 14px;
  }

  .faq-real-toggle {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .faq-real-item.open .faq-real-answer {
    padding: 0 18px 18px;
  }

  .faq-real-answer p {
    font-size: 14px;
  }

  /* TEAM */
  .team {
    padding: 60px 0;
  }

  .team .section-title {
    font-size: 28px;
  }

  .team-card {
    flex: 0 0 180px;
    width: 180px;
  }

  .team-photo {
    height: 200px;
  }

  .team-info {
    padding: 14px 16px 18px;
  }

  .team-info h4 {
    font-size: 15px;
  }

  .role-pill {
    font-size: 10px;
    padding: 4px 12px;
  }

  .team-track-wrap {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      #000 4%,
      #000 96%,
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 4%,
      #000 96%,
      transparent
    );
  }

  /* TESTIMONIALS */
  .testimonials {
    padding: 60px 0;
  }

  .testi-grid {
    max-width: 100%;
  }

  .testi-card {
    padding: 24px 20px;
  }

  .testi-card p {
    font-size: 14px;
  }

  .testi-card .name {
    font-size: 14px;
  }

  .testi-avatars .avatar-line img {
    width: 44px;
    height: 44px;
  }

  /* CONTACT */
  .contact-page {
    padding: 50px 0;
  }

  .contact-page-wrapper {
    gap: 30px;
  }

  .contact-info h3,
  .contact-form h3 {
    font-size: 24px;
  }

  .contact-form {
    padding: 24px 20px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 12px 16px;
  }

  .contact-details div {
    font-size: 14px;
  }

  .contact-details div i {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .contact-premium {
    padding: 60px 0;
  }

  .contact-premium-wrapper {
    gap: 40px;
  }

  .contact-premium-info .premium-title {
    font-size: 28px;
  }

  .contact-premium-desc {
    font-size: 15px;
  }

  .contact-premium-form {
    padding: 28px 20px;
  }

  .form-group {
    grid-template-columns: 1fr;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 14px;
    padding: 12px 16px;
  }

  .form-header h3 {
    font-size: 22px;
  }

  .submit-btn {
    font-size: 16px;
    padding: 16px;
  }

  .detail-item div strong {
    font-size: 14px;
  }

  .contact-premium-socials {
    flex-wrap: wrap;
  }

  /* SERVICES */
  .main-services {
    padding: 50px 0;
  }

  .main-services-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
    gap: 16px;
  }

  .service-block {
    padding: 24px 16px;
  }

  .service-block h3 {
    font-size: 16px;
  }

  .service-block-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .full-service-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  .allied-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  .seo-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .service-card {
    padding: 24px 20px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .full-service-card {
    padding: 24px 20px;
  }

  .full-service-card h3 {
    font-size: 16px;
  }

  .seo-card {
    padding: 24px 20px;
  }

  .seo-card h3 {
    font-size: 16px;
  }

  .allied-card {
    padding: 24px 20px;
  }

  .allied-card h3 {
    font-size: 15px;
  }

  /* LLC */
  .llc-detail {
    padding: 50px 0;
  }

  .llc-content h2 {
    font-size: 26px;
  }

  .llc-content > p {
    font-size: 15px;
  }

  .llc-steps h3 {
    font-size: 18px;
  }

  .step-item {
    padding: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .step-number {
    font-size: 22px;
    min-width: auto;
  }

  .step-content h4 {
    font-size: 15px;
  }

  .step-content p {
    font-size: 14px;
  }

  .llc-sidebar .sidebar-card {
    padding: 20px 18px;
  }

  .why-choose {
    padding: 50px 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .why-card {
    padding: 28px 24px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .faq-grid .faq-item .faq-question {
    padding: 14px 18px;
  }

  .faq-grid .faq-item .faq-question span:first-child {
    font-size: 14px;
  }

  .faq-toggle {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .send-email {
    padding: 50px 0;
  }

  .send-email-content h2 {
    font-size: 26px;
  }

  .send-email-content p {
    font-size: 15px;
  }

  .send-email-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .send-email-steps .step {
    padding: 18px 16px;
  }

  .send-email-steps .step h4 {
    font-size: 15px;
  }

  /* WHY CHOOSE REAL */
  .why-choose-real {
    padding: 50px 0;
  }

  .why-choose-real-wrapper {
    gap: 30px;
  }

  .why-choose-real-desc {
    font-size: 15px;
  }

  .why-feature-item {
    padding: 14px 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-feature-icon {
    margin-bottom: 6px;
  }

  .why-feature-item h4 {
    font-size: 16px;
  }

  .image-placeholder img {
    height: 220px;
  }

  /* REVIEWS */
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .review-card {
    padding: 24px 20px;
  }

  .review-card p {
    font-size: 14px;
  }

  .review-card .stars {
    font-size: 16px;
  }

  /* CASE STUDIES PAGE */
  .case-studies-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .case-study-card .case-body {
    padding: 20px 18px 24px;
  }

  .case-study-card .case-body h3 {
    font-size: 18px;
  }

  .case-study-card .case-image {
    height: 180px;
  }

  /* AUDIT */
  .audit-form-wrapper {
    padding: 24px 20px;
  }

  .audit-form-wrapper .form-row {
    grid-template-columns: 1fr;
  }

  /* CTA BAND */
  .cta-band {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    margin-bottom: 60px;
  }

  .cta-band h3 {
    font-size: 24px;
  }

  /* FOOTER */
  .footer {
    padding-top: 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0 30px;
  }

  .footer-brand .logo img {
    height: 45px;
  }

  .footer-col h5 {
    font-size: 15px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 20px 0;
  }

  .footer-bottom .links {
    justify-content: center;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 24px;
    right: 16px;
    bottom: 75px;
  }

  .scroll-top-btn {
    width: 42px;
    height: 42px;
    font-size: 14px;
    right: 16px;
    bottom: 16px;
  }

  /* MOBILE NAV */
  .mobile-nav {
    width: 280px;
    right: -300px;
    padding: 24px 20px;
  }

  .mobile-nav.open {
    right: 0;
  }

  .mobile-nav .close-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .mobile-nav ul li a {
    font-size: 14px;
    padding: 12px 4px;
  }

  .mobile-has-sub > .mobile-parent {
    font-size: 14px;
    padding: 12px 4px;
  }

  .mobile-submenu > li > a,
  .mobile-submenu > li > .mobile-parent {
    font-size: 13px !important;
    padding: 8px 4px !important;
  }

  /* ABOUT PAGE */
  .about-content {
    padding: 50px 0;
  }

  .about-content p {
    font-size: 15px;
  }

  /* RESULTS SECTION */
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* ===== MOBILE (up to 576px) ===== */
@media (max-width: 576px) {
  .container {
    width: 96%;
  }

  /* HEADER */
  .navbar {
    height: 60px;
    padding: 0 12px;
  }

  .logo img {
    height: 40px;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  /* HERO */
  .hero {
    min-height: 500px;
  }

  .hero-slide {
    padding-top: 60px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .hero-btn {
    padding: 12px 24px;
    font-size: 13px;
    gap: 8px;
  }

  .hero-tag {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .hero-content::before {
    width: 240px;
    height: 240px;
  }

  /* SECTION TITLES */
  .section-title {
    font-size: 24px;
  }

  .premium-title {
    font-size: 26px;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .eyebrow {
    font-size: 10px;
    gap: 8px;
  }

  .eyebrow::before {
    width: 20px;
  }

  .premium-badge {
    font-size: 10px;
    padding: 6px 14px;
  }

  .premium-divider {
    width: 40px;
    height: 3px;
  }

  /* BANNER */
  .page-banner {
    padding: 110px 0 40px;
  }

  .page-banner-inner h1 {
    font-size: 26px;
  }

  .page-banner-inner p {
    font-size: 14px;
  }

  .breadcrumb {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 14px;
  }

  /* ABOUT */
  .about {
    padding: 60px 0 40px;
  }

  .about-media-primary img {
    height: 200px;
  }

  .about-media-secondary {
    width: 65%;
  }

  .about-media-secondary img {
    height: 110px;
  }

  .about-media .tag-chip {
    padding: 10px 14px;
    max-width: 150px;
    bottom: 30px;
  }

  .tag-chip .icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .tag-chip .num {
    font-size: 14px;
  }

  .tag-chip .label {
    font-size: 10px;
  }

  .about-shape {
    width: 80px;
    height: 80px;
    top: -12px;
    left: -12px;
  }

  /* STATS */
  .stats-wrap {
    margin-top: -40px;
  }

  .stats-card {
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
  }

  .stat-item {
    padding: 16px 10px;
  }

  .stat-item .num {
    font-size: 20px;
  }

  .stat-item .label {
    font-size: 10px;
    margin-top: 4px;
  }

  /* PARTNERS */
  .partners {
    padding: 30px 0;
  }

  .marquee-track {
    gap: 20px;
  }

  .marquee-track .brand {
    font-size: 14px;
  }

  /* CASES */
  .cases {
    padding: 40px 0;
  }

  .case-card-premium {
    padding: 24px 16px 20px;
  }

  .case-card-premium h3 {
    font-size: 17px;
  }

  .card-number {
    font-size: 12px;
    top: 12px;
    right: 14px;
  }

  .card-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .card-stats {
    flex-direction: column;
    gap: 6px;
    padding: 10px 14px;
  }

  .card-stats span {
    font-size: 12px;
  }

  .card-badge {
    font-size: 10px;
    padding: 3px 12px;
  }

  .card-link {
    font-size: 13px;
  }

  .case-card-new {
    padding: 24px 16px 20px;
  }

  .case-card-new h3 {
    font-size: 17px;
  }

  .case-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .case-badge {
    font-size: 10px;
  }

  /* CHOOSE */
  .choose {
    padding: 40px 0;
  }

  .choose-text {
    font-size: 14px;
    margin: 16px 0 24px;
  }

  .choose-item i {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .choose-item h4 {
    font-size: 15px;
  }

  .choose-item p {
    font-size: 13px;
  }

  .choose-image .image-card {
    padding: 10px;
    border-radius: 18px;
  }

  .choose-image .image-card img {
    height: 200px;
  }

  .image-card::after,
  .image-card::before {
    display: none;
  }

  /* PROCESS */
  .process {
    padding: 40px 0;
  }

  .process-head .section-title {
    font-size: 24px;
  }

  .process-intro {
    font-size: 13px;
  }

  .process-card {
    padding: 18px 14px;
  }

  .process-card h4 {
    font-size: 15px;
  }

  .process-card p {
    font-size: 12px;
  }

  .process-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 auto 12px;
  }

  .process-arrow {
    width: 20px;
    font-size: 14px;
  }

  /* FAQ */
  .faq {
    padding: 50px 0;
  }

  .faq-left .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .faq-media img {
    height: 200px;
  }

  .faq-circle {
    width: 60px;
    height: 60px;
  }

  .faq-circle::before {
    font-size: 16px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-desc {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-question span:first-child {
    font-size: 14px;
  }

  .plus {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .faq-answer p {
    font-size: 13px;
    padding: 0 16px 16px;
  }

  .faq-item {
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .faq-real {
    padding: 40px 0;
  }

  .faq-real-question {
    padding: 14px 14px;
  }

  .faq-real-question span:first-child {
    font-size: 13px;
  }

  .faq-real-toggle {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .faq-real-item.open .faq-real-answer {
    padding: 0 14px 14px;
  }

  .faq-real-answer p {
    font-size: 13px;
  }

  /* TEAM */
  .team {
    padding: 40px 0;
  }

  .team .section-title {
    font-size: 24px;
  }

  .team-card {
    flex: 0 0 160px;
    width: 160px;
  }

  .team-photo {
    height: 180px;
  }

  .team-info {
    padding: 12px 12px 14px;
  }

  .team-info h4 {
    font-size: 14px;
  }

  .role-pill {
    font-size: 9px;
    padding: 3px 10px;
  }

  /* TESTIMONIALS */
  .testimonials {
    padding: 40px 0;
  }

  .testi-card {
    padding: 20px 16px;
  }

  .testi-card .quote-icon {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .testi-card p {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .testi-card .name {
    font-size: 13px;
  }

  .testi-card .role {
    font-size: 11px;
  }

  .testi-avatars .avatar-line img {
    width: 38px;
    height: 38px;
  }

  /* CONTACT */
  .contact-page {
    padding: 40px 0;
  }

  .contact-info h3,
  .contact-form h3 {
    font-size: 20px;
  }

  .contact-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 20px 16px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 13px;
    padding: 10px 14px;
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .contact-form .submit-btn {
    font-size: 15px;
    padding: 14px;
  }

  .contact-details {
    gap: 12px;
  }

  .contact-details div {
    font-size: 13px;
    gap: 10px;
  }

  .contact-details div i {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .contact-premium {
    padding: 40px 0;
  }

  .contact-premium-info .premium-title {
    font-size: 24px;
  }

  .contact-premium-desc {
    font-size: 14px;
  }

  .contact-premium-form {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .form-header h3 {
    font-size: 20px;
  }

  .form-header p {
    font-size: 13px;
  }

  .form-field label {
    font-size: 12px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 13px;
    padding: 10px 14px;
    padding-right: 38px;
    border-radius: 10px;
  }

  .form-field i {
    font-size: 14px;
    right: 14px;
    bottom: 14px;
  }

  .submit-btn {
    font-size: 15px;
    padding: 14px;
    border-radius: 10px;
  }

  .detail-item {
    gap: 12px;
  }

  .detail-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .detail-item div strong {
    font-size: 13px;
  }

  .contact-premium-socials {
    gap: 10px;
  }

  .contact-premium-socials a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  /* SERVICES */
  .main-services {
    padding: 40px 0;
  }

  .main-services-grid {
    max-width: 100%;
  }

  .service-block {
    padding: 20px 14px;
  }

  .service-block h3 {
    font-size: 15px;
  }

  .service-block p {
    font-size: 13px;
  }

  .service-block-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .service-card {
    padding: 20px 16px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13px;
  }

  .service-card .icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .full-service-card {
    padding: 20px 16px;
  }

  .full-service-card h3 {
    font-size: 15px;
  }

  .full-service-card p {
    font-size: 13px;
  }

  .full-service-card .icon-wrap {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .seo-card {
    padding: 20px 16px;
  }

  .seo-card h3 {
    font-size: 15px;
  }

  .seo-card p {
    font-size: 13px;
  }

  .seo-card .icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .allied-card {
    padding: 20px 16px;
  }

  .allied-card h3 {
    font-size: 14px;
  }

  .allied-card p {
    font-size: 13px;
  }

  .allied-card .icon-wrap {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  /* LLC */
  .llc-detail {
    padding: 40px 0;
  }

  .llc-content h2 {
    font-size: 22px;
  }

  .llc-content > p {
    font-size: 14px;
  }

  .llc-steps h3 {
    font-size: 16px;
  }

  .step-item {
    padding: 12px;
  }

  .step-number {
    font-size: 18px;
  }

  .step-content h4 {
    font-size: 14px;
  }

  .step-content p {
    font-size: 13px;
  }

  .llc-sidebar .sidebar-card {
    padding: 16px 14px;
  }

  .llc-sidebar .sidebar-card h4 {
    font-size: 15px;
  }

  .llc-sidebar .sidebar-card ul li a {
    font-size: 13px;
  }

  .why-choose {
    padding: 40px 0;
  }

  .why-card {
    padding: 20px 16px;
  }

  .why-card h3 {
    font-size: 16px;
  }

  .why-card p {
    font-size: 13px;
  }

  .why-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faq-grid .faq-item .faq-question {
    padding: 12px 14px;
  }

  .faq-grid .faq-item .faq-question span:first-child {
    font-size: 13px;
  }

  .faq-toggle {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .send-email {
    padding: 40px 0;
  }

  .send-email-content h2 {
    font-size: 22px;
  }

  .send-email-content p {
    font-size: 14px;
  }

  .send-email-steps .step {
    padding: 14px 12px;
  }

  .send-email-steps .step-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .send-email-steps .step h4 {
    font-size: 14px;
  }

  .send-email-steps .step p {
    font-size: 12px;
  }

  /* WHY CHOOSE REAL */
  .why-choose-real {
    padding: 40px 0;
  }

  .why-choose-real-desc {
    font-size: 14px;
  }

  .why-feature-item {
    padding: 12px 14px;
  }

  .why-feature-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .why-feature-item h4 {
    font-size: 15px;
  }

  .why-feature-item p {
    font-size: 13px;
  }

  .image-placeholder img {
    height: 180px;
  }

  /* REVIEWS */
  .reviews-grid {
    padding: 40px 0;
  }

  .review-card {
    padding: 20px 16px;
  }

  .review-card p {
    font-size: 13px;
  }

  .review-card .stars {
    font-size: 14px;
  }

  .review-card .client-name {
    font-size: 14px;
  }

  /* CASE STUDIES PAGE */
  .case-studies-grid {
    padding: 40px 0;
  }

  .case-study-card .case-image {
    height: 160px;
  }

  .case-study-card .case-body {
    padding: 16px 14px 20px;
  }

  .case-study-card .case-body h3 {
    font-size: 16px;
  }

  .case-study-card .case-body p {
    font-size: 13px;
  }

  .case-study-card .case-stats span {
    font-size: 12px;
    padding: 4px 10px;
  }

  .case-study-card .case-badge {
    font-size: 10px;
    padding: 3px 12px;
  }

  /* AUDIT */
  .audit-form-wrapper {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .audit-form-wrapper input,
  .audit-form-wrapper textarea {
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .audit-form-wrapper .submit-btn {
    font-size: 15px;
    padding: 14px;
  }

  /* RESULTS SECTION */
  .results-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  /* CTA BAND */
  .cta-band {
    padding: 24px 16px;
    margin-bottom: 40px;
  }

  .cta-band h3 {
    font-size: 20px;
  }

  .cta-band p {
    font-size: 13px;
  }

  /* FOOTER */
  .footer-top {
    padding: 30px 0 20px;
    gap: 24px;
  }

  .footer-cta {
    padding: 18px 0;
  }

  .footer-cta-left h4 {
    font-size: 16px;
  }

  .footer-cta-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .footer-cta-right a {
    font-size: 13px;
    padding: 8px 16px;
  }

  .footer-brand .logo img {
    height: 38px;
  }

  .footer-brand p {
    font-size: 13px;
  }

  .footer-col h5 {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .footer-col ul li {
    margin-bottom: 8px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .footer-socials a {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .footer-newsletter p {
    font-size: 13px;
  }

  .newsletter-form input {
    font-size: 13px;
    padding: 10px 14px;
  }

  .newsletter-form button {
    height: 42px;
    width: 42px;
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 12px;
    padding: 16px 0;
  }

  .footer-bottom .links {
    gap: 14px;
    flex-wrap: wrap;
  }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    width: 44px;
    height: 44px;
    font-size: 20px;
    right: 12px;
    bottom: 68px;
  }

  .whatsapp-float .wave {
    display: none;
  }

  .scroll-top-btn {
    width: 38px;
    height: 38px;
    font-size: 12px;
    right: 12px;
    bottom: 12px;
  }

  .scroll-top-btn .wave {
    display: none;
  }

  /* MOBILE NAV */
  .mobile-nav {
    width: 260px;
    right: -280px;
    padding: 20px 16px;
  }

  .mobile-nav.open {
    right: 0;
  }

  .mobile-nav .close-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .mobile-nav ul li a {
    font-size: 13px;
    padding: 10px 4px;
  }

  .mobile-has-sub > .mobile-parent {
    font-size: 13px;
    padding: 10px 4px;
  }

  .mobile-submenu {
    padding-left: 10px;
  }

  .mobile-submenu > li > a,
  .mobile-submenu > li > .mobile-parent {
    font-size: 12px !important;
    padding: 6px 4px !important;
  }

  /* ABOUT PAGE */
  .about-content {
    padding: 30px 0;
  }

  .about-content p {
    font-size: 14px;
  }

  /* GENERAL */
  .hero-btn {
    font-size: 13px !important;
    padding: 12px 24px !important;
  }

  .outline-btn {
    font-size: 13px !important;
    padding: 12px 24px !important;
  }

  .banner-actions .hero-btn {
    padding: 12px 28px !important;
  }
}

/* ===== VERY SMALL MOBILE (up to 400px) ===== */
@media (max-width: 400px) {
  .container {
    width: 98%;
  }

  .hero h1 {
    font-size: 22px;
  }

  .hero p {
    font-size: 13px;
  }

  .section-title {
    font-size: 20px;
  }

  .premium-title {
    font-size: 22px;
  }

  .page-banner-inner h1 {
    font-size: 22px;
  }

  .logo img {
    height: 34px;
  }

  .stats-card {
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
  }

  .stat-item {
    padding: 12px 8px;
  }

  .stat-item .num {
    font-size: 18px;
  }

  .stat-item .label {
    font-size: 9px;
  }

  .team-card {
    flex: 0 0 140px;
    width: 140px;
  }

  .team-photo {
    height: 160px;
  }

  .testi-avatars .avatar-line img {
    width: 32px;
    height: 32px;
  }

  .contact-premium-form {
    padding: 16px 12px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 12px;
    padding: 8px 12px;
  }

  .whatsapp-float {
    width: 38px;
    height: 38px;
    font-size: 18px;
    right: 10px;
    bottom: 60px;
  }

  .scroll-top-btn {
    width: 34px;
    height: 34px;
    font-size: 10px;
    right: 10px;
    bottom: 10px;
  }
}

/* ===== FIX: TABLES & SCROLL ON MOBILE ===== */
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ===== FIX: IMAGES RESPONSIVE ===== */
img {
  max-width: 100%;
  height: auto;
}

/* ===== FIX: VIDEO EMBEDS ===== */
iframe {
  max-width: 100%;
}

/* ===== FIX: FORMS ON MOBILE ===== */
@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px !important; /* Prevents iOS zoom */
    max-width: 100%;
  }

  .form-group {
    grid-template-columns: 1fr;
  }
}

/* ===== FIX: MODAL & OVERLAY ===== */
@media (max-width: 768px) {
  .nav-scrim.show {
    opacity: 1;
    visibility: visible;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .nav-menu,
  .nav-btn,
  .nav-toggle,
  .whatsapp-float,
  .scroll-top-btn,
  .mobile-nav,
  .nav-scrim,
  .cursor-dot,
  .cursor-glow {
    display: none !important;
  }

  .header {
    position: relative !important;
    padding: 0 !important;
  }

  .navbar {
    height: auto !important;
    padding: 20px !important;
  }

  .page-content {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ================================================================
   HERO - COMPLETE SPACING FIX
   ================================================================ */

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  width: 90%;
  text-align: center;
}

.hero-tag {
  display: inline-block;
  color: var(--primary-light);
  font-family: var(--font-hero);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.hero h1 {
  font-family: var(--font-hero);
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.45);
}

.hero p {
  color: #dfe3ea;
  font-size: 18px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 28px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 38px;
  background: var(--primary-gradient);
  color: #fff;
  border-radius: 8px;
  font-family: var(--font-hero);
  font-size: 16px;
  font-weight: 700;
  transition: 0.35s;
  box-shadow: var(--glow);
}

/* --- Mobile Hero --- */
@media (max-width: 768px) {
  .hero-content {
    width: 94%;
  }
  
  .hero-tag {
    font-size: 11px;
    margin-bottom: 8px;
  }
  
  .hero h1 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
  
  .hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .hero-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .hero p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  
  .hero-tag {
    font-size: 10px;
    margin-bottom: 6px;
  }
  
  .hero-btn {
    padding: 12px 24px;
    font-size: 13px;
  }
}

