    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    :root{
      --primary:#1a3c5e;--accent:#2e7d9f;--accent2:#e8f4f8;
      --light:#f4f7fa;--white:#fff;--text:#2d2d2d;
      --muted:#6b7a8d;--border:#dde3ea;--font:'Segoe UI',Arial,sans-serif;
    }
    html{scroll-behavior:smooth}
    body{font-family:var(--font);color:var(--text);background:var(--white)}

    /* ── NAVBAR ── */
    nav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999;box-shadow:0 2px 12px rgba(0,0,0,.06)}
    .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:70px;gap:16px}
    .nav-logo{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0;overflow:visible}
    .nav-logo img{height:50px;width:auto;object-fit:contain;overflow:visible;display:block}
    .nav-logo-fallback{font-size:1rem;font-weight:700;color:var(--primary);line-height:1.3;display:none}
    .nav-taglines{display:flex;flex-direction:column;gap:2px}
    .nav-tagline-main{font-size:.72rem;color:var(--accent);letter-spacing:.08em;font-style:italic}
    .nav-right-tagline{font-size:.9rem;font-weight:700;color:var(--primary);letter-spacing:.01em;white-space:nowrap}

    /* ── SECTION BASE ── */
    .section-wrap{max-width:1200px;margin:0 auto;padding:72px 24px}
    .section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border-left:3px solid var(--accent);padding-left:10px;margin-bottom:16px}
    .section-divider{border:none;border-top:1px solid var(--border);max-width:1200px;margin:0 auto}

    /* ── PROFIL + VISI MISI ── */
    #profil-visi{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
    .profil-title{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1.3;margin-bottom:8px}
    .profil-subtitle{font-size:1rem;font-weight:600;color:var(--accent);margin-bottom:20px;font-style:italic}
    .profil-divider{width:48px;height:3px;background:var(--accent);border-radius:2px;margin-bottom:20px}
    .profil-text{font-size:.92rem;line-height:1.85;color:#444}
    .visi-frame{background:var(--primary);color:var(--white);border-radius:10px;padding:28px 28px 28px 32px;position:relative;margin-bottom:28px;overflow:hidden}
    .visi-frame::before{content:'"';position:absolute;top:-10px;left:16px;font-size:6rem;color:rgba(255,255,255,.08);font-family:Georgia,serif;line-height:1}
    .visi-frame-tag{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:10px}
    .visi-frame-text{font-size:1rem;font-weight:600;line-height:1.65;color:var(--white);position:relative;z-index:1}
    .visi-accent-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--accent);border-radius:10px 0 0 10px}
    .misi-title{font-size:.9rem;font-weight:700;color:var(--primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}
    .misi-list{list-style:none;display:flex;flex-direction:column;gap:12px}
    .misi-list li{display:flex;align-items:flex-start;gap:12px;font-size:.91rem;color:#444;line-height:1.6}
    .misi-icon{flex-shrink:0;width:22px;height:22px;background:var(--accent2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
    .misi-icon svg{width:12px;height:12px;stroke:var(--accent);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}

    /* ── KEAHLIAN ── */
    #keahlian{background:var(--light)}
    .keahlian-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:12px}
    .keahlian-card{background:var(--white);border-radius:10px;padding:28px 22px 24px;border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}
    .keahlian-card:hover{box-shadow:0 8px 32px rgba(26,60,94,.10);transform:translateY(-4px)}
    .keahlian-icon-wrap{width:52px;height:52px;background:var(--accent2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0}
    .keahlian-icon-wrap svg{width:26px;height:26px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
    .keahlian-name{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:10px;line-height:1.3}
    .keahlian-desc{font-size:.83rem;color:#555;line-height:1.7;flex:1;margin-bottom:20px}
    .btn-link{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--accent);text-decoration:none;letter-spacing:.02em;transition:gap .2s,color .2s;margin-top:auto}
    .btn-link:hover{color:var(--primary);gap:10px}
    .btn-link svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

    /* ── KEUNGGULAN ── */
    #keunggulan{background:var(--white)}
    .keunggulan-header{margin-bottom:40px}
    .keunggulan-title{font-size:1.6rem;font-weight:700;color:var(--primary);line-height:1.35;margin-top:6px}
    .keunggulan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
    .keunggulan-card{background:var(--light);border-radius:10px;padding:28px 24px;border:1px solid var(--border);transition:box-shadow .25s,transform .25s}
    .keunggulan-card:hover{box-shadow:0 8px 32px rgba(26,60,94,.09);transform:translateY(-3px)}
    .keunggulan-icon-wrap{width:48px;height:48px;background:var(--accent2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
    .keunggulan-icon-wrap svg{width:24px;height:24px;stroke:var(--accent);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
    .keunggulan-name{font-size:.95rem;font-weight:700;color:var(--primary);margin-bottom:8px}
    .keunggulan-desc{font-size:.84rem;color:#555;line-height:1.7}

    /* ── CTA ── */
    #cta{background:var(--primary)}
    .cta-wrap{max-width:1200px;margin:0 auto;padding:80px 24px;text-align:center}
    .cta-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:14px}
    .cta-title{font-size:2rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:32px}

    /* CTA Buttons Group */
    .cta-buttons{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}

    .cta-btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:.95rem;padding:14px 32px;border-radius:6px;text-decoration:none;transition:background .2s,color .2s,transform .15s;letter-spacing:.01em;flex-shrink:0}
    .cta-btn:hover{transform:translateY(-2px)}

    /* Hubungi Tim Kami — putih, hover WA green */
    .cta-btn-wa{background:#fff;color:var(--primary)}
    .cta-btn-wa:hover{background:#25D366;color:#fff}

    /* Portofolio Kami — outlined / subtle teal, selaras tone biru-teal */
    .cta-btn-portfolio{background:rgba(46,125,159,.18);color:#fff;border:1.5px solid rgba(255,255,255,.35)}
    .cta-btn-portfolio:hover{background:rgba(46,125,159,.38);border-color:rgba(255,255,255,.6)}

    .cta-btn svg{flex-shrink:0}

    /* ── FOOTER ── */
    footer{background:#111d2b;color:rgba(255,255,255,.75)}
    .footer-main{max-width:1200px;margin:0 auto;padding:56px 24px 40px;display:grid;grid-template-columns:1.4fr 1px 1fr 1px 1fr;gap:40px;align-items:start}
    .footer-vdivider{background:rgba(255,255,255,.1);height:100%;min-height:120px}
    .footer-col-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}
    .footer-col-desc{font-size:.82rem;line-height:1.75;color:rgba(255,255,255,.6)}
    .footer-address{font-style:normal;font-size:.83rem;line-height:1.9;color:rgba(255,255,255,.65)}
    .footer-contacts{margin-top:14px;display:flex;flex-direction:column;gap:6px}
    .footer-link{font-size:.83rem;color:rgba(255,255,255,.65);text-decoration:none;display:flex;align-items:center;gap:8px}
    .footer-link svg{flex-shrink:0}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.08)}
    .footer-bottom-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
    .footer-copy{font-size:.75rem;color:rgba(255,255,255,.4)}

    /* ── RESPONSIVE 1024px ── */
    @media(max-width:1024px){
      .keahlian-grid{grid-template-columns:repeat(2,1fr)}
    }

    /* ── RESPONSIVE 768px (Tablet) ── */
    @media(max-width:768px){
      .nav-right-tagline{display:none}
      .section-wrap{padding:48px 20px}
      #profil-visi{grid-template-columns:1fr;gap:36px}
      .keahlian-grid{grid-template-columns:repeat(2,1fr);gap:16px}
      .keunggulan-grid{grid-template-columns:repeat(2,1fr);gap:16px}
      .cta-title{font-size:1.6rem}
      .cta-buttons{gap:12px}
      .footer-main{
        grid-template-columns:1fr;
        gap:32px;
        padding:40px 20px 32px;
      }
      .footer-vdivider{display:none}
      .footer-col-label{margin-bottom:10px}
      .footer-bottom-inner{flex-direction:column;text-align:center;gap:6px}
    }

    /* ── RESPONSIVE 480px (Mobile) ── */
    @media(max-width:480px){
      .nav-inner{height:60px}
      .nav-logo img{height:40px}
      .nav-tagline-main{font-size:.65rem}
      .profil-title{font-size:1.3rem}
      .keahlian-grid{grid-template-columns:1fr}
      .keunggulan-grid{grid-template-columns:1fr}
      .cta-title{font-size:1.35rem}
      .cta-buttons{flex-direction:column;align-items:stretch}
      .cta-btn{width:100%;justify-content:center;font-size:.9rem;padding:13px 20px}
      .keunggulan-title{font-size:1.2rem}
    }