/* ===== UTL HOMEPAGE — Figma-matched styles ===== */
/* Google Fonts loaded in utl-layout.css */

/* ── Hero ─────────────────────────────────────── */
.utl-hero {
    position: relative;
    /* min-height: 714px;
    background: linear-gradient(135deg, #000c1d 0%, #061525 45%, #0b1c30 100%); */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.utl-hero::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 50%; height: 100%;
    background: radial-gradient(ellipse at 80% 50%, rgba(0,87,255,0.12) 0%, transparent 65%);
    pointer-events: none;
}

.utl-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 154px 78px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: url(../images/bannerbg.png);
        background-size: cover;
}

.utl-hero-content {
    max-width: 773px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.utl-hero-content h1 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #ffffff;
    letter-spacing: -1.28px;
    line-height: 1.15;
    margin: 0;
}

.utl-hero-content h1 .h-line1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    display: block;
}

.utl-hero-content h1 .h-line2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 73px;
    display: block;
}

.utl-hero-content h1 .h-blue {
    color: #0158ff;
}

.utl-hero-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #dfdfdf;
    line-height: 28px;
    max-width: 576px;
    margin: 0;
}

.utl-hero-btns {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-top: 16px;
}

.utl-btn-primary {
    background: #0057ff;
    color: #ffffff !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.28px;
    padding: 17px 32px;
    border-radius: 12px;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0px 10px 15px -3px rgba(0,99,156,0.2), 0px 4px 6px -4px rgba(0,99,156,0.2);
    transition: background 0.2s;
    white-space: nowrap;
}
.utl-btn-primary:hover { background: #0045cc; }

.utl-btn-ghost {
    background: #ffffff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #0057ff;
    color: #00639c !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.28px;
    padding: 17px 33px;
    border-radius: 12px;
    text-decoration: none !important;
    display: inline-block;
    transition: background 0.2s;
    white-space: nowrap;
}
.utl-btn-ghost:hover { background: rgba(0,87,255,0.05); }

/* Stats Bar */
.utl-stats-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(0,12,29,0.2);
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(240,240,240,0.07);
    padding: 25px 20px;
    align-self: flex-start;
    gap: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.utl-stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.utl-stat-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.utl-stat-text {
    display: flex;
    flex-direction: column;
}

.utl-stat-num {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -0.4px;
    line-height: 30px;
}

.utl-stat-lbl {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #dfdfdf;
    line-height: 28px;
}

.utl-stat-sep {
    width: 1px;
    height: 49px;
    background: rgba(255,255,255,0.25);
    margin: 0 24px;
    flex-shrink: 0;
}

/* ── About UTL ────────────────────────────────── */
.utl-about {
    background: #f8f9ff;
    padding: 48px;
}

.utl-about-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 693px;
}

.utl-about-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
    border: 1px solid rgba(197,198,205,0.2);
    aspect-ratio: 1/1;
}


.utl-about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.utl-about-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.utl-label {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #00639c;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    line-height: 20px;
}

.utl-h2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #0b1c30;
    letter-spacing: -0.4px;
    line-height: 50px;
    margin: 0;
}

.utl-point {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.utl-point-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #393939;
    line-height: 28px;
    margin: 0;
}

.utl-point-body {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #45474c;
    line-height: 28px;
    margin: 8px 0 0 0;
}

.utl-link-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    margin-top: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #00639c !important;
    letter-spacing: 0.28px;
}

.utl-link-cta img {
    width: 16px;
    height: 16px;
}

/* ── Business Verticals ───────────────────────── */
.utl-verticals {
    background: #eff4ff;
    padding: 96px 48px;
}

.utl-verticals-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.utl-verticals-header {
    text-align: center;
    max-width: 817px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.utl-verticals-label {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #00639c;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0;
}

.utl-verticals-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #0b1c30;
    letter-spacing: -1.28px;
    line-height: 64px;
    margin: 0;
}

.utl-verticals-sub {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #45474c;
    line-height: 28px;
    margin: 0;
}

/* Bento Grid */
.utl-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.utl-bento-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0,99,156,0.1);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    position: relative;
}

.utl-bento-card-img {
    height: 224px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.utl-bento-card-img img.bento-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.utl-bento-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(19,28,43,0.8) 0%, rgba(19,28,43,0) 100%);
}

.utl-bento-card-head {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.utl-bento-card-head .bento-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.utl-bento-card-head span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #f8f9ff;
    line-height: 32px;
    white-space: normal;
    word-break: break-word;
}

.utl-bento-tags {
    padding: 32px 32px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* flex: 1; */
}

.utl-tag {
    background: #e5eeff;
    border: 1px solid rgba(0,99,156,0.1);
    border-radius: 9999px;
    padding: 7px 13px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #00639c;
    letter-spacing: 0.48px;
        display: flex;
    align-items: center;
    white-space: nowrap;
    line-height: 16px;
}

.utl-bento-link {
    padding: 16px 32px 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.utl-bento-link span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #00639c;
    letter-spacing: 0.28px;
}

.utl-bento-link img {
    width: 16px;
    height: 16px;
}

/* ── CTA Banner ───────────────────────────────── */
.utl-cta-banner {
    position: relative;
    overflow: hidden;
    min-height: 428px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.utl-cta-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.utl-cta-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utl-cta-banner-overlay {
    position: absolute;
    inset: 0;
     z-index: 1;
}

.utl-cta-banner-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    width: 100%;
    padding: 79px 81px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.utl-cta-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #f8f9ff;
    letter-spacing: -0.4px;
    line-height: 48px;
    margin: 0;
}

.utl-cta-sub {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    max-width: 672px;
    margin: 0;
}

.utl-btn-cta {
    background: #0057ff;
    color: #ffffff !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.28px;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none !important;
    display: inline-block;
    transition: background 0.2s;
    white-space: nowrap;
}
.utl-btn-cta:hover { background: #0045cc; }

/* ── Message from UTL Group ───────────────────── */
.utl-message {
    background: #f8f9ff;
    padding: 80px;
}

.utl-message-inner {
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.utl-message-left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.utl-msg-img-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
    margin-bottom: 32px;
    flex-shrink: 0;
}

.utl-msg-img-card img.msg-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.utl-msg-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(19,28,43,0.8) 0%, rgba(19,28,43,0) 50%);
}

.utl-msg-img-info {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.utl-badge {
    background: #00639c;
    color: #ffffff;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 9999px;
    display: inline-block;
    line-height: 16px;
}

.utl-msg-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: -0.4px;
    line-height: 50px;
    margin: 0;
}

.utl-msg-quote {
    background: #ffffff;
    border: 1px solid #064a91;
    border-left: 4px solid #064a91;
    border-radius: 12px;
    padding: 21px 33px 24px 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.utl-msg-quote p { margin: 0; }

.utl-msg-quote .q-main {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0b1c30;
    line-height: 29.25px;
}

.utl-msg-quote .q-sub {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #45474c;
    line-height: 24px;
}

/* Side cards */
.utl-msg-cards {
    width: 379px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.utl-msg-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,99,156,0.2);
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.utl-msg-card-img {
    height: 128px;
    position: relative;
    overflow: hidden;
}

.utl-msg-card-img img.card-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    opacity: 0.8;
}

.utl-msg-card-overlay {
    position: absolute;
    inset: 0;
}

.utl-msg-card-footer {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.utl-msg-card-footer span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: -0.6px;
    line-height: 32px;
}

.utl-msg-card-footer img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.card-dark  { background-color: #131c2b; }
.card-navy  { background-color: #004a77; }
.card-blue  { background-color: #00639c; }
.overlay-cyan  { background: rgba(12,165,255,0.2); }
.overlay-navy  { background: rgba(0,74,119,0.2); }
.overlay-blue  { background: rgba(0,99,156,0.2); }

/* ── News & Noteworthy ────────────────────────── */
.utl-news {
    background: #eff4ff;
    padding: 36px 0 96px;
}

.utl-news-inner {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 64px;
}

.utl-news-header {
    padding: 48px 0 32px;
}

.utl-news-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #0b1c30;
    letter-spacing: -1.28px;
    line-height: 64px;
    margin: 0;
}

.utl-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.utl-news-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #c2c6d8;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none !important;
    transition: box-shadow 0.15s;
    cursor: pointer;
}

.utl-news-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.utl-news-thumb {
    width: 129px;
    height: 151px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.utl-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.utl-news-content {
    flex: 1;
    min-width: 0;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.utl-news-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}

.utl-news-badge {
    background: #0057ff;
    color: #ffffff;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.48px;
    padding: 6px 12px;
    border-radius: 9999px;
    display: inline-block;
    line-height: 16px;
    width: 86px;
    text-align: center;
}

.utl-news-date {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #064a91;
    letter-spacing: 0.48px;
    line-height: 16px;
}

.utl-news-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.utl-news-headline {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #191c1e;
    line-height: 31.2px;
    margin: 0;
}

.utl-news-desc {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424656;
    line-height: 25.6px;
    letter-spacing: 0.16px;
    margin: 0;
}

.utl-news-arrow {
    width: 7.4px;
    height: 12px;
    flex-shrink: 0;
    margin: 0 30px;
}

/* ── Contact Banner ───────────────────────────── */
.utl-contact-section {
    background: #f8f9ff;
    padding: 0 113px 80px;
}

.utl-contact-banner {
    background: linear-gradient(to right, #00639c, #0ca5ff);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.utl-contact-banner::before {
    content: '';
    position: absolute;
    top: -128px; right: -128px;
    width: 256px; height: 256px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    filter: blur(32px);
    pointer-events: none;
}

.utl-contact-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.utl-contact-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: -0.4px;
    line-height: 48px;
    margin: 0 0 24px;
}

.utl-contact-sub {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 28px;
    margin: 0 0 48px;
}

.utl-contact-btn {
    background: #f8f9ff;
    color: #00639c !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding: 20px 48px;
    border-radius: 24px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 32px;
    transition: opacity 0.2s;
}
.utl-contact-btn:hover { opacity: 0.9; }


/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */

/* Tablet landscape / small desktop */
@media (max-width: 1200px) {
    .utl-hero-inner { padding: 120px 48px 50px; }
    .utl-hero-content h1 { font-size: 44px; }
    .utl-hero-content h1 .h-line1 { font-size: 38px; }
    .utl-hero-content h1 .h-line2 { font-size: 44px; }

    .utl-about { padding: 48px 36px; }
    .utl-about-inner { gap: 48px; min-height: auto; }

    .utl-verticals { padding: 64px 36px; }
    .utl-bento-grid { grid-template-columns: repeat(3, 1fr); }

    .utl-message { padding: 60px 48px; }

    .utl-contact-section { padding: 0 48px 60px; }
    .utl-contact-title { font-size: 34px; text-align: center; }
}

/* Stats bar wrap below 1000px before the 900px breakpoint kicks in */
@media (max-width: 1000px) {
    .utl-stats-bar { gap: 12px; padding: 16px; }
    .utl-stat-sep { display: none; }
}

/* Tablet portrait */
@media (max-width: 900px) {
    /* Hero */
    .utl-hero { min-height: auto; }
    .utl-hero-inner { padding: 100px 32px 48px; gap: 36px; }
    .utl-hero-content h1 { font-size: 36px; }
    .utl-hero-content h1 .h-line1 { font-size: 30px; line-height: 1.3; }
    .utl-hero-content h1 .h-line2 { font-size: 36px; line-height: 1.3; }
    .utl-hero-subtitle { font-size: 16px; }
    .utl-stats-bar { gap: 16px; padding: 20px 16px; }

    /* About */
    .utl-about { padding: 48px 32px; }
    .utl-about-inner { grid-template-columns: 1fr; gap: 40px; }

    /* Bento */
    .utl-verticals { padding: 60px 32px; }
    .utl-bento-grid { grid-template-columns: repeat(2, 1fr); }

    /* CTA */
    .utl-cta-title { font-size: 28px; }
    .utl-cta-sub { font-size: 16px; }
    .utl-cta-banner-content { padding: 60px 32px; }

    /* Message */
    .utl-message { padding: 48px 32px; }
    .utl-message-inner { flex-direction: column; gap: 32px; }
    .utl-msg-cards { width: 100%; flex-direction: row; flex-wrap: wrap; }
    .utl-msg-card { flex: 1; min-width: 220px; }

    /* News */
    .utl-news { padding: 32px 0 64px; }
    .utl-news-inner { padding: 0 32px; }
    .utl-news-headline { font-size: 18px; }

    /* Contact */
    .utl-contact-section { padding: 0 24px 60px; }
    .utl-contact-banner { padding: 60px 32px; }
    .utl-contact-title { font-size: 28px; }
    .utl-contact-sub { font-size: 16px; }

}

/* Mobile */
@media (max-width: 600px) {
    /* Header — nav hidden, compact logo */
    .utl-header-inner { flex-wrap: wrap; padding: 10px 16px; gap: 10px; }
    .utl-nav { display: none; }

    /* Hero */
    .utl-hero-inner { padding: 80px 16px 40px; gap: 28px; }
    .utl-hero-content h1 { font-size: 28px; }
    .utl-hero-content h1 .h-line1 { font-size: 24px; line-height: 1.3; }
    .utl-hero-content h1 .h-line2 { font-size: 28px; line-height: 1.3; }
    .utl-hero-subtitle { font-size: 15px; max-width: 100%; }
    .utl-hero-btns { flex-direction: column; align-items: stretch; gap: 12px; }
    .utl-btn-primary, .utl-btn-ghost { text-align: center; padding: 14px 24px; }
    .utl-stats-bar { width: 100%; padding: 16px 12px; }
    .utl-stat-num { font-size: 16px; }
    .utl-stat-lbl { font-size: 14px; }
    .utl-stat-icon { width: 32px; height: 32px; }

    /* About */
    .utl-about { padding: 40px 16px; }
    .utl-about-inner { gap: 28px; }
    .utl-h2 { font-size: 28px; line-height: 1.3; }
    .utl-label { font-size: 14px; }
    .utl-point-title { font-size: 16px; }
    .utl-point-body { font-size: 15px; }

    /* Bento */
    .utl-verticals { padding: 48px 16px; }
    .utl-bento-grid { grid-template-columns: 1fr; }
    .utl-verticals-title { font-size: 28px; line-height: 1.3; }
    .utl-verticals-label { font-size: 14px; }
    .utl-verticals-sub { font-size: 16px; }
    .utl-bento-card-head span { font-size: 20px; }

    /* CTA */
    .utl-cta-title { font-size: 24px; line-height: 1.3; }
    .utl-cta-sub { font-size: 15px; }
    .utl-cta-banner-content { padding: 48px 16px; }

    /* Message */
    .utl-message { padding: 40px 16px; }
    .utl-msg-title { font-size: 28px; }
    .utl-msg-img-card { height: 300px; }
    .utl-msg-cards { flex-direction: column; }
    .utl-msg-card { min-width: unset; }
    .utl-msg-quote .q-main { font-size: 15px; }
    .utl-msg-quote .q-sub { font-size: 14px; }

    /* News */
    .utl-news-inner { padding: 0 16px; }
    .utl-news-item { flex-wrap: wrap; }
    .utl-news-thumb { width: 100%; height: 160px; }
    .utl-news-headline { font-size: 16px; line-height: 1.4; }
    .utl-news-desc { font-size: 14px; }
    .utl-news-arrow { display: none; }

    /* Contact */
    .utl-contact-section { padding: 0 16px 48px; }
    .utl-contact-banner { padding: 48px 24px; border-radius: 16px; }
    .utl-contact-title { font-size: 24px; line-height: 1.3; }
    .utl-contact-sub { font-size: 15px; }
    .utl-contact-btn { font-size: 18px; padding: 16px 32px; border-radius: 16px; }

}
