:root {
    --bg: #ffffff;
    --text: #0b1220;
    --muted: #56637a;
    --border: #e6ebf2;
    --navy: #0b2a55;
    --font-base: 15px;
    --font-base-mobile: 14px;
    /* ana lacivert */
    --blue: #2f80ff;
    /* vurgu mavi */
    --blue-2: #eaf2ff;
    /* hafif mavi zemin */
    --shadow: 0 10px 30px rgba(11, 18, 32, .08);
    --shadow-soft: 0 8px 24px rgba(11, 18, 32, .06);
    --radius: 16px;
    --radius-sm: 12px;
    --container: 1240px;
    --header-h: 86px;
    --mobile-nav-height: 96px;
    /* mega menü top değeri */
}

@media (max-width: 980px) {

    html,
    body {
        -ms-overflow-style: none;
        /* IE/Edge legacy */
        scrollbar-width: none;
        /* Firefox */
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
        /* Chrome/Safari */
    }
}

/* helpers */
@media (max-width:768px) {
    .noMobile {
        display: none !important;
    }
}

@media (min-width:768px) {
    .noDesktop {
        display: none !important;
    }
}

* {
    box-sizing: border-box
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, "Apple Color Emoji", "Segoe UI Emoji";
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    font-size: var(--font-base);
}

body.corporate-page,
body.career-page {
    --corporate-accent: #14b8a6;
    --corporate-accent-rgb: 20, 184, 166;
    --corporate-accent-strong: #0f766e;
    --corporate-accent-soft: #ecfdf5;
    --corporate-accent-warm: #f59e0b;
}

body.career-page {
    --corporate-accent: #7c3aed;
    --corporate-accent-rgb: 124, 58, 237;
    --corporate-accent-strong: #6d28d9;
    --corporate-accent-soft: #f5f3ff;
    --corporate-accent-warm: #f59e0b;
}

body.product-page .kicker {
    color: var(--product-accent, var(--blue));
}

body.service-detail-page .kicker {
    color: var(--service-accent-strong, var(--blue));
}

body.academy-public-page .kicker {
    color: var(--academy-accent-strong, var(--blue));
}

body.corporate-page .kicker,
body.career-page .kicker {
    color: var(--corporate-accent-strong);
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px
}



/* topbar */
.topbar {
    background: linear-gradient(90deg, var(--navy), #0b3a7a);
    color: #fff;
    font-size: 13px;
}

.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 20px;
}

.topbar .muted {
    opacity: .85;
    font-size: 14px;
}

.topbar-promo-link {
    color: inherit;
    text-decoration: none;
}

.topbar-promo-link:hover,
.topbar-promo-link:focus-visible {
    color: #fff;
    text-decoration: none;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    white-space: nowrap;
}

.topbar-mobile-promo {
    display: inline-block;
    max-width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

/* site header */
.site-header {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--border);
}

@media (min-width: 981px) {
    .site-header {
        position: relative;
        z-index: 2000;
        isolation: isolate;
    }
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
}

@media (min-width: 981px) {
    .site-header .actions:first-of-type {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .nav {
        padding: 6px 0;
        margin-left: -8px;
        margin-right: -8px;
    }

}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}

.logo {
    width: 110px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .logo {
        display: block;
        width: 95px;
        height: auto;
        margin: 0 auto;
        /* yatay ortalama */
    }
}



.brand small {
    display: block;
    font-weight: 600;
    color: var(--muted);
    margin-top: 1px;
    letter-spacing: 0;
}

.menu {
    display: flex;
    align-items: center;
    gap: 6px;
}

.navlink,
.dropbtn {
    border: 0;
    background: transparent;
    color: var(--text);
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 650;
    font-size: 14px;
    cursor: pointer;
    transition: .15s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.navlink:hover,
.dropbtn:hover {
    background: var(--blue-2);
    color: var(--navy)
}

.caret {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -2px;
    opacity: .7;
}

/* =========================
   DROPDOWN / MEGA MENU
   ========================= */
.dropdown {
    position: relative
}

/* small dropdown panel */
.dropdown-panel {
    position: absolute;
    top: 46px;
    left: 0;
    width: 340px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    padding: 10px;
    display: none;
    z-index: 60;
}

.dropdown-panel.right {
    left: auto;
    right: 0;
}

/* center align relative to trigger */
.dropdown-panel.center {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}

.dropdown.open .dropdown-panel {
    display: block
}

/* mega base */
.dropdown-panel.mega {
    width: min(1120px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    padding: 16px;
    border-radius: 16px;
}

/* mega CENTER: masaüstünde ekrana ortalı aç */
.dropdown-panel.mega.center {
    position: fixed;
    top: var(--header-h);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/* mobile dropdown panels flow */
@media (max-width:980px) {
    .dropdown-panel {
        position: static;
        width: 100%;
        box-shadow: none;
        margin: 6px 0 10px;
    }

    .dropdown-panel.mega {
        width: 100%;
        max-width: 100%;
    }

    .dropdown-panel.mega.center {
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
}

/* dd items */
.dd-item {
    padding: 10px 10px;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    transition: .12s ease;
}

.dd-item:hover {
    background: #f6f9ff
}

.dd-ico {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--blue-2);
    display: grid;
    place-items: center;
    color: var(--navy);
    flex: 0 0 auto;
    filter: saturate(.9);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.dd-ico i {
    font-size: 14px;
    line-height: 1;
}

.dd-ico--product {
    background: rgba(14, 165, 233, .08);
    border-color: rgba(14, 165, 233, .18);
    color: #0369a1;
}

.dd-ico--service {
    background: rgba(245, 158, 11, .10);
    border-color: rgba(245, 158, 11, .20);
    color: #9a5b00;
}

.dd-ico--corporate {
    background: rgba(20, 184, 166, .08);
    border-color: rgba(20, 184, 166, .20);
    color: #0f766e;
}

.dd-ico--career {
    background: rgba(124, 58, 237, .08);
    border-color: rgba(124, 58, 237, .18);
    color: #6d28d9;
}

.dd-ico--academy {
    background: rgba(79, 70, 229, .08);
    border-color: rgba(79, 70, 229, .18);
    color: #4338ca;
}

.dd-item:hover .dd-ico {
    filter: saturate(1.05);
}


.dd-item b {
    display: block;
    font-size: 13px;
    margin-bottom: 2px
}

.dd-item span:not(.dd-ico) {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
}

/* =========================
   MEGA: SEKTÖRLER (5 sütun)
   ========================= */
/* SECTORS - nicer layout */
.sector-groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Tablet & Mobile */
@media (max-width: 900px) {
    .sector-groups {
        grid-template-columns: 1fr;
    }
}

.sector-group {
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .7);
    border-radius: 14px;
    padding: 14px;
}

.sector-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--navy);
    display: flex;
    gap: 10px;
    align-items: center;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(15, 23, 42, .03);
    font-size: 13px;
    line-height: 1;
}

/* Mobile */
@media (max-width: 900px) {
    .sector-group {
        padding: 12px;
    }

    .chip {
        width: 100%;
        justify-content: flex-start;
    }
}


.dropdown-panel.mega.mega-sectors {
    width: min(1120px, calc(100vw - 40px));
}

.dropdown-panel.mega.mega-sectors {
    width: min(1440px, calc(100vw - 40px));
}

.mega-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

/* mobilde tek sütuna düşsün */
@media (max-width:980px) {
    .mega-cols-5 {
        grid-template-columns: 1fr;
    }
}

.mega-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: var(--text);
    font-weight: 700;
    min-width: 0;
    transform-origin: center;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.mega-row:hover {
    background: var(--blue-2);
    border-color: #d7e6ff;
    transform: scale(1.03);
}

.mega-ico {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #f6f8fc;
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    font-size: 15px;
    flex: 0 0 30px;
}

.mega-text {
    font-size: 13.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:980px) {
    .mega-grid.cols-4 {
        grid-template-columns: 1fr;
    }

    .mega-text {
        white-space: normal;
    }
}

/* =========================
   MEGA: ÇÖZÜMLER (5 sütun / kolon başlıklı)
   ========================= */
.dropdown-panel.mega.mega-solutions {
    width: min(1240px, calc(100vw - 40px));
}

.mega-cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mega-col {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 8px 20px rgba(11, 18, 32, .04);
    min-width: 0;
}

.mega-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fbff, #fff);
    border: 1px solid #e6f0ff;
    margin-bottom: 10px;
}

.mega-head-ico {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: var(--blue-2);
    border: 1px solid #d7e6ff;
    display: grid;
    place-items: center;
    flex: 0 0 30px;
}

.mega-head-text {
    font-weight: 900;
    color: var(--navy);
    font-size: 13.5px;
    letter-spacing: .2px;
}

/* solutions satırları */
.mega-col .mega-row {
    padding: 10px 10px;
    gap: 10px;
    font-weight: 750;
}

.mega-col .mega-ico {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 14px;
}

.mega-col .mega-text {
    font-size: 13px;
    font-weight: 750;
    color: var(--text);
}

@media (max-width:980px) {
    .mega-cols {
        grid-template-columns: 1fr;
    }
}


/* actions / buttons */
.actions {
    display: flex;
    gap: 6px;
}


.btn {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--navy);
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 750;
    font-size: 13.5px;
    cursor: pointer;
    transition: .15s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.btn:hover {
    box-shadow: var(--shadow-soft);
    transform: translateY(-1px)
}

.btn.primary {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.btn.primary:hover {
    box-shadow: 0 14px 30px rgba(11, 42, 85, .22)
}

.btn.secondary {
    background: #215079;
    border-color: rgb(0, 51, 53);
    color: #fff;
}

.btn.secondary:hover {
    box-shadow: 0 10px 24px rgba(47, 128, 255, .18)
}

.btn-header {
    font-size: 13px;
    padding: 8px 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: #111;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 650;
}

.btn-header i {
    font-size: 13px;
}

@media (min-width: 981px) {
    .btn-header {
        padding: 9px 16px;
        font-size: 13px;
        border-radius: 12px;
        background: #fff;
        border-color: rgba(15, 23, 42, .18);
        color: var(--navy);
        box-shadow: 0 6px 14px rgba(11, 23, 42, .08);
    }

    .btn-header:hover {
        background: #f7f9ff;
        border-color: rgba(15, 23, 42, .28);
    }
}



/* phone pill (if you use) */
.phone {
    font-weight: 800;
    border: 1px solid var(--border);
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--text);
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.phone .dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

/* mobile nav */
.burger {
    display: none;
    font-size: 20px;
}

.mobile-panel {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    background: rgba(7, 13, 31, .65);
    backdrop-filter: blur(12px);
    padding: 0;
    z-index: 3500;
}

.mobile-panel-sheet {
    background: #fff;
    border-radius: 0;
    padding: 20px 24px calc(32px + var(--mobile-nav-height) + env(safe-area-inset-bottom));
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: none;
}

.mobile-panel-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mobile-panel-label {
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
}

.mobile-panel-close {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-sheet {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mobile-sheet-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--navy);
}

.mobile-sheet-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-sheet-links .dd-item {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px;
    background: #fff;
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.mobile-sheet-links .dd-item:hover {
    border-color: rgba(15, 23, 42, .25);
}

/* mobile product list styles removed (links now reuse dd-item) */

[hidden] {
    display: none !important;
}

@media (max-width:980px) {
    .menu {
        display: none;
    }

    .header-phone,
    .header-basket,
    .header-contact,
    .header-connect {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 12px;
        border: 1px solid var(--border);
        background: #fff;
        cursor: pointer;
        font-size: 16px;
    }

    body.mobile-panel-open {
        overflow: hidden;
    }
}

@media (min-width:981px) {
    .mobile-panel {
        display: none !important;
    }
}


/* Alt menü panel */
.mobile-panel .m-acc-panel {
    padding: 4px 0 10px 0;
}

.mobile-panel .m-acc-panel .dd-item {
    margin-left: 38px;
    /* kategori ikonundan hizalama */
    border-radius: 10px;
}

/* Mobil: Çözümler + Sektörler (accordion) ultra kompakt */
@media (max-width:980px) {

    /* kategori başlığı (E-Ticaret, Sanayi & Üretim...) */
    .mobile-panel .m-acc {
        padding: 1px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
    }

    .mobile-panel .m-acc-btn {
        padding: 5px 4px;
        gap: 7px;
        border-radius: 8px;
    }

    .mobile-panel .m-acc-ico {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        font-size: 13px;
        flex: 0 0 22px;
    }

    .mobile-panel .m-acc-title {
        font-size: 12.5px;
        font-weight: 650;
        line-height: 1.15;
    }

    /* alt link listesi (panel) */
    .mobile-panel .m-acc-panel {
        padding: 2px 0 6px 0;
    }

    /* alt linkler */
    .mobile-panel .m-acc-panel .dd-item {
        padding: 6px 6px;
        gap: 6px;
        border-radius: 8px;
        margin-left: 26px;
        /* önce 30-38 idi */
    }

    .mobile-panel .m-acc-panel .dd-ico {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        font-size: 12.5px;
        flex: 0 0 20px;
    }

    .mobile-panel .m-acc-panel .dd-item b {
        font-size: 12.5px;
        font-weight: 600;
        line-height: 1.15;
        margin: 0;
    }

    /* alt satır açıklama varsa küçült */
    .mobile-panel .m-acc-panel .dd-item span:not(.dd-ico),
    .mobile-panel .m-acc-panel .dd-item small {
        font-size: 11px;
        line-height: 1.2;
        margin-top: 1px;
        opacity: .7;
    }

    /* aralık */
    .mobile-panel .m-acc-panel .dd-item+.dd-item {
        margin-top: 1px;
    }
}


@media (max-width:980px) {

    /* Kurumsal + Akademi en sıkı görünüm */
    .mobile-panel .dropdown-panel .dd-item {
        align-items: center;
        /* flex-start yerine */
        padding: 4px 3px;
        gap: 6px;
        border-radius: 8px;
    }

    /* ikon kutusu */
    .mobile-panel .dropdown-panel .dd-ico {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        font-size: 13px;
        flex: 0 0 22px;
    }

    /* başlık */
    .mobile-panel .dropdown-panel .dd-item b {
        font-size: 12.5px;
        font-weight: 600;
        line-height: 1.15;
        margin: 0;
    }

    /* açıklama (span) */
    .mobile-panel .dropdown-panel .dd-item span:not(.dd-ico) {
        font-size: 11px;
        line-height: 1.2;
        margin-top: 1px;
        opacity: .7;
    }

    .product-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* satır aralığı */
    .mobile-panel .dropdown-panel .dd-item+.dd-item {
        margin-top: 1px;
    }
}





/* =========================
   HERO / SECTIONS / FOOTER
   ========================= */
.hero {
    padding: 54px 0 22px;
    background:
        radial-gradient(900px 420px at 18% 8%, rgba(47, 128, 255, .10), transparent 60%),
        radial-gradient(700px 340px at 82% 18%, rgba(11, 42, 85, .10), transparent 60%);
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 20px 0 20px;
    }
}


.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    align-items: stretch;
}

.badge {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    width: max-content;
}

.badge .b {
    color: var(--navy);
    background: var(--blue-2);
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 800;
}

h1 {
    margin: 14px 0 10px;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -.6px;
    color: var(--navy);
}

.h1 {
    margin: 14px 0 10px;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -.6px;
    color: var(--navy);
}

.h2 {
    margin: 14px 0 10px;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -.5px;
    color: var(--navy);
}

.h3 {
    margin: 14px 0 10px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.4px;
    color: var(--navy);
}

.h4 {
    margin: 14px 0 10px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.3px;
    color: var(--navy);
}

.h5 {
    margin: 14px 0 10px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.2px;
    color: var(--navy);
}

p {
    font-size: var(--font-base);
}

.muted,
.lead {
    font-size: var(--font-base);
}

@media screen and (max-width: 768px) {
    .h1 {
        font-size: 28px;
    }

    .h2 {
        font-size: 24px;
    }

    .h3 {
        font-size: 20px;
    }

    .h4 {
        font-size: 18px;
    }

    .h5 {
        font-size: 16px;
    }

    p {
        font-size: var(--font-base-mobile) !important;
    }

    .muted {
        font-size: var(--font-base-mobile) !important;
    }

    .lead {
        font-size: var(--font-base-mobile) !important;
        font-weight: 400;
    }

    .btn {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    .link {
        font-size: 12px !important;
    }
}


.lead {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: var(--font-base);
    max-width: 58ch;
}

.hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.hero-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}

.hero-card .title {
    font-weight: 850;
    color: var(--navy);
    font-size: 16px;
    margin: 0 0 8px;
}

.hero-card p {
    margin: 0;
    color: var(--muted);
    font-size: var(--font-base);
}

.hero-card .desc {
    font-size: 13px;
}

.mock {
    margin-top: 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: linear-gradient(180deg, #f7fbff, #fff);
    padding: 14px;
}

.mock .row {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--border);
    margin-bottom: 10px;
}

.mock .dot {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: var(--blue);
}

.mock .bar {
    height: 10px;
    border-radius: 99px;
    background: #e8eef8;
    flex: 1;
}

.mock .bar.w {
    width: 40%
}

.mock .bar.w2 {
    width: 55%
}

.mock .bar.w3 {
    width: 32%
}

/* trust */
.trust {
    padding: 0 0 42px;
}

@media screen and (max-width: 768px) {
    .trust {
        padding: 0 0 12px;
    }
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.trust-item {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.trust-ico {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--blue-2);
    display: grid;
    place-items: center;
    color: var(--navy);
    flex: 0 0 auto;
}

.trust-item b {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.trust-item span {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
}

/* sections */
section {
    padding: 6px 0;
}

.home-main > section:not(.hero):not(.trust):not(.yonsa-products):not(.yonsa-app-section):not(.yonsa-contact) {
    padding: 52px 0 34px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.home-main > section.trust {
    padding: 0 0 34px;
    border-top: 0;
}

.home-main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(920px 520px at 12% 4%, rgba(47, 128, 255, .12), transparent 62%),
        radial-gradient(860px 520px at 90% 18%, rgba(11, 42, 85, .075), transparent 66%),
        radial-gradient(780px 440px at 18% 72%, rgba(47, 128, 255, .075), transparent 68%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 18%, #eef6ff 46%, #f8fbff 74%, #ffffff 100%);
    font-size: 14px;
}

.home-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(11, 42, 85, .032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 42, 85, .032) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .08) 54%, transparent 94%);
}

.home-main div,
.home-main p,
.home-main span,
.home-main a,
.home-main li,
.home-main label,
.home-main input,
.home-main select,
.home-main textarea,
.home-main button,
.home-main small,
.home-main strong,
.home-main b {
    font-size: 14px !important;
}

.home-main h1 {
    font-size: 38px !important;
}

.home-main h2 {
    font-size: 34px !important;
}

.home-main h3 {
    font-size: 30px !important;
}

.home-main h4 {
    font-size: 26px !important;
}

.home-main h5 {
    font-size: 22px !important;
}

.home-main h6 {
    font-size: 18px !important;
}

.home-main h1 *,
.home-main h2 *,
.home-main h3 *,
.home-main h4 *,
.home-main h5 *,
.home-main h6 * {
    font-size: inherit !important;
}

@media (max-width: 768px) {
    .home-main > section:not(.hero):not(.trust):not(.yonsa-products):not(.yonsa-app-section):not(.yonsa-contact) {
        padding: 22px 0 34px;
    }

    .home-main > section.trust {
        padding: 0 0 34px;
    }

    .home-main {
        font-size: 13px;
    }

    .home-main div,
    .home-main p,
    .home-main span,
    .home-main a,
    .home-main li,
    .home-main label,
    .home-main input,
    .home-main select,
    .home-main textarea,
    .home-main button,
    .home-main small,
    .home-main strong,
    .home-main b {
        font-size: 13px !important;
    }

    .home-main h1 {
        font-size: 24px !important;
    }

    .home-main h2 {
        font-size: 22px !important;
    }

    .home-main h3 {
        font-size: 20px !important;
    }

    .home-main h4 {
        font-size: 18px !important;
    }

    .home-main h5 {
        font-size: 16px !important;
    }

    .home-main h6 {
        font-size: 14px !important;
    }
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.kicker {
    color: var(--blue);
    font-weight: 850;
    font-size: 13px;
    letter-spacing: .25px;
    text-transform: uppercase;
}

h2 {
    margin: 6px 0 0;
    font-size: 30px;
    letter-spacing: -.35px;
    color: var(--navy);
}

.sub {
    margin: 0;
    max-width: 70ch;
    color: var(--muted);
    font-size: 14.5px;
}

/* cards */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 240px;
}

.card-top {
    display: flex;
    gap: 12px;
    align-items: center;
}

.card-ico {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--blue-2), #fff);
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    color: var(--navy);
    flex: 0 0 auto;
}

.card h3,
.card h5 {
    margin: 0;
    font-size: 16px;
    color: var(--navy);
    letter-spacing: -.2px;
}

.home-main .card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px !important;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.home-main .tag {
    font-size: 12px !important;
    color: var(--navy);
    background: var(--blue-2);
    border: 1px solid #d7e6ff;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
}

.card .card-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.card-footer {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
}

.link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: var(--navy);
    font-size: 13.5px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--border);
    transition: .15s ease;
}

.link:hover {
    background: var(--blue-2);
    border-color: #d7e6ff;
}

.link.link-primary {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.link.link-primary:hover {
    background: var(--navy);
    border-color: var(--navy);
    box-shadow: 0 14px 30px rgba(11, 42, 85, .22);
}

.arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-top: 1px;
}

/* chips */
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip {
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 6px 14px rgba(11, 18, 32, .05);
    font-weight: 750;
    color: var(--navy);
    font-size: 13.5px;
}

/* steps */
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.step {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 16px;
}

.step .n {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--navy);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 10px;
}

.step b {
    display: block;
    color: var(--navy);
    margin-bottom: 6px;
}

.step span {
    display: block;
    color: var(--muted);
    font-size: 13.5px;
}

/* features */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.feature {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 16px;
}

.feature b {
    display: block;
    color: var(--navy);
    margin-bottom: 6px;
}

.feature span {
    display: block;
    color: var(--muted);
    font-size: 13.5px;
}

.feature .mini {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f7fbff;
    border: 1px solid #e6f0ff;
    color: var(--navy);
    font-weight: 700;
    font-size: 12.5px;
}

/* campaigns */
.campaigns {
    background:
        radial-gradient(900px 420px at 20% 20%, rgba(47, 128, 255, .10), transparent 60%),
        radial-gradient(700px 340px at 82% 18%, rgba(11, 42, 85, .08), transparent 60%);
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}


/* contact */
.contact {
    background:
        radial-gradient(900px 420px at 20% 20%, rgba(47, 128, 255, .10), transparent 60%),
        radial-gradient(700px 340px at 82% 18%, rgba(11, 42, 85, .08), transparent 60%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}

.panel {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-soft);
    padding: 18px;
}

.panel h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 18px;
    letter-spacing: -.2px;
}

.panel p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13.5px;
}

form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

label {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 700;
    margin: 8px 0 6px;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    font: inherit;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: .12s ease;
}

textarea {
    min-height: 110px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #b9d1ff;
    box-shadow: 0 0 0 4px rgba(47, 128, 255, .12);
}

.form-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.hint {
    font-size: 12.5px;
    color: var(--muted);
}

/* footer */
footer {
    padding: 28px 0;
    background: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 14px;
    border-top: 1px solid var(--border);
    padding-top: 18px;
}

.footer-grid b {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
}

.footer-grid a {
    display: block;
    color: var(--muted);
    font-size: 13.5px;
    padding: 6px 0;
}

.footer-grid a:hover {
    color: var(--navy);
}

.copy {
    margin-top: 14px;
    color: var(--muted);
    font-size: 12.5px;
}

/* responsive layout */
@media (max-width:980px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 38px;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .features {
        grid-template-columns: 1fr;
    }

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

    form .row {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-main .tag {
        font-size: 10px !important;
    }
}

@media (max-width:520px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 34px;
    }
}

@media (max-width: 980px) {
    body input:not([type]),
    body input[type="text"],
    body input[type="email"],
    body input[type="password"],
    body input[type="search"],
    body input[type="tel"],
    body input[type="url"],
    body input[type="number"],
    body input[type="date"],
    body input[type="time"],
    body input[type="datetime-local"],
    body input[type="month"],
    body input[type="week"],
    body select:not([data-yonsa-ios-zoom-ignore]),
    body textarea:not([data-yonsa-ios-zoom-ignore]) {
        font-size: 16px !important;
    }
}
