:root {
    --orange: #f77f2f;
    --orange-dark: #df6417;
    --orange-soft: #fff2e8;
    --sky: #76c8f4;
    --sky-soft: #eef9ff;
    --ink: #172033;
    --muted: #667085;
    --cream: #fffaf5;
    --line: #e9edf2;
    --radius: 24px;
    --shadow: 0 20px 60px rgba(23, 32, 51, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.7
}

.container {
    max-width: 1180px
}

h1,
h2,
h3 {
    letter-spacing: -.035em;
    line-height: 1.08;
    font-weight: 700
}

h1,
h2 {
    font-family: 'Fraunces', serif
}

a {
    color: inherit
}

.dis-nav {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(233, 237, 242, .8)
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    font-weight: 700;
    letter-spacing: -.02em
}

.brand-sun {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: white;
    box-shadow: 0 8px 22px rgba(247, 127, 47, .28)
}

.nav-link {
    font-weight: 600;
    color: #465066 !important;
    padding: .7rem 1rem !important
}

.nav-link:hover {
    color: var(--orange) !important
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding: .78rem 1.35rem;
    border-width: 1px
}

.btn-brand {
    background: var(--orange);
    border-color: var(--orange);
    color: white;
    box-shadow: 0 10px 30px rgba(247, 127, 47, .22)
}

.btn-brand:hover {
    background: var(--orange-dark);
    border-color: var(--orange-dark);
    color: white;
    transform: translateY(-1px)
}

.btn-soft {
    background: white;
    border-color: #e6e9ee;
    color: var(--ink)
}

.btn-soft:hover {
    background: var(--sky-soft);
    border-color: #d7effc
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fffaf6 0%, #fff 55%, #f2fbff 100%)
}

.min-vh-75 {
    min-height: 76vh
}

.hero-section h1 {
    font-size: clamp(3rem, 6.1vw, 6.1rem);
    max-width: 900px;
    margin: 1rem 0 1.4rem
}

.hero-copy {
    font-size: 1.18rem;
    color: var(--muted);
    max-width: 650px;
    margin-bottom: 2rem
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--orange-dark);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 2.3rem;
    color: #556075;
    font-size: .92rem
}

.hero-trust i {
    color: var(--sky)
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px)
}

.hero-orb-a {
    width: 380px;
    height: 380px;
    background: rgba(247, 127, 47, .11);
    right: -120px;
    top: 40px
}

.hero-orb-b {
    width: 240px;
    height: 240px;
    background: rgba(118, 200, 244, .16);
    left: -70px;
    bottom: -50px
}

.hero-art {
    height: 520px;
    position: relative
}

.art-card {
    position: absolute;
    background: white;
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: var(--shadow);
    border-radius: 32px
}

.art-main {
    width: 78%;
    right: 3%;
    top: 12%;
    padding: 2.3rem;
    transform: rotate(3deg);
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.art-main .art-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: var(--orange-soft);
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 1.7rem
}

.art-main span {
    color: var(--muted);
    font-size: .9rem
}

.art-main strong {
    font-family: 'Fraunces';
    font-size: 2rem;
    line-height: 1.13
}

.art-small {
    left: 0;
    bottom: 18%;
    padding: 1.2rem 1.5rem;
    display: flex;
    gap: .8rem;
    align-items: center;
    transform: rotate(-4deg)
}

.art-small i {
    color: var(--orange)
}

.art-dot {
    position: absolute;
    border-radius: 50%
}

.dot-1 {
    width: 80px;
    height: 80px;
    background: var(--sky);
    left: 8%;
    top: 11%
}

.dot-2 {
    width: 38px;
    height: 38px;
    background: var(--orange);
    right: 0;
    bottom: 13%
}

.section-pad {
    padding: 7rem 0
}

.section-heading {
    margin-bottom: 1.5rem
}

.section-heading h2,
.page-hero h1 {
    font-size: clamp(2.45rem, 4.5vw, 4.6rem);
    margin: .7rem 0
}

.section-heading p {
    color: var(--muted);
    max-width: 510px;
    margin-left: auto
}

.service-card {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    transition: .25s ease;
    overflow: hidden
}

.service-card:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    right: -45px;
    top: -45px;
    background: var(--sky-soft);
    transition: .25s
}

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

.service-card:hover:before {
    background: var(--orange-soft);
    transform: scale(1.25)
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: var(--orange-soft);
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

.service-card h3,
.service-card h2 {
    font-family: 'DM Sans';
    font-size: 1.32rem
}

.service-card p {
    color: var(--muted)
}

.service-card a,
.text-link {
    font-weight: 800;
    color: var(--orange-dark);
    text-decoration: none
}

.coming-badge,
.demo-pill {
    display: inline-block;
    background: var(--sky-soft);
    color: #247ba8;
    padding: .45rem .75rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800
}

.service-card-wide {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 2.4rem
}

.soft-sky {
    background: linear-gradient(135deg, var(--sky-soft), #fff)
}

.about-visual {
    min-height: 390px;
    position: relative
}

.ratio-box {
    position: absolute;
    left: 6%;
    top: 15%;
    width: 62%;
    aspect-ratio: 1.618;
    border: 2px solid rgba(247, 127, 47, .45);
    border-radius: 30px;
    padding: 1.4rem;
    color: var(--orange-dark);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ratio-box span {
    font-family: 'Fraunces';
    font-size: 2.4rem
}

.ratio-box small {
    color: var(--muted)
}

.visual-circle {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    right: 5%;
    bottom: 5%;
    background: var(--orange);
    display: grid;
    place-items: center;
    color: white;
    font-size: 4rem;
    box-shadow: 0 25px 60px rgba(247, 127, 47, .25)
}

.lead-copy {
    font-size: 1.25rem;
    color: #39445a
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 180px;
    gap: 1.2rem
}

.portfolio-tile {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: var(--cream)
}

.tile-1,
.tile-5 {
    grid-column: span 7;
    grid-row: span 2
}

.tile-2,
.tile-3 {
    grid-column: span 5
}

.tile-4,
.tile-6 {
    grid-column: span 5;
    grid-row: span 2
}

.portfolio-placeholder {
    height: 100%;
    min-height: 250px;
    background: linear-gradient(135deg, #fff1e6, #e8f8ff);
    display: grid;
    place-items: center;
    font-size: 3rem;
    color: rgba(247, 127, 47, .65)
}

.portfolio-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 4rem 1.5rem 1.5rem;
    background: linear-gradient(transparent, rgba(23, 32, 51, .82));
    color: white
}

.portfolio-overlay span {
    font-size: .8rem;
    opacity: .8
}

.portfolio-overlay h3 {
    font-family: 'DM Sans';
    font-size: 1.25rem;
    margin: .3rem 0 0
}

.demo-note {
    color: #7b8497;
    font-size: .82rem
}

.testimonial-section {
    background: var(--cream)
}

.testimonial-section .section-heading {
    max-width: 700px
}

.testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 2.5rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(233, 237, 242, .8)
}

.testimonial-focus {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quote-mark {
    font-family: 'Fraunces';
    font-size: 5rem;
    color: var(--orange);
    line-height: .6
}

.testimonial-card>p {
    font-size: 1.18rem;
    margin: 1rem 0
}

.stars {
    color: #ffad33;
    font-size: .85rem
}

.avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--sky-soft);
    color: #2485b6;
    font-weight: 800
}

.testimonial-card small {
    display: block;
    color: var(--muted)
}

.demo-pill {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.8rem
}

.carousel-controls button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: white;
    color: var(--ink)
}

.testimonial-count {
    font-size: .85rem;
    color: var(--muted)
}

.article-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    transition: .25s
}

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

.article-cover {
    height: 190px;
    background: linear-gradient(135deg, var(--sky-soft), var(--orange-soft));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    color: var(--orange)
}

.article-cover span {
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: white;
    padding: .35rem .7rem;
    border-radius: 999px;
    font-size: .7rem;
    color: #516076;
    font-weight: 700
}

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

.article-card h3,
.article-card h2 {
    font-family: 'DM Sans';
    font-size: 1.18rem;
    margin: .7rem 0
}

.article-card h3 a,
.article-card h2 a {
    text-decoration: none
}

.article-card p {
    font-size: .92rem;
    color: var(--muted)
}

.cta-section {
    padding: 1rem 0 7rem
}

.cta-panel {
    background: var(--orange);
    border-radius: 36px;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    color: white;
    overflow: hidden;
    position: relative
}

.cta-panel:after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .11);
    right: -60px;
    top: -90px
}

.cta-panel h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    max-width: 800px
}

.eyebrow-light {
    color: #fff7f0
}

.site-footer {
    background: #172033;
    color: white;
    padding: 5rem 0 2rem
}

.site-footer h6 {
    color: #ffc89e
}

.site-footer a:not(.brand-lockup) {
    display: block;
    color: #dbe0e8;
    text-decoration: none;
    margin: .5rem 0
}

.footer-copy {
    color: #aab3c2;
    max-width: 450px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 3rem;
    padding-top: 1.5rem;
    color: #8692a4;
    font-size: .85rem
}

.page-hero {
    padding: 6.5rem 0 4.5rem;
    background: linear-gradient(135deg, #fffaf6, #f5fbff)
}

.page-hero h1 {
    max-width: 900px
}

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

.page-hero p {
    font-size: 1.15rem;
    color: var(--muted);
    max-width: 650px
}

.filter-chips {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap
}

.filter-chips a {
    padding: .55rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 700
}

.filter-chips a.active {
    background: var(--orange);
    color: white;
    border-color: var(--orange)
}

.portfolio-card {
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    height: 100%
}

.portfolio-card .portfolio-placeholder {
    min-height: 230px
}

.portfolio-card span {
    font-size: .75rem;
    color: var(--orange-dark);
    font-weight: 800
}

.portfolio-card h2 {
    font-family: 'DM Sans';
    font-size: 1.3rem;
    margin: .5rem 0
}

.portfolio-card p {
    color: var(--muted);
    font-size: .92rem
}

.article-hero {
    padding: 7rem 0 3rem;
    background: linear-gradient(135deg, #fffaf6, #fff)
}

.article-narrow {
    max-width: 800px
}

.article-hero h1 {
    font-size: clamp(2.7rem, 5vw, 5rem);
    margin: 1rem 0
}

.article-hero p {
    font-size: 1.2rem;
    color: var(--muted)
}

.article-meta {
    margin-top: 1.5rem;
    color: #8590a2;
    font-size: .9rem
}

.article-body {
    padding-top: 3rem;
    padding-bottom: 6rem;
    font-size: 1.06rem
}

.article-body h2 {
    font-family: 'DM Sans';
    font-size: 1.6rem;
    margin-top: 2.5rem
}

.article-body p {
    color: #354056
}

.related-card {
    display: block;
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    text-decoration: none
}

.related-card small {
    display: block;
    color: var(--orange-dark);
    margin-bottom: .5rem
}

.related-card strong {
    font-size: 1.05rem
}

.manifesto-card {
    background: var(--orange);
    color: white;
    border-radius: 34px;
    padding: 3rem
}

.manifesto-card i {
    font-size: 3rem
}

.manifesto-card p {
    font-family: 'Fraunces';
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 3rem
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem
}

.principles div {
    border-top: 2px solid var(--line);
    padding-top: 1.2rem
}

.principles span {
    color: var(--orange);
    font-weight: 800
}

.principles h3 {
    font-family: 'DM Sans';
    font-size: 1.15rem;
    margin: .6rem 0
}

.principles p {
    font-size: .9rem;
    color: var(--muted)
}

.contact-panel {
    background: var(--orange-soft);
    border-radius: 34px;
    padding: 3rem
}

.contact-panel h2 {
    font-size: 2.5rem;
    margin: .7rem 0 1rem
}

.contact-list {
    display: grid;
    gap: 1rem
}

.contact-list>div {
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.4rem;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 1rem
}

.contact-list i {
    grid-row: 1/3;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--sky-soft);
    color: #2485b6;
    display: grid;
    place-items: center
}

.contact-list span {
    font-size: .78rem;
    color: var(--muted)
}

.contact-list strong {
    font-size: .98rem
}

@media(max-width:991.98px) {
    .section-pad {
        padding: 5rem 0
    }

    .hero-art {
        height: 380px
    }

    .portfolio-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 260px
    }

    .portfolio-tile {
        grid-column: span 1 !important;
        grid-row: span 1 !important
    }

    .cta-panel {
        padding: 3rem;
        display: block
    }

    .cta-panel .btn {
        margin-top: 1.5rem
    }

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

    .section-heading p {
        margin-left: 0
    }

    .service-card-wide {
        display: block
    }

    .service-card-wide .service-icon {
        margin-bottom: 1.2rem
    }
}

@media(max-width:575.98px) {
    .hero-section h1 {
        font-size: 3.1rem
    }

    .min-vh-75 {
        min-height: auto;
        padding: 4.5rem 0
    }

    .hero-art {
        height: 340px
    }

    .art-main {
        width: 88%;
        padding: 1.7rem
    }

    .art-main strong {
        font-size: 1.55rem
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 280px
    }

    .section-pad {
        padding: 4rem 0
    }

    .cta-panel {
        border-radius: 26px;
        padding: 2rem
    }

    .page-hero {
        padding: 4rem 0 2.5rem
    }

    .manifesto-card {
        padding: 2rem
    }

    .manifesto-card p {
        font-size: 1.55rem
    }

    .contact-panel {
        padding: 2rem
    }

    .testimonial-card {
        padding: 2rem
    }

    .testimonial-focus {
        min-height: 390px
    }
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 1.5rem auto;
    display: block
}

.article-body figure {
    margin: 2rem 0
}

.article-body figcaption {
    text-align: center;
    color: var(--muted);
    font-size: .88rem;
    margin-top: .65rem
}

.article-body blockquote {
    border-left: 4px solid var(--orange);
    padding: 1rem 1.25rem;
    margin: 2rem 0;
    background: var(--orange-soft);
    border-radius: 0 16px 16px 0
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    display: block;
    overflow-x: auto
}

.article-body th,
.article-body td {
    border: 1px solid var(--line);
    padding: .75rem 1rem;
    min-width: 120px
}

.article-body th {
    background: var(--sky-soft)
}

.site-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}
.portfolio-card-image {
    height: 180px;
    overflow: hidden;
}

.portfolio-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-cover-image {
    height: 190px;
    overflow: hidden;
}

.article-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cover pada halaman detail artikel */
.article-detail-cover {
    margin: 0 0 2.5rem;
    border-radius: 24px;
    overflow: hidden;
}

.article-detail-cover img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}