/* ===================================================================
   Internetcozum — Ana sayfa premium marka deneyimi (home.css)
   =================================================================== */

:root {
    --ix-ink: #060d18;
    --ix-ink-2: #0c1929;
    --ix-surface: #f5f7fb;
    --ix-accent: #22d3ee;
    --ix-violet: #6366f1;
    --ix-line: #e6ebf2;
}
.page-home .page-main { overflow-x: clip; }
.page-home .disclaimer-bar { display: none; }

/* Reveal: content visible by default; hidden+animated only when JS is active.
   Guarantees the page never renders blank if JS fails or is slow. (Site-wide) */
.reveal { opacity: 1; transform: none; }
html.ix-js .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1);
    transition-delay: calc(var(--i, 0) * 0.06s);
    will-change: opacity, transform;
}
html.ix-js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Buttons ---------- */
.ix-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
}
.ix-btn:hover { transform: translateY(-2px); }
.ix-btn--lg { padding: 16px 30px; font-size: 15px; }
.ix-btn--sm { padding: 9px 16px; font-size: 13px; border-radius: 10px; }
.ix-btn--primary {
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    color: #fff;
    box-shadow: 0 10px 30px rgba(34, 211, 238, 0.28);
}
.ix-btn--primary:hover { box-shadow: 0 16px 40px rgba(34, 211, 238, 0.38); color: #fff; }
.ix-btn--ghost { background: rgba(255,255,255,0.06); color: #e8eef6; border-color: rgba(255,255,255,0.16); }
.ix-btn--ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }
.ix-btn--outline-dark { background: transparent; color: var(--navy); border-color: var(--border); }
.ix-btn--outline-dark:hover { border-color: var(--navy); background: #fff; }

/* ---------- Sections & headings ---------- */
.ix-section { padding: 104px 0; position: relative; }
.ix-section--muted { background: var(--ix-surface); }
.ix-section--dark { background: var(--ix-ink); color: #fff; }
.ix-section--trust { background: #eef2f8; border-top: 1px solid var(--ix-line); }
.ix-section--cta { padding: 60px 0 110px; background: linear-gradient(180deg, var(--ix-surface), #fff); }

.ix-head { max-width: 680px; margin-bottom: 56px; }
.ix-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.ix-head--light h2 { color: #fff; }
.ix-head--light .ix-head__sub { color: #94a3b8; }
.ix-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; flex-wrap: wrap; }
.ix-head h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: var(--navy);
    margin: 10px 0 0;
}
.ix-head__sub { font-size: 1.05rem; color: var(--text-muted); margin-top: 14px; line-height: 1.6; }
.ix-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
}
.ix-head--light .ix-eyebrow, .ix-eyebrow--light { color: var(--ix-accent); }

/* ---------- Icon system (mask based) ---------- */
.ix-ic { position: relative; }
.ix-ic::after {
    content: '';
    position: absolute;
    inset: 26%;
    background: currentColor;
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: contain; mask-size: contain;
}
.ix-m-modem::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Crect x='3' y='13' width='18' height='7' rx='1.5'/%3E%3Cpath d='M7 17h.01M11 17h.01M12 13V8M8 12a4 4 0 0 1 8 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Crect x='3' y='13' width='18' height='7' rx='1.5'/%3E%3Cpath d='M7 17h.01M11 17h.01M12 13V8M8 12a4 4 0 0 1 8 0'/%3E%3C/svg%3E"); }
.ix-m-wifi::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0M8 15.5a6 6 0 0 1 8 0'/%3E%3Ccircle cx='12' cy='19' r='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0M8 15.5a6 6 0 0 1 8 0'/%3E%3Ccircle cx='12' cy='19' r='1'/%3E%3C/svg%3E"); }
.ix-m-sim::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Crect x='9' y='11' width='6' height='6' rx='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Crect x='9' y='11' width='6' height='6' rx='1'/%3E%3C/svg%3E"); }
.ix-m-mesh::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='18' r='2.5'/%3E%3Cpath d='M8 7l8 0M7.5 8l3.5 8M16.5 8l-3.5 8'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='18' r='2.5'/%3E%3Cpath d='M8 7l8 0M7.5 8l3.5 8M16.5 8l-3.5 8'/%3E%3C/svg%3E"); }
.ix-m-home-internet::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6M6 10v9h12v-9'/%3E%3Cpath d='M10 15a3 3 0 0 1 4 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6M6 10v9h12v-9'/%3E%3Cpath d='M10 15a3 3 0 0 1 4 0'/%3E%3C/svg%3E"); }
.ix-m-network::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Ccircle cx='4' cy='6' r='2'/%3E%3Ccircle cx='20' cy='6' r='2'/%3E%3Ccircle cx='4' cy='18' r='2'/%3E%3Ccircle cx='20' cy='18' r='2'/%3E%3Cpath d='M6 7l4 4M18 7l-4 4M6 17l4-4M18 17l-4-4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Ccircle cx='4' cy='6' r='2'/%3E%3Ccircle cx='20' cy='6' r='2'/%3E%3Ccircle cx='4' cy='18' r='2'/%3E%3Ccircle cx='20' cy='18' r='2'/%3E%3Cpath d='M6 7l4 4M18 7l-4 4M6 17l4-4M18 17l-4-4'/%3E%3C/svg%3E"); }
.ix-m-box::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M3 7l9-4 9 4v10l-9 4-9-4z'/%3E%3Cpath d='M3 7l9 4 9-4M12 11v10'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M3 7l9-4 9 4v10l-9 4-9-4z'/%3E%3Cpath d='M3 7l9 4 9-4M12 11v10'/%3E%3C/svg%3E"); }
.ix-m-invoice::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Crect x='6' y='3' width='12' height='18' rx='1.5'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Crect x='6' y='3' width='12' height='18' rx='1.5'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h3'/%3E%3C/svg%3E"); }
.ix-m-expert::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E"); }
.ix-m-phone::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); }
.ix-m-whatsapp::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.5 15.2L2 22l4.9-1.3A10 10 0 1 0 12 2zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 1 1 12 20z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.5 15.2L2 22l4.9-1.3A10 10 0 1 0 12 2zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 1 1 12 20z'/%3E%3C/svg%3E"); }
.ix-m-clipboard::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='17' rx='2'/%3E%3Cpath d='M9 4V3h6v1M9 11h6M9 15h4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='17' rx='2'/%3E%3Cpath d='M9 4V3h6v1M9 11h6M9 15h4'/%3E%3C/svg%3E"); }
.ix-m-search::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4-4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4-4'/%3E%3C/svg%3E"); }
.ix-m-grid::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='4' y='4' width='7' height='7' rx='1'/%3E%3Crect x='13' y='4' width='7' height='7' rx='1'/%3E%3Crect x='4' y='13' width='7' height='7' rx='1'/%3E%3Crect x='13' y='13' width='7' height='7' rx='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='4' y='4' width='7' height='7' rx='1'/%3E%3Crect x='13' y='4' width='7' height='7' rx='1'/%3E%3Crect x='4' y='13' width='7' height='7' rx='1'/%3E%3Crect x='13' y='13' width='7' height='7' rx='1'/%3E%3C/svg%3E"); }
.ix-m-truck::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v9H3zM14 9h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v9H3zM14 9h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E"); }
.ix-m-headset::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13v-1a7 7 0 0 1 14 0v1'/%3E%3Crect x='3' y='13' width='4' height='6' rx='1.5'/%3E%3Crect x='17' y='13' width='4' height='6' rx='1.5'/%3E%3Cpath d='M19 19a4 4 0 0 1-4 3h-2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13v-1a7 7 0 0 1 14 0v1'/%3E%3Crect x='3' y='13' width='4' height='6' rx='1.5'/%3E%3Crect x='17' y='13' width='4' height='6' rx='1.5'/%3E%3Cpath d='M19 19a4 4 0 0 1-4 3h-2'/%3E%3C/svg%3E"); }
.ix-m-ev::after, .ix-m-home::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6v9H4z'/%3E%3Cpath d='M10 20v-5h4v5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6v9H4z'/%3E%3Cpath d='M10 20v-5h4v5'/%3E%3C/svg%3E"); }
.ix-m-ofis::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M9 7h2M13 7h2M9 11h2M13 11h2M9 15h2M13 15h2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M9 7h2M13 7h2M9 11h2M13 11h2M9 15h2M13 15h2'/%3E%3C/svg%3E"); }
.ix-m-yazlik::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M2 12h2M20 12h2M5 5l1.5 1.5M17.5 17.5L19 19M19 5l-1.5 1.5M6.5 17.5L5 19'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M2 12h2M20 12h2M5 5l1.5 1.5M17.5 17.5L19 19M19 5l-1.5 1.5M6.5 17.5L5 19'/%3E%3C/svg%3E"); }
.ix-m-santiye::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4h4l4 16H6z'/%3E%3Cpath d='M8 13h8M9 9h6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4h4l4 16H6z'/%3E%3Cpath d='M8 13h8M9 9h6'/%3E%3C/svg%3E"); }
.ix-m-kirsal::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 19l6-10 4 6 2-3 6 7z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 19l6-10 4 6 2-3 6 7z'/%3E%3C/svg%3E"); }
.ix-m-yedek::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-3-6.7L21 7'/%3E%3Cpath d='M21 3v4h-4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-3-6.7L21 7'/%3E%3Cpath d='M21 3v4h-4'/%3E%3C/svg%3E"); }
.ix-m-shield::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4-3 7-7 9-4-2-7-5-7-9V6z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4-3 7-7 9-4-2-7-5-7-9V6z'/%3E%3C/svg%3E"); }
.ix-m-eye::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M2 12s4-7 10-7 10 7 10 7-4 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M2 12s4-7 10-7 10 7 10 7-4 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.ix-m-mail::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E"); }

/* =================== HERO =================== */
.ix-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 130px 0 90px;
    background: var(--ix-ink);
    color: #fff;
    overflow: hidden;
}
.ix-hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.ix-hero__gradient {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 90% 70% at 78% 25%, rgba(34,211,238,0.16), transparent 55%),
        radial-gradient(ellipse 60% 55% at 12% 75%, rgba(99,102,241,0.14), transparent 52%),
        linear-gradient(180deg, #060d18 0%, #0b1727 55%, #0a1422 100%);
}
.ix-hero__grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 75% at 62% 42%, black 18%, transparent 76%);
    -webkit-mask-image: radial-gradient(ellipse 80% 75% at 62% 42%, black 18%, transparent 76%);
}
.ix-hero__glow { position: absolute; border-radius: 50%; filter: blur(80px); }
.ix-hero__glow--1 { width: 420px; height: 420px; background: rgba(34,211,238,0.18); top: -8%; right: 8%; animation: ixGlow 14s ease-in-out infinite; }
.ix-hero__glow--2 { width: 320px; height: 320px; background: rgba(99,102,241,0.16); bottom: -6%; left: -4%; animation: ixGlow 16s ease-in-out infinite reverse; }
@keyframes ixGlow { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(20px,-26px) scale(1.08); } }
.ix-hero__beam { position: absolute; width: 1.5px; height: 38%; background: linear-gradient(180deg, transparent, rgba(34,211,238,0.5), transparent); animation: ixBeam 7s ease-in-out infinite; }
.ix-hero__beam--1 { left: 20%; top: 8%; }
.ix-hero__beam--2 { right: 30%; top: 18%; animation-delay: -3s; opacity: 0.6; }
.ix-hero__beam--3 { left: 60%; top: 4%; animation-delay: -5s; opacity: 0.4; }
@keyframes ixBeam { 0%,100% { opacity: 0.15; transform: scaleY(0.7); } 50% { opacity: 1; transform: scaleY(1.15); } }

.ix-hero__layout {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 40px;
    align-items: center;
}
.ix-hero__copy { animation: ixHeroIn 0.8s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes ixHeroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.ix-hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px; border-radius: 100px;
    background: rgba(34,211,238,0.1);
    border: 1px solid rgba(34,211,238,0.25);
    font-size: 12px; font-weight: 600; color: #a5f3fc; letter-spacing: 0.02em;
    margin-bottom: 24px;
}
.ix-hero__badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 10px #22d3ee; animation: ixBlink 2s ease-in-out infinite; }
@keyframes ixBlink { 50% { opacity: 0.4; } }
.ix-hero__title {
    font-size: clamp(2.6rem, 5.6vw, 4.5rem);
    font-weight: 800; line-height: 1.04; letter-spacing: -0.035em;
    margin-bottom: 18px;
}
.ix-gradient { background: linear-gradient(115deg, #22d3ee 0%, #818cf8 48%, #c084fc 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ix-hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: #b6c2d4; max-width: 480px; margin-bottom: 24px; line-height: 1.6; }
.ix-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ix-hero-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #cbd5e1; padding: 8px 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 100px; }
.ix-chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #34d399; }
.ix-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.ix-hero__metrics { display: flex; gap: 32px; }
.ix-hero-metric strong { display: block; font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1; }
.ix-hero-metric span { font-size: 12px; color: #7c8aa0; }

/* Hero stage */
.ix-hero__stage { position: relative; min-height: 460px; }
.ix-hero__network { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.85; }
.ix-path { stroke-dasharray: 7 7; animation: ixDash 22s linear infinite; }
@keyframes ixDash { to { stroke-dashoffset: -200; } }

.ix-hero__hero-shot {
    position: absolute; left: 50%; top: 48%;
    transform: translate(-50%, -50%);
    width: 300px; padding: 24px 24px 18px;
    background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.45);
    animation: ixFloat 6s ease-in-out infinite;
}
.ix-hero__hero-shot-glow { position: absolute; inset: 0; border-radius: 24px; background: radial-gradient(circle at 50% 30%, rgba(34,211,238,0.25), transparent 60%); pointer-events: none; }
.ix-hero__hero-shot img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5)); position: relative; }
.ix-hero__shot-tag { margin-top: 14px; }
.ix-hero__shot-tag-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #22d3ee; font-weight: 700; }
.ix-hero__shot-tag strong { display: block; font-size: 14px; color: #fff; margin-top: 2px; }
@keyframes ixFloat { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, -55%); } }

.ix-float-card {
    position: absolute;
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px; border-radius: 16px;
    background: rgba(13,24,40,0.7);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
    animation: ixFloatY 5s ease-in-out infinite;
}
.ix-float-card strong { display: block; font-size: 13px; color: #fff; }
.ix-float-card span { font-size: 11px; color: #8aa0b8; }
.ix-float-card--sim { top: 6%; right: 0; animation-delay: -1s; }
.ix-float-card--mesh { bottom: 14%; left: -4%; animation-delay: -2.5s; }
.ix-float-card--speed { bottom: 0; right: 8%; animation-delay: -3.5s; }
@keyframes ixFloatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.ix-float-card__icon { width: 36px; height: 36px; border-radius: 10px; color: #fff; flex-shrink: 0; position: relative; }
.ix-float-card__icon--sim { background: linear-gradient(135deg, #1d4ed8, #2563eb); }
.ix-float-card__icon--mesh { background: linear-gradient(135deg, #7c3aed, #6366f1); }
.ix-float-card__icon::after { content:''; position:absolute; inset:9px; background:#fff; -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; }
.ix-float-card__icon--sim::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Crect x='9' y='11' width='6' height='6' rx='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Crect x='9' y='11' width='6' height='6' rx='1'/%3E%3C/svg%3E"); }
.ix-float-card__icon--mesh::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='18' r='2.5'/%3E%3Cpath d='M8 7l8 0M7.5 8l3.5 8M16.5 8l-3.5 8'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Ccircle cx='6' cy='6' r='2.5'/%3E%3Ccircle cx='18' cy='6' r='2.5'/%3E%3Ccircle cx='12' cy='18' r='2.5'/%3E%3Cpath d='M8 7l8 0M7.5 8l3.5 8M16.5 8l-3.5 8'/%3E%3C/svg%3E"); }
.ix-float-card__bars { display: flex; align-items: flex-end; gap: 3px; width: 36px; height: 36px; padding: 6px; background: linear-gradient(135deg, #0891b2, #22d3ee); border-radius: 10px; }
.ix-float-card__bars span { flex: 1; background: #fff; border-radius: 1px; }
.ix-float-card__bars span:nth-child(1) { height: 30%; } .ix-float-card__bars span:nth-child(2) { height: 55%; } .ix-float-card__bars span:nth-child(3) { height: 78%; } .ix-float-card__bars span:nth-child(4) { height: 100%; }

.ix-hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.2); border-radius: 14px; z-index: 2; }
.ix-hero__scroll span { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: #22d3ee; border-radius: 2px; animation: ixScroll 1.8s ease-in-out infinite; }
@keyframes ixScroll { 0% { opacity: 0; top: 7px; } 50% { opacity: 1; } 100% { opacity: 0; top: 20px; } }

/* =================== SERVICES =================== */
.ix-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ix-svc {
    display: flex; flex-direction: column;
    padding: 30px 26px; background: #fff;
    border: 1px solid var(--ix-line); border-radius: 20px;
    text-decoration: none; color: inherit;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    position: relative; overflow: hidden;
}
.ix-svc::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--ix-accent), var(--ix-violet)); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.ix-svc:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(15,39,68,0.12); border-color: rgba(34,211,238,0.3); }
.ix-svc:hover::before { transform: scaleX(1); }
.ix-svc__icon { width: 56px; height: 56px; border-radius: 16px; margin-bottom: 20px; color: var(--blue); background: linear-gradient(135deg, var(--blue-pale), #e0f2fe); }
.ix-svc__icon::after { inset: 16px; }
.ix-svc h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--navy); }
.ix-svc p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 18px; }
.ix-svc__tags { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 20px; flex: 1; align-content: flex-start; }
.ix-svc__tags li { font-size: 12px; font-weight: 600; padding: 5px 11px; background: var(--ix-surface); color: var(--text-muted); border-radius: 100px; }
.ix-svc__cta { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--blue); margin-top: auto; }
.ix-svc:hover .ix-svc__cta svg { transform: translateX(4px); }
.ix-svc__cta svg { transition: transform 0.25s; }

/* =================== PRODUCT CATEGORIES =================== */
.ix-cats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ix-cat {
    display: flex; flex-direction: column;
    padding: 24px 22px; border-radius: 18px;
    text-decoration: none; color: #fff;
    min-height: 180px; position: relative; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.ix-cat::after { content:''; position:absolute; inset:0; background: radial-gradient(circle at 80% 0%, rgba(255,255,255,0.14), transparent 60%); }
.ix-cat:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(0,0,0,0.28); }
.ix-cat--zyxel { background: linear-gradient(150deg, #1d4ed8, #1e3a8a); }
.ix-cat--tplink { background: linear-gradient(150deg, #0e7490, #155e75); }
.ix-cat--mercusys { background: linear-gradient(150deg, #7c3aed, #5b21b6); }
.ix-cat--mesh { background: linear-gradient(150deg, #4f46e5, #3730a3); }
.ix-cat--sim { background: linear-gradient(150deg, #059669, #047857); }
.ix-cat__top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.ix-cat__logo { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; }
.ix-cat__count { font-size: 11px; font-weight: 600; padding: 4px 9px; background: rgba(255,255,255,0.16); border-radius: 100px; }
.ix-cat h3 { font-size: 1.15rem; margin: auto 0 4px; position: relative; z-index: 1; }
.ix-cat p { font-size: 12px; opacity: 0.82; margin: 0; position: relative; z-index: 1; }
.ix-cat__arrow { position: absolute; bottom: 20px; right: 20px; opacity: 0; transform: translate(-6px, 6px); transition: all 0.3s; z-index: 1; }
.ix-cat:hover .ix-cat__arrow { opacity: 1; transform: none; }

/* =================== WHY =================== */
.ix-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ix-why-card { padding: 28px; background: #fff; border: 1px solid var(--ix-line); border-radius: 18px; transition: transform 0.25s, box-shadow 0.25s; }
.ix-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(15,39,68,0.08); }
.ix-why-card__icon { width: 50px; height: 50px; border-radius: 14px; margin-bottom: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--ix-violet)); }
.ix-why-card__icon::after { inset: 14px; }
.ix-why-card__icon--whatsapp { background: linear-gradient(135deg, #22c55e, #16a34a); }
.ix-why-card__icon--phone { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.ix-why-card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.ix-why-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* =================== HOW (5 step) =================== */
.ix-how { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.ix-how__line { position: absolute; top: 32px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--ix-accent), var(--ix-violet)); opacity: 0.3; }
.ix-how__step { text-align: center; position: relative; }
.ix-how__node { position: relative; width: 64px; height: 64px; margin: 0 auto 18px; }
.ix-how__icon { width: 64px; height: 64px; border-radius: 18px; background: #fff; border: 1px solid var(--ix-line); color: var(--blue); box-shadow: var(--shadow); }
.ix-how__icon::after { inset: 18px; }
.ix-how__num { position: absolute; top: -8px; right: -8px; width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--ix-accent), #3b82f6); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(34,211,238,0.4); }
.ix-how__step h3 { font-size: 1rem; color: var(--navy); margin-bottom: 6px; }
.ix-how__step p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin: 0; }

/* =================== USE CASES =================== */
.ix-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ix-case { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.ix-case:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(15,39,68,0.1); }
.ix-case__scene { height: 120px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ix-case__scene::before { content:''; position:absolute; inset:0; opacity:0.16; background-image: radial-gradient(circle at 30% 30%, #fff 1px, transparent 1px); background-size: 14px 14px; }
.ix-case--ev .ix-case__scene { background: linear-gradient(135deg, #2563eb, #1e40af); }
.ix-case--ofis .ix-case__scene { background: linear-gradient(135deg, #0e7490, #0c4a6e); }
.ix-case--yazlik .ix-case__scene { background: linear-gradient(135deg, #f59e0b, #d97706); }
.ix-case--santiye .ix-case__scene { background: linear-gradient(135deg, #ea580c, #c2410c); }
.ix-case--kirsal .ix-case__scene { background: linear-gradient(135deg, #16a34a, #15803d); }
.ix-case--yedek .ix-case__scene { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.ix-case__icon { width: 48px; height: 48px; color: #fff; position: relative; z-index: 1; }
.ix-case__icon::after { inset: 0; background: #fff; }
.ix-case__body { padding: 22px 24px 26px; }
.ix-case__tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--blue); }
.ix-case__body h3 { font-size: 1.15rem; color: var(--navy); margin: 6px 0 8px; }
.ix-case__body p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* =================== PRODUCTS =================== */
.ix-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ix-product { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; }
.ix-product:hover { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(15,39,68,0.1); }
.ix-product__media { position: relative; background: linear-gradient(180deg, #fbfdff, #eef3f9); padding: 28px; min-height: 180px; display: flex; align-items: center; justify-content: center; }
.ix-product__media img { max-height: 130px; width: auto; object-fit: contain; transition: transform 0.4s; }
.ix-product:hover .ix-product__media img { transform: scale(1.06); }
.ix-product__badge { position: absolute; top: 14px; left: 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--blue); background: rgba(37,99,235,0.1); padding: 5px 10px; border-radius: 100px; }
.ix-product__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.ix-product__body h3 { font-size: 0.98rem; color: var(--navy); margin-bottom: 6px; line-height: 1.35; }
.ix-product__body p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 14px; }
.ix-product__feats { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.ix-product__feats li { font-size: 12px; color: var(--text); padding-left: 18px; position: relative; }
.ix-product__feats li::before { content:''; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--ix-accent); }
.ix-product__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--ix-line); }
.ix-product__scope { margin: 10px 0 0; font-size: 11px; line-height: 1.4; color: var(--ix-muted, rgba(255,255,255,.55)); }
.ix-product__price span { display: block; font-size: 11px; color: var(--text-muted); }
.ix-product__price strong { font-size: 1.1rem; color: var(--navy); }

/* =================== COMPARISONS =================== */
.ix-compare__nav { justify-content: center; margin-bottom: 32px; }
.ix-cmp-table-wrap { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; overflow: hidden; max-width: 860px; margin: 0 auto; box-shadow: var(--shadow); }
.ix-cmp-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.ix-cmp-table th, .ix-cmp-table td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--ix-line); }
.ix-cmp-table thead th { background: var(--navy); color: #fff; font-weight: 600; }
.ix-cmp-table thead .ix-cmp-table__highlight { background: linear-gradient(135deg, #2563eb, #22d3ee); }
.ix-cmp-table tbody th { color: var(--text-muted); font-weight: 500; }
.ix-cmp-table tbody td { color: var(--navy); font-weight: 600; }
.ix-cmp-table tbody tr:last-child th, .ix-cmp-table tbody tr:last-child td { border-bottom: none; }
.ix-cmp-table__highlight { background: rgba(34,211,238,0.06); }
.ix-compare__foot { text-align: center; margin-top: 28px; }

/* =================== PROCESS (interactive) =================== */
.ix-proc { max-width: 920px; margin: 0 auto; }
.ix-proc__nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 12px; }
.ix-proc__btn { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; cursor: pointer; font-family: inherit; color: #94a3b8; transition: all 0.25s; }
.ix-proc__btn:hover, .ix-proc__btn.is-active { background: rgba(34,211,238,0.12); border-color: rgba(34,211,238,0.4); color: #fff; transform: translateY(-2px); }
.ix-proc__num { font-size: 11px; font-weight: 800; opacity: 0.8; }
.ix-proc__label { font-size: 11px; font-weight: 600; text-align: center; line-height: 1.3; }
.ix-proc__track { height: 4px; background: rgba(255,255,255,0.08); border-radius: 4px; margin-bottom: 28px; overflow: hidden; }
.ix-proc__progress { height: 100%; background: linear-gradient(90deg, var(--ix-accent), var(--ix-violet)); border-radius: 4px; transition: width 0.4s ease; }
.ix-proc__panel { padding: 36px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; animation: ixFade 0.35s ease; }
.ix-proc__panel[hidden] { display: none; }
@keyframes ixFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ix-proc__step-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ix-accent); }
.ix-proc__panel h3 { font-size: 1.4rem; color: #fff; margin: 8px 0 12px; }
.ix-proc__panel p { color: #b6c2d4; line-height: 1.75; margin: 0; max-width: 640px; }

/* =================== FAQ =================== */
.ix-faq-wrap { max-width: 820px; }
.ix-faq { display: flex; flex-direction: column; gap: 12px; }
.ix-faq__item { background: #fff; border: 1px solid var(--ix-line); border-radius: 16px; overflow: hidden; transition: box-shadow 0.25s; }
.ix-faq__item[open] { box-shadow: 0 12px 30px rgba(15,39,68,0.08); }
.ix-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-weight: 600; font-size: 15.5px; color: var(--navy); cursor: pointer; list-style: none; }
.ix-faq__item summary::-webkit-details-marker { display: none; }
.ix-faq__chevron { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.ix-faq__chevron::before, .ix-faq__chevron::after { content:''; position: absolute; top: 50%; width: 9px; height: 2px; background: var(--blue); border-radius: 2px; transition: transform 0.3s; }
.ix-faq__chevron::before { left: 0; transform: rotate(45deg); }
.ix-faq__chevron::after { right: 0; transform: rotate(-45deg); }
.ix-faq__item[open] .ix-faq__chevron::before { transform: rotate(-45deg); }
.ix-faq__item[open] .ix-faq__chevron::after { transform: rotate(45deg); }
.ix-faq__answer { padding: 0 24px 22px; font-size: 14.5px; color: var(--text-muted); line-height: 1.75; }
.ix-faq__answer a { color: var(--blue); }

/* =================== BLOG =================== */
.ix-blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ix-blog-card { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s, box-shadow 0.3s; }
.ix-blog-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(15,39,68,0.1); }
.ix-blog-card__cover { height: 150px; position: relative; overflow: hidden; }
.ix-blog-card__cover::before { content:''; position:absolute; inset:0; opacity:0.2; background-image: radial-gradient(circle at 50% 50%, #fff 1px, transparent 1px); background-size: 16px 16px; }
.ix-blog-card__cover--wifi { background: linear-gradient(135deg, #2563eb, #1e40af); }
.ix-blog-card__cover--mesh { background: linear-gradient(135deg, #7c3aed, #5b21b6); }
.ix-blog-card__cover--modem { background: linear-gradient(135deg, #0e7490, #155e75); }
.ix-blog-card__read { position: absolute; bottom: 14px; left: 16px; font-size: 11px; font-weight: 600; color: #fff; background: rgba(0,0,0,0.25); padding: 5px 10px; border-radius: 100px; }
.ix-blog-card__body { padding: 22px 24px 24px; }
.ix-blog-card__body h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 8px; line-height: 1.35; }
.ix-blog-card__body p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.ix-blog-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--blue); }
.ix-blog-card:hover .ix-blog-card__link svg { transform: translateX(4px); }
.ix-blog-card__link svg { transition: transform 0.25s; }

/* =================== TRUST =================== */
.ix-trust { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; }
.ix-trust__card { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; padding: 30px; }
.ix-trust__card--main h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 18px; }
.ix-trust__dl { display: grid; gap: 0; }
.ix-trust__dl div { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--ix-line); font-size: 14px; }
.ix-trust__dl div:last-child { border-bottom: none; }
.ix-trust__dl dt { font-weight: 600; color: var(--text-muted); }
.ix-trust__dl dd { margin: 0; color: var(--navy); font-weight: 500; }
.ix-trust__side { display: grid; gap: 16px; grid-template-rows: repeat(3, 1fr); }
.ix-trust__card--contact, .ix-trust__card--link { text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; padding: 22px 24px; }
.ix-trust__card--contact:hover, .ix-trust__card--link:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(15,39,68,0.08); border-color: rgba(34,211,238,0.35); }
.ix-trust__ico { width: 40px; height: 40px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--ix-violet)); margin-bottom: 12px; position: relative; }
.ix-trust__ico::after { content:''; position:absolute; inset:11px; background:#fff; -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; }
.ix-trust__ico--contact::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); }
.ix-trust__ico--shield::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4-3 7-7 9-4-2-7-5-7-9V6z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4-3 7-7 9-4-2-7-5-7-9V6z'/%3E%3C/svg%3E"); }
.ix-trust__ico--eye::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M2 12s4-7 10-7 10 7 10 7-4 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7'%3E%3Cpath d='M2 12s4-7 10-7 10 7 10 7-4 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.ix-trust__card--contact h4, .ix-trust__card--link h4 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.ix-trust__card--contact p, .ix-trust__card--link p { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.5; }
.ix-trust__link { font-size: 13px; font-weight: 700; color: var(--blue); margin-top: auto; }

/* =================== CONTACT CTA =================== */
.ix-cta { position: relative; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, #0b1727, #0f2744); color: #fff; padding: 56px 56px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; box-shadow: 0 40px 80px rgba(6,13,24,0.25); }
.ix-cta__bg { position: absolute; inset: 0; pointer-events: none; }
.ix-cta__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(34,211,238,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(34,211,238,0.05) 1px, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse 60% 80% at 80% 50%, black, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 60% 80% at 80% 50%, black, transparent 70%); }
.ix-cta__content { position: relative; z-index: 1; }
.ix-cta__content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 8px 0 12px; letter-spacing: -0.02em; }
.ix-cta__content p { color: #94a3b8; margin-bottom: 26px; }
.ix-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ix-cta__channels { position: relative; z-index: 1; display: grid; gap: 12px; }
.ix-cta__channel { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; text-decoration: none; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.ix-cta__channel:hover { background: rgba(255,255,255,0.09); border-color: rgba(34,211,238,0.3); transform: translateX(4px); }
.ix-cta__channel span { display: flex; flex-direction: column; }
.ix-cta__channel strong { color: #fff; font-size: 14px; }
.ix-cta__channel span span, .ix-cta__channel > span { color: #8aa0b8; font-size: 12px; }
.ix-cta__channel > span strong { margin-bottom: 1px; }
.ix-cta__channel-ico { width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0; position: relative; color: #fff; }
.ix-cta__channel-ico::after { content:''; position:absolute; inset:11px; background:#fff; -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; }
.ix-cta__channel-ico--phone { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.ix-cta__channel-ico--wa { background: linear-gradient(135deg, #22c55e, #16a34a); }
.ix-cta__channel-ico--mail { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.ix-cta__channel-ico--phone::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); }
.ix-cta__channel-ico--wa::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.5 15.2L2 22l4.9-1.3A10 10 0 1 0 12 2zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 1 1 12 20z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.5 15.2L2 22l4.9-1.3A10 10 0 1 0 12 2zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 1 1 12 20z'/%3E%3C/svg%3E"); }
.ix-cta__channel-ico--mail::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E"); }

/* Minimal footer note on home */
.page-home .footer-iss-block--minimal { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 24px; }
.page-home .footer-iss-block--minimal a { color: #94a3b8; font-size: 13px; }

/* =================== INNER PAGE HERO =================== */
.ix-page-hero { position: relative; background: var(--ix-ink); color: #fff; padding: 132px 0 70px; overflow: hidden; }
.ix-page-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.ix-page-hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(ellipse 70% 80% at 50% 30%, black, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 30%, black, transparent 75%); }
.ix-page-hero__glow { position: absolute; width: 520px; height: 360px; top: -120px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(34,211,238,0.18), transparent 65%); filter: blur(50px); }
.ix-page-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.ix-page-hero__badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #a5f3fc; background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.25); padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; }
.ix-page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 14px; }
.ix-page-hero p { font-size: clamp(1rem, 1.5vw, 1.15rem); color: #b6c2d4; line-height: 1.6; max-width: 620px; }
.ix-page-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

/* =================== PRICE LEGEND =================== */
.ix-price-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; padding: 20px 26px; background: #fff; border: 1px solid var(--ix-line); border-radius: 16px; margin-bottom: 26px; box-shadow: var(--shadow); }
.ix-price-legend__item { display: flex; align-items: center; gap: 10px; }
.ix-price-legend__dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.ix-price-legend__dot.is-giris { background: #34d399; }
.ix-price-legend__dot.is-orta { background: #22d3ee; }
.ix-price-legend__dot.is-ust { background: #6366f1; }
.ix-price-legend__item strong { display: block; font-size: 13px; color: var(--navy); }
.ix-price-legend__item span { font-size: 12px; color: var(--text-muted); }
.ix-price-legend__note { flex: 1; min-width: 220px; font-size: 12px; color: var(--text-muted); margin: 0; }

/* =================== CATALOG FILTER =================== */
.ix-catalog-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.ix-chip-btn { font-family: inherit; font-size: 13.5px; font-weight: 600; padding: 10px 18px; border-radius: 100px; border: 1px solid var(--ix-line); background: #fff; color: var(--text-muted); cursor: pointer; transition: all 0.2s; }
.ix-chip-btn:hover { border-color: var(--blue); color: var(--blue); }
.ix-chip-btn.is-active { background: linear-gradient(135deg, #22d3ee, #3b82f6); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(34,211,238,0.25); }

.ix-products--catalog { align-items: stretch; }
.ix-catalog-item { display: flex; }
.ix-catalog-item .ix-product { width: 100%; }

/* =================== CATALOG PRODUCT CARD EXTRAS =================== */
.ix-product--catalog .ix-product__media { min-height: 200px; }
.ix-product__flag { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #fff; background: linear-gradient(135deg, #6366f1, #4f46e5); padding: 5px 10px; border-radius: 100px; }
.ix-product__brandrow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.ix-product__brand { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blue); }
.ix-product__status { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; }
.ix-product__status.is-stock { background: rgba(52,211,153,0.12); color: #059669; }
.ix-product__status.is-quote { background: rgba(99,102,241,0.12); color: #4f46e5; }
.ix-product__status.is-limited { background: rgba(245,158,11,0.14); color: #d97706; }
.ix-product__usage { font-size: 12.5px; color: var(--text-muted); margin: -6px 0 14px; display: flex; align-items: center; gap: 6px; }
.ix-product__usage span { color: var(--ix-accent); }
.ix-product__specs { margin: 0 0 16px; border-top: 1px solid var(--ix-line); }
.ix-product__specs summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; font-size: 13px; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; }
.ix-product__specs summary::-webkit-details-marker { display: none; }
.ix-product__specs[open] .ix-faq__chevron::before { transform: rotate(-45deg); }
.ix-product__specs[open] .ix-faq__chevron::after { transform: rotate(45deg); }
.ix-product__specs table { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.ix-product__specs th, .ix-product__specs td { text-align: left; padding: 7px 0; font-size: 12.5px; border-bottom: 1px solid var(--ix-line); }
.ix-product__specs th { color: var(--text-muted); font-weight: 500; width: 46%; }
.ix-product__specs td { color: var(--navy); font-weight: 600; }

/* =================== CTA & INFO STRIPS =================== */
.ix-cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 40px; padding: 32px 36px; border-radius: 22px; background: linear-gradient(135deg, #0b1727, #0f2744); color: #fff; }
.ix-cta-strip h3 { font-size: 1.3rem; margin-bottom: 6px; }
.ix-cta-strip p { color: #94a3b8; font-size: 14px; margin: 0; max-width: 560px; }
.ix-cta-strip__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ix-cta-strip .ix-btn--outline-dark { color: #fff; border-color: rgba(255,255,255,0.25); }
.ix-cta-strip .ix-btn--outline-dark:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.ix-info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.ix-info-strip__item { padding: 20px 22px; background: var(--ix-surface); border: 1px solid var(--ix-line); border-radius: 14px; }
.ix-info-strip__item strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 5px; }
.ix-info-strip__item span { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.ix-info-strip__item a { color: var(--blue); }
.ix-catalog-empty { text-align: center; padding: 40px; color: var(--text-muted); }
.ix-catalog-empty a { color: var(--blue); font-weight: 600; }

/* =================== COMPARE TOOL =================== */
.ix-compare-selectors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 32px; }
.ix-compare-select { display: flex; flex-direction: column; gap: 7px; }
.ix-compare-select span { font-size: 12px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.ix-compare-select select { font-family: inherit; font-size: 14px; padding: 13px 16px; border: 1px solid var(--ix-line); border-radius: 12px; background: #fff; color: var(--navy); cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
.ix-compare-select select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
.ix-cmp-cards { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 16px; margin-bottom: 28px; }
.ix-cmp-card { display: flex; flex-direction: column; padding: 22px; background: #fff; border: 1px solid var(--ix-line); border-radius: 18px; box-shadow: var(--shadow); }
.ix-cmp-card__media { background: linear-gradient(180deg, #fbfdff, #eef3f9); border-radius: 12px; padding: 18px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; }
.ix-cmp-card__media img { max-height: 110px; width: auto; }
.ix-cmp-card__brand { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blue); }
.ix-cmp-card h3 { font-size: 1rem; color: var(--navy); margin: 4px 0 4px; line-height: 1.3; }
.ix-cmp-card__cat { font-size: 12px; color: var(--text-muted); }
.ix-cmp-card__price { margin: 12px 0; padding: 12px; background: var(--ix-surface); border-radius: 10px; }
.ix-cmp-card__price span { display: block; font-size: 11px; color: var(--text-muted); }
.ix-cmp-card__price strong { font-size: 1.05rem; color: var(--navy); }
.ix-cmp-card__usage { font-size: 12.5px; color: var(--text-muted); margin-bottom: 12px; }
.ix-cmp-card__pc { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 7px; }
.ix-cmp-card__pc li { font-size: 12.5px; padding-left: 22px; position: relative; line-height: 1.4; }
.ix-cmp-card__pc li::before { position: absolute; left: 0; top: -1px; font-weight: 700; }
.ix-cmp-card__pc li.is-pro { color: var(--navy); }
.ix-cmp-card__pc li.is-pro::before { content: '+'; color: #059669; }
.ix-cmp-card__pc li.is-con { color: var(--text-muted); }
.ix-cmp-card__pc li.is-con::before { content: '–'; color: #d97706; }
.ix-cmp-card__cta { margin-top: auto; width: 100%; }
.ix-cmp-specs-wrap { overflow-x: auto; border: 1px solid var(--ix-line); border-radius: 16px; -webkit-overflow-scrolling: touch; }
.ix-cmp-specs { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 520px; }
.ix-cmp-specs th, .ix-cmp-specs td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--ix-line); }
.ix-cmp-specs thead th { background: var(--navy); color: #fff; font-weight: 600; font-size: 13px; }
.ix-cmp-specs thead th span { font-weight: 400; font-size: 11px; opacity: 0.7; }
.ix-cmp-specs tbody th { color: var(--text-muted); font-weight: 500; background: var(--ix-surface); position: sticky; left: 0; }
.ix-cmp-specs tbody td { color: var(--navy); font-weight: 600; }
.ix-cmp-specs tbody tr:last-child th, .ix-cmp-specs tbody tr:last-child td { border-bottom: none; }
.ix-compare-note { margin-top: 22px; font-size: 13px; color: var(--text-muted); text-align: center; }
.ix-compare-note a, .ix-compare-empty a { color: var(--blue); }
.ix-compare-empty { text-align: center; padding: 40px; color: var(--text-muted); }

/* =================== RESPONSIVE =================== */
@media (max-width: 1080px) {
    .ix-hero__layout { grid-template-columns: 1fr; }
    .ix-hero__stage { min-height: 380px; margin-top: 30px; }
    .ix-services, .ix-why, .ix-cases, .ix-blog { grid-template-columns: repeat(2, 1fr); }
    .ix-cats { grid-template-columns: repeat(3, 1fr); }
    .ix-products { grid-template-columns: repeat(2, 1fr); }
    .ix-how { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
    .ix-how__line { display: none; }
    .ix-trust { grid-template-columns: 1fr; }
    .ix-trust__side { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
    .ix-section { padding: 76px 0; }
    .ix-hero { padding: 110px 0 70px; min-height: auto; }
    .ix-hero__title { font-size: clamp(2.4rem, 9vw, 3rem); }
    .ix-hero__metrics { gap: 22px; }
    .ix-head { margin-bottom: 40px; }
    .ix-head--split { align-items: flex-start; flex-direction: column; }
    .ix-services, .ix-why, .ix-cats, .ix-cases, .ix-products, .ix-blog { grid-template-columns: 1fr; }
    .ix-how { grid-template-columns: 1fr 1fr; }
    .ix-trust__side { grid-template-columns: 1fr; }
    .ix-proc__nav { grid-template-columns: repeat(2, 1fr); }
    .ix-cta { grid-template-columns: 1fr; padding: 36px 28px; }
    .ix-cmp-table th, .ix-cmp-table td { padding: 13px 14px; font-size: 13px; }
    .ix-hero__hero-shot { width: 230px; }
    .ix-float-card--mesh { left: 0; }
    .ix-page-hero { padding: 104px 0 48px; }
    .ix-price-legend { gap: 14px 24px; }
    .ix-price-legend__note { text-align: left; }
    .ix-compare-selectors { grid-template-columns: 1fr; }
    .ix-cmp-cards { grid-template-columns: 1fr !important; }
    .ix-info-strip { grid-template-columns: 1fr; }
    .ix-cta-strip { flex-direction: column; align-items: flex-start; padding: 26px 22px; }
    .ix-cta-strip__actions { width: 100%; }
    .ix-cta-strip__actions .ix-btn { flex: 1; text-align: center; justify-content: center; }
}
@media (max-width: 420px) {
    .ix-how { grid-template-columns: 1fr; }
}

/* =================== MOBILE OVERFLOW GUARD =================== */
@media (max-width: 768px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    img, svg, table { max-width: 100%; }
}

/* =================== MOBILE CALL POPUP =================== */
.mcp-launch, .mcp { display: none; }

@media (max-width: 768px) {
    /* Desktop floating widget hidden on mobile to avoid overlap */
    .fixed-call-widget { display: none !important; }

    /* Sticky launcher bar */
    .mcp-launch {
        display: flex; align-items: center; justify-content: center; gap: 9px;
        position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 9100;
        padding: 14px 18px; border: none; border-radius: 16px; cursor: pointer;
        font-family: inherit; font-size: 14px; color: #fff;
        background: linear-gradient(135deg, #16a34a, #15803d);
        box-shadow: 0 10px 30px rgba(21,128,61,0.4), 0 2px 6px rgba(0,0,0,0.18);
        animation: mcpLaunchIn .5s cubic-bezier(.2,.7,.2,1) both;
    }
    .mcp-launch::after { content: ''; position: absolute; inset: 0; border-radius: 16px; box-shadow: 0 0 0 0 rgba(34,197,94,0.5); animation: mcpRing 2.4s ease-out infinite; }
    .mcp-launch__icon { display: inline-flex; }
    .mcp-launch__text { font-weight: 500; letter-spacing: -0.01em; }
    .mcp-launch__text strong { font-weight: 800; }
    @keyframes mcpLaunchIn { from { transform: translateY(120%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
    @keyframes mcpRing { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.45); } 70% { box-shadow: 0 0 0 14px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

    /* Overlay + full-screen card */
    .mcp { display: block; position: fixed; inset: 0; z-index: 9200; visibility: hidden; pointer-events: none; }
    body.cookie-visible .mcp-launch { bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
    body.mcp-popup-open .mcp-launch { opacity: 0; visibility: hidden; pointer-events: none; }
    body.mcp-popup-open { overflow: hidden; touch-action: none; }
    html.mcp-popup-open { overflow: hidden; }
    .mcp.is-open { visibility: visible; pointer-events: auto; }
    .mcp__overlay { display: none; }
    .mcp__card {
        position: fixed; inset: 0; left: 0; right: 0; top: 0; bottom: 0;
        width: 100%; height: 100%; height: 100dvh; max-height: none;
        display: flex; flex-direction: column;
        overflow: hidden;
        background: linear-gradient(180deg, #ffffff, #f6f9fd);
        border-radius: 0;
        box-shadow: none;
        transform: translateY(100%);
        transition: transform .32s cubic-bezier(.2,.8,.2,1);
    }
    .mcp.is-open .mcp__card { transform: translateY(0); }

    /* Header */
    .mcp__head { position: relative; overflow: hidden; flex-shrink: 0; padding: calc(18px + env(safe-area-inset-top, 0px)) 22px 22px; color: #fff; background: linear-gradient(135deg, #0f2744 0%, #14365c 60%, #1b4a7a 100%); }
    .mcp__head-pattern { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 14px); mask-image: linear-gradient(180deg, black, transparent); -webkit-mask-image: linear-gradient(180deg, black, transparent); }
    .mcp__close { position: absolute; top: calc(16px + env(safe-area-inset-top, 0px)); right: 16px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.12); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; backdrop-filter: blur(4px); transition: background .2s, transform .2s; }
    .mcp__close:active { transform: scale(0.92); background: rgba(255,255,255,0.22); }
    .mcp__wait { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding-top: 6px; }
    .mcp__wait-counter { display: inline-flex; align-items: baseline; gap: 4px; line-height: 1; }
    .mcp__wait-sec { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(90deg, #67e8f9, #93c5fd); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .mcp__wait-unit { font-size: 1rem; font-weight: 700; color: rgba(255,255,255,0.82); }
    .mcp__wait-num { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; background: linear-gradient(90deg, #67e8f9, #93c5fd); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .mcp__wait-num i { font-size: 1rem; font-style: normal; font-weight: 600; }
    .mcp__wait-status { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; margin-top: 2px; }
    .mcp__pulse { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,0.6); animation: mcpPulse 1.6s ease-out infinite; }
    @keyframes mcpPulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,0.6); } 70% { box-shadow: 0 0 0 8px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
    .mcp__wait-label { font-size: 11.5px; color: rgba(255,255,255,0.68); }

    /* Body */
    .mcp__body { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 18px 20px 8px; }
    .mcp__identity { font-size: 11px; line-height: 1.5; color: var(--text-muted); background: #f8fafc; border: 1px solid var(--ix-line); border-radius: 12px; padding: 10px 12px; margin: 0 0 14px; }
    .mcp__alert { display: flex; gap: 12px; padding: 14px 15px; border-radius: 16px; background: linear-gradient(135deg, #fff7ed, #ffedd5); border: 1px solid #fed7aa; margin-bottom: 18px; }
    .mcp__alert-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: #fff; color: #ea580c; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(234,88,12,0.12); }
    .mcp__alert strong { display: block; font-size: 14.5px; color: #9a3412; margin-bottom: 3px; }
    .mcp__alert p { font-size: 12.8px; color: #9a3412; line-height: 1.45; margin: 0; opacity: 0.9; }
    .mcp__title { font-size: 1.32rem; font-weight: 800; letter-spacing: -0.02em; color: var(--navy); line-height: 1.22; margin: 0 0 8px; }
    .mcp__title span { background: linear-gradient(135deg, #2563eb, #6366f1); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .mcp__sub { font-size: 13.5px; color: var(--text-muted); line-height: 1.55; margin: 0 0 18px; }
    .mcp__sub strong { color: var(--blue); }

    .mcp__call { display: flex; flex-direction: column; align-items: center; gap: 2px; text-decoration: none; padding: 16px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #22c55e, #16a34a); box-shadow: 0 12px 28px rgba(22,163,74,0.36); margin-bottom: 18px; position: relative; overflow: hidden; border: none; width: 100%; font-family: inherit; cursor: pointer; }
    .mcp__call::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%); transform: translateX(-120%); animation: mcpShine 3.2s ease-in-out infinite; }
    @keyframes mcpShine { 0%, 60% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
    .mcp__call-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.2); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
    .mcp__call-label { font-size: 12.5px; font-weight: 600; opacity: 0.92; }
    .mcp__call-num { font-size: 1.5rem; font-weight: 800; letter-spacing: 0.01em; }
    .mcp__wait-num--phone { font-size: 1.7rem; white-space: nowrap; border: none; background: none; padding: 0; font-family: inherit; cursor: pointer; }

    .mcp__wa { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; text-decoration: none; padding: 13px; border-radius: 14px; font-size: 14px; font-weight: 700; color: #128c3e; background: #fff; border: 1.5px solid rgba(18,140,62,0.35); margin: -6px 0 18px; }
    .mcp__wa svg { color: #25d366; }

    .mcp__note { font-size: 11px; color: var(--text-muted); line-height: 1.5; margin: 14px 0 0; text-align: center; opacity: 0.85; }
    .mcp__legal { font-size: 10px; color: var(--text-muted); line-height: 1.45; margin: 14px 0 0; text-align: center; opacity: 0.72; }

    .mcp__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; background: var(--ix-surface); border: 1px solid var(--ix-line); border-radius: 16px; padding: 16px; }
    .mcp__list li { font-size: 13px; color: var(--text-muted); line-height: 1.45; padding-left: 26px; position: relative; }
    .mcp__list li::before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: rgba(34,197,94,0.14); }
    .mcp__list li::after { content: ''; position: absolute; left: 6px; top: 6px; width: 6px; height: 9px; border: solid #16a34a; border-width: 0 2px 2px 0; transform: rotate(45deg); }
    .mcp__list b { color: var(--navy); font-weight: 700; }

    /* Sticky bottom call */
    .mcp__sticky { flex-shrink: 0; position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; padding: calc(16px + env(safe-area-inset-bottom, 0px)) 16px 16px; text-decoration: none; font-size: 14.5px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #16a34a, #15803d); box-shadow: 0 -6px 20px rgba(0,0,0,0.12); border: none; width: 100%; font-family: inherit; cursor: pointer; }
}

@media (prefers-reduced-motion: reduce) {
    .mcp-launch::after, .mcp__pulse, .mcp__call::after { animation: none; }
    .mcp__card, .mcp__overlay { transition: none; }
}

/* ===================================================================
   INNER PAGES & SITE CHROME — PREMIUM UPLIFT
   (home.css loads site-wide; these refine legacy style.css components)
   =================================================================== */

/* ---------- Header / Nav ---------- */
.site-header { background: rgba(255,255,255,0.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--ix-line); box-shadow: 0 2px 24px rgba(15,39,68,0.05); }
.main-nav a { position: relative; font-weight: 600; color: var(--navy); }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--ix-accent), var(--blue)); transition: width 0.25s ease; }
.main-nav a:hover::after { width: 100%; }
.service-full-block { scroll-margin-top: 96px; }
.ix-catalog-filter { scroll-margin-top: 96px; }

.header-phone { color: var(--navy); font-weight: 700; }
.header-phone__wrap { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.header-phone__label { display: none; font-size: 10px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.01em; }
.header-phone__num { font-weight: 800; }
@media (min-width: 900px) {
    .header-phone { display: inline-flex !important; align-items: center; gap: 7px; padding: 8px 15px; border: 1px solid var(--ix-line); border-radius: 100px; font-size: 13.5px; background: #fff; transition: border-color .2s, box-shadow .2s; }
    .header-phone::before { content: ''; width: 14px; height: 14px; background: var(--blue); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E") center/contain no-repeat; }
    .header-phone:hover { border-color: var(--blue); box-shadow: 0 6px 16px rgba(37,99,235,0.12); }
    .header-phone__label { display: block; }
}
.header-actions .btn-primary { background: linear-gradient(135deg, #22d3ee, #3b82f6); border: none; box-shadow: 0 8px 20px rgba(37,99,235,0.25); }
.nav-toggle { border-radius: 10px; border-color: var(--ix-line); }

/* ---------- Mobile menu premium ---------- */
@media (max-width: 768px) {
    .main-nav { border-radius: 0 0 18px 18px; box-shadow: 0 18px 40px rgba(8,14,26,0.16); padding: 14px 18px 18px; }
    .main-nav ul { gap: 2px; }
    .main-nav a { display: block; padding: 13px 14px; border-radius: 12px; font-size: 15px; }
    .main-nav a::after { display: none; }
    .main-nav a:hover, .main-nav a:focus { background: var(--ix-surface); color: var(--blue); }
}

/* ---------- Inner page hero variant ---------- */
.ix-page-hero--inner { padding: 120px 0 56px; }
.ix-page-hero--inner .ix-page-hero__inner { max-width: 840px; }

/* ---------- Section rhythm ---------- */
.section { padding: 84px 0; }
.section-compact { padding: 40px 0; }
.section-alt { background: var(--ix-surface); }

/* ---------- Section headers / eyebrows ---------- */
.section-eyebrow, .section-header .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; background: linear-gradient(135deg, #22d3ee, #6366f1); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; }
.section-header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--navy); }
.section-header p { color: var(--text-muted); }

/* ---------- Cards / panels ---------- */
.glass-card { background: #fff; border: 1px solid var(--ix-line); border-radius: 18px; box-shadow: var(--shadow); }
.content-panel { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; box-shadow: var(--shadow); padding: 36px 40px; }
.content-panel--wide { max-width: 960px; margin-inline: auto; }
.content-panel h2 { font-size: 1.35rem; font-weight: 800; color: var(--navy); margin: 28px 0 12px; letter-spacing: -0.01em; }
.content-panel h2:first-child { margin-top: 0; }
.content-panel p, .content-panel li { color: var(--text); line-height: 1.7; }
.legal-panel h2 { padding-top: 18px; border-top: 1px solid var(--ix-line); }
.legal-panel h2:first-of-type { border-top: none; padding-top: 0; }

/* ---------- Tabs (transparency / service / faq) ---------- */
.tabs-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.tabs-nav__btn { font-family: inherit; font-size: 13.5px; font-weight: 600; padding: 10px 18px; border-radius: 100px; border: 1px solid var(--ix-line); background: #fff; color: var(--text-muted); cursor: pointer; transition: all 0.2s; }
.tabs-nav__btn:hover { border-color: var(--blue); color: var(--blue); }
.tabs-nav__btn.is-active { background: linear-gradient(135deg, #22d3ee, #3b82f6); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(34,211,238,0.25); }
.tabs-panel { animation: ixFade 0.4s ease; }
.tabs-panel.glass-card, .tabs-panels .tabs-panel { padding: 28px 30px; }
.tabs-panel h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 12px; }
@keyframes ixFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.transparency-list, .iss-notice-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.transparency-list li { position: relative; padding-left: 28px; color: var(--text); line-height: 1.5; }
.transparency-list li::before { content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(34,211,238,0.15); }
.transparency-list li::after { content: ''; position: absolute; left: 6px; top: 7px; width: 5px; height: 9px; border: solid var(--blue); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* ---------- Trust hub ---------- */
.trust-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.trust-hub-info { padding: 30px 32px; }
.trust-dl { display: grid; gap: 0; margin: 18px 0; }
.trust-dl > div { display: grid; grid-template-columns: 38% 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--ix-line); }
.trust-dl > div:last-child { border-bottom: none; }
.trust-dl dt { color: var(--text-muted); font-size: 13px; }
.trust-dl dd { color: var(--navy); font-weight: 600; font-size: 13.5px; }
.principle-cards { display: grid; gap: 14px; }
.principle-card { background: #fff; border: 1px solid var(--ix-line); border-left: 3px solid var(--blue); border-radius: 14px; padding: 18px 20px; transition: transform .2s, box-shadow .2s; }
.principle-card:hover { transform: translateX(3px); box-shadow: var(--shadow); }
.principle-card h4 { color: var(--navy); font-size: 15px; margin-bottom: 5px; }
.principle-card p { color: var(--text-muted); font-size: 13.5px; line-height: 1.55; }

/* ---------- Process timeline ---------- */
.process-timeline { display: grid; gap: 16px; }
.process-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: stretch; }
.process-step__num { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, #22d3ee, #6366f1); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(99,102,241,0.25); }
.process-step__body { flex: 1; padding: 18px 22px; }
.process-step__body h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 5px; }
.process-step__body p { color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.process-note { margin-top: 22px; font-size: 13px; color: var(--text-muted); text-align: center; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--ix-line); border-radius: 14px; overflow: hidden; transition: box-shadow .2s; }
.faq-item[open] { box-shadow: var(--shadow); }
.faq-item summary { cursor: pointer; list-style: none; padding: 17px 22px; font-weight: 600; color: var(--navy); font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: var(--blue); font-weight: 400; transition: transform .25s; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 18px; color: var(--text-muted); line-height: 1.65; font-size: 14px; }
.faq-answer a { color: var(--blue); }

/* ---------- Service detail (hizmetler) ---------- */
.service-full-block { background: #fff; border: 1px solid var(--ix-line); border-radius: 22px; box-shadow: var(--shadow); padding: 36px 38px; margin-bottom: 32px; }
.service-full-block__header { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 24px; }
.service-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.service-full-col h3 { font-size: 1.05rem; color: var(--navy); margin: 20px 0 12px; }
.service-full-col h3:first-child { margin-top: 0; }
.check-list { list-style: none; padding: 0; display: grid; gap: 9px; }
.check-list li { position: relative; padding-left: 28px; color: var(--text); line-height: 1.5; font-size: 14px; }
.check-list li::before { content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: rgba(52,211,153,0.16); }
.check-list li::after { content: ''; position: absolute; left: 6px; top: 6px; width: 5px; height: 9px; border: solid #059669; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.check-list--blue li::before { background: rgba(34,211,238,0.16); }
.check-list--blue li::after { border-color: var(--blue); }
.process-ol { list-style: none; padding: 0; display: grid; gap: 11px; counter-reset: none; }
.process-ol li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 14px; line-height: 1.5; }
.process-ol__num { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--ix-surface); color: var(--blue); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ix-line); }
.scenario-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.scenario-card { padding: 16px 18px; }
.scenario-card h4 { font-size: 14px; color: var(--navy); margin-bottom: 5px; }
.scenario-card p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ---------- Compare tables (service detail) ---------- */
.compare-table-wrap { overflow-x: auto; border: 1px solid var(--ix-line); border-radius: 16px; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 480px; }
.compare-table th, .compare-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--ix-line); }
.compare-table thead th { background: var(--navy); color: #fff; font-weight: 600; }
.compare-table tbody th, .compare-table tbody td:first-child { color: var(--text-muted); font-weight: 500; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: none; }

/* ---------- CTA band ---------- */
.cta-band, .section-alt.cta-band { background: linear-gradient(135deg, #0b1727, #0f2744); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: 1.5rem; }
.cta-band p { color: #94a3b8; margin-top: 6px; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.cta-band .btn-outline-light:hover { background: rgba(255,255,255,0.1); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; }
.contact-card { background: #fff; border: 1px solid var(--ix-line); border-radius: 20px; box-shadow: var(--shadow); padding: 32px 34px; }
.contact-card h2 { font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; }
.contact-item { padding: 12px 0; border-bottom: 1px solid var(--ix-line); }
.contact-item:last-of-type { border-bottom: none; }
.contact-item label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); margin-bottom: 3px; }
.contact-item a, .contact-item p { color: var(--navy); font-weight: 600; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; font-family: inherit; font-size: 14px; padding: 13px 15px; margin-bottom: 12px; border: 1px solid var(--ix-line); border-radius: 12px; background: #fff; color: var(--navy); transition: border-color .2s, box-shadow .2s; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }

/* ---------- Generic card grids (ag-cozumleri, rehberler, blog) ---------- */
.trust-grid, .services-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-card, .service-card { background: #fff; border: 1px solid var(--ix-line); border-radius: 18px; box-shadow: var(--shadow); padding: 26px 28px; transition: transform .25s, box-shadow .25s; }
.trust-card:hover, .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.trust-card h3, .service-card h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 8px; }
.trust-card p, .service-card p { color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.service-card .service-icon { font-size: 1.8rem; margin-bottom: 14px; display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 16px; background: var(--ix-surface); border: 1px solid var(--ix-line); }
.service-card a { color: var(--blue); font-weight: 600; font-size: 14px; }
.blog-card { background: #fff; border: 1px solid var(--ix-line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; text-decoration: none; display: block; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img { font-size: 2.4rem; display: flex; align-items: center; justify-content: center; height: 140px; background: linear-gradient(135deg, #0f2744, #1b4a7a); }
.blog-card-body { padding: 22px 24px; }
.blog-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }
.blog-card-body h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 8px; }
.blog-card-body p { color: var(--text-muted); font-size: 14px; line-height: 1.55; margin-bottom: 12px; }
.blog-read { color: var(--blue); font-weight: 600; font-size: 14px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; align-items: start; }
.about-main h2 { font-size: 1.4rem; color: var(--navy); margin: 26px 0 12px; }
.about-main h2:first-child { margin-top: 0; }
.about-main p { color: var(--text); line-height: 1.7; }
.about-sidebar { display: grid; gap: 18px; position: sticky; top: 90px; }
.about-sidebar-card { padding: 24px 26px; }
.about-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

/* ---------- iss-notice (kept subtle, informative) ---------- */
.iss-notice { background: #fff; border: 1px solid var(--ix-line); border-left: 3px solid var(--ix-accent); border-radius: 16px; padding: 20px 24px; display: flex; gap: 16px; box-shadow: var(--shadow); }
.iss-notice-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(34,211,238,0.14); color: var(--blue); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.iss-notice-title { font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.iss-notice-foot { margin-top: 10px; font-size: 12.5px; color: var(--text-muted); }

/* ---------- Legal hub ---------- */
.legal-hub-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.legal-hub-list a { display: block; padding: 16px 20px; background: #fff; border: 1px solid var(--ix-line); border-radius: 14px; color: var(--navy); font-weight: 600; text-decoration: none; transition: border-color .2s, transform .2s; }
.legal-hub-list a:hover { border-color: var(--blue); transform: translateY(-2px); }
.legal-notice-box { background: var(--ix-surface); border: 1px solid var(--ix-line); border-radius: 14px; padding: 18px 22px; font-size: 13px; color: var(--text-muted); }

/* ---------- Footer features strip ---------- */
.footer-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 0 36px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-feature { display: flex; gap: 12px; align-items: flex-start; }
.footer-feature__icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: rgba(56,189,248,0.12); color: #38bdf8; display: flex; align-items: center; justify-content: center; }
.footer-feature strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.footer-feature span { color: #94a3b8; font-size: 12.5px; line-height: 1.45; }

/* ---------- Inner responsive ---------- */
@media (max-width: 980px) {
    .trust-hub-grid, .service-full-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .trust-grid, .services-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-features { grid-template-columns: repeat(2, 1fr); }
    .about-sidebar { position: static; }
}
@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .ix-page-hero--inner { padding: 100px 0 44px; }
    .content-panel { padding: 26px 22px; }
    .service-full-block { padding: 26px 22px; }
    .scenario-cards { grid-template-columns: 1fr; }
    .trust-grid, .services-grid, .blog-grid, .legal-hub-list { grid-template-columns: 1fr; }
    .footer-features { grid-template-columns: 1fr; gap: 14px; }
    .cta-band__inner { flex-direction: column; align-items: flex-start; }
    .cta-band__actions { width: 100%; }
    .cta-band__actions .btn { flex: 1; justify-content: center; }
    .trust-dl > div { grid-template-columns: 1fr; gap: 2px; }
    .content-panel h2 { font-size: 1.2rem; }
}
