/*
Theme Name: POS Studio Kalcer - Landing
Theme URI: https://posstudiokalcer.local
Author: POS Studio Kalcer
Author URI: https://posstudiokalcer.local
Description: Landing page pemasaran untuk POS Studio Kalcer - sistem kasir & manajemen outlet. Menampilkan modul produk, harga langganan, FAQ, dan modal checkout Midtrans.
Version: 1.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pos-studio-kalcer-landing
*/


  :root{
    --ink:#0F1B2D;
    --ink-soft:#1B2D45;
    --paper:#EEF1F2;
    --paper-card:#FFFFFF;
    --text:#14213A;
    --text-soft:#57657D;
    --teal:#3E9C8F;
    --teal-deep:#2F7E73;
    --blue:#2F6FED;
    --amber:#E8A33D;
    --red:#D65C5C;
    --line:#DDE2E6;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'IBM Plex Sans', sans-serif;
    background:var(--paper);
    color:var(--text);
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,.display{font-family:'Space Grotesk', sans-serif;}
  .mono{font-family:'IBM Plex Mono', monospace;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1120px;margin:0 auto;padding:0 32px;}
  img{max-width:100%;display:block;}

  /* NAV */
  nav{
    position:sticky;top:0;z-index:50;
    background:rgba(238,241,242,0.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  nav .wrap{display:flex;align-items:center;justify-content:space-between;height:72px;}
  .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;}
  .brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--teal));display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Space Grotesk';font-weight:700;font-size:14px;}
  .nav-links{display:flex;gap:32px;font-size:14px;color:var(--text-soft);}
  .nav-links a:hover{color:var(--text);}
  .nav-cta{background:var(--ink);color:#fff;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;}
  .nav-cta:hover{background:var(--ink-soft);}
  @media(max-width:800px){.nav-links{display:none;}}

  /* HERO */
  .hero{background:var(--ink);color:#fff;padding:96px 0 0;overflow:hidden;position:relative;}
  .hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:56px;align-items:center;padding-bottom:72px;}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'IBM Plex Mono';font-size:12px;letter-spacing:0.08em;
    color:var(--teal);border:1px solid rgba(62,156,143,0.4);
    padding:6px 12px;border-radius:100px;margin-bottom:24px;
  }
  .eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);}
  .hero h1{font-size:48px;font-weight:600;line-height:1.12;letter-spacing:-0.01em;margin-bottom:22px;}
  .hero h1 span{color:var(--teal);}
  .hero p.sub{font-size:17px;color:#B9C4D4;max-width:480px;margin-bottom:32px;}
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px;}
  .btn{
    padding:14px 24px;border-radius:9px;font-weight:600;font-size:15px;
    cursor:pointer;border:none;display:inline-flex;align-items:center;gap:8px;
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-primary{background:var(--teal);color:#04211D;}
  .btn-primary:hover{box-shadow:0 8px 24px rgba(62,156,143,0.35);}
  .btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.25);}
  .btn-ghost:hover{background:rgba(255,255,255,0.06);}
  .hero-proof{display:flex;gap:28px;font-size:13px;color:#8FA0B8;flex-wrap:wrap;}
  .hero-proof b{color:#fff;font-family:'IBM Plex Mono';}

  /* device frame */
  .device{
    background:#101B2A;border:1px solid rgba(255,255,255,0.08);
    border-radius:16px;padding:14px;box-shadow:0 40px 80px rgba(0,0,0,0.45);
    position:relative;
  }
  .device-bar{display:flex;gap:6px;padding:0 6px 12px;}
  .device-bar span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,0.15);}
  .device-screen{border-radius:8px;overflow:hidden;position:relative;}
  .device-screen img{width:100%;}
  .live-counter{
    position:absolute;top:14px;right:14px;
    background:rgba(15,27,45,0.92);border:1px solid rgba(62,156,143,0.4);
    border-radius:10px;padding:10px 14px;font-family:'IBM Plex Mono';
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
  }
  .live-counter .lbl{font-size:10px;letter-spacing:0.06em;color:#8FA0B8;margin-bottom:2px;}
  .live-counter .val{font-size:18px;font-weight:600;color:#5FE0C7;}

  /* CASE STRIP */
  .case-strip{background:var(--ink-soft);border-top:1px solid rgba(255,255,255,0.08);}
  .case-strip .wrap{display:flex;flex-wrap:wrap;gap:40px;padding:26px 32px;justify-content:space-between;align-items:center;}
  .case-item{font-size:13px;color:#B9C4D4;}
  .case-item b{display:block;font-family:'IBM Plex Mono';font-size:20px;color:#fff;font-weight:600;}

  /* SECTION generic */
  section{padding:96px 0;}
  .section-head{max-width:620px;margin-bottom:56px;}
  .section-tag{font-family:'IBM Plex Mono';font-size:12px;color:var(--teal-deep);letter-spacing:0.06em;margin-bottom:14px;}
  .section-head h2{font-size:32px;font-weight:600;letter-spacing:-0.01em;margin-bottom:14px;}
  .section-head p{color:var(--text-soft);font-size:16px;}

  /* MODULES */
  .modules{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
  .module-card{
    background:var(--paper-card);border:1px solid var(--line);border-radius:14px;
    overflow:hidden;transition:box-shadow .2s ease, transform .2s ease;
  }
  .module-card:hover{box-shadow:0 20px 40px rgba(15,27,45,0.08);transform:translateY(-2px);}
  .module-shot{border-bottom:1px solid var(--line);background:#F4F6F7;max-height:220px;overflow:hidden;}
  .module-shot img{width:100%;object-fit:cover;object-position:top;}
  .module-body{padding:22px 24px 26px;}
  .module-id{font-family:'IBM Plex Mono';font-size:11px;color:var(--text-soft);letter-spacing:0.06em;margin-bottom:8px;}
  .module-body h3{font-size:18px;font-weight:600;margin-bottom:8px;}
  .module-body p{font-size:14px;color:var(--text-soft);}
  .module-card.wide{grid-column:span 2;}
  @media(max-width:820px){.modules{grid-template-columns:1fr;}.module-card.wide{grid-column:span 1;}}

  /* FLOW */
  .flow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .flow-step{position:relative;padding-top:8px;}
  .flow-num{font-family:'IBM Plex Mono';font-size:13px;color:var(--teal-deep);border-bottom:2px solid var(--teal);display:inline-block;padding-bottom:6px;margin-bottom:16px;}
  .flow-step h3{font-size:16px;font-weight:600;margin-bottom:8px;}
  .flow-step p{font-size:13.5px;color:var(--text-soft);}
  @media(max-width:820px){.flow{grid-template-columns:1fr 1fr;}}

  /* PRICING */
  .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;}
  .plan{
    background:var(--paper-card);border:1px solid var(--line);border-radius:16px;
    padding:32px 28px;display:flex;flex-direction:column;
  }
  .plan.highlight{border:2px solid var(--ink);position:relative;box-shadow:0 24px 48px rgba(15,27,45,0.1);}
  .plan-badge{position:absolute;top:-13px;left:28px;background:var(--ink);color:#fff;font-family:'IBM Plex Mono';font-size:11px;padding:5px 12px;border-radius:100px;letter-spacing:0.04em;}
  .plan-name{font-family:'IBM Plex Mono';font-size:13px;color:var(--text-soft);letter-spacing:0.06em;margin-bottom:10px;}
  .plan-price{font-size:34px;font-weight:600;font-family:'Space Grotesk';margin-bottom:2px;}
  .plan-price span{font-size:14px;font-weight:500;color:var(--text-soft);}
  .plan-setup{font-size:13px;color:var(--text-soft);margin-bottom:24px;}
  .plan-feats{list-style:none;margin-bottom:28px;flex:1;}
  .plan-feats li{font-size:14px;padding:9px 0;border-top:1px solid var(--line);display:flex;gap:10px;}
  .plan-feats li:first-child{border-top:none;}
  .plan-feats li::before{content:'âœ“';color:var(--teal-deep);font-weight:700;}
  .plan .btn{width:100%;justify-content:center;}
  .plan-default{background:var(--ink);color:#fff;}
  .plan-default:hover{box-shadow:0 8px 24px rgba(15,27,45,0.25);}
  .plan-outline{background:transparent;color:var(--ink);border:1px solid var(--ink);}
  .plan-outline:hover{background:var(--ink);color:#fff;}
  @media(max-width:900px){.pricing-grid{grid-template-columns:1fr;}}

  /* FAQ */
  .faq-item{border-top:1px solid var(--line);padding:22px 0;}
  .faq-item:last-child{border-bottom:1px solid var(--line);}
  .faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:15.5px;}
  .faq-q .plus{font-family:'IBM Plex Mono';color:var(--text-soft);transition:transform .2s ease;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;font-size:14.5px;color:var(--text-soft);}
  .faq-item.open .faq-a{max-height:200px;padding-top:12px;}

  /* FOOTER CTA */
  .final-cta{background:var(--ink);color:#fff;text-align:center;padding:96px 0;}
  .final-cta h2{font-size:34px;font-weight:600;margin-bottom:16px;}
  .final-cta p{color:#B9C4D4;margin-bottom:32px;}

  footer{background:#0B1420;color:#7C8CA3;padding:40px 0;font-size:13px;}
  footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;}

  /* MODAL */
  .modal-overlay{
    position:fixed;inset:0;background:rgba(15,27,45,0.55);
    display:none;align-items:center;justify-content:center;z-index:100;padding:20px;
  }
  .modal-overlay.show{display:flex;}
  .modal{background:#fff;border-radius:16px;max-width:420px;width:100%;padding:32px;}
  .modal h3{font-family:'Space Grotesk';font-size:20px;margin-bottom:6px;}
  .modal p.desc{font-size:13.5px;color:var(--text-soft);margin-bottom:22px;}
  .modal label{font-size:12.5px;font-weight:600;display:block;margin-bottom:6px;margin-top:14px;}
  .modal input{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font-size:14px;font-family:inherit;}
  .modal input:focus{outline:2px solid var(--teal);outline-offset:1px;border-color:var(--teal);}
  .modal-actions{display:flex;gap:10px;margin-top:24px;}
  .modal-actions .btn{flex:1;}
  .btn-close{background:var(--paper);color:var(--text);}
  .modal-note{font-size:12px;color:var(--text-soft);margin-top:14px;background:var(--paper);border-radius:8px;padding:10px 12px;line-height:1.5;}

  ::selection{background:var(--teal);color:#04211D;}