.elementor-7849 .elementor-element.elementor-element-8faf7b6{margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-7849 .elementor-element.elementor-element-5b61826{width:100%;}}/* Start custom CSS for html, class: .elementor-element-b8af627 */:root {
        /* Palette */
        --bg: #FAFAF8;
        --surface: #FFFFFF;
        --ink: #182420;
        --muted: #64746D;
        --brand: #2EA875;
        --brand-dark: #1F8359;
        --accent-green: #E2F4E9;
        --accent-yellow: #FEF0B5;
        --accent-blue: #DDF0FA;
        --accent-peach: #FDE2D6;
        --line: #E8EBE9;
      }

      * {
        box-sizing: border-box;
      }

      /* Native Smooth Scrolling */
      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: "Manrope", "Segoe UI", sans-serif;
        color: var(--ink);
        background-color: var(--bg);
        line-height: 1.6;
        /* Prevent horizontal scroll on mobile devices */
        overflow-x: hidden;
      }

      .container {
        width: min(1180px, 90%);
        margin: 0 auto;
      }

      /* HERO SECTION */
      .hero {
        min-height: 95svh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url('https://static.anymhost.id/background-anymhost-ramadhan.jpg') center center / cover no-repeat;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
      }

      .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
        padding: 80px 0;
        width: 100%;
        max-width: 1000px;
      }

      .badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        padding: 8px 16px;
        font-size: 0.85rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        background: var(--brand);
        color: #FFFFFF;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(46, 168, 117, 0.3);
      }

      h1 {
        margin: 0 0 16px;
        font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
        font-size: clamp(1.8rem, 4.5vw, 4rem);
        line-height: 1.2;
        letter-spacing: -0.02em;
        color: var(--ink);
        white-space: nowrap; 
      }

      .hero p {
        margin: 0;
        font-size: clamp(1rem, 2vw, 1.15rem);
        color: #3D4F46;
        font-weight: 500;
        max-width: 700px;
        margin-inline: auto;
      }

      .hero-list {
        margin: 28px auto 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }

      .hero-list li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1rem;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.75);
        color: var(--ink);
        padding: 8px 18px;
        border-radius: 999px;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      }

      .hero-list li::before {
        content: "\2713";
        display: grid;
        place-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 0.75rem;
        font-weight: 900;
        color: #FFFFFF;
        background: var(--brand);
      }

      .hero-actions {
        margin-top: 36px;
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 12px;
        padding: 14px 28px;
        font-size: 1rem;
        font-weight: 800;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
      }

      .btn.primary {
        background: var(--brand);
        color: #FFFFFF;
        box-shadow: 0 8px 20px rgba(46, 168, 117, 0.25);
      }

      .btn.primary:hover {
        background: var(--brand-dark);
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(46, 168, 117, 0.35);
      }

      .btn.secondary {
        background: rgba(255, 255, 255, 0.8);
        color: var(--ink);
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(8px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      }
      
      .btn.secondary:hover {
        background: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      }

      .hero-scroll {
        position: absolute;
        z-index: 1;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        color: var(--brand);
        background: rgba(255, 255, 255, 0.8);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(8px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      }

      .hero-scroll svg {
        width: 24px;
        height: 24px;
        animation: arrowBounce 2s infinite;
      }

      @keyframes arrowBounce {
        0%, 100% { transform: translateY(-4px); }
        50% { transform: translateY(4px); }
      }

      /* PERIOD SECTION */
      .period {
        background: var(--surface);
        border-bottom: 1px solid var(--line);
        padding: 24px 0;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        position: relative;
        z-index: 2;
      }

      .period strong {
        font-size: 1.05rem;
        color: var(--ink);
      }

      .period div {
        color: var(--muted);
        font-size: 0.95rem;
        margin-top: 4px;
      }

      /* GENERAL SECTIONS */
      .section {
        padding: 80px 0;
      }

      .section-head {
        text-align: center;
        margin-bottom: 48px;
      }

      .section h2 {
        margin: 0;
        font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
        font-size: clamp(1.8rem, 4vw, 2.5rem);
        color: var(--ink);
      }

      /* DOMAIN GRID */
      .domain-grid {
        display: grid;
        gap: 20px;
        /* Menggunakan min() menghindari overflow */
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
      }

      .domain-item {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
      }

      .domain-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.04);
        border-color: var(--brand);
      }

      .domain-item.highlight {
        background: #FCFEFD;
        border-color: var(--brand);
        box-shadow: 0 4px 12px rgba(46, 168, 117, 0.05);
      }

      .domain-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .ext {
        font-size: 1.5rem;
        font-weight: 800;
        font-family: "Plus Jakarta Sans", sans-serif;
      }

      .domain-badge {
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        border-radius: 8px;
        padding: 4px 10px;
        background: var(--accent-blue);
        color: #1C5A7D;
      }

      .domain-badge.hot {
        background: var(--accent-peach);
        color: #A34825;
      }

      .domain-badge.money {
        background: var(--accent-yellow);
        color: #8C6A12;
      }

      .domain-badge.new {
        background: var(--accent-green);
        color: var(--brand-dark);
      }

      .meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
      }

      .price {
        font-weight: 800;
        font-size: clamp(1.05rem, 3vw, 1.15rem);
      }

      .domain-unit {
        font-size: 0.8rem;
        font-weight: 500;
        color: var(--muted);
      }

      .btn-outline {
        padding: 8px 16px;
        border-radius: 10px;
        font-size: 0.85rem;
        font-weight: 700;
        background: transparent;
        color: var(--brand);
        border: 1px solid var(--brand);
        text-decoration: none;
        transition: all 0.2s;
        text-align: center;
        white-space: nowrap;
      }

      .btn-outline:hover {
        background: var(--brand);
        color: #FFFFFF;
      }

      .domain-footnote {
        text-align: center;
        margin-top: 32px;
        font-size: 0.9rem;
        color: var(--muted);
      }

      /* PROMO HOSTING GRID */
      .promo-grid {
        display: grid;
        gap: 24px;
        /* Grid responsif yang dijamin muat di HP terkecil */
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
      }

      /* VPS GRID KHUSUS */
      .vps-grid {
        grid-template-columns: minmax(min(100%, 320px), 800px);
        justify-content: center;
      }

      .promo-item {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 20px;
        padding: 32px 24px;
        position: relative;
        display: flex;
        flex-direction: column;
        transition: transform 0.2s, box-shadow 0.2s;
      }

      .promo-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(0,0,0,0.06);
      }

      .promo-item.featured {
        border: 2px solid var(--brand);
        background: linear-gradient(180deg, var(--surface) 0%, #FAFEFC 100%);
        box-shadow: 0 16px 40px rgba(46, 168, 117, 0.15);
        transform: scale(1.02);
        z-index: 1;
      }

      .promo-item.featured:hover {
        transform: scale(1.02) translateY(-4px);
      }

      .tag {
        align-self: flex-start;
        border-radius: 8px;
        background: var(--accent-green);
        color: var(--brand-dark);
        padding: 6px 12px;
        font-size: 0.8rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 16px;
      }

      .tag.gold {
        background: var(--accent-yellow);
        color: #8C6A12;
      }

      .promo-item h3 {
        margin: 0 0 16px;
        font-size: 1.4rem;
        font-family: "Plus Jakarta Sans", sans-serif;
      }

      .price-stack {
        margin-bottom: 24px;
      }

      .old-price {
        display: block;
        color: var(--muted);
        text-decoration: line-through;
        font-size: 1rem;
        margin-bottom: 4px;
      }

      /* Mengatur tipografi harga agar rapi dan responsif dengan clamp() */
      .new-price {
        display: block;
        color: var(--ink);
        font-size: clamp(1.6rem, 5vw, 2rem);
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 8px;
      }

      .price-prefix {
        font-size: 0.55em;
        color: var(--muted);
        font-weight: 700;
        margin-right: 4px;
      }

      .price-unit {
        font-size: 0.5em;
        font-weight: 500;
        margin-left: 2px;
      }

      .disc-badge {
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 800;
        border-radius: 8px;
        padding: 4px 10px;
        background: var(--accent-peach);
        color: #A34825;
      }

      .feature-list {
        margin: 0 0 32px;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
      }

      .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 0.95rem;
        color: var(--muted);
      }

      .feature-list li::before {
        content: "✦";
        color: var(--brand);
        font-size: 1.1rem;
        line-height: 1;
      }

      .promo-item .btn {
        margin-top: auto;
        width: 100%;
        background: var(--accent-green);
        color: var(--brand-dark);
      }

      .promo-item .btn:hover {
        background: var(--brand);
        color: #FFFFFF;
      }

      .promo-item.featured .btn {
        background: var(--brand);
        color: #FFFFFF;
      }

      .promo-item.featured .btn:hover {
        background: var(--brand-dark);
      }

      /* TOOLTIP DEVELOPER TOOLS */
      .tooltip-wrapper {
        position: relative;
        display: inline-flex;
        align-items: center;
        margin-left: 6px;
        cursor: help;
      }

      .info-icon {
        color: #A0B0A8;
        transition: color 0.2s;
      }

      .tooltip-wrapper:hover .info-icon {
        color: var(--brand);
      }

      .tooltip-box {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background: var(--ink);
        color: #FFFFFF;
        padding: 10px 14px;
        border-radius: 8px;
        font-size: 0.85rem;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        z-index: 10;
        line-height: 1.5;
        pointer-events: none;
        margin-bottom: 8px;
        font-weight: 500;
        text-align: left;
      }

      .tooltip-box::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: var(--ink) transparent transparent transparent;
      }

      .tooltip-wrapper:hover .tooltip-box {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
      }

      /* BONUS BANNER - Disempurnakan Tata Letaknya */
      .bonus-banner {
        margin-top: 48px;
        background: var(--accent-yellow);
        border: 1px solid #E8D58B;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        color: #6B510B;
        flex-wrap: wrap;
      }

      .bonus-content {
        display: flex;
        align-items: center;
        gap: 20px;
        flex: 1 1 min(100%, 400px);
      }

      .bonus-icon {
        font-size: 2.5rem;
        flex-shrink: 0;
      }
      
      .bonus-text {
        flex: 1;
      }

      .bonus-text strong {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 4px;
        font-family: "Plus Jakarta Sans", sans-serif;
      }

      .bonus-btn {
        white-space: nowrap;
      }

      /* INFORMASI PENTING GRID */
      .ramadhan-grid {
        display: grid;
        gap: 24px;
        /* Aman untuk mobile */
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
      }

      .ramadhan-item {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 24px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        transition: transform 0.2s;
      }
      
      .ramadhan-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
      }

      .ramadhan-icon {
        background: var(--accent-green);
        color: var(--brand);
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        flex-shrink: 0;
      }

      .ramadhan-content strong {
        display: block;
        margin-bottom: 6px;
        font-size: 1.1rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: var(--ink);
      }

      .ramadhan-content p {
        margin: 0;
        font-size: 0.95rem;
        color: var(--muted);
        line-height: 1.5;
      }

      /* SUPPORT / KONTAK SECTION */
      .support-section {
        background: #F2F6F4;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        padding: 60px 0;
      }

      .support-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
        gap: 20px;
        max-width: 900px;
        margin: 0 auto;
      }

      .support-card {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 24px;
        text-align: center;
        text-decoration: none;
        color: var(--ink);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        transition: all 0.2s ease;
      }

      .support-card:hover {
        border-color: var(--brand);
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(46, 168, 117, 0.1);
      }

      .support-card svg {
        width: 40px;
        height: 40px;
        color: var(--brand);
      }

      .support-card strong {
        font-size: 1.1rem;
        font-family: "Plus Jakarta Sans", sans-serif;
      }

      .support-card span {
        font-size: 0.9rem;
        color: var(--muted);
      }

      /* BOTTOM CTA */
      .bottom-cta {
        padding: 60px 0 100px;
      }

      .bottom-cta-box {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 24px;
        padding: 60px 24px;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        color: var(--ink);
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
      }

      .bottom-cta-box h3 {
        margin: 0 0 16px;
        font-size: clamp(1.8rem, 4vw, 2.5rem);
        font-family: "Plus Jakarta Sans", sans-serif;
      }

      .bottom-cta-box p {
        margin: 0 auto 32px;
        color: var(--muted);
        font-size: 1.1rem;
        max-width: 600px;
      }

      /* RESPONSIVE DESIGN (Media Queries) */
      @media (max-width: 992px) {
        .promo-item.featured {
          transform: none;
        }
        .promo-item.featured:hover {
          transform: translateY(-4px);
        }
      }

      @media (max-width: 768px) {
        .section {
          padding: 50px 0;
        }

        .hero {
          background-position: bottom left;
        }

        /* Memberikan margin/padding ekstra di bagian Hero */
        .hero-grid {
          padding: 60px 16px; 
        }

        h1 {
          white-space: normal;
          word-break: break-word;
          margin-bottom: 20px;
        }

        .hero p {
          padding: 0 16px;
          margin-bottom: 12px;
        }

        /* Merapikan susunan tombol Hero agar full-width & berjejer ke bawah */
        .hero-actions {
          flex-direction: column;
          width: 100%;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto;
          gap: 16px;
        }

        .hero-actions .btn {
          width: 100%;
        }

        /* Merapikan Bonus Banner khusus untuk seluler */
        .bonus-banner {
          flex-direction: column;
          text-align: center;
          padding: 24px 16px;
        }
        
        .bonus-content {
          flex-direction: column;
          gap: 12px;
        }

        .bonus-banner .btn {
          width: 100%;
          margin-top: 12px;
        }
        
        .hero-list {
          flex-direction: column;
          align-items: stretch;
          width: 100%;
          max-width: 300px;
        }
        
        .hero-list li {
          justify-content: center;
          padding: 10px 18px; /* Membuat list lebih nyaman diklik/dilihat di HP */
        }

        .bottom-cta-box {
          padding: 40px 16px;
        }
      }/* End custom CSS */