/* ========================================
   Retigo LP2 - Responsive Stylesheet
   ======================================== */

/* ----------------------------------------
   Tablet (max-width: 1024px)
   ---------------------------------------- */
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 32px;
  }

  .section-title-white {
    font-size: 32px;
  }

  /* Header */
  .header-nav-main {
    gap: 20px;
  }

  .header-nav-main a {
    font-size: 12px;
  }

  .btn-header-outline,
  .btn-header-orange {
    width: 120px;
    font-size: 14px;
  }

  /* Hero */
  .hero-wrapper {
    flex-direction: column;
  }

  .hero-left {
    flex: none;
    padding: 50px 30px;
  }

  .hero-right {
    flex: none;
    padding: 40px 20px;
  }

  .hero-title-main {
    font-size: 40px;
  }

  .hero-title-large {
    font-size: 80px;
  }

  .hero-product {
    margin-left: 0;
    text-align: center;
  }

  .hero-product img {
    max-width: 500px;
  }

  .hero-cta {
    justify-content: center;
    flex-wrap: wrap;
  }

  /* CTA Banner */
  .cta-banner-inner {
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }

  .btn-banner-orange,
  .btn-banner-white {
    max-width: none;
  }

  /* Reasons */
  .reason-item {
    flex-direction: column;
    gap: 30px;
  }

  .reason-item.reverse {
    flex-direction: column;
  }

  .reason-image {
    max-width: 100%;
  }

  .reason-content {
    text-align: center;
  }

  .reason-number {

  }

  /* Efficiency */
  .efficiency-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Strong Point Timeline */
  .comparison-flow-timeline {
    flex-direction: column;
    gap: 40px;
  }

  .flow-column {
    max-width: 100%;
  }

  /* About */
  .about-container {
    flex-direction: column;
    gap: 40px;
  }

  .about-image-new {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .stats-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Flow */
  .steps-grid {
    flex-wrap: wrap;
    gap: 30px;
  }

  .step-item {
    min-width: calc(50% - 20px);
  }

  .step-arrow {
    display: none;
  }

  /* Cases */
  .case-card-new {
    flex-direction: column;
  }

  .case-image-new {
    width: 100%;
  }

  /* Problems / Concerns - Tablet */
  .concerns-container {
    flex-direction: column;
    align-items: center;
  }

  .character-image {
    display: none;
  }

  .problems-card {
    padding-right: 60px;
  }

  /* Comparison Table */
  .comparison-table-flex {
    flex-direction: column;
  }

  .table-column.label-column {
    display: none;
  }
}

/* ----------------------------------------
   Mobile (max-width: 768px)
   ---------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

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

  .section-title-white {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .section-subtitle br {
    display: none;
  }

  /* Header */
  .header-inner {
    padding: 0;
    height: auto;
  }

  .header-nav-main {
    display: none;
  }

  .header-buttons {
    width: 100%;
  }

  .btn-header-outline,
  .btn-header-orange {
    flex: 1;
    height: 60px;
    font-size: 12px;
  }

  /* Hero */
  .section-hero {
    padding-top: 0;
  }

  .hero-left {
    padding: 40px 20px;
  }

  .hero-title-main {
    font-size: 32px;
  }

  .hero-title-sub {
    font-size: 20px;
  }

  .hero-title-yellow {
    font-size: 16px;
  }

  .hero-title-large {
    font-size: 56px;
  }

  .hero-quality {
    font-size: 22px;
  }

  .laurel-icon {
    font-size: 36px;
  }

  .global-main .brand {
    font-size: 24px;
  }

  .hero-product img {
    max-width: 100%;
  }

  .hero-cta {
  }

  .btn-cta-orange,
  .btn-cta-white {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
  }

  /* Simulator */
  .section-simulator {
    padding: 60px 0;
  }

  .simulator-title {
    font-size: 32px;
  }

  .simulator-card {
    padding: 20px;
    min-height: auto;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .simulator-card .badge {
    font-size: 20px;
    padding: 8px 15px;
  }

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

  .step-indicator {
    font-size: 30px;
  }

  .sim-form-label,
  .option-label {
    font-size: 16px;
  }

  .sim-form-input {
    font-size: 16px;
  }

  .nav-buttons {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 30px;
  }

  .result-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .result-grid-2 {
    grid-template-columns: 1fr;
  }

  .simulator-card .btn {
    font-size: 16px;
    padding: 10px 15px;
  }

  /* Problems / Concerns */
  .section-problems {
    padding: 40px 15px;
    min-height: auto;
  }

  .concerns-container {
    flex-direction: column;
    align-items: center;
  }

  .character-image {
    display: none;
  }

  .concerns-title-text {
    font-size: 24px;
  }

  .concerns-title-text.highlight {
    font-size: 30px;
  }

  .title-dots {
    padding-left: 80px;
    gap: 30px;
  }

  .underline-thick {
    width: 120px;
  }

  .problems-card {
    padding: 25px 20px;
    padding-right: 20px;
  }

  .problem-text {
    font-size: 16px;
    white-space: normal;
  }

  .problem-text .emphasis {
    font-size: 18px;
  }

  .problem-divider {
    width: 100%;
  }

  .section-problems .check-icon {
    width: 22px;
    height: 24px;
  }

  .arrow-down {
    width: 50px;
    height: 25px;
    bottom: -25px;
  }

  /* Solution */
  .section-solution {
    padding: 60px 0;
  }

  .solution-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .solution-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .solution-text {
    text-align: center;
  }

  .solution-lead {
    font-size: 24px;
  }

  .solution-title {
    font-size: 36px;
  }

  .solution-title .brand {
    font-size: inherit;
  }

  /* Reasons */
  .section-reasons {
    padding: 60px 0;
  }

  .reasons-header .section-subtitle br {
    display: none;
  }

  .reason-item,
  .reason-item.reverse {
    flex-direction: column;
  }

  .reason-content {
    text-align: center;
  }

  .reason-number {

  }

  .reason-title {
    font-size: 22px;
  }

  .reason-desc {
    font-size: 14px;
  }

  /* Efficiency */
  .section-efficiency {
    padding: 60px 0;
  }

  .efficiency-title {
    font-size: 24px;
  }

  .efficiency-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .efficiency-item {
    padding: 20px 15px;
  }

  .efficiency-icon {
    width: 60px;
    height: 60px;
  }

  .efficiency-label {
    font-size: 12px;
  }

  .efficiency-value {
    font-size: 18px;
  }

  /* Strong Point Timeline */
  .section-strong-point {
    padding: 60px 15px;
  }

  .section-title-sp h2 {
    font-size: 32px;
  }

  .section-description-sp {
    font-size: 14px;
  }

  .section-description-sp br {
    display: none;
  }

  .comparison-flow-timeline {
    gap: 30px;
  }

  .flow-header {
    font-size: 14px;
    padding: 6px 20px;
  }

  .timeline-icon {
    width: 60px;
    height: 60px;
  }

  .timeline-icon img {
    width: 40px;
    height: 40px;
  }

  .timeline-text {
    font-size: 12px;
  }

  .alert-box {
    font-size: 12px;
    padding: 12px 15px;
  }

  .result-box-sp {
    padding: 15px;
  }

  .result-total {
    font-size: 20px;
  }

  .difference-arrow {
    width: 100px;
    height: 50px;
  }

  .difference-text .value {
    font-size: 48px;
  }

  .difference-text .value .unit {
    font-size: 32px;
  }

  .difference-images img {
    width: 80px;
    height: 100px;
  }

  /* Comparison Table */
  .section-comparison {
    padding: 60px 15px;
  }

  .comparison-title {
    font-size: 28px;
  }

  .comparison-table-flex {
    flex-direction: column;
  }

  .table-column.label-column {
    display: none;
  }

  .table-cell {
    padding: 12px 10px;
    min-height: 60px;
    font-size: 14px;
  }

  .table-header {
    min-height: 60px;
  }

  .retigo-column .table-header {
    font-size: 20px;
  }

  .retigo-column .cell-content .main-value {
    font-size: 16px;
  }

  .retigo-column .cell-content .sub-value {
    font-size: 12px;
  }

  .comparison-footer {
    font-size: 14px;
  }

  .comparison-footer br {
    display: none;
  }

  .cta-button {
    padding: 15px 30px;
    font-size: 16px;
  }

  /* Cases */
  .section-cases {
    padding: 60px 15px;
  }

  .case-subtitle {
    font-size: 18px;
  }

  .cases-lead {
    font-size: 14px;
  }

  .case-slider-new {
    padding: 20px;
  }

  .case-card-new {
    flex-direction: column;
    gap: 20px;
  }

  .case-image-new {
    width: 100%;
    height: 180px;
  }

  .case-title-new {
    font-size: 20px;
  }

  .case-description {
    font-size: 13px;
  }

  /* About */
  .section-about {
    padding: 60px 15px;
  }

  .about-container {
    flex-direction: column;
    gap: 30px;
  }

  .about-image-new {
    width: 100%;
    max-width: 300px;
    height: 250px;
  }

  .about-title-new {
    font-size: 28px;
    text-align: center;
  }

  .about-lead-new,
  .about-desc-new {
    font-size: 14px;
  }

  .stats-grid {
    flex-direction: column;
    gap: 15px;
  }

  .stat-item-new {
    width: 100%;
  }

  .stat-value-new strong {
    font-size: 24px;
  }

  /* Flow */
  .section-flow {
    padding: 60px 15px;
  }

  .flow-title-new {
    font-size: 28px;
  }

  .flow-title-new::before,
  .flow-title-new::after {
    display: none;
  }

  .flow-description {
    font-size: 14px;
  }

  .steps-grid {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .step-item {
    width: 100%;
    max-width: 280px;
  }

  .step-arrow {
    display: none;
  }

  .step-image {
    height: 100px;
  }

  .step-label-new {
    font-size: 13px;
    padding: 6px 12px;
  }

  .step-description {
    font-size: 12px;
  }

  /* FAQ */
  .section-faq {
    padding: 60px 15px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-description {
    font-size: 14px;
  }

  .faq-question-new {
    padding: 12px 15px;
    font-size: 14px;
  }

  .faq-answer-new {
    padding: 15px;
    font-size: 13px;
  }

  /* Partner */
  .section-partner {
    padding: 60px 15px;
  }

  .partner-title {
    font-size: 24px;
  }

  .partner-description {
    font-size: 14px;
  }

  .partner-description br {
    display: none;
  }

  .partner-list {
    max-width: 100%;
  }

  .partner-list-item {
    font-size: 14px;
  }

  .partner-button {
    padding: 12px 30px;
    font-size: 16px;
  }

  /* Contact */
  .section-contact {
    padding: 60px 15px;
  }

  .contact-container-new {
    padding: 30px 20px;
  }

  .contact-title-new {
    font-size: 26px;
  }

  .contact-description {
    font-size: 14px;
  }

  .form-group-new {
    flex-direction: column;
    gap: 8px;
  }

  .form-label-new {
    width: 100%;
    padding-top: 0;
  }

  .checkbox-group-new {
    flex-direction: column;
    gap: 10px;
  }

  .submit-button-new {
    width: 100%;
  }

  /* Footer */
  .footer {
    padding: 30px 15px;
  }

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

/* ----------------------------------------
   Small Mobile (max-width: 375px)
   ---------------------------------------- */
@media screen and (max-width: 375px) {
  .section-title {
    font-size: 22px;
  }

  .section-title-white {
    font-size: 22px;
  }

  .hero-title-main {
    font-size: 26px;
  }

  .hero-title-large {
    font-size: 44px;
  }

  .hero-quality {
    font-size: 18px;
  }

  .hero-badges {
    flex-wrap: wrap;
  }

  .badge {
    font-size: 12px;
    padding: 4px 12px;
  }

  .simulator-title {
    font-size: 26px;
  }

  .solution-title {
    font-size: 24px;
  }

  .reason-title {
    font-size: 18px;
  }

  .section-title-sp h2 {
    font-size: 26px;
  }

  .about-title-new {
    font-size: 24px;
  }

  .stat-value-new strong {
    font-size: 20px;
  }

  .difference-text .value {
    font-size: 40px;
  }

  .comparison-title {
    font-size: 24px;
  }

  .faq-title,
  .flow-title-new {
    font-size: 24px;
  }

  .partner-title {
    font-size: 22px;
  }

  .contact-title-new {
    font-size: 22px;
  }
}
