/* Enicomp homepage refresh — front-page.php only. */
body.home .top_site_main { display: none !important; }
body.home #main-content,
body.home .site-content { padding-top: 0 !important; margin-top: 0 !important; }

.echome {
    --ink: #0d1b3e;
    --muted: #5b6475;
    --line: #e5ebf5;
    --blue: #2563eb;
    --blue-deep: #1d4ed8;
    --pale: #f6f9ff;
    color: var(--ink);
    overflow: hidden;
}
.echome *,
.echome *::before,
.echome *::after { box-sizing: border-box; }
.echome-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.echome-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid rgba(37,99,235,.16);
    border-radius: 999px;
    background: rgba(37,99,235,.08);
    color: var(--blue);
    font-size: 11px; font-weight: 700; letter-spacing: 1.35px;
    line-height: 1; padding: 10px 15px; text-transform: uppercase;
}
.echome-kicker-light { color: #9ec5ff; border-color: rgba(158,197,255,.22); background: rgba(255,255,255,.09); }
.echome h1, .echome h2, .echome h3 { color: inherit; letter-spacing: -.03em; text-transform: none; }
.echome p { color: var(--muted); }
.echome-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.echome-btn {
    display: inline-flex; justify-content: center; align-items: center;
    min-height: 52px; padding: 14px 25px;
    border-radius: 999px; text-decoration: none !important;
    font-size: 15px; font-weight: 700;
    transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.echome-btn:hover { transform: translateY(-2px); }
.echome-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--blue), #0ea5e9); box-shadow: 0 15px 38px rgba(37,99,235,.28); }
.echome-btn-primary:hover { color: #fff !important; box-shadow: 0 20px 44px rgba(37,99,235,.38); }
.echome-btn-ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.10); }
.echome-btn-ghost:hover { color: #fff !important; background: rgba(255,255,255,.17); }
.echome-btn-dark { color: #fff !important; background: var(--ink); }
.echome-arrow { color: var(--blue) !important; font-size: 15px; font-weight: 700; text-decoration: none !important; }
.echome-arrow i, .echome-service-card span i { font-size: 12px; margin-left: 5px; transition: transform .2s; }
.echome-arrow:hover i, .echome-service-card:hover span i { transform: translateX(4px); }

.echome-hero {
    position: relative;
    background:
        radial-gradient(circle at 82% 24%, rgba(14,165,233,.30), transparent 31rem),
        radial-gradient(circle at 14% 80%, rgba(37,99,235,.24), transparent 30rem),
        linear-gradient(135deg, #071226 0%, #0d1b3e 47%, #123e73 100%);
    padding: 164px 0 88px;
}
.echome-hero::after {
    content: ""; position: absolute; inset: auto -5% -120px;
    height: 240px; background: #fff; border-radius: 50% 50% 0 0 / 65% 65% 0 0;
}
.echome-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: 48px; align-items: center; }
.echome-hero h1 {
    color: #fff; font-size: clamp(32px, 3.45vw, 47px);
    line-height: 1.18; font-weight: 600; margin: 22px 0 20px;
    max-width: 690px;
}
.echome-hero p { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.68; max-width: 660px; margin: 0 0 32px; }
.echome-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 29px; }
.echome-proof span { color: rgba(255,255,255,.70); display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; }
.echome-proof i { color: #4ade80; }
.echome-hero-panel {
    position: relative; border: 1px solid rgba(255,255,255,.17);
    border-radius: 32px; padding: clamp(26px, 3vw, 42px);
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
    backdrop-filter: blur(8px); box-shadow: 0 36px 90px rgba(0,0,0,.28);
    overflow: hidden;
}
.echome-orbit {
    position: absolute; width: 260px; height: 260px; right: -125px; top: -135px;
    border-radius: 50%; border: 42px solid rgba(158,197,255,.12);
}
.echome-panel-label { display: block; color: #9ec5ff; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; font-size: 11px; margin-bottom: 16px; }
.echome-hero-panel strong { position: relative; color: #fff; display: block; font-size: clamp(22px, 2vw, 29px); line-height: 1.3; letter-spacing: -.02em; font-weight: 600; margin-bottom: 24px; }
.echome-hero-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.echome-hero-panel li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.5; }
.echome-hero-panel i { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 11px; color: #fff; background: rgba(37,99,235,.62); }

.echome-care { position: relative; z-index: 1; padding: 92px 0; background: #fff; }
.echome-care-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 32px; }
.echome-care-feature {
    color: #fff; border-radius: 34px; padding: clamp(28px, 4vw, 52px);
    background: linear-gradient(145deg, #0d1b3e, #123e73);
    box-shadow: 0 24px 60px rgba(13,27,62,.18);
}
.echome-care-feature h2 { color: #fff; font-size: clamp(27px, 2.45vw, 34px); font-weight: 600; margin: 20px 0 14px; }
.echome-care-feature p { color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.echome-care-feature .echome-arrow { color: #9ec5ff !important; }
.echome-care-callout { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.10); border-radius: 22px; padding: 19px; margin-bottom: 27px; }
.echome-care-callout span { color: #9ec5ff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 900; margin-bottom: 6px; }
.echome-care-callout strong { color: #fff; font-size: 18px; line-height: 1.45; }
.echome-care-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.echome-care-cards article,
.echome-service-card,
.echome-project,
.echome-post-card {
    border: 1px solid var(--line); border-radius: 25px; background: #fff;
    box-shadow: 0 18px 55px rgba(13,27,62,.07);
}
.echome-care-cards article { padding: 29px; }
.echome-care-cards i, .echome-service-card > i {
    width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
    color: var(--blue); background: #eaf2ff; font-size: 22px; margin-bottom: 18px;
}
.echome-care-cards h3, .echome-service-card h3 { font-weight: 600; font-size: 18px; margin: 0 0 10px; }
.echome-care-cards p, .echome-service-card p { font-size: 14.5px; line-height: 1.65; margin: 0; }

.echome-services, .echome-process, .echome-posts { background: var(--pale); padding: 92px 0; }
.echome-heading { max-width: 760px; text-align: center; margin: 0 auto 42px; }
.echome-heading-left { text-align: left; margin: 0; }
.echome-heading h2, .echome-split-heading h2 { color: var(--ink); font-size: clamp(25px, 2.45vw, 34px); font-weight: 600; line-height: 1.3; margin: 18px 0 13px; }
.echome-heading p { font-size: 17px; line-height: 1.65; margin: 0; }
.echome-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.echome-service-card { display: flex; flex-direction: column; min-height: 340px; color: inherit !important; text-decoration: none !important; padding: 30px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.echome-service-card:hover, .echome-project:hover, .echome-post-card:hover { transform: translateY(-5px); border-color: #bfd5ff; box-shadow: 0 25px 62px rgba(37,99,235,.13); }
.echome-service-card p { flex-grow: 1; }
.echome-service-card span { color: var(--blue); font-weight: 700; margin-top: 22px; }

.echome-portfolio { background: #fff; padding: 96px 0; }
.echome-split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 38px; }
.echome-split-heading h2 { margin-bottom: 0; }
.echome-portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.echome-project, .echome-post-card { overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; }
.echome-project-media, .echome-post-media {
    display: block; height: 225px; overflow: hidden; background:
        linear-gradient(135deg, rgba(37,99,235,.16), rgba(14,165,233,.08));
}
.echome-project-media img, .echome-post-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.echome-project:hover img, .echome-post-card:hover img { transform: scale(1.04); }
.echome-project-placeholder, .echome-post-media span { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(37,99,235,.33); font-size: 40px; }
.echome-project-body, .echome-post-body { padding: 23px; }
.echome-project h3, .echome-post-card h3 { color: var(--ink); font-size: 17px; line-height: 1.45; font-weight: 600; margin: 0 0 10px; }
.echome-project h3 a, .echome-post-card h3 a { color: inherit !important; text-decoration: none !important; }
.echome-project p, .echome-post-card p { font-size: 14px; line-height: 1.65; margin: 0; }
.echome-empty { border: 1px dashed #bfd5ff; border-radius: 24px; padding: 34px; color: var(--muted); background: var(--pale); }

.echome-why { background: linear-gradient(135deg, #0d1b3e, #071226); padding: 96px 0; }
.echome-why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 74px); align-items: center; }
.echome-why .echome-heading h2 { color: #fff; }
.echome-why .echome-heading p { color: rgba(255,255,255,.70); margin-bottom: 28px; }
.echome-why-list { display: grid; gap: 16px; }
.echome-why-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.08); padding: 25px; }
.echome-why-list strong { color: #9ec5ff; font-size: 29px; font-weight: 700; line-height: 1; }
.echome-why-list h3 { color: #fff; font-size: 19px; font-weight: 600; margin: 0 0 7px; }
.echome-why-list p { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.6; margin: 0; }

.echome-process-grid { list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; padding: 0; margin: 0; }
.echome-process-grid li { border: 1px solid var(--line); border-radius: 25px; background: #fff; padding: 29px; }
.echome-process-grid span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: var(--ink); color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 24px; }
.echome-process-grid h3 { font-size: 18px; font-weight: 600; margin: 0 0 10px; }
.echome-process-grid p { font-size: 14.5px; line-height: 1.65; margin: 0; }

.echome-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.echome-post-media { height: 190px; }
.echome-post-body time { color: var(--blue); display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; margin-bottom: 11px; }
.echome-final { background: #fff; padding: 96px 0; }
.echome-final-card {
    display: flex; justify-content: space-between; align-items: center; gap: 34px;
    border-radius: 38px; padding: clamp(31px, 5vw, 66px);
    background:
        radial-gradient(circle at 92% 18%, rgba(14,165,233,.30), transparent 19rem),
        linear-gradient(135deg, #0d1b3e, #123e73);
    box-shadow: 0 31px 90px rgba(13,27,62,.22);
}
.echome-final-card > div:first-child { max-width: 690px; }
.echome-final h2 { color: #fff; font-size: clamp(25px, 2.45vw, 34px); line-height: 1.3; font-weight: 600; margin: 18px 0 13px; }
.echome-final p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; margin: 0; }

@media (max-width: 1100px) {
    .echome-service-grid, .echome-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .echome-hero-grid, .echome-care-grid, .echome-why-grid { grid-template-columns: 1fr; }
    .echome-hero-copy { max-width: 820px; }
    .echome-care-feature { max-width: none; }
}
@media (max-width: 860px) {
    .echome-shell { width: min(100% - 28px, 1200px); }
    .echome-hero { padding: 144px 0 82px; }
    .echome-portfolio-grid, .echome-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .echome-split-heading, .echome-final-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .echome-shell { width: calc(100% - 24px); }
    .echome-hero { padding-top: 136px; }
    .echome-hero h1 { font-size: 31px; line-height: 1.22; }
    .echome-hero p { font-size: 16px; }
    .echome-btn { width: 100%; }
    .echome-care, .echome-services, .echome-portfolio, .echome-why, .echome-process, .echome-posts, .echome-final { padding-top: 68px; padding-bottom: 68px; }
    .echome-care-cards, .echome-service-grid, .echome-portfolio-grid, .echome-process-grid, .echome-post-grid { grid-template-columns: 1fr; }
    .echome-service-card { min-height: 0; }
    .echome-project-media { height: 205px; }
    .echome-why-list article { grid-template-columns: 1fr; gap: 11px; }
    .echome-final-card { border-radius: 28px; }
}
