
:root{
  --bg:#f5efe6;
  --paper:#fffdf9;
  --paper-2:#fbf7ef;
  --sage:#789477;
  --sage-soft:#dfe8dc;
  --forest:#35573d;
  --ink:#233027;
  --muted:#6d756f;
  --line:rgba(53,87,61,.14);
  --shadow:0 24px 70px rgba(44,65,50,.13);
  --radius-xl:34px;
  --radius-lg:24px;
  --ease:cubic-bezier(.22,.75,.24,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 10% 0%,rgba(255,255,255,.9),transparent 28%),
    linear-gradient(180deg,#f8f3eb 0%,#f3ecdf 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  color:#fff;background:linear-gradient(145deg,var(--sage),var(--forest));
  box-shadow:0 10px 24px rgba(53,87,61,.22)
}
.brand-copy strong{display:block;font:500 1.12rem/1.1 Georgia,serif}
.brand-copy small{display:block;font-size:.62rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:3px}
.btn{
  border:0;border-radius:999px;padding:13px 22px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:750;transition:.25s var(--ease);cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--forest);color:#fff;box-shadow:0 12px 26px rgba(53,87,61,.2)}
.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--forest)}
.card{background:rgba(255,253,249,.96);border:1px solid rgba(255,255,255,.85);border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(245,239,230,.86);backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav{display:flex;gap:26px;font-size:.92rem;font-weight:650;color:#58645c}
.header-actions{display:flex;gap:10px}
.hero{padding:38px 0 28px}
.hero-card{display:grid;grid-template-columns:1.08fr .92fr;min-height:650px;overflow:hidden}
.hero-copy{
  padding:48px 44px;
  display:flex;flex-direction:column;justify-content:space-between;
  background:linear-gradient(180deg,#fffdf9,#fbf7ef)
}
.hero-copy h1{
  font:400 clamp(3.2rem,6vw,5.8rem)/.98 Georgia,serif;
  letter-spacing:-.045em;margin:24px 0
}
.hero-copy h1 span{color:var(--forest)}
.hero-copy p{font-size:1.05rem;color:var(--muted);max-width:560px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.pillars{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;border-top:1px solid var(--line);padding-top:24px;margin-top:36px
}
.pillar{text-align:center;padding:0 12px;border-right:1px solid var(--line)}
.pillar:last-child{border-right:0}
.pillar .ico{font-size:1.45rem}
.pillar strong{display:block;margin-top:6px}
.pillar small{display:block;font-size:.74rem;color:var(--muted);margin-top:4px}
.hero-scene{
  position:relative;overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0)),
    linear-gradient(135deg,#dce7dc 0%,#f5e8d8 52%,#d8e5e6 100%)
}
.sun{position:absolute;width:160px;height:160px;border-radius:50%;right:12%;top:8%;background:#ffe2a4;box-shadow:0 0 90px rgba(255,219,141,.65)}
.window{position:absolute;left:6%;top:8%;width:58%;height:58%;border:16px solid rgba(255,255,255,.75);border-radius:22px;background:linear-gradient(#d8e9ef,#fff3d6)}
.window:before,.window:after{content:"";position:absolute;background:rgba(255,255,255,.72)}
.window:before{width:8px;top:0;bottom:0;left:50%}
.window:after{height:8px;left:0;right:0;top:50%}
.sofa{position:absolute;left:11%;right:7%;bottom:9%;height:25%;border-radius:40px 40px 22px 22px;background:#d7c6ae}
.sofa:before,.sofa:after{content:"";position:absolute;bottom:18%;width:28%;height:56%;border-radius:28px;background:#e7dac7}
.sofa:before{left:8%}.sofa:after{right:8%}
.plant{position:absolute;right:7%;bottom:14%;width:95px;height:180px}
.pot{position:absolute;bottom:0;left:22px;width:55px;height:66px;border-radius:10px 10px 20px 20px;background:#b98960}
.leaf{position:absolute;width:32px;height:78px;border-radius:100% 0 100% 0;background:#6e916f;transform-origin:bottom center;bottom:55px;left:40px}
.leaf:nth-child(2){transform:rotate(-48deg)}
.leaf:nth-child(3){transform:rotate(-16deg);height:95px}
.leaf:nth-child(4){transform:rotate(18deg);height:105px}
.leaf:nth-child(5){transform:rotate(48deg);height:82px}
.login-box{
  position:absolute;right:24px;top:24px;bottom:24px;width:320px;
  padding:26px;border-radius:26px;
  background:rgba(255,253,249,.91);border:1px solid rgba(255,255,255,.92);
  box-shadow:0 20px 54px rgba(44,64,49,.18);backdrop-filter:blur(14px);
  display:flex;flex-direction:column;justify-content:center
}
.login-box h2{font:400 1.95rem Georgia,serif;margin:0 0 4px}
.login-box p{font-size:.85rem;color:var(--muted);margin-top:0}
.fake-input,.social{
  height:46px;border:1px solid var(--line);background:#fff;border-radius:12px;
  display:flex;align-items:center;padding:0 13px;margin:6px 0;color:#8a918c;font-size:.84rem
}
.login-box .btn{width:100%;margin-top:8px}
.or{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.76rem;margin:14px 0}
.or:before,.or:after{content:"";height:1px;background:var(--line);flex:1}
.section{padding:68px 0}
.section-head{text-align:center;max-width:720px;margin:0 auto 30px}
.section-head h2{font:400 clamp(2.1rem,4vw,3.6rem)/1.05 Georgia,serif;margin:0 0 10px}
.section-head p{color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature{padding:22px;min-height:220px}
.feature .ico{font-size:2rem}
.feature h3{font:400 1.35rem Georgia,serif;margin:12px 0 8px}
.feature p{font-size:.9rem;color:var(--muted)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust{padding:20px}
.trust strong{display:block;margin:6px 0}
.trust small{color:var(--muted)}
.footer{padding:40px 0 24px;border-top:1px solid var(--line)}
.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer-links{display:flex;gap:26px;color:var(--muted);font-size:.9rem}
.footer-bottom{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:.83rem}

/* Mobile welcome screen */
.mobile-hero{
  display:none;
  min-height:calc(100vh - 66px);
  padding:20px 14px 24px;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))
}
.mobile-phone-card{
  position:relative;min-height:620px;overflow:hidden;border-radius:30px;
  background:linear-gradient(135deg,#e7eee4,#f4e6d5 60%,#dbe7e6);
  box-shadow:var(--shadow)
}
.mobile-phone-card .window{left:5%;top:8%;width:72%;height:46%;border-width:12px}
.mobile-phone-card .sofa{left:8%;right:8%;bottom:14%;height:22%}
.mobile-phone-card .plant{right:7%;bottom:18%}
.mobile-overlay{
  position:absolute;inset:0;padding:26px 22px;display:flex;flex-direction:column;
  justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04))
}
.mobile-copy h1{font:400 3rem/1.02 Georgia,serif;margin:120px 0 14px}
.mobile-copy h1 span{color:var(--forest)}
.mobile-copy p{max-width:310px;color:#5f6962;font-size:.95rem}
.mobile-actions{display:grid;gap:10px}
.dots{text-align:center;margin-top:4px;color:#fff;letter-spacing:.25em}

@media(max-width:980px){
  .nav{display:none}
  .hero-card{grid-template-columns:1fr}
  .hero-scene{min-height:540px}
  .feature-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .container{width:min(100% - 24px,1200px)}
  .site-header .nav,.site-header .header-actions{display:none}
  .header-inner{height:66px}
  .hero{display:none}
  .mobile-hero{display:block}
  .section{padding:56px 0}
  .feature-grid,.trust-grid{grid-template-columns:1fr}
  .footer-inner,.footer-bottom{flex-direction:column}
  .footer-links{flex-wrap:wrap}
}
