<?php
declare(strict_types=1);
require_once dirname(__DIR__) . '/includes/bootstrap.php';
$current_year = (int)date('Y');
$page_seo = c2u_seo([
    'title'=>'COMEDK Engineering Counselling 2026 — Process, Documents | College2U',
    'description'=>'COMEDK UGET 2026 counselling guide: registration, choice filling, seat allotment rounds, fee payment, and reporting to Bangalore engineering colleges.',
    'canonical'=>c2u_url('engineering/comedk-counselling'),
    'og_image'=>c2u_asset('images/og/engineering-comedk-counselling-og.webp'),
    'breadcrumbs'=>[['name'=>'Engineering','url'=>c2u_url('engineering')],['name'=>'COMEDK Counselling','url'=>c2u_url('engineering/comedk-counselling')]],
]);
$extra_head = '<style nonce="'.c2u_e(C2U_CSP_NONCE).'">
.page-hero{background:linear-gradient(145deg,#021a0e,#05381f);padding:4rem 1.5rem 3rem;}
.page-hero h1{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin:.5rem 0 1rem;}
.page-hero p{color:rgba(255,255,255,.72);font-size:1rem;max-width:600px;line-height:1.7;}
.c2u-section{padding:4rem 1.5rem;}.c2u-section--alt{background:#f8fafc;}.c2u-section-inner{max-width:1100px;margin:0 auto;}
</style>';
require_once C2U_INCLUDES . '/header.php';
?>
<section class="page-hero" aria-labelledby="page-h1">
  <div class="c2u-style-f8bb1723">
    <nav aria-label="Breadcrumb" class="c2u-style-09cbfd89">
      <ol class="c2u-style-ae715f76">
        <li><a href="<?=c2u_e(c2u_url(''))?>" data-c2u-style="c70435ba907be102">Home</a></li>
        <li aria-hidden="true">/</li>
        <li><a href="<?=c2u_e(c2u_url('engineering'))?>" data-c2u-style="c70435ba907be102">Engineering</a></li>
        <li aria-hidden="true">/</li>
        <li aria-current="page" class="c2u-style-9784abb5">COMEDK Counselling</li>
      </ol>
    </nav>
    <h1 id="page-h1" class="c2u-style-44db25e7">COMEDK Engineering Counselling 2026 — complete process</h1>
    <p>COMEDK UGET 2026 counselling guide: registration, choice filling, seat allotment rounds, fee payment, and reporting to Bangalore engineering colleges.</p>
    <div class="c2u-style-8d874f8a">
      <a href="<?=c2u_e(c2u_url('counselor-booking'))?>" data-c2u-style="98d990f978225b74">Get free counselling &#8594;</a>
    </div>
  </div>
</section>
<main id="main-content">
  <section class="c2u-section" aria-labelledby="content-h2">
    <div class="c2u-section-inner c2u-style-94789464">
      <h2 id="content-h2" class="c2u-style-fce23dbd">COMEDK Counselling — complete guide <?= $current_year ?></h2>
      <p class="c2u-style-3bafe81a">COMEDK UGET 2026 counselling guide: registration, choice filling, seat allotment rounds, fee payment, and reporting to Bangalore engineering colleges.</p>
      <div class="c2u-style-3b2d9187">
        <p class="c2u-style-50cb61be">Need personalised guidance?</p>
        <p class="c2u-style-8ef873ba">Book a free 1-on-1 counselling session with a College2U expert — call-back within 2 hours.</p>
        <a href="<?=c2u_e(c2u_url('counselor-booking'))?>" data-c2u-style="98d990f978225b74">Book free counselling &#8594;</a>
      </div>
    </div>
  </section>
</main>
<?php require_once C2U_INCLUDES . '/footer.php';?>