/* ===== Hero ===== */
.co-hero{background:#f8f5fc;padding:40px 16px 24px}
.co-hero-inner{max-width:var(--max-width);margin:0 auto}
.co-hero-tag{display:block;color:#35107a;font-size:13px;font-weight:500;margin-bottom:8px}
.co-hero-title{font-size:32px;font-weight:700;color:#1f1b2e;line-height:1.22;margin-bottom:12px}
.co-hero-desc{font-size:14px;color:#726982;line-height:1.57;margin-bottom:28px}

/* Hero visual panel */
.co-hero-visual-glass{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);background:rgba(247,242,255,0.76);border:1px solid rgba(232,225,241,0.95);border-radius:22px;box-shadow:0px 14px 34px -14px rgba(27,9,62,0.09);padding:16px}
.co-hero-visual-panel{background:linear-gradient(125deg,#6f3fb6,#4a1a9b,#35107a);border-radius:26px;padding:28px;box-shadow:0px 18px 36px -12px rgba(27,9,62,0.16)}
.co-hero-visual-title{font-size:20px;font-weight:700;color:#fff;line-height:1.7;margin-bottom:18px}
.co-hero-visual-row{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,0.17);border-radius:14px;height:34px;padding:0 16px;margin-bottom:14px}
.co-hero-visual-row:last-child{margin-bottom:0}
.co-hero-visual-bullet{color:#fff;font-size:20px;line-height:1;width:22px;text-align:center;flex-shrink:0}
.co-hero-visual-text{color:#fff;font-size:15px;font-weight:700;line-height:1.27}

/* ===== Section ===== */
.co-section{background:#f8f5fc;padding:24px 16px 48px}
.co-section-title{font-size:27px;font-weight:700;color:#1f1b2e;line-height:1.22;margin-bottom:8px}
.co-section-desc{font-size:14px;color:#726982;line-height:1.57;margin-bottom:24px}

/* ===== Form Card ===== */
.co-form-card{background:rgba(255,255,255,0.88);border:1px solid #eae2f7;border-radius:24px;padding:19px;box-shadow:0px 12px 14px rgba(56,20,122,0.06);margin-bottom:16px}
.co-form-title{font-size:24px;font-weight:700;color:#1f1b2e;line-height:1.21;margin-bottom:20px}
.co-form-fields{display:flex;flex-direction:column;gap:16px}

.co-field{display:flex;flex-direction:column;gap:8px}
.co-field-label{font-size:12.5px;font-weight:700;color:#35107a;line-height:1.2}
.co-field-input{width:100%;height:46px;padding:0 16px;border:1px solid #eae2f7;border-radius:14px;font-size:12.8px;color:#1f1b2e;outline:none;background:#faf7ff;font-family:inherit}
.co-field-input::placeholder{color:#726982}
.co-field-input:focus{border-color:#35107a}
.co-field-textarea{height:82px;padding:12px 16px;resize:vertical}
.co-field select.co-field-input{appearance:none;-webkit-appearance:none}

.co-form-submit{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border-radius:999px;font-size:12.5px;font-weight:700;color:#fff;background:#35107a;border:1px solid #35107a;cursor:pointer;transition:opacity .2s;margin-top:8px;box-shadow:0px 10px 24px -12px rgba(27,9,62,0.12)}
.co-form-submit:active{opacity:.8}

.co-form-message{margin-top:12px;padding:12px 16px;border-radius:14px;font-size:12.8px}
.co-form-message.success{background:#ECFDF5;color:#065F46}
.co-form-message.error{background:#FEF2F2;color:#991B1B}

/* ===== Routing Card ===== */
.co-routing-card{background:rgba(255,255,255,0.88);border:1px solid #eae2f7;border-radius:20px;padding:17px;box-shadow:0px 10px 12px rgba(56,20,122,0.05)}
.co-routing-title{font-size:17px;font-weight:700;color:#1f1b2e;line-height:1.29;margin-bottom:8px;padding-left:22px;position:relative}
.co-routing-title::before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:#35107a}
.co-routing-desc{font-size:12.8px;color:#726982;line-height:1.56;margin-bottom:12px}
.co-routing-note{font-size:12.8px;font-weight:700;color:#35107a;line-height:1.56;margin:0}

/* ===== Footer CTA ===== */
.co-cta{background:linear-gradient(135deg,#35107a,#6a35d7);border-radius:28px;padding:36px;margin:0 16px 48px;box-shadow:0px 18px 36px -8px rgba(56,20,122,0.13)}
.co-cta-inner{max-width:var(--max-width);margin:0 auto}
.co-cta-title{font-size:23px;font-weight:700;color:#fff;line-height:1.26;margin-bottom:12px}
.co-cta-desc{font-size:13px;color:#fff;line-height:1.54;margin-bottom:20px}
.co-cta-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 22px;border-radius:999px;font-size:12.5px;font-weight:700;text-decoration:none;background:rgba(255,255,255,0.84);border:1px solid #eae2f7;color:#35107a;box-shadow:0px 4px 12px -8px rgba(56,20,122,0.03);transition:opacity .2s}
.co-cta-btn:active{opacity:.8}

/* ===== Desktop: >=768px ===== */
@media(min-width:768px){
	/* Hero — two columns */
	.co-hero{background:#fbfafd;padding:78px 80px 72px}
	.co-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}
	.co-hero-copy{flex:1 1 540px;max-width:620px}
	.co-hero-tag{font-size:14px;margin-bottom:12px}
	.co-hero-title{font-size:58px;line-height:1.07;margin-bottom:22px;color:#17101f}
	.co-hero-desc{font-size:19px;line-height:1.63;margin-bottom:0;color:#6e647c}
	.co-hero-visual-wrap{flex:1 1 540px;max-width:560px}
	.co-hero-visual-glass{padding:34px;border-radius:22px;box-shadow:0px 18px 42px -16px rgba(27,9,62,0.09)}
	.co-hero-visual-panel{padding:28px;border-radius:26px;box-shadow:0px 20px 42px -12px rgba(27,9,62,0.16)}
	.co-hero-visual-title{font-size:28px;line-height:1.21;margin-bottom:18px}
	.co-hero-visual-row{height:55px;border-radius:18px;padding:0 16px;gap:12px}
	.co-hero-visual-bullet{font-size:20px;width:22px}
	.co-hero-visual-text{font-size:18px;line-height:1.28}

	/* Section */
	.co-section{padding:72px 80px 78px}
	.co-section-title{font-size:42px;line-height:1.17;margin-bottom:12px;color:#17101f}
	.co-section-desc{font-size:18px;line-height:1.67;margin-bottom:42px;color:#6e647c}

	/* Two-column layout: form + routing */
	.co-content-row{display:flex;gap:24px;align-items:flex-start}
	.co-form-card{flex:1 1 680px;max-width:760px;margin-bottom:0;padding:28px;border-radius:22px;background:rgba(255,255,255,0.68);border-color:rgba(232,225,241,0.95);box-shadow:0px 18px 42px -16px rgba(27,9,62,0.09)}
	.co-form-title{font-size:28px;line-height:1.21;margin-bottom:24px;color:#17101f}
	.co-form-fields{display:grid;grid-template-columns:1fr 1fr;gap:24px}
	.co-field-full{grid-column:1/-1}
	.co-field-label{font-size:13px}
	.co-field-input{height:auto;padding:16px;border-radius:22px;font-size:20px;color:#1f1b2e;background:rgba(255,255,255,0.68);border-color:rgba(232,225,241,0.95)}
	.co-field-input::placeholder{color:#b1aeb4}
	.co-field-textarea{height:auto;min-height:80px;border-radius:22px;padding:16px;font-size:16px}
	.co-form-submit{height:37px;padding:0 18px;font-size:15px;margin-top:4px}

	/* Routing card */
	.co-routing-card{flex:0 0 495px;max-width:495px;padding:28px;border-radius:22px;background:rgba(247,242,255,0.76);border-color:rgba(232,225,241,0.95);box-shadow:0px 18px 42px -16px rgba(27,9,62,0.09)}
	.co-routing-title{font-size:26px;line-height:1.19;margin-bottom:16px;padding-left:0}
	.co-routing-title::before{display:none}
	.co-routing-desc{font-size:16px;line-height:1.63;color:#6e647c;margin-bottom:16px}
	.co-routing-note{font-size:16px;line-height:1.44}

	/* Footer CTA — full-width bar */
	.co-cta{background:#35107a;border-radius:0;margin:0;padding:54px 80px;box-shadow:none}
	.co-cta-inner{display:flex;align-items:center;justify-content:space-between}
	.co-cta-copy{flex:1}
	.co-cta-title{font-size:30px;line-height:1.17;margin-bottom:10px}
	.co-cta-desc{font-size:16px;color:#ede6ff;line-height:1.56;margin-bottom:0;max-width:820px}
	.co-cta-btn{height:auto;padding:10px 18px;font-size:15px;background:rgba(255,255,255,0.72)}
}
