:root{
--theme:#004c13;--theme-dark:#00350d;--theme-deep:#001f08;--theme-light:#f1fbf4;--theme-soft:#dff3e4;--theme-accent:#2f8f4b;--theme-hover:#00691a;--theme-border:rgba(0,76,19,.24);--header-bg:#00290a;--header-bg-2:#003e0f;--text-main:#18331f;--text-muted:#506b57;--on-theme:#ffffff;--on-header:#ffffff;--on-dark:#f2fff5;--white:#ffffff;--shadow-soft:0 16px 38px rgba(0,76,19,.15)
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{background:var(--theme-light);color:var(--text-main);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit}.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(1280px,calc(100% - 80px));margin-left:auto;margin-right:auto}.section{padding:58px 0}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(180deg,var(--header-bg) 0%,var(--header-bg-2) 100%);color:var(--on-header);box-shadow:var(--shadow-soft);border-bottom:1px solid var(--theme-border);overflow:visible}.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;overflow:visible}.site-logo{display:inline-flex;align-items:center;justify-content:center;overflow:visible}.site-logo img{display:block;width:auto;height:auto;max-width:190px;max-height:72px;object-fit:contain}.main-nav{display:flex;justify-content:center;align-items:center;gap:18px}.main-nav a{color:var(--on-header);text-decoration:none;white-space:nowrap;font-size:14px;font-weight:700;padding:28px 0 24px;border-bottom:2px solid transparent}.main-nav a.active,.main-nav a:hover{color:#d9f6e1;border-bottom-color:var(--theme-accent)}.header-actions{display:flex;justify-content:flex-end}.main-btn,.header-login{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--theme-accent) 0%,var(--theme) 48%,var(--theme-dark) 100%);color:var(--on-theme);border-radius:999px;box-shadow:0 12px 24px rgba(0,0,0,.18);text-decoration:none;white-space:nowrap;padding:12px 20px;font-weight:800;border:1px solid rgba(255,255,255,.2)}.main-btn:hover{background:linear-gradient(180deg,var(--theme-accent) 0%,var(--theme-hover) 55%,var(--theme-deep) 100%)}.mobile-menu-toggle{display:none;border:0;background:transparent;padding:8px;cursor:pointer}.mobile-menu-toggle span{display:block;width:26px;height:2px;background:var(--on-header);margin:5px 0}.mobile-drawer{position:fixed;top:0;left:0;width:82%;max-width:320px;height:100vh;transform:translateX(-100%);transition:transform .28s ease;z-index:10001;background:var(--header-bg);color:var(--on-header);padding:20px;box-shadow:20px 0 40px rgba(0,0,0,.25)}.mobile-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.28s ease;z-index:10000}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.drawer-logo img{max-width:150px;max-height:60px;width:auto;height:auto;object-fit:contain}.drawer-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:var(--on-header);font-size:28px;cursor:pointer}.drawer-nav{display:grid;gap:8px;margin-top:24px}.drawer-nav a{text-decoration:none;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.08);color:var(--on-header);font-weight:700}.hero-section{padding:68px 0 48px;background:radial-gradient(circle at 18% 18%,#d7f0de 0%,transparent 34%),linear-gradient(180deg,var(--theme-light) 0%,var(--white) 100%)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:center;gap:64px}.hero-content h1{font-size:clamp(42px,4.2vw,64px);line-height:1.08;letter-spacing:-.02em;margin:14px 0 22px;color:var(--theme-dark);max-width:760px}.hero-content p{max-width:780px;font-size:18px;line-height:1.82;margin:0 0 28px;color:var(--text-main)}.hero-badge,.hero-tags span,.section-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:9px 14px;background:var(--theme-soft);color:var(--theme-dark);border:1px solid var(--theme-border);font-weight:800}.hero-tags{display:flex;flex-wrap:wrap;gap:12px}.hero-visual,.media-box,.app-visual,.card-media{display:flex;align-items:center;justify-content:center;overflow:visible}.hero-media-box{width:min(100%,540px);min-height:320px;max-height:420px;padding:34px;border-radius:32px;background:linear-gradient(180deg,var(--white) 0%,var(--theme-soft) 100%);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;overflow:visible}.hero-media-box img{max-width:70%;max-height:340px;width:auto;height:auto;object-fit:contain;opacity:1}.info-section{padding:32px 0 48px}.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.info-card,.feature-card,.category-card,.faq-item,.notice,.visual-card,.topic-card{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:24px;min-height:auto;height:auto;padding:28px}.info-card::before,.feature-card::before,.category-card::before{content:"";display:block;width:52px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--theme),var(--theme-accent));margin-bottom:16px}.info-card span,.card-number{color:var(--theme);font-weight:900}.info-card h2,.feature-card h3,.category-card h3{color:var(--theme-dark);margin:10px 0}.info-card p,.feature-card p,.category-card p{color:var(--text-muted);margin:0}.category-section{padding:22px 0 52px}.category-pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-pills a,.related-links a{display:inline-flex;width:auto;text-decoration:none;border-radius:999px;padding:10px 16px;background:var(--white);color:var(--theme-dark);border:1px solid var(--theme-border);font-weight:800;transition:.2s ease}.category-pills a:hover,.related-links a:hover{background:var(--theme);color:var(--on-theme);transform:translateY(-1px)}.section-heading{max-width:860px;margin-bottom:26px}.section-heading h2{font-size:clamp(28px,3vw,42px);line-height:1.15;color:var(--theme-dark);margin:12px 0}.section-heading p{color:var(--text-muted)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.category-card a{display:inline-flex;margin-top:14px;color:var(--theme);font-weight:800;text-decoration:none}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.split-section{background:var(--white)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.split-copy h2{color:var(--theme-dark);font-size:clamp(30px,3.4vw,48px);margin:0 0 18px}.split-copy p{color:var(--text-muted);font-size:17px}.media-box img,.app-visual img,.card-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.split-media,.page-media{min-height:300px;padding:26px;border-radius:28px;background:linear-gradient(180deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);box-shadow:var(--shadow-soft)}.split-media img,.page-media img{max-height:300px}.content-wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.topic-card h3{color:var(--theme-dark);margin-top:0}.topic-card p{color:var(--text-muted)}.app-section{background:linear-gradient(180deg,var(--theme-soft),var(--theme-light))}.app-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.app-visual{min-height:320px;border-radius:30px;background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);padding:28px}.app-visual img{max-height:300px}.faq-list{display:grid;gap:14px}.faq-item{padding:0;overflow:visible}.faq-item summary{cursor:pointer;padding:22px 24px;font-weight:800;color:var(--theme-dark)}.faq-item p{padding:0 24px 24px;margin:0;color:var(--text-muted)}.feedback-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feedback-grid blockquote{margin:0;padding:24px;border-radius:24px;background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);font-style:normal;color:var(--text-main)}.notice{background:linear-gradient(180deg,var(--theme-soft),var(--white));border-left:5px solid var(--theme)}.notice h2{color:var(--theme-dark);margin-top:0}.related-links{display:flex;flex-wrap:wrap;gap:12px}.page-hero{padding:56px 0 42px;background:linear-gradient(180deg,var(--theme-soft),var(--theme-light))}.page-hero-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:46px;align-items:center}.page-hero-copy h1{font-size:clamp(38px,4vw,58px);line-height:1.1;color:var(--theme-dark);margin:14px 0 20px}.page-hero-copy p{font-size:17px;line-height:1.8;color:var(--text-main)}.topic-section:nth-of-type(even){background:rgba(255,255,255,.66)}.prose-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.prose-grid p{margin:0;color:var(--text-main);font-size:16.5px}.footer{background:var(--theme-deep);color:var(--on-dark);padding:54px 0 24px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.footer h2{font-size:18px;margin:0 0 14px}.footer a{display:block;color:var(--on-dark);text-decoration:none;margin:8px 0}.footer a:hover{text-decoration:underline}.footer-brand img{max-width:180px;max-height:68px;width:auto;height:auto;object-fit:contain}.footer-brand p{max-width:360px;color:#d9f6e1}.footer-notice{border-top:1px solid rgba(255,255,255,.16);margin-top:34px;padding-top:22px;color:#cfe9d6;font-size:14px}.footer-notice p{margin:0}.home-intro{font-size:18px;color:var(--text-muted);max-width:940px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.text-link{color:var(--theme);font-weight:800;text-decoration:none}.text-link:hover{text-decoration:underline}
.feedback-section .section-heading h3,.faq-section .section-heading h3,.related-section .section-heading h3,.notice h3{font-size:clamp(24px,2.6vw,36px);line-height:1.18;color:var(--theme-dark);margin:12px 0}
@media(min-width:1440px){.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(1360px,calc(100% - 120px))}.hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:80px}.hero-media-box{max-width:620px;min-height:420px}.hero-media-box img{max-height:380px}}
@media(max-width:1120px){.main-nav{gap:12px}.main-nav a{font-size:13px}.category-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-wall{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1023px){.header-inner{width:min(100% - 28px,1280px);min-height:68px;grid-template-columns:48px minmax(0,1fr) auto;gap:10px}.mobile-menu-toggle{display:inline-block;width:44px;height:44px}.main-nav{display:none}.site-logo{justify-self:center}.site-logo img{max-width:min(150px,42vw);max-height:56px}.header-actions{justify-self:end}.header-actions .main-btn{padding:10px 16px}.hero-section{padding:48px 0 36px}.hero-inner,.page-hero-inner,.split-grid,.app-grid{grid-template-columns:1fr;gap:32px}.hero-content h1{font-size:clamp(36px,8vw,52px)}.hero-media-box{max-width:100%;min-height:auto;padding:24px}.hero-media-box img{max-height:300px}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feedback-grid{grid-template-columns:1fr}.prose-grid{grid-template-columns:1fr}.page-media{min-height:240px}}
@media(max-width:767px){.container,.section-inner,.header-inner,.footer-inner,.hero-inner{width:min(calc(100% - 32px),1280px)}.section{padding:44px 0}.info-grid,.category-grid,.feature-grid,.content-wall,.footer-grid{grid-template-columns:1fr}.hero-content p,.page-hero-copy p{font-size:16px}.hero-media-box img{max-width:82%;max-height:240px}.category-pills{justify-content:flex-start}.page-hero-copy h1{font-size:clamp(34px,10vw,46px)}.footer{padding-top:44px}}
@media(max-width:390px){.header-inner{width:min(calc(100% - 20px),1280px);grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.site-logo img{max-width:min(120px,36vw);max-height:48px}.header-actions .main-btn{padding:8px 12px;font-size:13px}}
