   :root{
      --bg:#FDFCF8;
      --text:#2C2C24;
      --primary:#5D7052;
      --secondary:#C18C5D;
      --accent:#E6DCCD;
      --muted:#F0EBE5;
      --border:#DED8CF;
      --light:#FEFEFA;
    }

    body{
      font-family:'Nunito',sans-serif;
      color:var(--text);
      background:var(--bg);
      line-height:1.7;
      overflow-x:hidden;
    }

    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.04;
      mix-blend-mode:multiply;
      background-image:radial-gradient(#2C2C24 1px, transparent 1px);
      background-size:14px 14px;
      z-index:9999;
    }

    h1,h2,h3,h4{
      font-family:'Fraunces',serif;
      font-weight:800;
    }

    .section{
      padding:90px 0;
      position:relative;
    }

    .section-soft{background:rgba(240,235,229,.45);}
    .section-sand{background:rgba(230,220,205,.45);}
    .container-narrow{max-width:1050px;}

    .organic-nav{
      margin:20px auto 0;
      max-width:1180px;
      background:rgba(255,255,255,.75);
      border:1px solid rgba(222,216,207,.75);
      border-radius:999px;
      padding:12px 20px;
      box-shadow:0 8px 30px rgba(93,112,82,.12);
    }

    .navbar-brand{
      font-family:'Fraunces',serif;
      font-weight:800;
      color:var(--primary)!important;
      font-size:26px;
    }

    .navbar-nav>li>a{
      color:var(--text)!important;
      font-weight:700;
    }

    .btn-organic{
      border-radius:999px;
      padding:13px 30px;
      font-weight:800;
      border:none;
      transition:.3s;
    }

    .btn-primary-organic{
      background:var(--primary);
      color:#fff;
      box-shadow:0 8px 24px rgba(93,112,82,.22);
    }

    .btn-primary-organic:hover{
      color:#fff;
      transform:translateY(-2px) scale(1.03);
    }

    .btn-outline-organic{
      border:2px solid var(--secondary);
      color:var(--secondary);
      background:transparent;
    }

    .hero{
      padding:95px 0 110px;
      overflow:hidden;
    }

    .hero h1{
      font-size:58px;
      line-height:1.05;
      margin-bottom:20px;
    }

    .hero p{
      font-size:18px;
      color:#66665c;
      max-width:620px;
    }

    .blob{
      position:absolute;
      border-radius:60% 40% 30% 70% / 60% 30% 70% 40%;
      filter:blur(35px);
      opacity:.28;
      z-index:0;
    }

    .blob-one{
      width:360px;height:360px;
      background:var(--primary);
      top:90px;right:-120px;
    }

    .blob-two{
      width:300px;height:300px;
      background:var(--secondary);
      left:-110px;bottom:30px;
    }

    .hero-content,.hero-login{position:relative;z-index:2;}

    .login-card,.organic-card{
      background:rgba(254,254,250,.92);
      border:1px solid rgba(222,216,207,.75);
      border-radius:34px;
      box-shadow:0 15px 45px rgba(93,112,82,.15);
      padding:32px;
      transition:.3s;
    }

    .organic-card:hover{
      transform:translateY(-5px);
      box-shadow:0 22px 55px rgba(193,140,93,.18);
    }

    .login-card{
      border-radius:42px 26px 46px 28px;
    }

    .form-control{
      height:48px;
      border-radius:999px;
      border:1px solid var(--border);
      box-shadow:none;
      background:rgba(255,255,255,.65);
    }

    .form-control:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 3px rgba(93,112,82,.15);
    }

    .badge-soft{
      display:inline-block;
      padding:9px 16px;
      border-radius:999px;
      background:var(--muted);
      color:var(--primary);
      font-weight:800;
      margin:4px;
    }

    .section-title{
      max-width:760px;
      margin:0 auto 50px;
      text-align:center;
    }

    .section-title h2{
      font-size:42px;
      margin-bottom:15px;
    }

    .section-title p{
      color:#707064;
      font-size:17px;
    }

    .stat-card{
      text-align:center;
      border-radius:38px 22px 38px 22px;
    }

    .stat-number{
      font-family:'Fraunces',serif;
      font-size:38px;
      font-weight:800;
      color:var(--primary);
    }

    .icon-box{
      width:60px;height:60px;
      border-radius:24px;
      background:rgba(93,112,82,.1);
      color:var(--primary);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      margin-bottom:18px;
    }

    .step-number{
      width:54px;height:54px;
      border-radius:50%;
      background:var(--secondary);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
      font-weight:800;
      margin-bottom:18px;
    }

    .country-pill{
      display:block;
      text-align:center;
      background:#fff;
      border:1px solid var(--border);
      border-radius:999px;
      padding:14px 18px;
      margin-bottom:15px;
      color:var(--text);
      font-weight:800;
      transition:.3s;
    }

    .country-pill:hover{
      background:var(--primary);
      color:#fff;
      text-decoration:none;
      transform:translateY(-3px);
    }

    .testimonial{
      border-radius:28px 46px 28px 46px;
    }

    .faq .panel{
      border:1px solid var(--border);
      border-radius:24px!important;
      overflow:hidden;
      box-shadow:none;
      margin-bottom:16px;
      background:#fff;
    }

    .faq .panel-heading{
      background:#fff!important;
      border:none;
      padding:0;
    }

    .faq .panel-title a{
      display:block;
      padding:18px 22px;
      color:var(--text);
      font-weight:800;
      text-decoration:none;
    }

    .faq .panel-body{
      border-top:1px solid var(--border)!important;
      color:#66665c;
      padding:20px 22px;
    }

    .cta{
      background:var(--primary);
      color:#fff;
      border-radius:55px 30px 55px 30px;
      padding:60px 35px;
      position:relative;
      overflow:hidden;
    }

    .cta p{color:rgba(255,255,255,.82);}

    .footer{
      background:#2C2C24;
      color:#ddd;
      padding:55px 0 25px;
    }

    .footer h3,.footer h4{color:#fff;}
    .footer a{color:#E6DCCD;}

    @media(max-width:767px){
      .organic-nav{border-radius:28px;}
      .hero h1{font-size:40px;}
      .section{padding:65px 0;}
      .section-title h2{font-size:32px;}
      .login-card{margin-top:35px;}
    }
