:root {
    --bg: #f7f9fc;
    --surface: #fff;
    --ink: #10233f;
    --muted: #64728a;
    --line: #e3e9f0;
    --navy: #082b5a;
    --blue: #1167d8;
    --aqua: #18b6a8;
    --shadow: 0 25px 65px rgba(9,36,72,.12)
}

.dark {
    --bg: #071421;
    --surface: #0d2033;
    --ink: #edf5ff;
    --muted: #9cafc3;
    --line: #21394f;
    --navy: #061a32;
    --blue: #4c9aff;
    --shadow: 0 25px 65px #0005
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font: 14px Arial,sans-serif;
    transition: .2s
}

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

.wrap {
    width: min(1180px,calc(100% - 44px));
    margin: auto
}

.top {
    background: var(--navy);
    color: #dce8f6;
    font-size: 11px
}

.top .wrap {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top a {
    color: white;
    font-weight: bold
}

header {
    height: 82px;
    background: color-mix(in srgb,var(--surface) 94%,transparent);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(15px)
}

.nav {
    height: 100%;
    display: flex;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto
}

.logo i {
    width: 43px;
    height: 48px;
    border-radius: 13px 13px 18px 18px;
    background: linear-gradient(145deg,#1685ef,#063c83);
    color: white;
    display: grid;
    place-items: center;
    font-style: normal
}

.logo b,.logo small {
    display: block
}

.logo b {
    text-transform: uppercase;
    font-size: 20px
}

.logo small {
    font-size: 9px;
    letter-spacing: .3em;
    color: var(--blue);
    margin-top: 5px;
    font-weight: bold
}

header nav {
    display: flex;
    gap: 27px;
    align-items: center;
    margin-right: 25px
}

header nav a {
    font-weight: bold;
    font-size: 13px
}

.theme {
    width: 41px;
    height: 41px;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--ink);
    border-radius: 50%;
    cursor: pointer
}

.head-call {
    padding: 14px 17px;
    background: var(--navy);
    color: white;
    border-radius: 11px;
    font-weight: bold;
    margin-left: 9px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: var(--ink);
    font-size: 24px
}

.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: linear-gradient(120deg,var(--bg),var(--surface));
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    padding: 60px 0
}

.eyebrow {
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em
}

.hero h1,.section h2,.inner-hero h1 {
    font-size: clamp(44px,5vw,74px);
    line-height: 1.04;
    letter-spacing: -.05em;
    margin: 20px 0
}

.hero h1 em {
    font-style: normal;
    color: var(--blue)
}

.hero>div>div:first-child>p,.section-head>p,.about p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75
}

.buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 32px 0
}

.primary,.secondary {
    display: inline-block;
    padding: 16px 21px;
    border-radius: 10px;
    font-weight: bold
}

.primary {
    background: var(--blue);
    color: white
}

.secondary {
    border-bottom: 1px solid var(--line);
    padding-left: 0;
    padding-right: 0
}

.stats {
    display: flex;
    margin-top: 44px
}

.stats span {
    display: grid;
    gap: 5px;
    padding: 0 28px;
    border-left: 1px solid var(--line);
    font-size: 10px;
    color: var(--muted)
}

.stats span:first-child {
    padding-left: 0;
    border: 0
}

.stats b {
    font-size: 24px;
    color: var(--ink)
}

.hero-photo {
    height: 510px;
    border-radius: 220px 220px 28px 28px;
    background: linear-gradient(180deg,transparent,#061a3c75),url('https://www.prulifeuk.com.ph/export/sites/prudential-ph/en/.galleries/images/family-speaking-with-agent666x500.jpg') center/cover;
    box-shadow: var(--shadow);
    position: relative
}

.hero-photo span {
    position: absolute;
    left: -25px;
    bottom: 35px;
    padding: 18px 22px;
    background: var(--surface);
    border-radius: 15px;
    box-shadow: var(--shadow);
    display: grid
}

.hero-photo b {
    color: var(--blue);
    font-size: 11px
}

.quote-band {
    background: var(--navy);
    color: white;
    padding: 25px 0
}

.quote-band form {
    display: grid;
    grid-template-columns: 1.2fr repeat(5,1fr) auto;
    gap: 9px;
    align-items: center
}

.quote-band h2 {
    margin: 5px 0;
    font-size: 17px
}

.quote-band small {
    color: #75aeea;
    font-weight: bold
}

.quote-band input,.quote-band select,.contact form input,.contact form select,.contact form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #ffffff28;
    background: #ffffff10;
    color: white;
    border-radius: 8px;
    padding: 0 12px
}

.quote-band select option {
    color: #123
}

.quote-band button,.contact form button {
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--aqua);
    color: white;
    font-weight: bold;
    padding: 0 17px
}

.privacy {
    grid-column: 2/7;
    font-size: 10px;
    color: #bfd0e0
}

.privacy input {
    width: auto;
    height: auto
}

.hp {
    position: absolute!important;
    left: -9999px!important
}

.section {
    padding: 105px 0
}

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

.section-head h2 {
    font-size: 55px
}

.section-head>p {
    max-width: 430px;
    font-size: 14px
}

.cards {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px
}

.card {
    grid-column: span 2;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 27px;
    min-height: 370px;
    transition: .2s
}

.card:nth-child(4),.card:nth-child(5) {
    grid-column: span 3;
    min-height: 340px
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}

.card>i {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #dcecff;
    color: #1167d8;
    display: grid;
    place-items: center;
    font-style: normal;
    font-size: 20px
}

.card.health>i {
    background: #ffe4e0;
    color: #d7544a
}

.card.car>i {
    background: #fff1c7;
    color: #b67a0a
}

.card.business>i {
    background: #ddf3e7;
    color: #16865a
}

.card.travel>i {
    background: #ebe3ff;
    color: #7654ca
}

.card h3 {
    font-size: 20px;
    margin-top: 22px
}

.card p {
    color: var(--muted);
    line-height: 1.65;
    font-size: 13px
}

.card ul {
    padding-left: 18px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.8
}

.card a {
    font-weight: bold;
    color: var(--blue);
    font-size: 12px
}

.about {
    background: var(--surface)
}

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center
}

.about-photo {
    height: 540px;
    border-radius: 25px;
    background: linear-gradient(180deg,transparent,#071d4080),url('https://images.goway.com/production/styles/hero_s1_lg/s3/hero/iStock-1454354025.jpg.webp?VersionId=bdmRMzkxcSdSwLdDaqAv_.NamrMU5L_.&h=fc42d065&itok=_zDrzTuD') center/cover;
    box-shadow: var(--shadow)
}

.about h2 {
    font-size: 55px
}

.ticks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 25px 0
}

.ticks span {
    font-weight: bold;
    font-size: 12px;
    color: var(--muted)
}

.contact {
    padding-top: 35px
}

.contact-box {
    background: linear-gradient(140deg,#082b5a,#064a84);
    color: white;
    border-radius: 27px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 70px
}

.contact h2 {
    font-size: 52px
}

.contact-box>div>p {
    color: #b8cce1;
    line-height: 1.7
}

.contact-box>div>a {
    display: block;
    font-weight: bold;
    margin: 12px 0
}

.contact form {
    background: white;
    color: #12304f;
    border-radius: 17px;
    padding: 25px;
    display: none;
    gap: 10px
}

.contact form input,.contact form select,.contact form textarea {
    background: #f7f9fc;
    color: #12304f;
    border-color: #dde4ec
}

.contact form textarea {
    height: 70px;
    padding-top: 12px
}

.contact form .privacy {
    color: #687b8f
}

.flash {
    position: fixed;
    z-index: 50;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    background: #dcf6e9;
    color: #106b4c;
    padding: 14px 20px;
    border-radius: 9px;
    box-shadow: var(--shadow)
}

.flash.error {
    background: #ffe5e2;
    color: #972e25
}

.inner-hero {
    padding: 80px 0;
    background: linear-gradient(120deg,var(--bg),var(--surface))
}

.inner-hero h1 {
    font-size: 55px
}

.inner-hero p {
    max-width: 680px;
    color: var(--muted);
    line-height: 1.8
}

.content-wrap {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 65px;
    padding-top: 70px;
    padding-bottom: 90px
}

.rich-text {
    font-size: 16px;
    line-height: 1.8
}

.rich-text img {
    max-width: 100%
}

.content-wrap aside {
    align-self: start;
    position: sticky;
    top: 115px;
    padding: 25px;
    border-radius: 17px;
    background: var(--surface);
    border: 1px solid var(--line)
}

.content-wrap aside p {
    color: var(--muted);
    line-height: 1.6
}

.content-wrap aside a {
    display: block;
    color: var(--blue);
    font-weight: bold;
    margin-top: 15px
}

footer {
    background: #06192e;
    color: #dce8f4;
    padding: 65px 0 22px
}

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

.footer-grid>div>a:not(.logo),.footer-grid p {
    display: block;
    color: #8fa5ba;
    font-size: 11px;
    line-height: 1.7;
    margin: 11px 0
}

.footer-grid>div>b {
    font-size: 12px
}

.copyright {
    margin-top: 50px;
    border-top: 1px solid #ffffff18;
    padding-top: 20px;
    color: #71879e;
    font-size: 10px
}

@media(max-width: 980px) {
    header nav,.head-call {
        display:none
    }

    .menu-toggle {
        display: block
    }

    header nav.open {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 82px;
        background: var(--surface);
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        border-bottom: 1px solid var(--line)
    }

    .hero-grid,.about-grid,.contact-box {
        grid-template-columns: 1fr
    }

    .hero-photo {
        height: 450px
    }

    .quote-band form {
        grid-template-columns: 1fr 1fr
    }

    .quote-band form>div,.privacy {
        grid-column: 1/-1
    }

    .card {
        grid-column: span 3
    }

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

    .content-wrap {
        grid-template-columns: 1fr
    }

    .content-wrap aside {
        position: static
    }
}

@media(max-width: 650px) {
    .wrap {
        width:calc(100% - 30px)
    }

    .top .wrap span:first-child,.top .wrap a:last-child {
        display: none
    }

    .top .wrap {
        justify-content: center
    }

    .logo b {
        font-size: 16px
    }

    .logo i {
        width: 38px;
        height: 42px
    }

    .hero-grid {
        padding: 45px 0
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-photo {
        height: 380px
    }

    .stats span {
        padding: 0 12px
    }

    .quote-band form {
        grid-template-columns: 1fr
    }

    .quote-band form>div,.privacy {
        grid-column: auto
    }

    .section {
        padding: 75px 0
    }

    .section-head {
        display: block
    }

    .section-head h2,.about h2,.contact h2,.inner-hero h1 {
        font-size: 39px
    }

    .cards {
        display: block
    }

    .card {
        margin-bottom: 14px;
        min-height: 0
    }

    .about-photo {
        height: 400px
    }

    .ticks {
        grid-template-columns: 1fr
    }

    .contact-box {
        padding: 32px 21px;
        gap: 30px
    }

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

    .content-wrap {
        padding-top: 45px
    }

    .top .wrap span:last-child {
        font-size: 21px
    }
}

.hero-photo {
    background-image: linear-gradient(180deg,transparent,#061a3c75),url('../images/insurance-family.png')
}

.about-photo {
    background-image: linear-gradient(180deg,transparent,#071d4080),url('../images/insurance-family.png')
}

/* ADCRAFT360 CMS R5 */
.hero-slider {
    position: relative
}

.hero-slide {
    display: none;
    animation: aksFade .55s ease
}

.hero-slide.active {
    display: flex
}

.hero-slide .hero-photo {
    background-image: linear-gradient(180deg,transparent,#061a3c75),var(--slide-image)
}

@keyframes aksFade {
    from {
        opacity: .25;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3
}

.slider-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 30px;
    background: #a7b8cb;
    cursor: pointer;
    transition: .2s
}

.slider-dots button.active {
    width: 30px;
    background: var(--blue)
}

.view-pill {
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 30px;
    color: var(--muted);
    background: var(--surface)
}

.aside-cta {
    padding: 13px 15px;
    border-radius: 9px;
    background: var(--blue);
    color: #fff!important;
    text-align: center
}

.news-archive {
    padding-top: 70px;
    padding-bottom: 100px
}

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

.news-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    min-height: 310px;
    transition: .2s
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.news-card>span {
    font-size: 10px;
    font-weight: bold;
    color: var(--blue);
    letter-spacing: .08em
}

.news-card h2 {
    font-size: 21px;
    line-height: 1.35;
    margin: 18px 0 12px
}

.news-card p {
    color: var(--muted);
    line-height: 1.7;
    flex: 1
}

.news-card>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 17px
}

.news-card small {
    color: var(--muted)
}

.news-card a {
    color: var(--blue);
    font-weight: bold
}

.empty-state {
    padding: 60px;
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 22px
}

.empty-state p {
    color: var(--muted)
}

.contact {
    padding: 70px 0 110px;
    background: linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--blue) 5%,var(--bg)))
}

.contact-box {
    position: relative;
    overflow: hidden;
    padding: 68px;
    background: radial-gradient(circle at 8% 8%,#2588e548,transparent 28%),linear-gradient(145deg,#071f42,#063a70);
    box-shadow: 0 35px 90px rgba(5,27,60,.26)
}

.contact-box:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid #ffffff16;
    border-radius: 50%;
    left: -180px;
    bottom: -220px
}

.contact-copy {
    position: relative;
    z-index: 1
}

.contact-copy h2 {
    font-size: 50px;
    max-width: 570px
}

.contact-lines {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 28px 0
}

.contact-lines a {
    background: #ffffff0d;
    border: 1px solid #ffffff1f;
    border-radius: 14px;
    padding: 16px!important;
    margin: 0!important;
    font-size: 15px
}

.contact-lines small {
    display: block;
    color: #7fb8ee;
    font-size: 9px;
    letter-spacing: .13em;
    margin-bottom: 7px
}

.contact-trust {
    display: grid;
    gap: 11px;
    color: #c9dbec;
    font-size: 12px
}

.contact-form {
    position: relative;
    z-index: 2;
    padding: 32px!important;
    border-radius: 24px!important;
    box-shadow: 0 25px 65px #0017334d
}

.form-title span {
    font-size: 9px;
    letter-spacing: .14em;
    color: var(--blue);
    font-weight: 900
}

.form-title h3 {
    font-size: 25px;
    margin: 8px 0
}

.form-title p {
    font-size: 12px;
    line-height: 1.6;
    color: #718198;
    margin: 0 0 18px
}

.contact-form label:not(.privacy) {
    display: block;
    color: #35516d;
    font-size: 10px;
    font-weight: bold
}

.contact-form label input,.contact-form label select,.contact-form label textarea {
    margin-top: 7px
}

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

.contact-form input,.contact-form select,.contact-form textarea {
    border: 1px solid #dce5ef!important;
    background: #f7fafe!important;
    border-radius: 10px!important;
    transition: .2s
}

.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
    outline: 0;
    border-color: #60a5ef!important;
    box-shadow: 0 0 0 4px #1167d812
}

.contact-form button {
    height: 54px!important;
    border-radius: 11px!important;
    background: linear-gradient(120deg,#16a676,#0e8e69)!important;
    font-size: 13px;
    box-shadow: 0 12px 30px #0f956538
}

.contact-form .privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5
}

.contact-form .privacy input {
    margin-top: 2px!important;
    flex: 0 0 auto
}

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

    .contact-box {
        padding: 45px
    }

    .contact-copy h2 {
        max-width: none
    }
}

@media(max-width: 650px) {
    .hero-slide .hero-photo {
        background-image:linear-gradient(180deg,transparent,#061a3c75),var(--slide-image-mobile)
    }

    .news-grid {
        grid-template-columns: 1fr
    }

    .news-archive {
        padding-top: 40px
    }

    .contact {
        padding: 45px 0 75px
    }

    .contact-box {
        padding: 28px 20px
    }

    .contact-lines,.field-row {
        grid-template-columns: 1fr
    }

    .contact-copy h2 {
        font-size: 36px
    }

    .contact-form {
        padding: 22px!important
    }

    .slider-dots {
        bottom: 12px
    }
}
