*{margin:0;padding:0;box-sizing:border-box}
:root{--aloe-green:#2e7d32;--aloe-light:#e8f5e9;--aloe-accent:#66bb6a;--aloe-dark:#1b5e20;--aloe-white:#ffffff;--aloe-bg:#fafff9;--aloe-text:#333}
body{font-family:'Open Sans',sans-serif;color:var(--aloe-text);background:var(--aloe-white);line-height:1.6}
h1,h2,h3,h4,h5{font-family:'Quicksand',sans-serif;font-weight:700}
.aloe-container{max-width:1100px;margin:0 auto;padding:0 20px}
.aloe-header{position:fixed;top:0;left:0;width:100%;z-index:999;background:rgba(255,255,255,0.97);box-shadow:0 1px 8px rgba(0,0,0,0.06);padding:14px 0}
.aloe-header__bar{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.aloe-brand{font-family:'Quicksand',sans-serif;font-size:1.6rem;font-weight:700;color:var(--aloe-green);text-decoration:none}
.aloe-main-nav{display:flex;gap:20px}
.aloe-main-nav a{color:var(--aloe-text);text-decoration:none;font-size:0.9rem;font-weight:600;transition:color 0.3s}
.aloe-main-nav a:hover{color:var(--aloe-green)}
.aloe-splash{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:100px 20px 60px}
.aloe-splash__bg{position:absolute;inset:0;background:url('../img/hero-bg.jpg') center/cover;opacity:0.15}
.aloe-splash__wrap{position:relative;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:center}
.aloe-splash__tag{display:inline-block;background:var(--aloe-light);color:var(--aloe-green);padding:6px 14px;border-radius:20px;font-size:0.8rem;font-weight:600;margin-bottom:16px}
.aloe-splash__heading{font-size:2.8rem;color:var(--aloe-dark);line-height:1.15;margin-bottom:20px}
.aloe-splash__desc{font-size:1.05rem;color:#555;margin-bottom:30px;max-width:480px}
.aloe-splash__cta{display:inline-block;background:var(--aloe-green);color:var(--aloe-white);padding:14px 32px;border-radius:8px;text-decoration:none;font-family:'Quicksand',sans-serif;font-weight:700;font-size:1rem;transition:background 0.3s,transform 0.3s}
.aloe-splash__cta:hover{background:var(--aloe-dark);transform:translateY(-2px)}
.aloe-splash__visual{text-align:center}
.aloe-splash__product{max-height:480px;width:auto;border-radius:16px;box-shadow:0 20px 60px rgba(46,125,50,0.2)}
.aloe-title{font-size:2rem;color:var(--aloe-dark);margin-bottom:12px}
.aloe-subtitle{font-size:1rem;color:#777;margin-bottom:40px}
.aloe-text-center{text-align:center}
.aloe-timeline{padding:100px 0;background:var(--aloe-bg)}
.aloe-timeline__track{position:relative;max-width:700px;margin:0 auto;padding:20px 0}
.aloe-timeline__track::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--aloe-accent);transform:translateX(-50%)}
.aloe-tl-item{position:relative;display:flex;margin-bottom:50px}
.aloe-tl-item--left{justify-content:flex-start;padding-right:52%}
.aloe-tl-item--right{justify-content:flex-end;padding-left:52%}
.aloe-tl-dot{position:absolute;left:50%;top:20px;width:16px;height:16px;background:var(--aloe-green);border:3px solid var(--aloe-white);border-radius:50%;transform:translateX(-50%);box-shadow:0 0 0 4px var(--aloe-accent);z-index:2}
.aloe-tl-content{background:var(--aloe-white);padding:24px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.06)}
.aloe-tl-step{display:inline-block;background:var(--aloe-light);color:var(--aloe-green);padding:3px 10px;border-radius:12px;font-size:0.75rem;font-weight:700;margin-bottom:8px}
.aloe-tl-heading{font-size:1.1rem;color:var(--aloe-dark);margin-bottom:8px}
.aloe-tl-text{font-size:0.9rem;color:#555;line-height:1.6}
.aloe-benefits{padding:100px 0;background:var(--aloe-white)}
.aloe-benefits__grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:50px;align-items:center}
.aloe-benefits__img{width:100%;border-radius:16px;box-shadow:0 12px 40px rgba(46,125,50,0.15)}
.aloe-benefit-card{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid #eee}
.aloe-benefit-card:last-child{border-bottom:none}
.aloe-benefit-num{font-family:'Quicksand',sans-serif;font-size:1.8rem;font-weight:700;color:var(--aloe-accent);min-width:40px}
.aloe-benefit-name{font-size:1rem;color:var(--aloe-dark);margin-bottom:4px}
.aloe-benefit-desc{font-size:0.85rem;color:#666}
.aloe-ingredients{padding:100px 0;background:var(--aloe-light)}
.aloe-ingr-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:40px;align-items:start;margin-top:40px}
.aloe-ingr-photo{width:100%;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.08)}
.aloe-ingr-row{padding:18px 0;border-bottom:1px solid rgba(46,125,50,0.15)}
.aloe-ingr-row:last-child{border-bottom:none}
.aloe-ingr-label{font-family:'Quicksand',sans-serif;font-weight:700;color:var(--aloe-dark);font-size:0.95rem}
.aloe-ingr-amount{display:inline-block;background:var(--aloe-green);color:var(--aloe-white);padding:2px 10px;border-radius:10px;font-size:0.75rem;font-weight:600;margin-top:4px}
.aloe-ingr-info{font-size:0.85rem;color:#555;margin-top:6px}
.aloe-reviews{padding:100px 0;background:var(--aloe-bg)}
.aloe-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.aloe-rev-card{background:var(--aloe-white);padding:28px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.05);border-left:4px solid var(--aloe-accent)}
.aloe-rev-rating{color:#f9a825;font-size:1.1rem;margin-bottom:12px}
.aloe-rev-quote{font-size:0.9rem;color:#444;font-style:italic;line-height:1.6;margin-bottom:14px}
.aloe-rev-author{font-size:0.8rem;color:#888;font-weight:600}
.aloe-order{padding:100px 0;background:var(--aloe-white)}
.aloe-order__layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.aloe-order__price-box{margin:20px 0}
.aloe-price-was{font-size:1.1rem;color:#999;text-decoration:line-through;margin-right:12px}
.aloe-price-now{font-family:'Quicksand',sans-serif;font-size:2.5rem;font-weight:700;color:var(--aloe-green)}
.aloe-price-badge{display:inline-block;background:#e53935;color:var(--aloe-white);padding:4px 10px;border-radius:4px;font-size:0.8rem;font-weight:700;margin-left:10px;vertical-align:super}
.aloe-order__note{font-size:0.85rem;color:#888;margin-bottom:20px}
.aloe-perks-list{list-style:none;padding:0}
.aloe-perks-list li{padding:8px 0 8px 24px;position:relative;font-size:0.9rem;color:#444}
.aloe-perks-list li::before{content:"✓";position:absolute;left:0;color:var(--aloe-green);font-weight:700}
.aloe-form{background:var(--aloe-light);padding:36px;border-radius:16px;box-shadow:0 8px 30px rgba(46,125,50,0.1)}
.aloe-form__heading{font-size:1.3rem;color:var(--aloe-dark);margin-bottom:20px;text-align:center}
.aloe-label{font-size:0.85rem;font-weight:600;color:var(--aloe-dark);margin-bottom:4px;display:block}
.aloe-field{width:100%;padding:12px 14px;border:2px solid #c8e6c9;border-radius:8px;font-size:0.95rem;font-family:'Open Sans',sans-serif;margin-bottom:14px;transition:border-color 0.3s;background:var(--aloe-white)}
.aloe-field:focus{border-color:var(--aloe-green);outline:none}
.aloe-submit-btn{width:100%;padding:14px;background:var(--aloe-green);color:var(--aloe-white);border:none;border-radius:8px;font-family:'Quicksand',sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background 0.3s}
.aloe-submit-btn:hover{background:var(--aloe-dark)}
.aloe-form__disclaimer{text-align:center;font-size:0.75rem;color:#888;margin-top:10px}
.aloe-footer{background:#1b3a1c;padding:60px 0 30px}
.aloe-footer__cols{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:30px}
.aloe-footer__title{font-family:'Quicksand',sans-serif;color:var(--aloe-accent);font-size:1rem;margin-bottom:12px}
.aloe-footer__p{font-size:0.85rem;color:rgba(255,255,255,0.65);line-height:1.7}
.aloe-footer__p a{color:var(--aloe-accent);text-decoration:none}
.aloe-footer__links{list-style:none;padding:0}
.aloe-footer__links li{margin-bottom:8px}
.aloe-footer__links a{color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.85rem;transition:color 0.3s}
.aloe-footer__links a:hover{color:var(--aloe-accent)}
.aloe-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;text-align:center}
.aloe-footer__bottom p{font-size:0.8rem;color:rgba(255,255,255,0.4)}
@media(max-width:768px){
.aloe-main-nav{display:none}
.aloe-splash__wrap{grid-template-columns:1fr}
.aloe-splash__heading{font-size:2rem}
.aloe-timeline__track::before{left:20px}
.aloe-tl-item--left,.aloe-tl-item--right{padding:0 0 0 50px;justify-content:flex-start}
.aloe-tl-dot{left:20px}
.aloe-benefits__grid{grid-template-columns:1fr}
.aloe-ingr-layout{grid-template-columns:1fr}
.aloe-reviews__grid{grid-template-columns:1fr}
.aloe-order__layout{grid-template-columns:1fr}
.aloe-footer__cols{grid-template-columns:1fr}
}
