.elementor-125 .elementor-element.elementor-element-94379d4{--display:flex;--margin-top:-159px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-125 .elementor-element.elementor-element-7f439ad{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7f439ad *//* =========================================================
   InternationalPhone.store – COMPLETE SITE CSS
   Header • Homepage • Pricing • Footer
   Theme: Blue (#0077b6 / #0b2c4a) + Green (#00a86b / #00d18a)
   ========================================================= */

/* ---------------------------------------------------------
   0. GLOBAL RESET (scoped to our blocks – safe)
   --------------------------------------------------------- */
.iph-header-section *,
.iph-header-section *::before,
.iph-header-section *::after,
.iph-footer *,
.iph-footer *::before,
.iph-footer *::after,
.iph-hero *,
.iph-hero *::before,
.iph-hero *::after,
.iph-page-hero *,
.iph-page-hero *::before,
.iph-page-hero *::after,
.iph-section *,
.iph-section *::before,
.iph-section *::after,
.iph-pricing-cta *,
.iph-pricing-cta *::before,
.iph-pricing-cta *::after,
.iph-apk-banner *,
.iph-apk-banner *::before,
.iph-apk-banner *::after {
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   1. FULL-BLEED WRAPPERS
   Background extends edge-to-edge, content stays capped.
   --------------------------------------------------------- */
.iph-header-section,
.iph-footer,
.iph-hero,
.iph-page-hero,
.iph-section.alt-bg {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    overflow-x: hidden;
}

/* ---------------------------------------------------------
   2. SHARED CONTAINER
   --------------------------------------------------------- */
.iph-header-container,
.iph-footer-container,
.iph-hero-inner,
    
.iph-page-hero-inner,
.iph-section,
.iph-section > *,
.iph-section-inner,
.iph-apk-banner,
.iph-pricing-cta {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* =========================================================
   HEADER
   ========================================================= */
.iph-header-section {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 80, 150, 0.08);
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
    z-index: 999;
}
.iph-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
}
.iph-logo { display: flex; align-items: center; flex-shrink: 0; }
.iph-logo img { height: 48px; width: auto; display: block; }

.iph-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 24px;
    flex: 1;
    justify-content: center;
}
.iph-nav a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #0b2c4a;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
    white-space: nowrap;
    position: relative;
}
.iph-nav a:hover { color: #00a86b; }
.iph-nav a::after {
    content: '';
    position: absolute;
    bottom: -6px; left: 0;
    width: 0; height: 2px;
    background: linear-gradient(90deg, #0077b6, #00a86b);
    transition: width 0.25s ease;
    border-radius: 2px;
}
.iph-nav a:hover::after { width: 100%; }

.iph-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.iph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1.2;
}
.iph-btn-account {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 168, 107, 0.25);
}
.iph-btn-account:hover {
    background: linear-gradient(135deg, #008f5a, #00669e);
    box-shadow: 0 6px 14px rgba(0, 168, 107, 0.35);
    color: #ffffff !important;
    transform: translateY(-1px);
}
.iph-btn-call {
    background: transparent;
    color: #0077b6 !important;
    border: 2px solid #0077b6;
}
.iph-btn-call:hover {
    background: #0077b6;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* =========================================================
   SHARED BUTTONS
   ========================================================= */
.iph-btn-lg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    white-space: nowrap;
    line-height: 1.2;
    cursor: pointer;
}
.iph-btn-primary {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0,168,107,0.4);
}
.iph-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,168,107,0.55);
    color: #ffffff !important;
}
.iph-btn-download {
    background: #ffffff;
    color: #0b2c4a !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}
.iph-btn-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.35);
    background: #f4faff;
}
.iph-btn-ghost {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.35);
    backdrop-filter: blur(6px);
}
.iph-btn-ghost:hover {
    background: rgba(255,255,255,0.18);
    border-color: #00d18a;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* =========================================================
   SECTION WRAPPERS & HEADINGS
   ========================================================= */
.iph-section { padding-top: 80px; padding-bottom: 80px; }
.iph-section.alt-bg {
    background: #f6f9fc;
    padding-top: 0;
    padding-bottom: 0;
}
.iph-section.alt-bg > .iph-section-inner { padding-top: 80px; padding-bottom: 80px; }

.iph-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 52px;
}
.iph-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00a86b;
    margin-bottom: 12px;
}
.iph-section-head h2 {
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 800;
    color: #0b2c4a;
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    line-height: 1.2;
}
.iph-section-head p {
    font-size: 16px;
    color: #526a83;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
   HOMEPAGE HERO
   ========================================================= */
.iph-hero {
    padding: 100px 0 80px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.88), rgba(0,119,182,0.75)),
        url('https://images.unsplash.com/photo-1516387938699-a93567ec168e?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    color: #ffffff;
}
.iph-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0,168,107,0.25), transparent 55%),
                radial-gradient(circle at 80% 70%, rgba(0,119,182,0.35), transparent 55%);
    pointer-events: none;
}
.iph-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.iph-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 60px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
}
.iph-hero-badge span.dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #00d18a;
    box-shadow: 0 0 0 4px rgba(0,209,138,0.25);
}
.iph-hero h1 {
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}
.iph-hero h1 .grad {
    background: linear-gradient(90deg, #00d18a, #4fc3f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.iph-hero p.lead {
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,0.88);
}
.iph-hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.iph-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.iph-stat {
    text-align: center;
    padding: 18px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}
.iph-stat-num {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #00d18a;
    line-height: 1.1;
    margin-bottom: 4px;
}
.iph-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
}

/* =========================================================
   SERVICES GRID
   ========================================================= */
.iph-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.iph-service-card {
    background: #ffffff;
    border: 1px solid #e3ecf5;
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
}
.iph-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00a86b, #0077b6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.iph-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,80,150,0.12);
    border-color: #cfe2f2;
}
.iph-service-card:hover::before { transform: scaleX(1); }
.iph-service-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,168,107,0.12), rgba(0,119,182,0.12));
    color: #0077b6;
    margin-bottom: 20px;
}
.iph-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2c4a;
    margin: 0 0 10px;
}
.iph-service-card p {
    font-size: 14.5px;
    color: #526a83;
    line-height: 1.65;
    margin: 0 0 18px;
}
.iph-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #00a86b;
    text-decoration: none;
}
.iph-service-card:hover .iph-service-link { color: #0077b6; }

/* =========================================================
   COUNTRY GRID
   ========================================================= */
.iph-country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.iph-country-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #e3ecf5;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}
.iph-country-card:hover {
    border-color: #00a86b;
    box-shadow: 0 10px 24px rgba(0,168,107,0.15);
    transform: translateY(-3px);
}
.iph-country-flag { font-size: 26px; line-height: 1; }
.iph-country-info { flex: 1; min-width: 0; }
.iph-country-name {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #0b2c4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iph-country-code {
    display: block;
    font-size: 13px;
    color: #00a86b;
    font-weight: 600;
}
.iph-country-status {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #00a86b;
    background: rgba(0,168,107,0.1);
    padding: 4px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* =========================================================
   FEATURED COUNTRIES
   ========================================================= */
.iph-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.iph-featured-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    color: #ffffff;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
.iph-featured-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,44,74,0.15), rgba(11,44,74,0.9));
}
.iph-featured-card:hover { transform: scale(1.02); }
.iph-featured-card .content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.iph-featured-card h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
}
.iph-featured-card .dial {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(0,209,138,0.9);
    color: #0b2c4a;
    margin-top: 6px;
}

/* =========================================================
   BANNER CARDS (SMS / TEMP)
   ========================================================= */
.iph-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.iph-banner {
    position: relative;
    border-radius: 22px;
    padding: 40px 36px;
    color: #ffffff;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.iph-banner:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,80,150,0.2);
}
.iph-banner-sms {
    background:
        linear-gradient(135deg, rgba(0,119,182,0.85), rgba(0,168,107,0.75)),
        url('https://images.unsplash.com/photo-1611606063065-ee7946f0787a?auto=format&fit=crop&w=1200&q=80') center/cover;
}
.iph-banner-temp {
    background:
        linear-gradient(135deg, rgba(0,168,107,0.85), rgba(0,119,182,0.75)),
        url('https://images.unsplash.com/photo-1587560699334-cc4ff634909a?auto=format&fit=crop&w=1200&q=80') center/cover;
}
.iph-banner h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.2;
}
.iph-banner p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 420px;
}
.iph-banner .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    margin-bottom: 16px;
    width: fit-content;
}
.iph-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 60px;
    background: #ffffff;
    color: #0b2c4a !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.2s ease;
}
.iph-banner-btn:hover {
    background: #00d18a;
    color: #ffffff !important;
    transform: translateX(4px);
}

/* =========================================================
   APK BANNER
   ========================================================= */
.iph-apk-banner {
    border-radius: 26px;
    padding: 56px 48px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.94), rgba(0,119,182,0.88)),
        url('https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.iph-apk-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,209,138,0.4), transparent 70%);
    pointer-events: none;
}
.iph-apk-text { position: relative; z-index: 2; }
.iph-apk-text .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(0,209,138,0.2);
    border: 1px solid rgba(0,209,138,0.4);
    color: #00d18a;
    margin-bottom: 16px;
}
.iph-apk-text h2 {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.2;
}
.iph-apk-text p {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    max-width: 520px;
}
.iph-apk-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.iph-apk-visual {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.iph-apk-visual img {
    max-width: 260px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    border-radius: 24px;
}

/* =========================================================
   FEATURES ROW
   ========================================================= */
.iph-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.iph-feature {
    text-align: center;
    padding: 26px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e3ecf5;
    transition: all 0.2s ease;
}
.iph-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,80,150,0.1);
}
.iph-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff;
}
.iph-feature h4 {
    font-size: 15.5px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #0b2c4a;
}
.iph-feature p {
    margin: 0;
    font-size: 13.5px;
    color: #526a83;
    line-height: 1.55;
}

/* =========================================================
   PAGE HERO (inner pages: pricing, etc.)
   ========================================================= */
.iph-page-hero {
    padding: 90px 0 60px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.92), rgba(0,119,182,0.82)),
        url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    color: #fff;
    text-align: center;
}
.iph-page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 30%, rgba(0,168,107,0.28), transparent 55%),
                radial-gradient(circle at 85% 70%, rgba(0,119,182,0.4), transparent 55%);
    pointer-events: none;
}
.iph-page-hero-inner {
    position: relative;
    z-index: 2;
}
.iph-page-hero .iph-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 60px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
}
.iph-page-hero .iph-hero-badge span.dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #00d18a;
    box-shadow: 0 0 0 4px rgba(0,209,138,0.25);
}
.iph-page-hero h1 {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}
.iph-page-hero h1 .grad {
    background: linear-gradient(90deg, #00d18a, #4fc3f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.iph-page-hero p {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
    margin: 0 auto 32px;
}
.iph-page-hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.iph-trust-strip {
    max-width: 1000px;
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 28px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.iph-trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.iph-trust-strip svg { color: #00d18a; }

/* =========================================================
   PRICING TOGGLE
   ========================================================= */
.iph-pricing-toggle {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0 auto 48px;
    background: #eef5fb;
    padding: 6px;
    border-radius: 60px;
    width: fit-content;
    border: 1px solid #dbe8f2;
}
.iph-toggle-btn {
    position: relative;
    padding: 10px 26px;
    border-radius: 60px;
    border: none;
    background: transparent;
    font-size: 14.5px;
    font-weight: 700;
    color: #526a83;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.iph-toggle-btn:hover { color: #0b2c4a; }
.iph-toggle-btn.active {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,168,107,0.35);
}
.iph-save-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    background: rgba(0,209,138,0.18);
    color: #00a86b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.iph-toggle-btn.active .iph-save-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* =========================================================
   PRICING GRID
   ========================================================= */
.iph-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.iph-plan {
    position: relative;
    background: #fff;
    border: 1.5px solid #e3ecf5;
    border-radius: 22px;
    padding: 36px 30px 34px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}
.iph-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0,80,150,0.12);
    border-color: #cfe2f2;
}
.iph-plan-featured {
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #00a86b, #0077b6) border-box;
    box-shadow: 0 20px 48px rgba(0,168,107,0.18);
    transform: scale(1.03);
    z-index: 2;
}
.iph-plan-featured:hover {
    transform: scale(1.03) translateY(-4px);
    box-shadow: 0 26px 56px rgba(0,168,107,0.28);
}
.iph-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #fff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    box-shadow: 0 6px 16px rgba(0,168,107,0.35);
    white-space: nowrap;
}
.iph-plan-name {
    font-size: 22px;
    font-weight: 800;
    color: #0b2c4a;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}
.iph-plan-tagline {
    font-size: 14px;
    color: #526a83;
    line-height: 1.55;
    margin: 0 0 24px;
    min-height: 44px;
}
.iph-plan-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 6px;
}
.iph-price-currency {
    font-size: 22px;
    font-weight: 700;
    color: #0b2c4a;
    margin-right: 2px;
}
.iph-price-amount {
    font-size: 46px;
    font-weight: 800;
    color: #0b2c4a;
    line-height: 1;
    letter-spacing: -0.03em;
}
.iph-price-period {
    font-size: 15px;
    color: #7f95ab;
    font-weight: 600;
    margin-left: 4px;
}
.iph-plan-billing {
    font-size: 13px;
    color: #7f95ab;
    margin: 0 0 24px;
    min-height: 18px;
}
.iph-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.iph-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #33475b;
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: 1px solid #f0f5fa;
}
.iph-plan-features li:last-child { border-bottom: none; }
.iph-plan-features svg {
    color: #00a86b;
    flex-shrink: 0;
    margin-top: 3px;
}
.iph-plan-cta {
    display: block;
    text-align: center;
    padding: 14px 24px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    margin-top: auto;
}
.iph-plan-cta-outline {
    background: #fff;
    border-color: #0077b6;
    color: #0077b6;
}
.iph-plan-cta-outline:hover {
    background: #0077b6;
    color: #fff;
    transform: translateY(-1px);
}
.iph-plan-cta-primary {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0,168,107,0.35);
}
.iph-plan-cta-primary:hover {
    background: linear-gradient(135deg, #008f5a, #00669e);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,168,107,0.45);
}

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.iph-compare-wrap {
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid #e3ecf5;
    background: #fff;
}
.iph-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}
.iph-compare thead {
    background: linear-gradient(135deg, #0b2c4a, #0077b6);
    color: #fff;
}
.iph-compare th {
    padding: 20px 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.iph-compare th:first-child { border-top-left-radius: 18px; }
.iph-compare th:last-child  { border-top-right-radius: 18px; }
.iph-compare td {
    padding: 16px 18px;
    font-size: 14.5px;
    color: #33475b;
    border-bottom: 1px solid #eef4fa;
}
.iph-compare tbody tr:hover { background: #f8fbfe; }
.iph-compare td:first-child { font-weight: 600; color: #0b2c4a; }
.iph-compare .yes { color: #00a86b; font-weight: 700; }
.iph-compare .no  { color: #b7c4d0; }

/* =========================================================
   ADD-ONS
   ========================================================= */
.iph-addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.iph-addon {
    background: #fff;
    border: 1px solid #e3ecf5;
    border-radius: 16px;
    padding: 26px 22px;
    text-align: center;
    transition: all 0.2s ease;
}
.iph-addon:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,80,150,0.1);
    border-color: #cfe2f2;
}
.iph-addon-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,168,107,0.12), rgba(0,119,182,0.12));
    color: #0077b6;
}
.iph-addon h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: #0b2c4a;
    margin: 0 0 6px;
}
.iph-addon .price {
    font-size: 20px;
    font-weight: 800;
    color: #00a86b;
    margin-bottom: 8px;
}
.iph-addon p {
    font-size: 13px;
    color: #526a83;
    line-height: 1.55;
    margin: 0;
}

/* =========================================================
   FAQ
   ========================================================= */
.iph-faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.iph-faq-item {
    background: #fff;
    border: 1px solid #e3ecf5;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.iph-faq-item[open] {
    border-color: #00a86b;
    box-shadow: 0 8px 24px rgba(0,168,107,0.1);
}
.iph-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    font-size: 15.5px;
    font-weight: 700;
    color: #0b2c4a;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.iph-faq-q::-webkit-details-marker { display: none; }
.iph-faq-arrow {
    flex-shrink: 0;
    color: #0077b6;
    transition: transform 0.25s ease;
}
.iph-faq-item[open] .iph-faq-arrow { transform: rotate(180deg); color: #00a86b; }
.iph-faq-a {
    padding: 0 24px 22px;
    font-size: 14.5px;
    color: #526a83;
    line-height: 1.7;
}

/* =========================================================
   PRICING CTA
   ========================================================= */
.iph-pricing-cta {
    border-radius: 26px;
    padding: 56px 48px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.95), rgba(0,119,182,0.88)),
        url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.iph-pricing-cta::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,209,138,0.35), transparent 70%);
}
.iph-pricing-cta > * { position: relative; z-index: 2; }
.iph-pricing-cta h2 {
    font-size: clamp(24px, 3.2vw, 38px);
    font-weight: 800;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}
.iph-pricing-cta p {
    font-size: 16.5px;
    color: rgba(255,255,255,0.88);
    max-width: 620px;
    margin: 0 auto 30px;
    line-height: 1.65;
}
.iph-pricing-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* =========================================================
   FOOTER
   ========================================================= */
.iph-footer {
    background: #0b2c4a;
    color: #d9e6f2;
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
    margin-top: 60px;
}
.iph-footer::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0077b6, #00a86b);
}
.iph-footer-container { padding-left: 24px; padding-right: 24px; }

.iph-footer-top { padding: 60px 0 40px; }
.iph-footer-top .iph-footer-container {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.iph-footer-logo img {
    height: 44px;
    width: auto;
    display: block;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.iph-footer-tagline {
    font-size: 14px;
    line-height: 1.7;
    color: #a8c0d8;
    margin: 0 0 20px;
    max-width: 320px;
}
.iph-footer-social { display: flex; gap: 10px; }
.iph-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    color: #d9e6f2;
    transition: all 0.2s ease;
    text-decoration: none;
}
.iph-social-icon:hover {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #fff;
    transform: translateY(-2px);
}
.iph-footer-heading {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.iph-footer-col ul { list-style: none; padding: 0; margin: 0; }
.iph-footer-col li { margin-bottom: 10px; }
.iph-footer-col a {
    color: #a8c0d8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}
.iph-footer-col a:hover { color: #00d18a; padding-left: 3px; }

.iph-footer-cta {
    background: linear-gradient(135deg, rgba(0,168,107,0.12), rgba(0,119,182,0.12));
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 32px 0;
}
.iph-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.iph-footer-cta-text h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 6px;
    font-weight: 700;
}
.iph-footer-cta-text p { margin: 0; font-size: 14px; color: #a8c0d8; }
.iph-footer-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.iph-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 2px solid transparent;
}
.iph-footer-btn-primary {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0,168,107,0.3);
}
.iph-footer-btn-primary:hover {
    background: linear-gradient(135deg, #008f5a, #00669e);
    transform: translateY(-1px);
    color: #ffffff;
}
.iph-footer-btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
}
.iph-footer-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #00a86b;
    color: #00d18a;
}
.iph-footer-bottom { padding: 22px 0; }
.iph-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.iph-footer-copy { margin: 0; font-size: 13px; color: #7f9bb5; }
.iph-footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.iph-footer-legal a {
    color: #a8c0d8;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}
.iph-footer-legal a:hover { color: #00d18a; }
.iph-footer-dot { color: #4a6b88; font-size: 12px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    /* Header */
    .iph-nav { gap: 20px; }
    .iph-nav a { font-size: 14px; }
    .iph-btn { padding: 8px 18px; font-size: 14px; }

    /* Homepage */
    .iph-hero { padding: 80px 0 60px; }
    .iph-services { grid-template-columns: repeat(2, 1fr); }
    .iph-country-grid { grid-template-columns: repeat(3, 1fr); }
    .iph-featured-grid { grid-template-columns: repeat(2, 1fr); }
    .iph-features { grid-template-columns: repeat(2, 1fr); }
    .iph-apk-banner {
        grid-template-columns: 1fr;
        padding: 40px 32px;
        text-align: center;
    }
    .iph-apk-actions { justify-content: center; }
    .iph-apk-visual img { max-width: 220px; }

    /* Footer */
    .iph-footer-top .iph-footer-container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
    }
    .iph-footer-brand { grid-column: 1 / -1; }

    /* Pricing */
    .iph-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .iph-plan-featured { transform: none; }
    .iph-plan-featured:hover { transform: translateY(-4px); }
    .iph-addons-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    /* Header */
    .iph-header-container {
        flex-wrap: wrap;
        height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 12px;
    }
    .iph-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
        margin: 0;
        gap: 24px;
    }
    .iph-actions { margin-left: auto; }
}

@media (max-width: 720px) {
    /* Homepage */
    .iph-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .iph-services { grid-template-columns: 1fr; }
    .iph-country-grid { grid-template-columns: repeat(2, 1fr); }
    .iph-featured-grid { grid-template-columns: 1fr; }
    .iph-banner-grid { grid-template-columns: 1fr; }
    .iph-features { grid-template-columns: 1fr; }
    .iph-section { padding-top: 60px; padding-bottom: 60px; }
    .iph-section.alt-bg > .iph-section-inner { padding-top: 60px; padding-bottom: 60px; }
    .iph-banner { padding: 32px 26px; min-height: 220px; }

    /* Pricing */
    .iph-page-hero { padding: 70px 0 50px; }
    .iph-pricing-grid { grid-template-columns: 1fr; }
    .iph-addons-grid { grid-template-columns: 1fr; }
    .iph-pricing-cta { padding: 40px 26px; }
    .iph-toggle-btn { padding: 9px 18px; font-size: 13.5px; }

    /* Footer */
    .iph-footer-top .iph-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .iph-footer-cta-inner { flex-direction: column; text-align: center; }
    .iph-footer-cta-actions { justify-content: center; }
    .iph-footer-bottom-inner { flex-direction: column; text-align: center; }
    .iph-footer-legal { justify-content: center; }
}

@media (max-width: 550px) {
    /* Header */
    .iph-actions { gap: 8px; }
    .iph-btn { padding: 8px 14px; font-size: 13px; }
    .iph-logo img { height: 36px; }
}

@media (max-width: 480px) {
    /* Homepage */
    .iph-country-grid { grid-template-columns: 1fr; }
    .iph-hero-cta { flex-direction: column; }
    .iph-btn-lg { width: 100%; justify-content: center; }

    /* Pricing */
    .iph-page-hero-cta { flex-direction: column; }
    .iph-page-hero-cta .iph-btn-lg { width: 100%; justify-content: center; }
    .iph-price-amount { font-size: 38px; }
}/* End custom CSS */